@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Italianno&display=swap";.App{font-family:Roboto,sans-serif;color:#333;display:flex;flex-direction:column;min-height:100vh}.button{display:flex;align-items:center;justify-content:center;padding:10px 15px;cursor:pointer}.button .link{background-color:transparent;font-size:1.3rem;letter-spacing:2px;color:#ff0;position:relative;transition:all .3s ease-in-out;cursor:pointer;border:0;padding-left:20px;left:0;line-height:auto;overflow:hidden}.button .link:before{content:"";background-color:#9505e3;width:5px;height:100%;position:absolute;z-index:2;left:0px;top:0px;border-radius:50px;transition:all .3s ease-in-out}.button .link:after{content:"";width:15px;height:15px;display:flex;align-items:center;background-color:transparent;position:absolute;border:solid 5px #9505e3;border-left:0;border-bottom:0;top:calc(50% - 9px);border-radius:2px;transform:translate(-42px) rotate(45deg);transition:all .3s .2s ease-in-out}.button:before{content:"";width:0;height:100%;position:absolute;right:0;top:0px;border-radius:3px;transition:all .4s .3s ease-in-out}.button:hover:before{width:100%;height:100%;left:0;bottom:0px}.button:hover .link{padding-left:50px}.button:hover .link:before{left:17px;transform:rotate(90deg)}.button:hover .link:after{transform:translate(-33px) rotate(45deg)}.landingPageContainer{background:#333;flex:1;display:flex;flex-direction:column;justify-content:space-around;position:relative}.landingPageContainer .landingImg{background-color:#333}.landingPageContainer .landingImg img{filter:blur(1.5px);width:100%}.landingPageContainer .moto{font-family:Italianno,cursive;color:#9505e3;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:3rem;font-weight:400}.landingPageContainer .video{display:none}@media (min-width: 650px){.landingPageContainer .video{display:block}.landingPageContainer .button{position:absolute;bottom:12%;left:30%}.landingPageContainer .button .link{font-size:28px;font-weight:900}}@media (min-width: 650px) and (min-width: 750px){.landingPageContainer .button{left:35%}}@media (min-width: 650px) and (min-width: 850px){.landingPageContainer .button{left:38%}}@media (min-width: 650px) and (min-width: 1050px){.landingPageContainer .button{left:5%;bottom:20%}}@media (min-width: 650px) and (min-width: 1150px){.landingPageContainer .button{left:7%;bottom:15%}}@media (min-width: 650px) and (min-width: 1250px){.landingPageContainer .button{left:10%;bottom:12%}}@media (min-width: 650px){.landingPageContainer .moto,.landingPageContainer .landingImg{display:none}}@media (min-width: 800px){.landingPageContainer .video{display:flex}.landingPageContainer .moto,.landingPageContainer .landingImg{display:none}}.about{padding-top:4rem;padding-top:2rem}.about .about__title{font-family:Italianno,cursive;font-size:4rem;font-weight:500}.about .div-container{width:100%;text-align:center}.about .div-container .steps{font-family:Italianno,cursive;color:#555;font-size:4rem;font-weight:500}.about p{color:#333}.about .div-line{width:80vw;border:1px solid #555;margin:0 auto}.about .steps-container{display:flex;width:70vw;margin:0 auto 50px;gap:3rem}.about .steps-container h1{font-size:1.5rem;margin-bottom:15px;margin-top:15px}.about .steps-container p{text-align:justify;font-size:1.2rem}.about .wedding-video{display:flex;justify-content:center;padding:40px;gap:20px}.about .wedding-video .Video{width:50%;height:450px;object-fit:cover;border-radius:10px;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px}.about .wedding-video .wedding-container{display:flex;flex-direction:column}.about .wedding-video .wedding-container .text-video{padding:20px;font-size:20px;color:#555}.about .wedding-video .wedding-container .ring-container{display:inline-block;text-align:center}.about .wedding-video .wedding-container .ring-container .img-ring{width:200px;height:200px;padding:20px;border-radius:100px;object-fit:cover}.about__title{font-size:2rem;margin-bottom:1rem;text-align:center}.about__description{display:flex;flex-direction:column;font-size:1.1rem;padding:0 50px}.about__description .about-text{font-family:Italianno,cursive;font-size:2.4rem;font-weight:400;color:#555}.about .carousel{position:relative;width:100%;height:300px}.about .carousel .carousel-inner{display:flex;height:100%;transition:transform .5s ease-in-out;padding-bottom:50px}.about .carousel .carousel-inner img{flex:1 0 auto;width:400px;height:100%;object-fit:cover;padding:20px;border-radius:30px}.about .carousel .carousel-controls{position:absolute;top:40%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 1rem}.about .carousel .carousel-controls button{background-color:inherit;border:none;color:#9505e3;cursor:pointer;font-size:2rem;line-height:1;outline:none;padding:.5rem;transition:background-color .2s ease-in-out}@media only screen and (max-width: 1560px){.about .div-container .steps-container,.about .wedding-video{flex-direction:column}.about .wedding-video .Video{width:100%}.about .carousel{position:relative;overflow:hidden;height:300px;margin:0 auto}.about .carousel .carousel-inner{position:absolute;width:50%;height:100%;display:flex;transition:transform .5s ease}.about .carousel .carousel-inner img{width:100%;height:100%;object-fit:cover}}@media only screen and (max-width: 950px){.about .div-container .steps-container,.about .wedding-video{flex-direction:column}.about .wedding-video .Video{width:100%}}@media only screen and (max-width: 550px){.about{padding-top:0;width:100%}.about .about__title{margin-bottom:0}.about .about__description{margin:0;padding:5px}.about .about__description .about-text{font-size:1.8rem}.about .about__description .wedding-video{flex-direction:column;padding:10px}.about .about__description .wedding-video .text-video{font-size:18px}.about .div-container h1{font-size:22px}.about .steps-container div p{font-size:18px}.about .carousel{position:relative;overflow:hidden;height:250px;margin:0 auto}.about .carousel .carousel-inner{position:absolute;width:100%;height:100%;display:flex;transition:transform .5s ease}.about .carousel .carousel-inner img{width:100%;height:100%;object-fit:cover}.about .carousel .carousel-controls{position:absolute;bottom:0;display:flex;justify-content:space-between;width:100%}.about .carousel .carousel-controls button{background-color:transparent;border:none;font-size:2rem;color:#9505e3;cursor:pointer}@keyframes changeImage{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.about .carousel img{animation:changeImage 3s infinite}}#dark .div-container h1{color:#9505e3}.btn,.customBtnDefault{border:none;padding:.5rem 1.7rem;border-radius:10px;font-size:1rem;font-weight:900;transition:all;transition-duration:500;-webkit-box-shadow:0px 10px 13px -7px #000000,5px 5px 15px 5px rgba(102,102,102,0);box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px #6660}.btn:hover,.customBtnDefault:hover{transform:scale(.98);font-size:1.1rem;cursor:pointer}.customBtnDefault{background-color:#9505e3;color:#f0f8ff}.title{color:#333}.offers{display:flex;flex:1;justify-content:center;align-items:center;flex-direction:column;overflow-y:scroll}@media (min-width: 1175px){.offers{margin-left:600px;padding:4rem}}.offers::-webkit-scrollbar{display:none}.offers .offerCard{display:flex;flex-wrap:wrap;width:950px}@media (min-width: 375px){.offers .offerCard{width:374px;margin-bottom:3rem}}@media (min-width: 475px){.offers .offerCard{width:474px;margin-bottom:3rem}}@media (min-width: 575px){.offers .offerCard{width:574px;margin-bottom:3rem}}@media (min-width: 955px){.offers .offerCard{width:950px}}.offers .offerCard .costs{display:flex;width:100%;justify-content:center;align-items:flex-end;margin-bottom:10px}.offers .offerCard .costs button{background-color:#9505e3;color:#eaeaea;font-weight:900;font-size:1.1rem;padding:10px 30px;border:none;height:50px;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000}.offers .offerCard .costs button:hover{cursor:pointer}.offers .offerCard .rest{display:flex;flex-direction:column;position:relative;width:100%}.offers .offerCard .rest img{width:100%;height:250px;object-fit:cover;clip-path:polygon(75% 0%,100% 0,100% 100%,30% 100%)}@media (min-width: 375px){.offers .offerCard .rest img{height:350px}}.offers .offerCard .rest .restText{position:absolute;display:flex;flex-direction:column;padding:1rem}.offers .offerCard .rest .restText h2{color:#9505e3}.offers .offerCard .rest .restText h2 span{font-family:Italianno,cursive;font-size:3.6rem;font-weight:500}.offers .offerCard .rest .restText p{width:50%;font-weight:800;color:#555}.offers .offerCard .rest .restText h3{text-decoration:underline;padding:.5rem;color:#9505e3}.offers .offerCard .cardsOffers{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;padding:1rem;width:100%}@media (min-width: 375px){.offers .offerCard .cardsOffers{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}}@media (min-width: 955px){.offers .offerCard .cardsOffers{width:100%;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;padding:1rem}}.offers .offerCard .cardsOffers .small{position:relative;display:flex;align-items:center;justify-content:center;width:255px;min-width:255px;height:400px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden}@media (min-width: 375px){.offers .offerCard .cardsOffers .small{width:95%;gap:2rem}}.offers .offerCard .cardsOffers .small:hover{box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.offers .offerCard .cardsOffers .small:hover h1{opacity:0;transform:scale(.7)}.offers .offerCard .cardsOffers .small:hover img{transform:scale(1.25);width:100%}.offers .offerCard .cardsOffers .small:hover .small_tip{bottom:0}.offers .offerCard .cardsOffers .small h1{position:absolute;top:20px;padding:5px;color:#fff;font-size:4rem;font-weight:500;color:#333;opacity:1;transform:scale(1);transition:.25s ease;z-index:10;font-family:Italianno,cursive}.offers .offerCard .cardsOffers .small img{height:100%;transition:.25s;width:100%;object-fit:cover}.offers .offerCard .cardsOffers .small_tip{position:absolute;bottom:-44%;left:0;width:100%;content:space-between;margin:0;padding:30px;background-color:#333;box-shadow:0 0 20px #0006;color:#fff;line-height:1;transition:.25s}@media (min-width: 475px){.offers .offerCard .cardsOffers .small_tip{bottom:-39%}}@media (min-width: 1175px){.offers .offerCard .cardsOffers .small_tip{bottom:-44%}}.offers .offerCard .cardsOffers .small_tip .name{font-weight:900;text-decoration:underline}.offers .offerCard .cardsOffers .small_tip h3{margin:0 0 20px;padding:0;color:#9505e3}.offers .offerCard .cardsOffers .small_tip p{font-size:14px;line-height:1.75}.offers .offerCard .cardsOffers .small_tip .price{font-size:20px}.offers .offerCard .cardsOffers .small_tip a{position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:10px 30px;background-color:#333;border:none;border-radius:5px;color:#eaeaea;font-size:1rem;cursor:pointer;background-color:#9505e3;text-decoration:none}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"\d7"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.servicesBlock{display:flex;position:relative;flex-direction:column}@media (min-width: 1175px){.servicesBlock{flex-direction:row}}.servicesBlock .formBlock{padding:2rem;margin:0 auto;height:100%}@media (min-width: 1175px){.servicesBlock .formBlock{min-width:600px;padding:2rem;position:fixed;display:flex;flex-direction:column;top:50%;transform:translateY(-40%);left:0}}.servicesBlock .formBlock .title{font-family:Italianno,cursive;text-align:center;font-weight:500}@media (min-width: 375px){.servicesBlock .formBlock .title{font-size:2.6rem}}@media (min-width: 1175px){.servicesBlock .formBlock .title{font-size:3rem}}.servicesBlock .formBlock form{width:100%}.servicesBlock .formBlock form .input-select-container{display:flex;flex-direction:column;align-items:center;width:100%;font-size:1rem;line-height:1.5;color:#333}.servicesBlock .formBlock form .input-select-container .guests{border:none;width:100%;padding:.75rem;background-color:inherit;outline:none;border-bottom:1px solid #333;color:#333;text-align:center}.servicesBlock .formBlock form .input-select-container button{background-color:#9505e3;color:#eaeaea;font-weight:900;font-size:1.1rem;padding:10px 30px;border:none;border-radius:0;margin-top:2rem}.servicesBlock .formBlock form .input-select-container label{display:block;color:#333}.servicesBlock .formBlock form .input-select-container select,.servicesBlock .formBlock form .input-select-container .datepicker{text-align:center;padding:1.3rem;font-size:1rem;line-height:1.5;color:#333;width:100%;box-shadow:none;appearance:none;outline:none;border:none;background-color:inherit;border-bottom:1px solid #333}.servicesBlock .formBlock form .input-select-container select:hover,.servicesBlock .formBlock form .input-select-container .datepicker:hover{cursor:pointer}.servicesBlock .formBlock form .input-select-container select:focus,.servicesBlock .formBlock form .input-select-container .datepicker:focus{border-bottom-color:#9505e3}.servicesBlock .formBlock form .input-select-container select option,.servicesBlock .formBlock form .input-select-container .datepicker option{font-weight:.servicesBlock .formBlock form .input-select-container select option,.servicesBlock .formBlock form .input-select-container .datepicker option 1rem}.servicesBlock .formBlock form .input-select-container select label,.servicesBlock .formBlock form .input-select-container .datepicker label{display:block;padding:1rem;font-weight:700;color:#333}#dark select,.datepicker,#dark .datepicker{border-bottom:1px solid #eaeaea;color:#eaeaea}#dark input,#dark label{color:#eaeaea}#dark option{color:#333}#dark .title{color:#9505e3}.happyBlock{display:flex;flex-direction:column;overflow-y:scroll}@media (min-width: 400px){.happyBlock{padding:.5rem;margin-bottom:4rem}}@media (min-width: 650px){.happyBlock{padding:1rem;margin-bottom:4rem}}@media (min-width: 750px){.happyBlock{margin-bottom:4rem}}@media (min-width: 850px){.happyBlock{padding:1.5rem}}@media (min-width: 1175px){.happyBlock{margin-left:600px;padding:4rem}}.happyBlock::-webkit-scrollbar{display:none}.happyBlock h2{display:flex;justify-content:end;font-family:Italianno,cursive;font-weight:500;font-size:2.6rem;color:#9505e3}@media (max-width: 750px){.happyBlock h2{font-size:2.4rem}}@media (max-width: 650px){.happyBlock h2{font-size:2rem}}.happyBlock h1{text-align:center;font-family:Italianno,cursive;font-weight:500;font-size:4rem;color:#333}@media (max-width: 750px){.happyBlock h1{font-size:3.2rem}}@media (max-width: 650px){.happyBlock h1{font-size:2.6rem}}.happyBlock .gallery{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,5vw);gap:.5rem}.happyBlock .gallery .gallery__item--1{grid-area:1/1/6/5}.happyBlock .gallery .gallery__item--3{grid-area:1/5/3/9}.happyBlock .gallery .gallery__item--2{grid-area:3/5/6/9}.happyBlock .gallery .gallery__item--6{grid-area:6/1/9/4}.happyBlock .gallery .gallery__item--5{grid-area:6/4/9/6}.happyBlock .gallery .gallery__item--4{grid-area:6/6/9/9}.happyBlock .gallery .gallery__img{width:100%;height:100%;object-fit:cover}@media (max-width: 650){.happyBlock .gallery{display:grid;grid-template-columns:1fr}}#dark h1{color:#eaeaea}.select-container{position:relative;border-bottom:1px solid #333;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.select-container:hover{cursor:pointer}.select-container span{padding:1.3rem}.select-container ul{position:absolute;z-index:5;background-color:#eaeaea;top:100%;width:100%;height:200px;overflow-y:auto;border:1px solid #333}.select-container ul.hidden{display:none}.select-container ul li{list-style-type:none;display:flex;align-items:center;gap:.5rem;margin:.5rem;border-bottom:1px solid #333;padding-left:.5rem}.select-container ul li:hover{cursor:pointer}.select-container ul li img{width:35px;height:35px;object-fit:cover}.select-container ul li .name{padding:0}#dark .select-container{color:#eaeaea;border-bottom:1px solid #eaeaea}#dark .select-container ul{background-color:#333;border:1px solid #eaeaea}#dark .select-container ul li{border-bottom:1px solid #eaeaea}.header{background-color:#333;position:sticky;top:0;width:100%;z-index:999}.header .nav__logo{font-size:20px;width:80px;height:80px}.header .nav__logo:hover{cursor:pointer}.nav{height:4.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.nav .switchmodus{display:flex;justify-content:center;align-items:center;gap:2px}.nav .switchmodus .react-switch-handle{height:20px;width:20px}.nav .switchmodus .switch{display:flex;justify-content:center}.nav .switchmodus span{justify-content:center;align-items:center}.nav .userData{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:1rem;font-weight:600}.nav .userData .avatar{border-radius:50%;width:35px}.nav .nav__menu{display:flex;gap:2rem}.nav .nav__menu .nav__item{list-style-type:none}.nav .nav__menu .nav__item .nav__link{color:#9505e3;font-size:1.4rem;font-weight:900;text-decoration:none}.nav .nav__icons{display:flex;gap:1rem;color:#9505e3;font-size:1.5rem;padding-right:1rem}.nav .nav__icons:hover{cursor:pointer}.nav .nav__icon,.nav .nav__close,.nav .logo{display:none}@media screen and (max-width: 950px){.nav .switchmodus span{display:none}.nav .nav__menu{gap:1rem}.nav .nav__menu .nav__item{list-style-type:none}.nav .nav__menu .nav__item .nav__link{font-size:15px}.nav .nav__icons{font-size:18px;gap:3px}.nav .userData{font-size:15px}.nav .userData .avatar{border-radius:50%;width:25px}.nav .userData .nickName{width:4rem;text-overflow:ellipsis;overflow:hidden}}@media screen and (max-width: 650px){.header .nav .nav__menu{position:fixed;bottom:-100%;left:0;width:100%;background-color:#eaeaea;transition:.3s}.header .nav .show-menu{top:0;display:flex;flex-direction:column;align-items:center;gap:2rem;padding-top:100px;z-index:100;background-color:#333}.header .nav .show-menu .logo{display:block;width:350px}.header .nav .show-menu .nav__item{list-style-type:none}.header .nav .show-menu .nav__item .nav__link{justify-content:center;font-size:1.5rem;top:10px}.header .nav .show-menu .nav__close{display:inline;position:absolute;right:20px;top:.5rem;font-size:1.5rem;cursor:pointer;color:#9505e3}.header .nav .nav__icons{font-size:1.5rem;display:flex;gap:.5rem;padding-right:1rem}.header .nav .nav__toggle{display:block;display:flex;font-size:1.5rem;cursor:pointer}.header .nav .nav__toggle .nav__icon{display:block;color:#9505e3;font-size:1.5rem}.header .nav .nav__toggle .nav__icon,.header .nav .nav__toggle .nav__toggle{display:block}}@media screen and (max-width: 450px){.header .nav .nav__icons .userData .nickName{display:none}}.footer{text-align:center;padding:1rem;background-color:#333;position:fixed;bottom:0;left:0;right:0;z-index:999}.footer .footerContent{color:#555;font-size:.7692307692rem;align-items:center}.chat{position:absolute;top:70px;right:1rem;width:500px;height:550px;z-index:9999;background-color:#eaeaea;display:flex;flex-direction:column;border:.5px solid #333}@media (max-width: 650px){.chat{width:100%;right:0}}.chat .top{flex:1;display:grid;grid-template-columns:1fr 100px;overflow-y:auto}.chat .top .conversations{background-color:#555;display:flex;flex-direction:column;overflow-y:auto}.chat .top .conversations .customBtnDefault{background-color:#9505e3;border-radius:0;font-size:.7rem;padding:.9rem}.chat .top .conversations .customBtnDefault:hover{cursor:pointer}.chat .top .conversations button{border-radius:0;font-size:.7692307692rem;padding:.7rem;background-color:inherit;color:#eaeaea}.chat .top .conversations button:hover{cursor:pointer}.chat .top .conversations .usersChatsList{border:none;border-bottom:1px solid #333}.chat .top .conversations .usersChatsList:active{background-color:#555}.chat .top .conversations .usersChatsList p{font-weight:600}.chat .top .chatList{padding:1rem;flex:1;background-color:#eaeaea}.chat .top .chatList .message{display:flex;flex-direction:column}.chat .top .chatList .message.writer{align-items:flex-end}.chat .top .chatList .message .userBlock{display:flex;align-items:center}.chat .top .chatList .message .userBlock img{width:32px;border-radius:50%}.chat .top .chatList .message .userBlock p{font-size:.8333333333rem;font-weight:600;color:#9505e3}.chat .top .chatList .message .messages{color:#333;font-size:.9090909091rem;width:200px}.chat .chatInput{background-color:#555;display:flex}.chat .chatInput input{flex:1;padding:1rem;background-color:inherit;outline:none;border:none;color:#f0f8ff}.chat .chatInput button{border-radius:0;font-size:.7692307692rem;padding:.5rem 1rem;width:100px}#dark .message p{color:#333}#dark .userBlock p{color:#9505e3}.lang{background-color:#333;outline:none}.ourSuppliers{padding-bottom:3rem}.ourSuppliers section{padding-top:7rem}.ourSuppliers h2{display:flex;justify-content:flex-end;font-family:Italianno,cursive;font-size:3rem;font-weight:300;color:#9505e3;text-decoration:underline;padding-right:1rem}@media (max-width: 450px){.ourSuppliers h2{font-size:2rem;padding-top:2rem}}.ourSuppliers .supplier{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:1rem}@media (max-width: 1595px){.ourSuppliers .supplier{flex-direction:column;justify-content:center}}.ourSuppliers .supplier .supplier-main__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:45%}@media (max-width: 650px){.ourSuppliers .supplier .supplier-main__container{width:100%}}@media (min-width: 400px){.ourSuppliers .supplier .supplier-main__container .supplier-text__container{width:60%;text-align:center;font-size:1.1rem}}.ourSuppliers .supplier .supplier-main__container .supplier-text__container :last-child{color:#9505e3;text-align:center;font-weight:900}.ourSuppliers .supplier .supplier-main__container .supplier-text__container h3{text-align:center;color:#9505e3}.ourSuppliers .supplier .supplier-main__container .supplier-gallery__container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);justify-items:center}@media (max-width: 775px){.ourSuppliers .supplier .supplier-main__container .supplier-gallery__container{display:flex;flex-direction:column;justify-content:center}}.ourSuppliers .supplier .supplier-main__container .supplier-gallery__container .supplier-card__image{width:330px;aspect-ratio:5/4;background:#fff;padding:.25rem;margin:.75rem;box-shadow:2px 2px 6px #000,4px 4px 6px #010101;object-fit:cover}@media (max-width: 375px){.ourSuppliers .supplier .supplier-main__container .supplier-gallery__container .supplier-card__image{width:300px}}.suppliers__nav--container{position:sticky;display:flex;flex-direction:column;justify-content:center;align-items:center;top:4.5rem}.suppliers__nav--container .suppliers__nav--ul{background-color:#eaeaea;list-style-type:none;margin:0;padding:0;overflow:hidden;border-radius:2px}.suppliers__nav--container .suppliers__nav--ul .suppliers__nav--li{display:inline;border-right:2px solid #9505e3}.suppliers__nav--container .suppliers__nav--ul .suppliers__nav--li .suppliers__nav--a{color:#333;font-size:3rem;font-weight:400;font-family:Italianno,cursive;text-align:center;padding:14px 16px;text-decoration:none}.suppliers__nav--container .suppliers__nav--ul .suppliers__nav--li .suppliers__nav--a:hover{background-color:#9505e3;color:#eaeaea}@media screen and (max-width: 858px){.suppliers__nav--container .suppliers__nav--ul .suppliers__nav--li .suppliers__nav--a{font-size:2rem}}@media screen and (max-width: 615px){.suppliers__nav--container .suppliers__nav--ul .suppliers__nav--li .suppliers__nav--a{font-size:1rem;padding:7px 8px}}.suppliers__nav--container .suppliers__nav--ul .suppliers__nav--li:last-child{border-right:none}#dark .suppliers__nav--ul{background-color:#333}.home-galerie__container{width:100%}.home-galerie__container .photographer__container{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 655px){.home-galerie__container .photographer__container{flex-direction:row}.home-galerie__container .photographer__container:nth-child(odd){flex-direction:row-reverse}}.home-galerie__container .profile-picture__container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:min(100%,800px);margin:.5rem;padding:.2rem}.home-galerie__container .profile-picture__container .profile-picture__image--item{width:250px;height:250px;border-radius:50%;object-fit:cover;aspect-ratio:1;box-shadow:2px 2px 6px #000,4px 4px 6px #010101}@media (min-width: 400px){.home-galerie__container .profile-picture__container .profile-picture__image--item{width:300px;height:300px}}.home-galerie__container .profile-picture__container .profile-picture__text--container{padding-left:2rem;padding-top:1rem;display:flex;flex-direction:column;justify-content:space-evenly}.home-galerie__container .profile-picture__container .profile-picture__text--container :last-child{color:#9505e3;font-weight:900;text-align:end;font-size:1.3rem}.home-galerie__container .profile-picture__container .profile-picture__text--container h3{color:#9505e3;text-align:center}.home-galerie__container .photographer-gallery__container{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}@media (max-width: 1080px){.home-galerie__container .photographer-gallery__container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 775px){.home-galerie__container .photographer-gallery__container{display:flex;flex-direction:column;justify-content:center}}.home-galerie__container .photographer-gallery__container .photo-card--image__item{width:310px;height:380px;background:#fff;padding:.25rem;margin:.75rem;box-shadow:2px 2px 6px #000,4px 4px 6px #010101;object-fit:cover}@media (max-width: 375px){.home-galerie__container .photographer-gallery__container .photo-card--image__item{width:300px}}#dark .photographer__container{box-shadow:inset 10px 10px 30px #0000009c,inset -10px -10px 30px #010101a2}.blockContact{display:flex;justify-content:space-between;flex-wrap:wrap;padding:4rem;gap:3rem}.blockContact h1{color:#555;font-size:4rem;font-family:Italianno,cursive;font-weight:500}.blockContact .team .bottom h1{font-size:3rem}.blockContact .form-container{flex:1;max-width:500px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;resize:none;gap:1rem}.blockContact .form-container .success-message{color:#fff;font-weight:700;font-size:1rem;text-align:center;background-color:#08c708;padding:1rem 2rem}.blockContact .form-container input,.blockContact .form-container textarea,.blockContact .form-container button{width:100%;padding:10px;border:1px solid #eaeaea;border-radius:5px;margin-top:6px;margin-bottom:16px;background:rgb(214,214,214)}.blockContact .form-container textarea{width:100%;height:300px}.blockContact .form-container button{background-color:#9505e3;color:#eaeaea;font-size:18px;font-weight:900;padding:12px 20px;border:none;cursor:pointer}.blockContact .form-container button:hover{background-color:#333;color:#9505e3}@media screen and (max-width: 850px){.blockContact .form-container{max-width:500px;margin:0 auto}}@media screen and (max-width: 550px){.blockContact{padding:0}.blockContact .form-container{max-width:100%}}.blockContact .team{display:flex;flex-direction:column;justify-content:space-around;text-align:center}.blockContact .team .images{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.blockContact .team h1{font-size:4rem;font-weight:500}.containerTeam{position:relative;width:220px;height:220px}.containerTeam:hover .overlay{opacity:1;cursor:pointer}.containerTeam .image{display:block;width:100%;height:100%;object-fit:cover}.containerTeam .overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease;background-color:#333}.containerTeam .overlay .text{line-height:2rem;gap:1rem;color:#9505e3;font-size:1.2rem;font-weight:900;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.containerTeam .overlay .text a{margin:.5rem;color:#9505e3;font-weight:900}@media screen and (max-width: 550px){.containerTeam{position:relative;width:350px;height:350px}}.signContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.signContainer .center{display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000}.signContainer .center h1{color:#9505e3;padding:3rem}.signContainer .center a{text-decoration:none;font-size:1.4rem;font-weight:900;color:#9505e3;padding:1rem;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000}.signContainer .center .img{width:300px}.dashboardCont{display:flex;flex:1;flex-direction:column;align-items:center;margin-top:80px}.dashboardCont h1{text-align:center;padding:1rem;color:#9505e3}.dashboardCont .dashPart{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:2.6rem}@media (min-width: 375px){.dashboardCont .dashPart{margin-bottom:6rem}}.dashboardCont .dashPart .flip-card{background-color:transparent;width:300px;height:300px;perspective:1000px}.dashboardCont .dashPart .flip-card .flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.dashboardCont .dashPart .flip-card .flip-card-inner .flip-card-front{display:flex;gap:1rem}.dashboardCont .dashPart .flip-card .flip-card-inner .flip-card-front img{width:300px;height:300px;object-fit:cover;border-radius:50%}.dashboardCont .dashPart .flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.dashboardCont .dashPart .flip-card .flip-card-front,.dashboardCont .dashPart .flip-card .flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dashboardCont .dashPart .flip-card-back{transform:rotateY(180deg);display:flex;justify-content:space-around;gap:1rem}.dashboardCont .dashPart .flip-card-back li{display:flex;justify-content:center;align-items:center;width:18rem;aspect-ratio:1;padding:2rem;list-style-type:none;background-color:#333;border-radius:50%}.dashboardCont .dashPart .flip-card-back li a{text-decoration:none;line-height:4rem;color:#9505e3;font-weight:900;font-size:1.5rem;text-align:center}.wrapper{display:flex;position:relative;min-height:80vh}.wrapper .thanks{display:flex;flex:1;flex-direction:column;justify-content:center}.wrapper .thanks p{display:flex;justify-content:center;align-items:center;font-size:4rem;font-family:Italianno,cursive;color:#333;font-weight:500}.wrapper .thanks p span{color:#9505e3}[class|=confetti]{position:absolute}.confetti-0{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:1%;opacity:.5915057882;transform:rotate(201.727246679deg);animation:drop-0 4.0583981267s .4383525974s infinite}@keyframes drop-0{to{top:108%;left:15%}}.confetti-1{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:84%;opacity:1.1754181074;transform:rotate(335.784768181deg);animation:drop-1 4.4641086109s .4612197798s infinite}@keyframes drop-1{to{top:108%;left:91%}}.confetti-2{width:2px;height:.8px;background-color:#d13447;top:-10%;left:18%;opacity:.6417830399;transform:rotate(129.0649507719deg);animation:drop-2 4.4867566838s .9027943314s infinite}@keyframes drop-2{to{top:108%;left:27%}}.confetti-3{width:2px;height:.8px;background-color:#d13447;top:-10%;left:10%;opacity:1.0873161227;transform:rotate(271.6815954376deg);animation:drop-3 4.567741844s .3684132165s infinite}@keyframes drop-3{to{top:108%;left:18%}}.confetti-4{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:16%;opacity:.5801726834;transform:rotate(290.4806074305deg);animation:drop-4 4.4394740661s .7101029213s infinite}@keyframes drop-4{to{top:108%;left:25%}}.confetti-5{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:68%;opacity:.5976115323;transform:rotate(354.1222175978deg);animation:drop-5 4.3823371543s .6243685511s infinite}@keyframes drop-5{to{top:108%;left:82%}}.confetti-6{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:61%;opacity:.8438356657;transform:rotate(69.7004837128deg);animation:drop-6 4.0856983049s .1793036505s infinite}@keyframes drop-6{to{top:108%;left:67%}}.confetti-7{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:54%;opacity:1.368221804;transform:rotate(145.4041625182deg);animation:drop-7 4.2000969099s .1902539008s infinite}@keyframes drop-7{to{top:108%;left:57%}}.confetti-8{width:5px;height:2px;background-color:#9505e3;top:-10%;left:33%;opacity:1.3849534688;transform:rotate(144.0211592238deg);animation:drop-8 4.9447113821s .856707728s infinite}@keyframes drop-8{to{top:108%;left:41%}}.confetti-9{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:39%;opacity:.8589276781;transform:rotate(298.2044316135deg);animation:drop-9 4.3385407744s .3390122449s infinite}@keyframes drop-9{to{top:108%;left:51%}}.confetti-10{width:15px;height:6px;background-color:#9505e3;top:-10%;left:2%;opacity:.7328148041;transform:rotate(357.0097863079deg);animation:drop-10 4.0084087571s .7941044814s infinite}@keyframes drop-10{to{top:108%;left:7%}}.confetti-11{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:96%;opacity:1.4334332492;transform:rotate(161.8468529281deg);animation:drop-11 4.7086967419s .9249097308s infinite}@keyframes drop-11{to{top:108%;left:98%}}.confetti-12{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:8%;opacity:.9418596609;transform:rotate(293.679796063deg);animation:drop-12 4.3888722371s .2930846179s infinite}@keyframes drop-12{to{top:108%;left:9%}}.confetti-13{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:75%;opacity:.7779008303;transform:rotate(76.4836969216deg);animation:drop-13 4.5642782306s .9926486425s infinite}@keyframes drop-13{to{top:108%;left:82%}}.confetti-14{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:72%;opacity:.690390848;transform:rotate(278.6879535212deg);animation:drop-14 4.1234381092s .5075961762s infinite}@keyframes drop-14{to{top:108%;left:86%}}.confetti-15{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:74%;opacity:.7729578;transform:rotate(136.7581876445deg);animation:drop-15 4.335642629s .5296404004s infinite}@keyframes drop-15{to{top:108%;left:88%}}.confetti-16{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:16%;opacity:1.0134096239;transform:rotate(187.9287685235deg);animation:drop-16 4.3389017955s .5164441277s infinite}@keyframes drop-16{to{top:108%;left:27%}}.confetti-17{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:65%;opacity:1.3561711297;transform:rotate(159.8628642933deg);animation:drop-17 4.8126472805s .4844208796s infinite}@keyframes drop-17{to{top:108%;left:71%}}.confetti-18{width:2px;height:.8px;background-color:#d13447;top:-10%;left:26%;opacity:1.4653145877;transform:rotate(165.9041877526deg);animation:drop-18 4.7879314773s .1638448936s infinite}@keyframes drop-18{to{top:108%;left:38%}}.confetti-19{width:5px;height:2px;background-color:#9505e3;top:-10%;left:40%;opacity:1.0895963076;transform:rotate(336.9247027656deg);animation:drop-19 4.2759824097s .8497278023s infinite}@keyframes drop-19{to{top:108%;left:42%}}.confetti-20{width:10px;height:4px;background-color:#9505e3;top:-10%;left:38%;opacity:1.3801165808;transform:rotate(124.8404997361deg);animation:drop-20 4.5600606459s .8266744632s infinite}@keyframes drop-20{to{top:108%;left:39%}}.confetti-21{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:13%;opacity:1.1432704795;transform:rotate(207.7349039796deg);animation:drop-21 4.0570977002s .2136474455s infinite}@keyframes drop-21{to{top:108%;left:14%}}.confetti-22{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:94%;opacity:1.0012708187;transform:rotate(2.772317946deg);animation:drop-22 4.927720955s .1688611245s infinite}@keyframes drop-22{to{top:108%;left:100%}}.confetti-23{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:15%;opacity:1.1145557645;transform:rotate(7.5099099866deg);animation:drop-23 4.7478637879s .7133637726s infinite}@keyframes drop-23{to{top:108%;left:22%}}.confetti-24{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:39%;opacity:.7273362304;transform:rotate(66.5477029652deg);animation:drop-24 4.5658641484s .4941942399s infinite}@keyframes drop-24{to{top:108%;left:51%}}.confetti-25{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:19%;opacity:.9511805904;transform:rotate(194.8002662365deg);animation:drop-25 4.7594977894s .8290457264s infinite}@keyframes drop-25{to{top:108%;left:32%}}.confetti-26{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:29%;opacity:.7059500391;transform:rotate(265.5560079941deg);animation:drop-26 4.8619139589s .5060067037s infinite}@keyframes drop-26{to{top:108%;left:41%}}.confetti-27{width:15px;height:6px;background-color:#9505e3;top:-10%;left:72%;opacity:.6015743;transform:rotate(272.4724865686deg);animation:drop-27 4.8177956392s .9828826091s infinite}@keyframes drop-27{to{top:108%;left:77%}}.confetti-28{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:7%;opacity:.5250408444;transform:rotate(243.8022040022deg);animation:drop-28 4.2378421537s .6258110039s infinite}@keyframes drop-28{to{top:108%;left:20%}}.confetti-29{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:49%;opacity:1.3166722606;transform:rotate(36.4774521399deg);animation:drop-29 4.0093762205s .0889304114s infinite}@keyframes drop-29{to{top:108%;left:58%}}.confetti-30{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:19%;opacity:.8770943695;transform:rotate(117.4238356968deg);animation:drop-30 4.1103822213s .9281968634s infinite}@keyframes drop-30{to{top:108%;left:24%}}.confetti-31{width:15px;height:6px;background-color:#d13447;top:-10%;left:52%;opacity:.9915098147;transform:rotate(259.8000866064deg);animation:drop-31 4.1147419029s .9863121927s infinite}@keyframes drop-31{to{top:108%;left:62%}}.confetti-32{width:15px;height:6px;background-color:#9505e3;top:-10%;left:56%;opacity:.828396239;transform:rotate(110.6220209001deg);animation:drop-32 4.6654514898s .6180351352s infinite}@keyframes drop-32{to{top:108%;left:59%}}.confetti-33{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:42%;opacity:.8024039169;transform:rotate(59.9319066373deg);animation:drop-33 4.4067509248s .0928763549s infinite}@keyframes drop-33{to{top:108%;left:52%}}.confetti-34{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:64%;opacity:1.2624106697;transform:rotate(292.5219774179deg);animation:drop-34 4.6598648707s .9478951144s infinite}@keyframes drop-34{to{top:108%;left:66%}}.confetti-35{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:66%;opacity:.7480855648;transform:rotate(38.9914087205deg);animation:drop-35 4.5664690385s .4078311784s infinite}@keyframes drop-35{to{top:108%;left:72%}}.confetti-36{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:31%;opacity:1.2193543914;transform:rotate(259.7444555864deg);animation:drop-36 4.7870503412s .2536262503s infinite}@keyframes drop-36{to{top:108%;left:35%}}.confetti-37{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:15%;opacity:.9840716382;transform:rotate(348.6907905056deg);animation:drop-37 4.9099553101s .2087298829s infinite}@keyframes drop-37{to{top:108%;left:28%}}.confetti-38{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:26%;opacity:.7190521646;transform:rotate(233.2791741174deg);animation:drop-38 4.7065043641s .4872259412s infinite}@keyframes drop-38{to{top:108%;left:36%}}.confetti-39{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:71%;opacity:.6460439271;transform:rotate(77.2330404983deg);animation:drop-39 4.0364043838s .3138081357s infinite}@keyframes drop-39{to{top:108%;left:77%}}.confetti-40{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:38%;opacity:.9862328978;transform:rotate(170.53211488deg);animation:drop-40 4.6059897682s .1295525745s infinite}@keyframes drop-40{to{top:108%;left:41%}}.confetti-41{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:77%;opacity:1.2207944136;transform:rotate(109.0589456958deg);animation:drop-41 4.4325400124s .539037784s infinite}@keyframes drop-41{to{top:108%;left:88%}}.confetti-42{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:24%;opacity:.7042027006;transform:rotate(353.2388620061deg);animation:drop-42 4.3559621071s .5482704846s infinite}@keyframes drop-42{to{top:108%;left:36%}}.confetti-43{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:21%;opacity:1.2413112126;transform:rotate(113.9022795836deg);animation:drop-43 4.0114217921s .6059441311s infinite}@keyframes drop-43{to{top:108%;left:34%}}.confetti-44{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:3%;opacity:.5987412375;transform:rotate(168.937713459deg);animation:drop-44 4.046219041s .6709266716s infinite}@keyframes drop-44{to{top:108%;left:16%}}.confetti-45{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:26%;opacity:1.4041209399;transform:rotate(80.3255087055deg);animation:drop-45 4.3859485074s .3540010458s infinite}@keyframes drop-45{to{top:108%;left:31%}}.confetti-46{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:32%;opacity:.8105818525;transform:rotate(286.7626302683deg);animation:drop-46 4.4826050996s .2042067666s infinite}@keyframes drop-46{to{top:108%;left:41%}}.confetti-47{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:68%;opacity:.6017308417;transform:rotate(349.2017564743deg);animation:drop-47 4.6737228996s .5926644521s infinite}@keyframes drop-47{to{top:108%;left:73%}}.confetti-48{width:10px;height:4px;background-color:#d13447;top:-10%;left:55%;opacity:1.3272823763;transform:rotate(331.0700987695deg);animation:drop-48 4.2729687082s .9059609516s infinite}@keyframes drop-48{to{top:108%;left:64%}}.confetti-49{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:41%;opacity:1.020885512;transform:rotate(81.1261827496deg);animation:drop-49 4.7610720984s .7585760622s infinite}@keyframes drop-49{to{top:108%;left:55%}}.confetti-50{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:55%;opacity:1.4956362232;transform:rotate(306.962113721deg);animation:drop-50 4.9870599322s .8912930204s infinite}@keyframes drop-50{to{top:108%;left:59%}}.confetti-51{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:16%;opacity:1.3612550472;transform:rotate(61.1353283459deg);animation:drop-51 4.2075155685s .0392419195s infinite}@keyframes drop-51{to{top:108%;left:19%}}.confetti-52{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:37%;opacity:.780458135;transform:rotate(114.8324536025deg);animation:drop-52 4.1826225783s .0355692461s infinite}@keyframes drop-52{to{top:108%;left:48%}}.confetti-53{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:55%;opacity:.9633124722;transform:rotate(206.0878962536deg);animation:drop-53 4.3752633948s .2120877229s infinite}@keyframes drop-53{to{top:108%;left:62%}}.confetti-54{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:59%;opacity:.8489360323;transform:rotate(77.7841953277deg);animation:drop-54 4.1316187753s 4.9095264ms infinite}@keyframes drop-54{to{top:108%;left:74%}}.confetti-55{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:52%;opacity:1.3582430904;transform:rotate(297.7175628612deg);animation:drop-55 4.8250989743s .0768789142s infinite}@keyframes drop-55{to{top:108%;left:57%}}.confetti-56{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:1%;opacity:1.4832836879;transform:rotate(188.6972708794deg);animation:drop-56 4.1135892125s .7076715445s infinite}@keyframes drop-56{to{top:108%;left:12%}}.confetti-57{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:33%;opacity:.95258993;transform:rotate(83.4321581219deg);animation:drop-57 4.4830893516s .7358882411s infinite}@keyframes drop-57{to{top:108%;left:44%}}.confetti-58{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:69%;opacity:.6346873386;transform:rotate(142.9993926558deg);animation:drop-58 4.9893237029s .2918510224s infinite}@keyframes drop-58{to{top:108%;left:82%}}.confetti-59{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:84%;opacity:.8182188964;transform:rotate(14.1467574137deg);animation:drop-59 4.2284458135s .6896310453s infinite}@keyframes drop-59{to{top:108%;left:91%}}.confetti-60{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:39%;opacity:.7370254167;transform:rotate(192.9920439063deg);animation:drop-60 4.4628611523s .3997749803s infinite}@keyframes drop-60{to{top:108%;left:44%}}.confetti-61{width:1px;height:.4px;background-color:#d13447;top:-10%;left:93%;opacity:1.0966920138;transform:rotate(79.8708075907deg);animation:drop-61 4.3061412059s .0172875907s infinite}@keyframes drop-61{to{top:108%;left:99%}}.confetti-62{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:77%;opacity:.9740350365;transform:rotate(349.0021496974deg);animation:drop-62 4.5591335363s .4317997813s infinite}@keyframes drop-62{to{top:108%;left:92%}}.confetti-63{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:52%;opacity:1.4597685615;transform:rotate(48.3636697743deg);animation:drop-63 4.0680048199s .9765130034s infinite}@keyframes drop-63{to{top:108%;left:62%}}.confetti-64{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:38%;opacity:1.3912729456;transform:rotate(280.1149239052deg);animation:drop-64 4.4257445707s .6312503863s infinite}@keyframes drop-64{to{top:108%;left:47%}}.confetti-65{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:87%;opacity:1.3807857029;transform:rotate(59.3942956093deg);animation:drop-65 4.1378866323s .8685902167s infinite}@keyframes drop-65{to{top:108%;left:97%}}.confetti-66{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:59%;opacity:.5971146352;transform:rotate(95.4417185893deg);animation:drop-66 4.5534066962s .9518550922s infinite}@keyframes drop-66{to{top:108%;left:71%}}.confetti-67{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:100%;opacity:1.1572460988;transform:rotate(158.7206173023deg);animation:drop-67 4.8032349447s .2425288574s infinite}@keyframes drop-67{to{top:108%;left:108%}}.confetti-68{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:58%;opacity:1.0454314997;transform:rotate(64.9526841398deg);animation:drop-68 4.4294049481s .6601360939s infinite}@keyframes drop-68{to{top:108%;left:69%}}.confetti-69{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:42%;opacity:1.3562921505;transform:rotate(240.8483743083deg);animation:drop-69 4.3679706074s .6578505473s infinite}@keyframes drop-69{to{top:108%;left:47%}}.confetti-70{width:2px;height:.8px;background-color:#d13447;top:-10%;left:58%;opacity:1.1398440667;transform:rotate(189.7664366606deg);animation:drop-70 4.1822462136s .1647395503s infinite}@keyframes drop-70{to{top:108%;left:59%}}.confetti-71{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:34%;opacity:1.0434537954;transform:rotate(145.8067120635deg);animation:drop-71 4.7778990472s .8378967596s infinite}@keyframes drop-71{to{top:108%;left:41%}}.confetti-72{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:78%;opacity:.5743589017;transform:rotate(178.6218556307deg);animation:drop-72 4.6855805831s .6547493297s infinite}@keyframes drop-72{to{top:108%;left:90%}}.confetti-73{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:30%;opacity:.8350442408;transform:rotate(228.1091593395deg);animation:drop-73 4.5982416192s .0324731112s infinite}@keyframes drop-73{to{top:108%;left:39%}}.confetti-74{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:46%;opacity:.7875746431;transform:rotate(310.5304848319deg);animation:drop-74 4.1411530606s 7.5248448ms infinite}@keyframes drop-74{to{top:108%;left:59%}}.confetti-75{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:64%;opacity:1.4647632508;transform:rotate(283.15374349deg);animation:drop-75 4.0647222023s .5409423503s infinite}@keyframes drop-75{to{top:108%;left:77%}}.confetti-76{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:20%;opacity:1.4215310785;transform:rotate(57.8621328069deg);animation:drop-76 4.9198239044s .1216137249s infinite}@keyframes drop-76{to{top:108%;left:24%}}.confetti-77{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:74%;opacity:.7284326604;transform:rotate(187.5187902553deg);animation:drop-77 4.9219447762s .7469674155s infinite}@keyframes drop-77{to{top:108%;left:77%}}.confetti-78{width:15px;height:6px;background-color:#d13447;top:-10%;left:94%;opacity:1.4467932671;transform:rotate(75.3307527585deg);animation:drop-78 4.1243991666s .7676154295s infinite}@keyframes drop-78{to{top:108%;left:96%}}.confetti-79{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:84%;opacity:.692157514;transform:rotate(137.629451332deg);animation:drop-79 4.5792917929s .3948875147s infinite}@keyframes drop-79{to{top:108%;left:87%}}.confetti-80{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:35%;opacity:1.0228238337;transform:rotate(109.8534134767deg);animation:drop-80 4.8574309425s .234768112s infinite}@keyframes drop-80{to{top:108%;left:48%}}.confetti-81{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:54%;opacity:1.0882951238;transform:rotate(240.8613656683deg);animation:drop-81 4.5354172833s .5289753253s infinite}@keyframes drop-81{to{top:108%;left:67%}}.confetti-82{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:26%;opacity:.7246196568;transform:rotate(293.561056793deg);animation:drop-82 4.3635371571s .0216112772s infinite}@keyframes drop-82{to{top:108%;left:33%}}.confetti-83{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:37%;opacity:1.1739140972;transform:rotate(255.6443752695deg);animation:drop-83 4.1293567681s .640823387s infinite}@keyframes drop-83{to{top:108%;left:49%}}.confetti-84{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:6%;opacity:.7772108813;transform:rotate(20.32179619deg);animation:drop-84 4.9867030029s .5219892819s infinite}@keyframes drop-84{to{top:108%;left:13%}}.confetti-85{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:2%;opacity:1.3946936841;transform:rotate(58.4696349021deg);animation:drop-85 4.1478731526s .7953313328s infinite}@keyframes drop-85{to{top:108%;left:11%}}.confetti-86{width:10px;height:4px;background-color:#d13447;top:-10%;left:99%;opacity:.6795943524;transform:rotate(248.5577599326deg);animation:drop-86 4.7637422526s .7448501354s infinite}@keyframes drop-86{to{top:108%;left:100%}}.confetti-87{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:57%;opacity:.9668065771;transform:rotate(201.3152705034deg);animation:drop-87 4.6076571211s .1467378369s infinite}@keyframes drop-87{to{top:108%;left:67%}}.confetti-88{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:4%;opacity:1.2173711987;transform:rotate(172.3947285177deg);animation:drop-88 4.1754615166s .2880028634s infinite}@keyframes drop-88{to{top:108%;left:19%}}.confetti-89{width:10px;height:4px;background-color:#d13447;top:-10%;left:41%;opacity:.9416676103;transform:rotate(68.3028350203deg);animation:drop-89 4.2099438255s .5719655264s infinite}@keyframes drop-89{to{top:108%;left:47%}}.confetti-90{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:26%;opacity:.5593134804;transform:rotate(346.9444089918deg);animation:drop-90 4.8227403364s .1060285862s infinite}@keyframes drop-90{to{top:108%;left:27%}}.confetti-91{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:18%;opacity:1.2845079833;transform:rotate(299.238408244deg);animation:drop-91 4.709530075s .2697450092s infinite}@keyframes drop-91{to{top:108%;left:26%}}.confetti-92{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:100%;opacity:.5464131852;transform:rotate(274.4909426378deg);animation:drop-92 4.1592173428s .9838028029s infinite}@keyframes drop-92{to{top:108%;left:106%}}.confetti-93{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:60%;opacity:1.0749373106;transform:rotate(341.7576362174deg);animation:drop-93 4.0099547448s .892500349s infinite}@keyframes drop-93{to{top:108%;left:72%}}.confetti-94{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:15%;opacity:1.117624308;transform:rotate(251.4095590837deg);animation:drop-94 4.4678608603s .8595792172s infinite}@keyframes drop-94{to{top:108%;left:24%}}.confetti-95{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:5%;opacity:.7413163079;transform:rotate(332.0685598907deg);animation:drop-95 4.1043399327s .2076049762s infinite}@keyframes drop-95{to{top:108%;left:7%}}.confetti-96{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:67%;opacity:.9865610196;transform:rotate(31.3859292046deg);animation:drop-96 4.9657703181s .5217079394s infinite}@keyframes drop-96{to{top:108%;left:70%}}.confetti-97{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:27%;opacity:1.3875869445;transform:rotate(143.9418977953deg);animation:drop-97 4.4999865268s .5146573309s infinite}@keyframes drop-97{to{top:108%;left:33%}}.confetti-98{width:5px;height:2px;background-color:#d13447;top:-10%;left:69%;opacity:1.2160139372;transform:rotate(291.9777279502deg);animation:drop-98 4.2774899303s .799658211s infinite}@keyframes drop-98{to{top:108%;left:76%}}.confetti-99{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:10%;opacity:.53386439;transform:rotate(17.3293827966deg);animation:drop-99 4.6458756484s .708858384s infinite}@keyframes drop-99{to{top:108%;left:12%}}.confetti-100{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:72%;opacity:.5166401638;transform:rotate(323.3677277056deg);animation:drop-100 4.453945468s .8970242089s infinite}@keyframes drop-100{to{top:108%;left:80%}}.confetti-101{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:96%;opacity:.624812719;transform:rotate(343.469615359deg);animation:drop-101 4.8597747348s .7572992938s infinite}@keyframes drop-101{to{top:108%;left:102%}}.confetti-102{width:5px;height:2px;background-color:#9505e3;top:-10%;left:29%;opacity:.6948837643;transform:rotate(321.641072239deg);animation:drop-102 4.3429979694s .5052163834s infinite}@keyframes drop-102{to{top:108%;left:40%}}.confetti-103{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:20%;opacity:.697712608;transform:rotate(65.978710638deg);animation:drop-103 4.1640837446s .7909785279s infinite}@keyframes drop-103{to{top:108%;left:33%}}.confetti-104{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:28%;opacity:1.2763559531;transform:rotate(79.3528660935deg);animation:drop-104 4.6762520465s .2982098875s infinite}@keyframes drop-104{to{top:108%;left:31%}}.confetti-105{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:57%;opacity:1.4927483933;transform:rotate(255.2957988796deg);animation:drop-105 4.0914259389s .8764891934s infinite}@keyframes drop-105{to{top:108%;left:62%}}.confetti-106{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:71%;opacity:1.4911973359;transform:rotate(351.5843061413deg);animation:drop-106 4.3356055405s .4604872288s infinite}@keyframes drop-106{to{top:108%;left:79%}}.confetti-107{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:92%;opacity:1.2179552831;transform:rotate(304.3563719558deg);animation:drop-107 4.7720524864s .8640342657s infinite}@keyframes drop-107{to{top:108%;left:107%}}.confetti-108{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:31%;opacity:1.240068203;transform:rotate(47.5371449118deg);animation:drop-108 4.1309914278s .2394266413s infinite}@keyframes drop-108{to{top:108%;left:39%}}.confetti-109{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:100%;opacity:.857688617;transform:rotate(190.9921185341deg);animation:drop-109 4.4518384561s .8116686622s infinite}@keyframes drop-109{to{top:108%;left:109%}}.confetti-110{width:5px;height:2px;background-color:#d13447;top:-10%;left:58%;opacity:1.180781607;transform:rotate(129.1678446276deg);animation:drop-110 4.6705699406s .6222693246s infinite}@keyframes drop-110{to{top:108%;left:63%}}.confetti-111{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:14%;opacity:1.0858108874;transform:rotate(187.295245724deg);animation:drop-111 4.9218776211s .1988943051s infinite}@keyframes drop-111{to{top:108%;left:18%}}.confetti-112{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:87%;opacity:.868425342;transform:rotate(323.6655412279deg);animation:drop-112 4.359696137s .9372395677s infinite}@keyframes drop-112{to{top:108%;left:97%}}.confetti-113{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:4%;opacity:1.1217922469;transform:rotate(310.1621919945deg);animation:drop-113 4.4196727466s .1302240597s infinite}@keyframes drop-113{to{top:108%;left:10%}}.confetti-114{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:11%;opacity:1.4760081018;transform:rotate(5.0195803059deg);animation:drop-114 4.4280215017s .1463396901s infinite}@keyframes drop-114{to{top:108%;left:22%}}.confetti-115{width:2px;height:.8px;background-color:#d13447;top:-10%;left:9%;opacity:.8841668217;transform:rotate(211.1031417326deg);animation:drop-115 4.2423704613s .5501190595s infinite}@keyframes drop-115{to{top:108%;left:18%}}.confetti-116{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:15%;opacity:.5675510722;transform:rotate(22.8434983593deg);animation:drop-116 4.1844766356s .8334623474s infinite}@keyframes drop-116{to{top:108%;left:28%}}.confetti-117{width:1px;height:.4px;background-color:#d13447;top:-10%;left:100%;opacity:.5964484466;transform:rotate(252.9161595561deg);animation:drop-117 4.1146589174s .5177011686s infinite}@keyframes drop-117{to{top:108%;left:102%}}.confetti-118{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:50%;opacity:.7790948169;transform:rotate(140.5603150241deg);animation:drop-118 4.140788317s .392524855s infinite}@keyframes drop-118{to{top:108%;left:52%}}.confetti-119{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:1%;opacity:1.1207439087;transform:rotate(66.6885667531deg);animation:drop-119 4.9564155663s .8490086807s infinite}@keyframes drop-119{to{top:108%;left:4%}}.confetti-120{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:61%;opacity:.9820611667;transform:rotate(67.58118291deg);animation:drop-120 4.6619952778s .3864268044s infinite}@keyframes drop-120{to{top:108%;left:70%}}.confetti-121{width:5px;height:2px;background-color:#d13447;top:-10%;left:4%;opacity:.7853684473;transform:rotate(256.8143321019deg);animation:drop-121 4.7914427766s .1886386035s infinite}@keyframes drop-121{to{top:108%;left:15%}}.confetti-122{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:31%;opacity:.8218712483;transform:rotate(9.9225326148deg);animation:drop-122 4.5030337375s .6551237258s infinite}@keyframes drop-122{to{top:108%;left:39%}}.confetti-123{width:1px;height:.4px;background-color:#d13447;top:-10%;left:52%;opacity:1.4262165312;transform:rotate(340.6992610061deg);animation:drop-123 4.111240746s .9185346389s infinite}@keyframes drop-123{to{top:108%;left:58%}}.confetti-124{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:46%;opacity:.5764570815;transform:rotate(16.5202290557deg);animation:drop-124 4.2443230332s .8438895853s infinite}@keyframes drop-124{to{top:108%;left:48%}}.confetti-125{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:14%;opacity:1.4959007163;transform:rotate(343.6496629599deg);animation:drop-125 4.3311893026s .4981316882s infinite}@keyframes drop-125{to{top:108%;left:25%}}.confetti-126{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:67%;opacity:.5159549421;transform:rotate(212.5899083352deg);animation:drop-126 4.0571857233s .1927580428s infinite}@keyframes drop-126{to{top:108%;left:71%}}.confetti-127{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:23%;opacity:.6366242472;transform:rotate(166.1632457354deg);animation:drop-127 4.0793619456s .0778986744s infinite}@keyframes drop-127{to{top:108%;left:27%}}.confetti-128{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:45%;opacity:1.3506723626;transform:rotate(91.2752468054deg);animation:drop-128 4.6745288621s .5362878316s infinite}@keyframes drop-128{to{top:108%;left:51%}}.confetti-129{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:72%;opacity:.6187818954;transform:rotate(295.0217454858deg);animation:drop-129 4.0693970762s .3869781062s infinite}@keyframes drop-129{to{top:108%;left:85%}}.confetti-130{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:15%;opacity:.7473619357;transform:rotate(274.754737076deg);animation:drop-130 4.8015461196s .9440302849s infinite}@keyframes drop-130{to{top:108%;left:18%}}.confetti-131{width:15px;height:6px;background-color:#d13447;top:-10%;left:47%;opacity:1.3429989639;transform:rotate(191.6092577267deg);animation:drop-131 4.8314476662s .8190227212s infinite}@keyframes drop-131{to{top:108%;left:54%}}.confetti-132{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:91%;opacity:.688445632;transform:rotate(55.232678959deg);animation:drop-132 4.0622849579s .548837619s infinite}@keyframes drop-132{to{top:108%;left:99%}}.confetti-133{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:6%;opacity:1.0429631848;transform:rotate(283.739253285deg);animation:drop-133 4.2864246417s .2458897524s infinite}@keyframes drop-133{to{top:108%;left:18%}}.confetti-134{width:1px;height:.4px;background-color:#d13447;top:-10%;left:99%;opacity:.8863621725;transform:rotate(249.5608271734deg);animation:drop-134 4.1368241238s .062773646s infinite}@keyframes drop-134{to{top:108%;left:101%}}.confetti-135{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:76%;opacity:1.4717596041;transform:rotate(29.559998854deg);animation:drop-135 4.3099181217s .3745301988s infinite}@keyframes drop-135{to{top:108%;left:79%}}.confetti-136{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:41%;opacity:.6238641036;transform:rotate(32.1193723701deg);animation:drop-136 4.9683196538s .7008209612s infinite}@keyframes drop-136{to{top:108%;left:55%}}.confetti-137{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:24%;opacity:.5672754396;transform:rotate(205.0098403754deg);animation:drop-137 4.9836707689s .7597359011s infinite}@keyframes drop-137{to{top:108%;left:27%}}.confetti-138{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:33%;opacity:1.3658702194;transform:rotate(126.8355193694deg);animation:drop-138 4.2696217013s .079234367s infinite}@keyframes drop-138{to{top:108%;left:41%}}.confetti-139{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:11%;opacity:1.1128126568;transform:rotate(66.8161558814deg);animation:drop-139 4.1136182167s .5923395926s infinite}@keyframes drop-139{to{top:108%;left:25%}}.confetti-140{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:39%;opacity:1.3833494723;transform:rotate(56.9964094882deg);animation:drop-140 4.9876019016s .2494709396s infinite}@keyframes drop-140{to{top:108%;left:51%}}.confetti-141{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:37%;opacity:1.216188548;transform:rotate(299.6462249265deg);animation:drop-141 4.7567257453s .3446624636s infinite}@keyframes drop-141{to{top:108%;left:52%}}.confetti-142{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:39%;opacity:.5242769315;transform:rotate(359.2140533848deg);animation:drop-142 4.9526844074s .8340258417s infinite}@keyframes drop-142{to{top:108%;left:44%}}.confetti-143{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:37%;opacity:1.258465074;transform:rotate(12.8982706372deg);animation:drop-143 4.7039880153s .70824397s infinite}@keyframes drop-143{to{top:108%;left:40%}}.confetti-144{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:17%;opacity:.7584848463;transform:rotate(188.3422159197deg);animation:drop-144 4.0695249839s .2672875898s infinite}@keyframes drop-144{to{top:108%;left:32%}}.confetti-145{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:11%;opacity:.659397128;transform:rotate(62.327519964deg);animation:drop-145 4.6997506282s .6515497238s infinite}@keyframes drop-145{to{top:108%;left:17%}}.confetti-146{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:11%;opacity:.9404824072;transform:rotate(132.339769536deg);animation:drop-146 4.2421207517s .4239031148s infinite}@keyframes drop-146{to{top:108%;left:16%}}.confetti-147{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:17%;opacity:1.3038967509;transform:rotate(274.4896903245deg);animation:drop-147 4.4016504773s .745627535s infinite}@keyframes drop-147{to{top:108%;left:31%}}.confetti-148{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:37%;opacity:1.1165119781;transform:rotate(133.5815644726deg);animation:drop-148 4.5858279871s .0111040817s infinite}@keyframes drop-148{to{top:108%;left:38%}}.confetti-149{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:96%;opacity:1.3099731702;transform:rotate(208.7300871137deg);animation:drop-149 4.8805964861s .80745217s infinite}@keyframes drop-149{to{top:108%;left:109%}}.confetti-150{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:42%;opacity:1.0925401685;transform:rotate(103.7098479582deg);animation:drop-150 4.0842166895s .3124120328s infinite}@keyframes drop-150{to{top:108%;left:47%}}.confetti-151{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:30%;opacity:.7819837946;transform:rotate(122.5551514243deg);animation:drop-151 4.6326291258s .560007748s infinite}@keyframes drop-151{to{top:108%;left:34%}}.confetti-152{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:18%;opacity:.5023252225;transform:rotate(53.3087579291deg);animation:drop-152 4.7384199614s .8542865824s infinite}@keyframes drop-152{to{top:108%;left:27%}}.confetti-153{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:9%;opacity:1.3341420883;transform:rotate(77.0352486493deg);animation:drop-153 4.1667039142s .5599039287s infinite}@keyframes drop-153{to{top:108%;left:19%}}.confetti-154{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:70%;opacity:1.3398161559;transform:rotate(265.5625763294deg);animation:drop-154 4.5192590872s .7897472317s infinite}@keyframes drop-154{to{top:108%;left:81%}}.confetti-155{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:36%;opacity:1.3705076766;transform:rotate(152.1478600074deg);animation:drop-155 4.5172134892s .6511234412s infinite}@keyframes drop-155{to{top:108%;left:43%}}.confetti-156{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:1%;opacity:1.0422293731;transform:rotate(92.8072929656deg);animation:drop-156 4.6804411882s .9755606756s infinite}@keyframes drop-156{to{top:108%;left:4%}}.confetti-157{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:58%;opacity:.8239011879;transform:rotate(41.7237112889deg);animation:drop-157 4.9803655846s .2512840694s infinite}@keyframes drop-157{to{top:108%;left:62%}}.confetti-158{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:65%;opacity:.8138110949;transform:rotate(66.5792776557deg);animation:drop-158 4.665250043s .391134367s infinite}@keyframes drop-158{to{top:108%;left:76%}}.confetti-159{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:81%;opacity:.62042682;transform:rotate(88.3359872889deg);animation:drop-159 4.2123175964s .2156442701s infinite}@keyframes drop-159{to{top:108%;left:86%}}.confetti-160{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:67%;opacity:1.3347261468;transform:rotate(253.4183505215deg);animation:drop-160 4.3220801595s .571164543s infinite}@keyframes drop-160{to{top:108%;left:70%}}.confetti-161{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:36%;opacity:1.0017968546;transform:rotate(243.0923086851deg);animation:drop-161 4.1303035086s .8812559154s infinite}@keyframes drop-161{to{top:108%;left:40%}}.confetti-162{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:4%;opacity:1.0028706201;transform:rotate(271.7204057494deg);animation:drop-162 4.0338639362s .5912700141s infinite}@keyframes drop-162{to{top:108%;left:5%}}.confetti-163{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:61%;opacity:1.1318460175;transform:rotate(336.7349270592deg);animation:drop-163 4.7223031476s .8756663463s infinite}@keyframes drop-163{to{top:108%;left:72%}}.confetti-164{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:15%;opacity:.7879051279;transform:rotate(194.3871534571deg);animation:drop-164 4.7542930853s .277638441s infinite}@keyframes drop-164{to{top:108%;left:21%}}.confetti-165{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:45%;opacity:.919785348;transform:rotate(105.7533753942deg);animation:drop-165 4.4210069531s .272445249s infinite}@keyframes drop-165{to{top:108%;left:59%}}.confetti-166{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:89%;opacity:1.2122106005;transform:rotate(256.8626608488deg);animation:drop-166 4.3891543613s .9963629442s infinite}@keyframes drop-166{to{top:108%;left:92%}}.confetti-167{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:100%;opacity:.7594649129;transform:rotate(306.3067964537deg);animation:drop-167 4.185526336s .551579533s infinite}@keyframes drop-167{to{top:108%;left:110%}}.confetti-168{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:71%;opacity:1.3315724011;transform:rotate(226.4148997458deg);animation:drop-168 4.564491498s .3118591897s infinite}@keyframes drop-168{to{top:108%;left:86%}}.confetti-169{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:16%;opacity:1.0500206773;transform:rotate(212.6786171154deg);animation:drop-169 4.5874974195s 5.5572988ms infinite}@keyframes drop-169{to{top:108%;left:19%}}.confetti-170{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:98%;opacity:.8851077776;transform:rotate(74.6721495943deg);animation:drop-170 4.3957647322s .6035681715s infinite}@keyframes drop-170{to{top:108%;left:99%}}.confetti-171{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:80%;opacity:1.1006951341;transform:rotate(336.2785879671deg);animation:drop-171 4.962893665s .8551308826s infinite}@keyframes drop-171{to{top:108%;left:85%}}.confetti-172{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:29%;opacity:.8145373379;transform:rotate(331.9032061788deg);animation:drop-172 4.3834048354s .6793092656s infinite}@keyframes drop-172{to{top:108%;left:36%}}.confetti-173{width:1px;height:.4px;background-color:#d13447;top:-10%;left:53%;opacity:.7396175297;transform:rotate(301.0208345459deg);animation:drop-173 4.5830666414s .5577503208s infinite}@keyframes drop-173{to{top:108%;left:63%}}.confetti-174{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:95%;opacity:.6304122955;transform:rotate(250.3290330154deg);animation:drop-174 4.4851103943s .6033927595s infinite}@keyframes drop-174{to{top:108%;left:97%}}.confetti-175{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:6%;opacity:1.4911379079;transform:rotate(2.1075439935deg);animation:drop-175 4.4409236368s .0651320672s infinite}@keyframes drop-175{to{top:108%;left:9%}}.confetti-176{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:30%;opacity:.6192688723;transform:rotate(44.9447821768deg);animation:drop-176 4.3285172383s .6393949875s infinite}@keyframes drop-176{to{top:108%;left:32%}}.confetti-177{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:48%;opacity:.9211357638;transform:rotate(227.7472507289deg);animation:drop-177 4.1482530757s .5420601437s infinite}@keyframes drop-177{to{top:108%;left:63%}}.confetti-178{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:62%;opacity:.7522924376;transform:rotate(76.4475441974deg);animation:drop-178 4.5598255366s .323025694s infinite}@keyframes drop-178{to{top:108%;left:64%}}.confetti-179{width:10px;height:4px;background-color:#d13447;top:-10%;left:38%;opacity:1.2033555177;transform:rotate(208.9825846169deg);animation:drop-179 4.4871174526s .7440336153s infinite}@keyframes drop-179{to{top:108%;left:48%}}.confetti-180{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:100%;opacity:1.176143268;transform:rotate(99.4883987346deg);animation:drop-180 4.5200404443s .0970315762s infinite}@keyframes drop-180{to{top:108%;left:107%}}.confetti-181{width:15px;height:6px;background-color:#9505e3;top:-10%;left:89%;opacity:.9881331318;transform:rotate(118.2469551401deg);animation:drop-181 4.4512311646s .6776673249s infinite}@keyframes drop-181{to{top:108%;left:100%}}.confetti-182{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:9%;opacity:1.3815870003;transform:rotate(58.9774917319deg);animation:drop-182 4.1344907182s .2515845653s infinite}@keyframes drop-182{to{top:108%;left:16%}}.confetti-183{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:17%;opacity:.5879664298;transform:rotate(357.4534459137deg);animation:drop-183 4.4258477118s .550987973s infinite}@keyframes drop-183{to{top:108%;left:28%}}.confetti-184{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:16%;opacity:1.0417127736;transform:rotate(22.1531131595deg);animation:drop-184 4.0498548195s .8086921927s infinite}@keyframes drop-184{to{top:108%;left:22%}}.confetti-185{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:99%;opacity:1.0003337621;transform:rotate(161.9062682759deg);animation:drop-185 4.8346826018s .9492817323s infinite}@keyframes drop-185{to{top:108%;left:111%}}.confetti-186{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:4%;opacity:.548945499;transform:rotate(60.9523619165deg);animation:drop-186 4.0854476923s .1608547082s infinite}@keyframes drop-186{to{top:108%;left:14%}}.confetti-187{width:2px;height:.8px;background-color:#d13447;top:-10%;left:99%;opacity:.7993001199;transform:rotate(147.9133216773deg);animation:drop-187 4.5391546114s .1466507645s infinite}@keyframes drop-187{to{top:108%;left:113%}}.confetti-188{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:100%;opacity:1.0092783423;transform:rotate(306.5901438793deg);animation:drop-188 4.0050728736s .6136294931s infinite}@keyframes drop-188{to{top:108%;left:112%}}.confetti-189{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:32%;opacity:1.4223908022;transform:rotate(322.1677567305deg);animation:drop-189 4.7903798971s .4687703295s infinite}@keyframes drop-189{to{top:108%;left:44%}}.confetti-190{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:59%;opacity:1.1758432945;transform:rotate(26.2511061607deg);animation:drop-190 4.4357821718s .9083692532s infinite}@keyframes drop-190{to{top:108%;left:61%}}.confetti-191{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:67%;opacity:.9310799261;transform:rotate(308.7816420779deg);animation:drop-191 4.8728859922s .832756617s infinite}@keyframes drop-191{to{top:108%;left:73%}}.confetti-192{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:16%;opacity:1.188263678;transform:rotate(322.7042783361deg);animation:drop-192 4.4634372163s .1053956194s infinite}@keyframes drop-192{to{top:108%;left:23%}}.confetti-193{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:83%;opacity:1.1995927305;transform:rotate(16.1575129454deg);animation:drop-193 4.6945780561s .5850435716s infinite}@keyframes drop-193{to{top:108%;left:93%}}.confetti-194{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:86%;opacity:.8587559369;transform:rotate(21.4489117565deg);animation:drop-194 4.2023522143s .7397430548s infinite}@keyframes drop-194{to{top:108%;left:87%}}.confetti-195{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:44%;opacity:.906720326;transform:rotate(21.9842455641deg);animation:drop-195 4.7618068032s .3105576649s infinite}@keyframes drop-195{to{top:108%;left:47%}}.confetti-196{width:10px;height:4px;background-color:#d13447;top:-10%;left:51%;opacity:1.4777552639;transform:rotate(80.6562059083deg);animation:drop-196 4.930483243s .2595195272s infinite}@keyframes drop-196{to{top:108%;left:58%}}.confetti-197{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:12%;opacity:.5492502282;transform:rotate(207.4834477663deg);animation:drop-197 4.5673085517s .1764511092s infinite}@keyframes drop-197{to{top:108%;left:19%}}.confetti-198{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:76%;opacity:1.4879656559;transform:rotate(29.7765738764deg);animation:drop-198 4.0766655181s .7980323782s infinite}@keyframes drop-198{to{top:108%;left:90%}}.confetti-199{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:54%;opacity:.6070322215;transform:rotate(262.4378342353deg);animation:drop-199 4.2086432672s .1622262776s infinite}@keyframes drop-199{to{top:108%;left:69%}}.confetti-200{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:65%;opacity:1.019474714;transform:rotate(42.1469373085deg);animation:drop-200 4.0557065714s .204865951s infinite}@keyframes drop-200{to{top:108%;left:69%}}.confetti-201{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:100%;opacity:.8633455129;transform:rotate(61.1636085419deg);animation:drop-201 4.7129816716s .6972844822s infinite}@keyframes drop-201{to{top:108%;left:113%}}.confetti-202{width:2px;height:.8px;background-color:#d13447;top:-10%;left:37%;opacity:1.0045498008;transform:rotate(131.8978105112deg);animation:drop-202 4.5333977139s .4407659348s infinite}@keyframes drop-202{to{top:108%;left:45%}}.confetti-203{width:10px;height:4px;background-color:#9505e3;top:-10%;left:92%;opacity:1.3943955826;transform:rotate(21.1957240753deg);animation:drop-203 4.7143649296s .2508664102s infinite}@keyframes drop-203{to{top:108%;left:103%}}.confetti-204{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:83%;opacity:1.0272942111;transform:rotate(143.9670008986deg);animation:drop-204 4.711687486s .7222483646s infinite}@keyframes drop-204{to{top:108%;left:97%}}.confetti-205{width:10px;height:4px;background-color:#9505e3;top:-10%;left:78%;opacity:1.2013513441;transform:rotate(52.0679119839deg);animation:drop-205 4.8903173755s .0414383171s infinite}@keyframes drop-205{to{top:108%;left:87%}}.confetti-206{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:59%;opacity:.7401707241;transform:rotate(82.1215720057deg);animation:drop-206 4.4858480075s .7698950186s infinite}@keyframes drop-206{to{top:108%;left:74%}}.confetti-207{width:15px;height:6px;background-color:#9505e3;top:-10%;left:22%;opacity:.9048537967;transform:rotate(170.6153972595deg);animation:drop-207 4.7728777952s .8706603509s infinite}@keyframes drop-207{to{top:108%;left:37%}}.confetti-208{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:45%;opacity:.9137443277;transform:rotate(287.1039743311deg);animation:drop-208 4.0177390134s .3572594616s infinite}@keyframes drop-208{to{top:108%;left:60%}}.confetti-209{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:19%;opacity:1.2519421698;transform:rotate(194.7702720921deg);animation:drop-209 4.9980735432s .6059615529s infinite}@keyframes drop-209{to{top:108%;left:30%}}.confetti-210{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:22%;opacity:.8492488891;transform:rotate(327.0386951186deg);animation:drop-210 4.6820544151s .0860232488s infinite}@keyframes drop-210{to{top:108%;left:24%}}.confetti-211{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:89%;opacity:1.1762959825;transform:rotate(346.2756806569deg);animation:drop-211 4.6080177728s .1984839883s infinite}@keyframes drop-211{to{top:108%;left:91%}}.confetti-212{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:34%;opacity:1.4269552638;transform:rotate(285.4493209819deg);animation:drop-212 4.0836916207s .3143864348s infinite}@keyframes drop-212{to{top:108%;left:47%}}.confetti-213{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:87%;opacity:.7733332727;transform:rotate(31.2222430066deg);animation:drop-213 4.6639738056s .0547802084s infinite}@keyframes drop-213{to{top:108%;left:94%}}.confetti-214{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:82%;opacity:1.2181293062;transform:rotate(219.1537582417deg);animation:drop-214 4.4296056339s .7416941281s infinite}@keyframes drop-214{to{top:108%;left:93%}}.confetti-215{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:62%;opacity:1.0774648826;transform:rotate(148.0382011591deg);animation:drop-215 4.4274746887s .1271375588s infinite}@keyframes drop-215{to{top:108%;left:64%}}.confetti-216{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:61%;opacity:1.2989942411;transform:rotate(282.9995870034deg);animation:drop-216 4.7530563797s .554344954s infinite}@keyframes drop-216{to{top:108%;left:65%}}.confetti-217{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:1%;opacity:1.4094480512;transform:rotate(85.1165478966deg);animation:drop-217 4.8371886024s .3732561718s infinite}@keyframes drop-217{to{top:108%;left:15%}}.confetti-218{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:72%;opacity:1.1607358201;transform:rotate(305.7082530306deg);animation:drop-218 4.2597513433s .0864021243s infinite}@keyframes drop-218{to{top:108%;left:75%}}.confetti-219{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:1%;opacity:1.045468388;transform:rotate(147.1114268148deg);animation:drop-219 4.5651691498s .7503104471s infinite}@keyframes drop-219{to{top:108%;left:8%}}.confetti-220{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:14%;opacity:.9958302888;transform:rotate(253.3775896327deg);animation:drop-220 4.9987311612s .1450148144s infinite}@keyframes drop-220{to{top:108%;left:16%}}.confetti-221{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:45%;opacity:1.137496732;transform:rotate(317.0540402047deg);animation:drop-221 4.5386079223s .343887906s infinite}@keyframes drop-221{to{top:108%;left:47%}}.confetti-222{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:21%;opacity:.974087715;transform:rotate(30.4029454761deg);animation:drop-222 4.8759793697s .6703328333s infinite}@keyframes drop-222{to{top:108%;left:24%}}.confetti-223{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:57%;opacity:1.101264384;transform:rotate(286.3041506202deg);animation:drop-223 4.7665898308s .7859172554s infinite}@keyframes drop-223{to{top:108%;left:71%}}.confetti-224{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:10%;opacity:.9755971538;transform:rotate(134.7462857193deg);animation:drop-224 4.9858333889s .606494334s infinite}@keyframes drop-224{to{top:108%;left:23%}}.confetti-225{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:75%;opacity:1.0234456872;transform:rotate(216.6555477525deg);animation:drop-225 4.1140215402s .9600191651s infinite}@keyframes drop-225{to{top:108%;left:88%}}.confetti-226{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:18%;opacity:.8084131912;transform:rotate(171.0468926206deg);animation:drop-226 4.500077333s .9437987843s infinite}@keyframes drop-226{to{top:108%;left:23%}}.confetti-227{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:14%;opacity:.88978427;transform:rotate(186.8039744728deg);animation:drop-227 4.0566919938s .9898554642s infinite}@keyframes drop-227{to{top:108%;left:20%}}.confetti-228{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:5%;opacity:.5297545283;transform:rotate(3.135799765deg);animation:drop-228 4.8533842414s .9632927397s infinite}@keyframes drop-228{to{top:108%;left:8%}}.confetti-229{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:89%;opacity:1.0547610721;transform:rotate(126.0592384306deg);animation:drop-229 4.1910825853s .6189386804s infinite}@keyframes drop-229{to{top:108%;left:93%}}.confetti-230{width:10px;height:4px;background-color:#d13447;top:-10%;left:28%;opacity:1.2590553655;transform:rotate(345.0719070612deg);animation:drop-230 4.0128406531s .757154014s infinite}@keyframes drop-230{to{top:108%;left:32%}}.confetti-231{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:46%;opacity:1.0240780793;transform:rotate(209.8839487656deg);animation:drop-231 4.3132832364s .9412906419s infinite}@keyframes drop-231{to{top:108%;left:54%}}.confetti-232{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:21%;opacity:1.3452127187;transform:rotate(1.1220743941deg);animation:drop-232 4.3921340392s .9248198906s infinite}@keyframes drop-232{to{top:108%;left:32%}}.confetti-233{width:15px;height:6px;background-color:#d13447;top:-10%;left:9%;opacity:.9817508404;transform:rotate(56.0485174286deg);animation:drop-233 4.9167704239s .7440715372s infinite}@keyframes drop-233{to{top:108%;left:21%}}.confetti-234{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:84%;opacity:1.4706364551;transform:rotate(111.9978564952deg);animation:drop-234 4.6009786343s .8851473578s infinite}@keyframes drop-234{to{top:108%;left:95%}}.confetti-235{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:94%;opacity:.9188012896;transform:rotate(196.0466787191deg);animation:drop-235 4.5695577197s .1899590688s infinite}@keyframes drop-235{to{top:108%;left:109%}}.confetti-236{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:92%;opacity:.9589343071;transform:rotate(263.8771332897deg);animation:drop-236 4.9572679083s .952791779s infinite}@keyframes drop-236{to{top:108%;left:100%}}.confetti-237{width:5px;height:2px;background-color:#9505e3;top:-10%;left:2%;opacity:.6566758784;transform:rotate(154.3767343286deg);animation:drop-237 4.3573093557s .6671956314s infinite}@keyframes drop-237{to{top:108%;left:5%}}.confetti-238{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:4%;opacity:.863655472;transform:rotate(351.2768786719deg);animation:drop-238 4.4900146544s .9672831833s infinite}@keyframes drop-238{to{top:108%;left:17%}}.confetti-239{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:78%;opacity:1.2916027193;transform:rotate(273.667680269deg);animation:drop-239 4.6164031727s .8370519323s infinite}@keyframes drop-239{to{top:108%;left:83%}}.confetti-240{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:95%;opacity:1.2660914545;transform:rotate(67.5525401999deg);animation:drop-240 4.5532515616s .4947012379s infinite}@keyframes drop-240{to{top:108%;left:103%}}.confetti-241{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:36%;opacity:1.2152638781;transform:rotate(15.6381026696deg);animation:drop-241 4.0604821087s .4700517041s infinite}@keyframes drop-241{to{top:108%;left:41%}}.confetti-242{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:31%;opacity:1.2451756766;transform:rotate(145.7086690997deg);animation:drop-242 4.54441885s .9031622466s infinite}@keyframes drop-242{to{top:108%;left:36%}}.confetti-243{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:25%;opacity:.6862397826;transform:rotate(255.6800662297deg);animation:drop-243 4.3802102782s .2944911271s infinite}@keyframes drop-243{to{top:108%;left:28%}}.confetti-244{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:59%;opacity:1.422138416;transform:rotate(357.8788169094deg);animation:drop-244 4.6448347231s .5319143325s infinite}@keyframes drop-244{to{top:108%;left:66%}}.confetti-245{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:79%;opacity:.7356462395;transform:rotate(310.126103423deg);animation:drop-245 4.3923469208s .1602625335s infinite}@keyframes drop-245{to{top:108%;left:86%}}.confetti-246{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:74%;opacity:1.069688809;transform:rotate(77.6469348697deg);animation:drop-246 4.6881289588s .8008555519s infinite}@keyframes drop-246{to{top:108%;left:77%}}.confetti-247{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:76%;opacity:1.0164147005;transform:rotate(216.3947415732deg);animation:drop-247 4.8670679034s .0660406747s infinite}@keyframes drop-247{to{top:108%;left:81%}}.confetti-248{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:49%;opacity:1.4200578478;transform:rotate(295.4566715687deg);animation:drop-248 4.4071097754s .534724736s infinite}@keyframes drop-248{to{top:108%;left:54%}}.confetti-249{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:51%;opacity:1.4916895324;transform:rotate(194.2142658121deg);animation:drop-249 4.7283127074s .7935806491s infinite}@keyframes drop-249{to{top:108%;left:58%}}.confetti-250{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:25%;opacity:1.0259146655;transform:rotate(270.4068041698deg);animation:drop-250 4.8682183738s .9113502462s infinite}@keyframes drop-250{to{top:108%;left:28%}}.confetti-251{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:27%;opacity:1.0191019167;transform:rotate(299.6085181878deg);animation:drop-251 4.2480704107s .2231335433s infinite}@keyframes drop-251{to{top:108%;left:32%}}.confetti-252{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:94%;opacity:1.4382884556;transform:rotate(346.5321011968deg);animation:drop-252 4.3927541239s .385225408s infinite}@keyframes drop-252{to{top:108%;left:96%}}.confetti-253{width:15px;height:6px;background-color:#9505e3;top:-10%;left:15%;opacity:1.1940202829;transform:rotate(58.6513433313deg);animation:drop-253 4.2420368765s .5477652897s infinite}@keyframes drop-253{to{top:108%;left:28%}}.confetti-254{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:41%;opacity:1.3414495838;transform:rotate(341.7981290944deg);animation:drop-254 4.7523102634s .0952258315s infinite}@keyframes drop-254{to{top:108%;left:52%}}.confetti-255{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:80%;opacity:1.4703255197;transform:rotate(113.9107558442deg);animation:drop-255 4.6227059616s .9121972508s infinite}@keyframes drop-255{to{top:108%;left:88%}}.confetti-256{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:52%;opacity:1.3421339149;transform:rotate(255.4859726134deg);animation:drop-256 4.1340345444s .021373817s infinite}@keyframes drop-256{to{top:108%;left:61%}}.confetti-257{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:1%;opacity:.7789111472;transform:rotate(291.129336163deg);animation:drop-257 4.2420495402s .9757667832s infinite}@keyframes drop-257{to{top:108%;left:10%}}.confetti-258{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:89%;opacity:1.2111288577;transform:rotate(241.7439609571deg);animation:drop-258 4.521838736s .4722816155s infinite}@keyframes drop-258{to{top:108%;left:100%}}.confetti-259{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:7%;opacity:.9043605341;transform:rotate(125.95248421deg);animation:drop-259 4.0570790994s .5240607043s infinite}@keyframes drop-259{to{top:108%;left:17%}}.confetti-260{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:42%;opacity:.8667464387;transform:rotate(82.0231944628deg);animation:drop-260 4.6632114418s .1480935469s infinite}@keyframes drop-260{to{top:108%;left:44%}}.confetti-261{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:21%;opacity:1.036624552;transform:rotate(197.5205605463deg);animation:drop-261 4.0196744204s 2.957885ms infinite}@keyframes drop-261{to{top:108%;left:22%}}.confetti-262{width:2px;height:.8px;background-color:#d13447;top:-10%;left:27%;opacity:1.1333298816;transform:rotate(214.1574903911deg);animation:drop-262 4.0470808998s .6617373513s infinite}@keyframes drop-262{to{top:108%;left:36%}}.confetti-263{width:2px;height:.8px;background-color:#d13447;top:-10%;left:62%;opacity:1.0810469298;transform:rotate(175.4439275718deg);animation:drop-263 4.9816144794s .455919379s infinite}@keyframes drop-263{to{top:108%;left:64%}}.confetti-264{width:2px;height:.8px;background-color:#d13447;top:-10%;left:99%;opacity:.6867182612;transform:rotate(314.5271134207deg);animation:drop-264 4.4921767179s .3752064418s infinite}@keyframes drop-264{to{top:108%;left:108%}}.confetti-265{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:25%;opacity:.6211077173;transform:rotate(241.2860476764deg);animation:drop-265 4.2888020265s .0531200095s infinite}@keyframes drop-265{to{top:108%;left:37%}}.confetti-266{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:85%;opacity:1.0607886616;transform:rotate(186.8869603521deg);animation:drop-266 4.7249229788s .0948350603s infinite}@keyframes drop-266{to{top:108%;left:92%}}.confetti-267{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:78%;opacity:.660315075;transform:rotate(182.1290309116deg);animation:drop-267 4.0371977841s .3085206482s infinite}@keyframes drop-267{to{top:108%;left:85%}}.confetti-268{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:60%;opacity:.7631805578;transform:rotate(115.2677774662deg);animation:drop-268 4.2071764654s .8779453655s infinite}@keyframes drop-268{to{top:108%;left:69%}}.confetti-269{width:5px;height:2px;background-color:#9505e3;top:-10%;left:31%;opacity:.7979556616;transform:rotate(357.8353210053deg);animation:drop-269 4.5559522195s .5316568577s infinite}@keyframes drop-269{to{top:108%;left:35%}}.confetti-270{width:5px;height:2px;background-color:#d13447;top:-10%;left:18%;opacity:.5186812223;transform:rotate(66.7764215027deg);animation:drop-270 4.8488163887s .5085293595s infinite}@keyframes drop-270{to{top:108%;left:23%}}.confetti-271{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:89%;opacity:1.1614934058;transform:rotate(283.6522840373deg);animation:drop-271 4.7793008869s .7734969595s infinite}@keyframes drop-271{to{top:108%;left:90%}}.confetti-272{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:2%;opacity:1.3471144478;transform:rotate(254.8540174924deg);animation:drop-272 4.4315695779s .7000942717s infinite}@keyframes drop-272{to{top:108%;left:4%}}.confetti-273{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:25%;opacity:1.2333142462;transform:rotate(70.8558935645deg);animation:drop-273 4.1179185621s .8276920317s infinite}@keyframes drop-273{to{top:108%;left:28%}}.confetti-274{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:33%;opacity:.5071010726;transform:rotate(91.8097762064deg);animation:drop-274 4.9620678084s .3991497537s infinite}@keyframes drop-274{to{top:108%;left:41%}}.confetti-275{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:45%;opacity:.7607440749;transform:rotate(68.5869384167deg);animation:drop-275 4.2934569386s .7040626779s infinite}@keyframes drop-275{to{top:108%;left:57%}}.confetti-276{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:48%;opacity:1.2545070337;transform:rotate(76.57325603deg);animation:drop-276 4.2668672442s .2715775034s infinite}@keyframes drop-276{to{top:108%;left:63%}}.confetti-277{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:1%;opacity:1.4333262382;transform:rotate(11.5146825837deg);animation:drop-277 4.624644932s .4101711506s infinite}@keyframes drop-277{to{top:108%;left:5%}}.confetti-278{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:8%;opacity:.6104441777;transform:rotate(108.9340001636deg);animation:drop-278 4.755500503s .8140409423s infinite}@keyframes drop-278{to{top:108%;left:22%}}.confetti-279{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:5%;opacity:1.4392725746;transform:rotate(115.7046543729deg);animation:drop-279 4.6489586849s .976822383s infinite}@keyframes drop-279{to{top:108%;left:11%}}.confetti-280{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:45%;opacity:.5987950921;transform:rotate(143.081892521deg);animation:drop-280 4.9749836351s .8685189795s infinite}@keyframes drop-280{to{top:108%;left:57%}}.confetti-281{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:46%;opacity:1.3862587318;transform:rotate(44.5851024002deg);animation:drop-281 4.7705620788s .9112779143s infinite}@keyframes drop-281{to{top:108%;left:58%}}.confetti-282{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:14%;opacity:1.0308959005;transform:rotate(27.7811005125deg);animation:drop-282 4.9870354424s .3550812851s infinite}@keyframes drop-282{to{top:108%;left:24%}}.confetti-283{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:23%;opacity:1.2478107949;transform:rotate(87.0941382048deg);animation:drop-283 4.7063370004s .9529369449s infinite}@keyframes drop-283{to{top:108%;left:33%}}.confetti-284{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:40%;opacity:1.0274753934;transform:rotate(359.3257368949deg);animation:drop-284 4.8678358377s .2156062231s infinite}@keyframes drop-284{to{top:108%;left:48%}}.confetti-285{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:55%;opacity:1.1774184684;transform:rotate(164.7477545667deg);animation:drop-285 4.232372584s .4377056903s infinite}@keyframes drop-285{to{top:108%;left:60%}}.confetti-286{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:53%;opacity:1.1378044832;transform:rotate(289.4036832711deg);animation:drop-286 4.7622000787s .6141458246s infinite}@keyframes drop-286{to{top:108%;left:55%}}.confetti-287{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:93%;opacity:1.4764822829;transform:rotate(287.6695200151deg);animation:drop-287 4.0922233029s .992047328s infinite}@keyframes drop-287{to{top:108%;left:107%}}.confetti-288{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:81%;opacity:1.0386000015;transform:rotate(356.9215010008deg);animation:drop-288 4.6260285175s .9820613446s infinite}@keyframes drop-288{to{top:108%;left:86%}}.confetti-289{width:15px;height:6px;background-color:#9505e3;top:-10%;left:10%;opacity:.5986090949;transform:rotate(105.2424415778deg);animation:drop-289 4.8991806162s .2305171005s infinite}@keyframes drop-289{to{top:108%;left:13%}}.confetti-290{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:36%;opacity:.9331490705;transform:rotate(78.5894969287deg);animation:drop-290 4.4602766246s .3466011409s infinite}@keyframes drop-290{to{top:108%;left:40%}}.confetti-291{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:92%;opacity:1.4251914246;transform:rotate(285.6749614256deg);animation:drop-291 4.1387766621s .959957494s infinite}@keyframes drop-291{to{top:108%;left:102%}}.confetti-292{width:10px;height:4px;background-color:#d13447;top:-10%;left:28%;opacity:1.4792067736;transform:rotate(66.3129437362deg);animation:drop-292 4.9979433021s .4169673598s infinite}@keyframes drop-292{to{top:108%;left:40%}}.confetti-293{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:26%;opacity:.891225169;transform:rotate(219.1080846861deg);animation:drop-293 4.1269118635s .0729585481s infinite}@keyframes drop-293{to{top:108%;left:33%}}.confetti-294{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:45%;opacity:1.2913146029;transform:rotate(311.5218088353deg);animation:drop-294 4.1789404428s .2585527536s infinite}@keyframes drop-294{to{top:108%;left:55%}}.confetti-295{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:37%;opacity:.8754457563;transform:rotate(37.1713547226deg);animation:drop-295 4.5611399365s .7164052886s infinite}@keyframes drop-295{to{top:108%;left:43%}}.confetti-296{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:46%;opacity:.8738089176;transform:rotate(203.0260704205deg);animation:drop-296 4.477098192s .0145810739s infinite}@keyframes drop-296{to{top:108%;left:52%}}.confetti-297{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:71%;opacity:.6431861713;transform:rotate(143.3134212251deg);animation:drop-297 4.949234211s .0219370813s infinite}@keyframes drop-297{to{top:108%;left:82%}}.confetti-298{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:33%;opacity:.9572044266;transform:rotate(26.5470624985deg);animation:drop-298 4.1893966606s .4718705836s infinite}@keyframes drop-298{to{top:108%;left:37%}}.confetti-299{width:5px;height:2px;background-color:#9505e3;top:-10%;left:83%;opacity:1.4871369234;transform:rotate(334.9137829971deg);animation:drop-299 4.8134363604s .2237321172s infinite}@keyframes drop-299{to{top:108%;left:95%}}.confetti-300{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:80%;opacity:.9635777566;transform:rotate(191.2519416946deg);animation:drop-300 4.0656928935s .0678278848s infinite}@keyframes drop-300{to{top:108%;left:82%}}.confetti-301{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:78%;opacity:.6205685948;transform:rotate(242.1914087145deg);animation:drop-301 4.8016412854s .8332911377s infinite}@keyframes drop-301{to{top:108%;left:91%}}.confetti-302{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:78%;opacity:.8447722089;transform:rotate(156.632931862deg);animation:drop-302 4.1185368493s .8839981051s infinite}@keyframes drop-302{to{top:108%;left:84%}}.confetti-303{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:37%;opacity:.8116373628;transform:rotate(205.9055811622deg);animation:drop-303 4.4186840907s .3190207076s infinite}@keyframes drop-303{to{top:108%;left:46%}}.confetti-304{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:33%;opacity:1.3354174364;transform:rotate(189.2601465585deg);animation:drop-304 4.800092533s .9613616152s infinite}@keyframes drop-304{to{top:108%;left:45%}}.confetti-305{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:58%;opacity:.5006099619;transform:rotate(219.4218217881deg);animation:drop-305 4.5721252031s .4667857257s infinite}@keyframes drop-305{to{top:108%;left:62%}}.confetti-306{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:43%;opacity:.6833159252;transform:rotate(324.4937622396deg);animation:drop-306 4.7520895045s .0120043929s infinite}@keyframes drop-306{to{top:108%;left:53%}}.confetti-307{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:98%;opacity:1.184405665;transform:rotate(34.1625937918deg);animation:drop-307 4.9364411052s .0747510068s infinite}@keyframes drop-307{to{top:108%;left:105%}}.confetti-308{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:34%;opacity:.6854980072;transform:rotate(62.9651951801deg);animation:drop-308 4.1617200574s .305074727s infinite}@keyframes drop-308{to{top:108%;left:48%}}.confetti-309{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:44%;opacity:1.3218730727;transform:rotate(286.1133700546deg);animation:drop-309 4.6519015729s .3394359627s infinite}@keyframes drop-309{to{top:108%;left:59%}}.confetti-310{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:4%;opacity:.9099746507;transform:rotate(13.2234225286deg);animation:drop-310 4.3303543576s .5496424219s infinite}@keyframes drop-310{to{top:108%;left:13%}}.confetti-311{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:77%;opacity:1.0231065382;transform:rotate(289.6631153191deg);animation:drop-311 4.4425914555s .6836133095s infinite}@keyframes drop-311{to{top:108%;left:84%}}.confetti-312{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:28%;opacity:1.212034834;transform:rotate(103.8071538027deg);animation:drop-312 4.5150735957s .0280440809s infinite}@keyframes drop-312{to{top:108%;left:43%}}.confetti-313{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:65%;opacity:1.129661926;transform:rotate(98.8691646377deg);animation:drop-313 4.0649765692s .9990903927s infinite}@keyframes drop-313{to{top:108%;left:76%}}.confetti-314{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:93%;opacity:1.4428897863;transform:rotate(153.0149504563deg);animation:drop-314 4.7175371843s .5588351881s infinite}@keyframes drop-314{to{top:108%;left:100%}}.confetti-315{width:10px;height:4px;background-color:#9505e3;top:-10%;left:51%;opacity:1.3590048918;transform:rotate(38.8431087685deg);animation:drop-315 4.7951622065s .0758574919s infinite}@keyframes drop-315{to{top:108%;left:52%}}.confetti-316{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:60%;opacity:.9281096213;transform:rotate(26.4743871169deg);animation:drop-316 4.17586998s .2823803982s infinite}@keyframes drop-316{to{top:108%;left:61%}}.confetti-317{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:6%;opacity:1.1467716926;transform:rotate(200.3614733242deg);animation:drop-317 4.8130000555s .231490144s infinite}@keyframes drop-317{to{top:108%;left:15%}}.confetti-318{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:40%;opacity:1.4951195702;transform:rotate(118.0669773078deg);animation:drop-318 4.0902720365s .7849943098s infinite}@keyframes drop-318{to{top:108%;left:47%}}.confetti-319{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:53%;opacity:.8538631333;transform:rotate(173.0345476274deg);animation:drop-319 4.3525766711s .3780482121s infinite}@keyframes drop-319{to{top:108%;left:57%}}.confetti-320{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:82%;opacity:1.1106977193;transform:rotate(.0971181849deg);animation:drop-320 4.9339426101s .2963201575s infinite}@keyframes drop-320{to{top:108%;left:94%}}.confetti-321{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:5%;opacity:1.4230113836;transform:rotate(48.4816590322deg);animation:drop-321 4.9051255181s .5356438518s infinite}@keyframes drop-321{to{top:108%;left:13%}}.confetti-322{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:69%;opacity:1.0177544421;transform:rotate(118.148101416deg);animation:drop-322 4.0157426393s .6785813559s infinite}@keyframes drop-322{to{top:108%;left:71%}}.confetti-323{width:15px;height:6px;background-color:#9505e3;top:-10%;left:31%;opacity:.590390711;transform:rotate(55.0346702912deg);animation:drop-323 4.4082849438s .5047244795s infinite}@keyframes drop-323{to{top:108%;left:38%}}.confetti-324{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:91%;opacity:.9055504275;transform:rotate(346.3589670531deg);animation:drop-324 4.8161413974s .6515961291s infinite}@keyframes drop-324{to{top:108%;left:100%}}.confetti-325{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:79%;opacity:1.0231958114;transform:rotate(318.9778690256deg);animation:drop-325 4.4054795508s .0556905918s infinite}@keyframes drop-325{to{top:108%;left:88%}}.confetti-326{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:56%;opacity:.7886896105;transform:rotate(2.8569526328deg);animation:drop-326 4.8075142528s .5947031176s infinite}@keyframes drop-326{to{top:108%;left:71%}}.confetti-327{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:61%;opacity:1.2241139683;transform:rotate(88.0803850228deg);animation:drop-327 4.2206952272s .6276173175s infinite}@keyframes drop-327{to{top:108%;left:65%}}.confetti-328{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:49%;opacity:.914514002;transform:rotate(335.74892436deg);animation:drop-328 4.8328988933s .1351941942s infinite}@keyframes drop-328{to{top:108%;left:63%}}.confetti-329{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:34%;opacity:1.2353722396;transform:rotate(286.7346442908deg);animation:drop-329 4.9389038719s .7693295475s infinite}@keyframes drop-329{to{top:108%;left:41%}}.confetti-330{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:75%;opacity:1.0765797756;transform:rotate(291.8478968377deg);animation:drop-330 4.8385148694s .8997454641s infinite}@keyframes drop-330{to{top:108%;left:84%}}.confetti-331{width:5px;height:2px;background-color:#d13447;top:-10%;left:20%;opacity:.9863788702;transform:rotate(162.5581766365deg);animation:drop-331 4.0050816603s .117363742s infinite}@keyframes drop-331{to{top:108%;left:34%}}.confetti-332{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:77%;opacity:.7113702166;transform:rotate(54.3302377342deg);animation:drop-332 4.8887996614s .7813947262s infinite}@keyframes drop-332{to{top:108%;left:87%}}.confetti-333{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:45%;opacity:.7041170057;transform:rotate(101.7240588882deg);animation:drop-333 4.9194466581s .8305835089s infinite}@keyframes drop-333{to{top:108%;left:53%}}.confetti-334{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:76%;opacity:.962111246;transform:rotate(258.9989634178deg);animation:drop-334 4.5181260457s .8238867439s infinite}@keyframes drop-334{to{top:108%;left:88%}}.confetti-335{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:61%;opacity:.5264195456;transform:rotate(255.7786192503deg);animation:drop-335 4.0736940661s .172635024s infinite}@keyframes drop-335{to{top:108%;left:75%}}.confetti-336{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:81%;opacity:.8537629915;transform:rotate(267.0679653541deg);animation:drop-336 4.8292287827s .0628628105s infinite}@keyframes drop-336{to{top:108%;left:95%}}.confetti-337{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:26%;opacity:.5311010822;transform:rotate(23.1903270811deg);animation:drop-337 4.1673302936s .4267905168s infinite}@keyframes drop-337{to{top:108%;left:39%}}.confetti-338{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:32%;opacity:1.1757066895;transform:rotate(163.0793053844deg);animation:drop-338 4.4070593972s .8196041333s infinite}@keyframes drop-338{to{top:108%;left:39%}}.confetti-339{width:14px;height:5.6px;background-color:#9505e3;top:-10%;left:45%;opacity:.8652114314;transform:rotate(222.8788271206deg);animation:drop-339 4.7183429547s .1219728247s infinite}@keyframes drop-339{to{top:108%;left:55%}}.confetti-340{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:22%;opacity:1.2646059346;transform:rotate(42.1307543193deg);animation:drop-340 4.9715806427s .6906154554s infinite}@keyframes drop-340{to{top:108%;left:23%}}.confetti-341{width:2px;height:.8px;background-color:#d13447;top:-10%;left:5%;opacity:.8573907399;transform:rotate(275.9690873218deg);animation:drop-341 4.4325284893s .9637721014s infinite}@keyframes drop-341{to{top:108%;left:13%}}.confetti-342{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:35%;opacity:1.3380232153;transform:rotate(195.1905627623deg);animation:drop-342 4.212871601s .780366359s infinite}@keyframes drop-342{to{top:108%;left:42%}}.confetti-343{width:2px;height:.8px;background-color:#d13447;top:-10%;left:62%;opacity:1.3939248987;transform:rotate(105.6747828322deg);animation:drop-343 4.4357338848s .5743310115s infinite}@keyframes drop-343{to{top:108%;left:66%}}.confetti-344{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:19%;opacity:.910669384;transform:rotate(67.6198181266deg);animation:drop-344 4.3713521986s .9139266642s infinite}@keyframes drop-344{to{top:108%;left:27%}}.confetti-345{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:55%;opacity:.7232750289;transform:rotate(28.6601547917deg);animation:drop-345 4.6680418878s .4464791776s infinite}@keyframes drop-345{to{top:108%;left:66%}}.confetti-346{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:5%;opacity:1.1716696228;transform:rotate(319.6753357611deg);animation:drop-346 4.7678780016s .4257173889s infinite}@keyframes drop-346{to{top:108%;left:19%}}.confetti-347{width:15px;height:6px;background-color:#d13447;top:-10%;left:74%;opacity:.993384121;transform:rotate(238.6506359836deg);animation:drop-347 4.6099640484s .1732821585s infinite}@keyframes drop-347{to{top:108%;left:79%}}.confetti-348{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:25%;opacity:1.4596726291;transform:rotate(191.1027155271deg);animation:drop-348 4.5187859491s .614852979s infinite}@keyframes drop-348{to{top:108%;left:40%}}.confetti-349{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:57%;opacity:1.1774349329;transform:rotate(51.787876305deg);animation:drop-349 4.3193009144s .7141118789s infinite}@keyframes drop-349{to{top:108%;left:59%}}.confetti-350{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:21%;opacity:.7822542718;transform:rotate(293.3873160555deg);animation:drop-350 4.9298590975s .2963495802s infinite}@keyframes drop-350{to{top:108%;left:30%}}.confetti-351{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:87%;opacity:1.4003658814;transform:rotate(124.412859207deg);animation:drop-351 4.674296507s .7647165317s infinite}@keyframes drop-351{to{top:108%;left:99%}}.confetti-352{width:5px;height:2px;background-color:#9505e3;top:-10%;left:37%;opacity:.5182899925;transform:rotate(127.9368029095deg);animation:drop-352 4.328368907s .8319096389s infinite}@keyframes drop-352{to{top:108%;left:47%}}.confetti-353{width:15px;height:6px;background-color:#9505e3;top:-10%;left:30%;opacity:1.0068322059;transform:rotate(328.8092388787deg);animation:drop-353 4.7275219943s .8603712989s infinite}@keyframes drop-353{to{top:108%;left:42%}}.confetti-354{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:79%;opacity:.5704341418;transform:rotate(181.3811928594deg);animation:drop-354 4.0245851971s .7070123191s infinite}@keyframes drop-354{to{top:108%;left:89%}}.confetti-355{width:1px;height:.4px;background-color:#d13447;top:-10%;left:22%;opacity:.5914060409;transform:rotate(30.8866536844deg);animation:drop-355 4.9118417408s .5762756388s infinite}@keyframes drop-355{to{top:108%;left:26%}}.confetti-356{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:21%;opacity:.894586406;transform:rotate(158.8113360877deg);animation:drop-356 4.6965663022s .7722222838s infinite}@keyframes drop-356{to{top:108%;left:32%}}.confetti-357{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:64%;opacity:.6013187792;transform:rotate(103.3274159668deg);animation:drop-357 4.4783511362s .7722951131s infinite}@keyframes drop-357{to{top:108%;left:68%}}.confetti-358{width:1px;height:.4px;background-color:#d13447;top:-10%;left:50%;opacity:1.4790024192;transform:rotate(218.8333397502deg);animation:drop-358 4.0367684851s .3367788516s infinite}@keyframes drop-358{to{top:108%;left:62%}}.confetti-359{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:45%;opacity:.8422075129;transform:rotate(73.1078705119deg);animation:drop-359 4.76424833s .9809515529s infinite}@keyframes drop-359{to{top:108%;left:46%}}.confetti-360{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:75%;opacity:.6711904559;transform:rotate(214.8186846864deg);animation:drop-360 4.1493747929s .5784011087s infinite}@keyframes drop-360{to{top:108%;left:81%}}.confetti-361{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:87%;opacity:.6308439922;transform:rotate(234.0721880885deg);animation:drop-361 4.4117799915s .6181434771s infinite}@keyframes drop-361{to{top:108%;left:91%}}.confetti-362{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:36%;opacity:1.4700709711;transform:rotate(130.7521571783deg);animation:drop-362 4.8385510976s .4576629398s infinite}@keyframes drop-362{to{top:108%;left:37%}}.confetti-363{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:59%;opacity:1.1967866038;transform:rotate(292.6826409783deg);animation:drop-363 4.7168390554s .1934739752s infinite}@keyframes drop-363{to{top:108%;left:60%}}.confetti-364{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:69%;opacity:1.0318825792;transform:rotate(10.8035156209deg);animation:drop-364 4.4298831083s .2998435671s infinite}@keyframes drop-364{to{top:108%;left:84%}}.confetti-365{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:39%;opacity:1.4702600075;transform:rotate(98.8915917566deg);animation:drop-365 4.6963027774s .719985163s infinite}@keyframes drop-365{to{top:108%;left:43%}}.confetti-366{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:27%;opacity:.799263762;transform:rotate(346.5951612627deg);animation:drop-366 4.243232312s .1063725739s infinite}@keyframes drop-366{to{top:108%;left:32%}}.confetti-367{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:96%;opacity:1.1180856338;transform:rotate(137.3945703343deg);animation:drop-367 4.6345770797s .919763584s infinite}@keyframes drop-367{to{top:108%;left:100%}}.confetti-368{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:36%;opacity:1.2273753105;transform:rotate(342.0930003294deg);animation:drop-368 4.6185210753s .9817422136s infinite}@keyframes drop-368{to{top:108%;left:40%}}.confetti-369{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:88%;opacity:1.3538837379;transform:rotate(279.2100463954deg);animation:drop-369 4.6774967543s .9129915844s infinite}@keyframes drop-369{to{top:108%;left:101%}}.confetti-370{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:86%;opacity:1.1954114345;transform:rotate(82.1266407719deg);animation:drop-370 4.9621323935s .1766480063s infinite}@keyframes drop-370{to{top:108%;left:95%}}.confetti-371{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:42%;opacity:.6784265672;transform:rotate(256.6828831772deg);animation:drop-371 4.8740949952s .5335761168s infinite}@keyframes drop-371{to{top:108%;left:44%}}.confetti-372{width:1px;height:.4px;background-color:#d13447;top:-10%;left:85%;opacity:.5875702986;transform:rotate(236.9015664613deg);animation:drop-372 4.0334683315s .9640298291s infinite}@keyframes drop-372{to{top:108%;left:88%}}.confetti-373{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:52%;opacity:.6363576769;transform:rotate(176.4546819955deg);animation:drop-373 4.421882415s .6712015544s infinite}@keyframes drop-373{to{top:108%;left:57%}}.confetti-374{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:62%;opacity:1.3833068668;transform:rotate(141.8561030616deg);animation:drop-374 4.6156835683s .1852880521s infinite}@keyframes drop-374{to{top:108%;left:70%}}.confetti-375{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:32%;opacity:.6394430425;transform:rotate(150.1506687964deg);animation:drop-375 4.9113971741s .2566156099s infinite}@keyframes drop-375{to{top:108%;left:46%}}.confetti-376{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:55%;opacity:1.1932395006;transform:rotate(128.1897126525deg);animation:drop-376 4.8809548672s .1786235082s infinite}@keyframes drop-376{to{top:108%;left:60%}}.confetti-377{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:75%;opacity:.8090892553;transform:rotate(100.6513815018deg);animation:drop-377 4.0974893646s .6873949695s infinite}@keyframes drop-377{to{top:108%;left:80%}}.confetti-378{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:63%;opacity:.8821779009;transform:rotate(216.080042654deg);animation:drop-378 4.439191524s .3581369754s infinite}@keyframes drop-378{to{top:108%;left:66%}}.confetti-379{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:62%;opacity:1.3831593221;transform:rotate(239.4383041896deg);animation:drop-379 4.3810413079s .6367559921s infinite}@keyframes drop-379{to{top:108%;left:66%}}.confetti-380{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:65%;opacity:1.3733028198;transform:rotate(19.6673887273deg);animation:drop-380 4.2217395206s .9452275954s infinite}@keyframes drop-380{to{top:108%;left:78%}}.confetti-381{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:52%;opacity:.8487338388;transform:rotate(358.0652436953deg);animation:drop-381 4.3762999575s .0569336255s infinite}@keyframes drop-381{to{top:108%;left:59%}}.confetti-382{width:1px;height:.4px;background-color:#9505e3;top:-10%;left:100%;opacity:1.017184974;transform:rotate(336.168713483deg);animation:drop-382 4.0972097458s .3902234528s infinite}@keyframes drop-382{to{top:108%;left:108%}}.confetti-383{width:2px;height:.8px;background-color:#d13447;top:-10%;left:85%;opacity:.762347801;transform:rotate(290.7849560052deg);animation:drop-383 4.4890460898s .525758649s infinite}@keyframes drop-383{to{top:108%;left:95%}}.confetti-384{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:83%;opacity:1.0244362968;transform:rotate(336.8835640811deg);animation:drop-384 4.0765311096s .0828236235s infinite}@keyframes drop-384{to{top:108%;left:96%}}.confetti-385{width:15px;height:6px;background-color:#d13447;top:-10%;left:12%;opacity:1.0000377082;transform:rotate(29.025572436deg);animation:drop-385 4.7945460527s .0880490287s infinite}@keyframes drop-385{to{top:108%;left:23%}}.confetti-386{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:2%;opacity:.5831290742;transform:rotate(334.6411187758deg);animation:drop-386 4.237222286s .8891551731s infinite}@keyframes drop-386{to{top:108%;left:12%}}.confetti-387{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:37%;opacity:1.1377892247;transform:rotate(351.994343608deg);animation:drop-387 4.1086360527s .1219537252s infinite}@keyframes drop-387{to{top:108%;left:47%}}.confetti-388{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:80%;opacity:.538683785;transform:rotate(60.5378804696deg);animation:drop-388 4.2175266842s .5636230171s infinite}@keyframes drop-388{to{top:108%;left:92%}}.confetti-389{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:61%;opacity:.5703620054;transform:rotate(86.4267120129deg);animation:drop-389 4.2803377401s .1831224357s infinite}@keyframes drop-389{to{top:108%;left:72%}}.confetti-390{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:74%;opacity:1.4734563174;transform:rotate(144.1665685622deg);animation:drop-390 4.3413752061s .3802078146s infinite}@keyframes drop-390{to{top:108%;left:80%}}.confetti-391{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:39%;opacity:1.0867119879;transform:rotate(115.3660706623deg);animation:drop-391 4.2253007878s .5643376093s infinite}@keyframes drop-391{to{top:108%;left:49%}}.confetti-392{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:55%;opacity:1.4473037662;transform:rotate(257.9717755005deg);animation:drop-392 4.2080281306s .9274557155s infinite}@keyframes drop-392{to{top:108%;left:59%}}.confetti-393{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:89%;opacity:1.4922320749;transform:rotate(64.2675433835deg);animation:drop-393 4.3718815504s .3804773185s infinite}@keyframes drop-393{to{top:108%;left:96%}}.confetti-394{width:15px;height:6px;background-color:#9505e3;top:-10%;left:71%;opacity:1.2737737819;transform:rotate(27.981386018deg);animation:drop-394 4.0583007164s .7647387827s infinite}@keyframes drop-394{to{top:108%;left:84%}}.confetti-395{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:49%;opacity:1.4691186273;transform:rotate(131.4403827828deg);animation:drop-395 4.2386207098s .6532579397s infinite}@keyframes drop-395{to{top:108%;left:52%}}.confetti-396{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:87%;opacity:.6413467806;transform:rotate(148.3433221364deg);animation:drop-396 4.691518305s .0427280453s infinite}@keyframes drop-396{to{top:108%;left:93%}}.confetti-397{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:81%;opacity:.9262987932;transform:rotate(23.4737069149deg);animation:drop-397 4.0718662068s .9979498376s infinite}@keyframes drop-397{to{top:108%;left:95%}}.confetti-398{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:23%;opacity:1.4060558747;transform:rotate(249.5772340265deg);animation:drop-398 4.5103670155s .2214688116s infinite}@keyframes drop-398{to{top:108%;left:32%}}.confetti-399{width:5px;height:2px;background-color:#9505e3;top:-10%;left:43%;opacity:1.0892719176;transform:rotate(184.6253674815deg);animation:drop-399 4.161541371s .526367566s infinite}@keyframes drop-399{to{top:108%;left:50%}}.confetti-400{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:66%;opacity:.6819093782;transform:rotate(210.9361926851deg);animation:drop-400 4.4491634115s .3863746551s infinite}@keyframes drop-400{to{top:108%;left:73%}}.confetti-401{width:10px;height:4px;background-color:#d13447;top:-10%;left:33%;opacity:1.4898314644;transform:rotate(60.2117554923deg);animation:drop-401 4.3982288476s .1163906245s infinite}@keyframes drop-401{to{top:108%;left:48%}}.confetti-402{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:28%;opacity:1.0560242883;transform:rotate(259.8721391518deg);animation:drop-402 4.0718026333s .9053292635s infinite}@keyframes drop-402{to{top:108%;left:36%}}.confetti-403{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:88%;opacity:.7976860412;transform:rotate(286.4529024755deg);animation:drop-403 4.2413843546s .7376373162s infinite}@keyframes drop-403{to{top:108%;left:95%}}.confetti-404{width:1px;height:.4px;background-color:#d13447;top:-10%;left:90%;opacity:.6871177574;transform:rotate(233.4613429498deg);animation:drop-404 4.6032916399s .1077387519s infinite}@keyframes drop-404{to{top:108%;left:103%}}.confetti-405{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:18%;opacity:.6460903049;transform:rotate(70.9480022895deg);animation:drop-405 4.2707069304s .6160434385s infinite}@keyframes drop-405{to{top:108%;left:32%}}.confetti-406{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:90%;opacity:.7857020344;transform:rotate(100.9740669184deg);animation:drop-406 4.4720843389s .5682009078s infinite}@keyframes drop-406{to{top:108%;left:98%}}.confetti-407{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:45%;opacity:1.0326199561;transform:rotate(70.9165964662deg);animation:drop-407 4.4543671377s .515495154s infinite}@keyframes drop-407{to{top:108%;left:53%}}.confetti-408{width:15px;height:6px;background-color:#d13447;top:-10%;left:76%;opacity:1.2908492595;transform:rotate(25.9806403827deg);animation:drop-408 4.0938881338s .9161391114s infinite}@keyframes drop-408{to{top:108%;left:84%}}.confetti-409{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:59%;opacity:.6919928429;transform:rotate(97.9122145096deg);animation:drop-409 4.6614088853s .7698975997s infinite}@keyframes drop-409{to{top:108%;left:69%}}.confetti-410{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:92%;opacity:1.0580310185;transform:rotate(348.8024449945deg);animation:drop-410 4.9622290733s .4316854928s infinite}@keyframes drop-410{to{top:108%;left:100%}}.confetti-411{width:15px;height:6px;background-color:#9505e3;top:-10%;left:87%;opacity:.9298016657;transform:rotate(39.2531439356deg);animation:drop-411 4.4353023891s .9823317006s infinite}@keyframes drop-411{to{top:108%;left:101%}}.confetti-412{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:60%;opacity:1.1477745623;transform:rotate(208.2288363509deg);animation:drop-412 4.4232262809s .4067822175s infinite}@keyframes drop-412{to{top:108%;left:66%}}.confetti-413{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:100%;opacity:1.0602877278;transform:rotate(176.8012528318deg);animation:drop-413 4.6155177095s .4043434275s infinite}@keyframes drop-413{to{top:108%;left:114%}}.confetti-414{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:40%;opacity:1.4725101083;transform:rotate(177.5539666923deg);animation:drop-414 4.0890056568s .992170165s infinite}@keyframes drop-414{to{top:108%;left:44%}}.confetti-415{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:24%;opacity:1.0382815923;transform:rotate(48.3118534186deg);animation:drop-415 4.347757214s .5190087555s infinite}@keyframes drop-415{to{top:108%;left:39%}}.confetti-416{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:38%;opacity:.5673068138;transform:rotate(231.434578282deg);animation:drop-416 4.3735664981s .0391591718s infinite}@keyframes drop-416{to{top:108%;left:47%}}.confetti-417{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:67%;opacity:1.4488239272;transform:rotate(289.4578367572deg);animation:drop-417 4.272911129s .3943762691s infinite}@keyframes drop-417{to{top:108%;left:73%}}.confetti-418{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:96%;opacity:1.4432042366;transform:rotate(165.9780611651deg);animation:drop-418 4.8553456504s .6113385188s infinite}@keyframes drop-418{to{top:108%;left:111%}}.confetti-419{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:6%;opacity:.6949174619;transform:rotate(118.1452777176deg);animation:drop-419 4.8614289432s .6097333527s infinite}@keyframes drop-419{to{top:108%;left:20%}}.confetti-420{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:53%;opacity:1.0503944342;transform:rotate(213.2955213895deg);animation:drop-420 4.6900540199s .1973879437s infinite}@keyframes drop-420{to{top:108%;left:56%}}.confetti-421{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:2%;opacity:.5389465648;transform:rotate(128.8217579782deg);animation:drop-421 4.19453256s .57701647s infinite}@keyframes drop-421{to{top:108%;left:4%}}.confetti-422{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:95%;opacity:.6566944248;transform:rotate(96.537353219deg);animation:drop-422 4.2883293803s .7923874593s infinite}@keyframes drop-422{to{top:108%;left:110%}}.confetti-423{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:70%;opacity:.5076838512;transform:rotate(282.7321990867deg);animation:drop-423 4.473007285s .0105009911s infinite}@keyframes drop-423{to{top:108%;left:78%}}.confetti-424{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:100%;opacity:1.4432033234;transform:rotate(11.8885011114deg);animation:drop-424 4.9325746408s .1220288249s infinite}@keyframes drop-424{to{top:108%;left:109%}}.confetti-425{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:62%;opacity:1.1912463503;transform:rotate(287.3438893699deg);animation:drop-425 4.9904400712s .982149457s infinite}@keyframes drop-425{to{top:108%;left:70%}}.confetti-426{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:49%;opacity:.6092441933;transform:rotate(263.5947994767deg);animation:drop-426 4.9906757311s .414253971s infinite}@keyframes drop-426{to{top:108%;left:64%}}.confetti-427{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:45%;opacity:.6945948886;transform:rotate(164.8734482258deg);animation:drop-427 4.459619545s .0387309834s infinite}@keyframes drop-427{to{top:108%;left:51%}}.confetti-428{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:63%;opacity:.716910899;transform:rotate(336.6084378286deg);animation:drop-428 4.6896136293s .5400706332s infinite}@keyframes drop-428{to{top:108%;left:64%}}.confetti-429{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:81%;opacity:.839639118;transform:rotate(.633638236deg);animation:drop-429 4.7874056842s .8414653682s infinite}@keyframes drop-429{to{top:108%;left:91%}}.confetti-430{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:74%;opacity:.5990249577;transform:rotate(346.1045316159deg);animation:drop-430 4.9665511959s .3065271746s infinite}@keyframes drop-430{to{top:108%;left:77%}}.confetti-431{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:18%;opacity:.6598195507;transform:rotate(128.9313407028deg);animation:drop-431 4.0986813801s .0214559173s infinite}@keyframes drop-431{to{top:108%;left:20%}}.confetti-432{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:29%;opacity:1.4736592834;transform:rotate(276.5807512936deg);animation:drop-432 4.8438854096s .8263453018s infinite}@keyframes drop-432{to{top:108%;left:30%}}.confetti-433{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:5%;opacity:.5525563508;transform:rotate(188.0307817213deg);animation:drop-433 4.9071443533s .0687871557s infinite}@keyframes drop-433{to{top:108%;left:11%}}.confetti-434{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:76%;opacity:1.4213693664;transform:rotate(186.5366811408deg);animation:drop-434 4.29774286s .4552162569s infinite}@keyframes drop-434{to{top:108%;left:77%}}.confetti-435{width:2px;height:.8px;background-color:#d13447;top:-10%;left:53%;opacity:1.2632849476;transform:rotate(67.010239194deg);animation:drop-435 4.5881618831s .1354546079s infinite}@keyframes drop-435{to{top:108%;left:58%}}.confetti-436{width:1px;height:.4px;background-color:#d13447;top:-10%;left:32%;opacity:1.3083724175;transform:rotate(272.4512068007deg);animation:drop-436 4.3522371451s .0687535452s infinite}@keyframes drop-436{to{top:108%;left:45%}}.confetti-437{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:2%;opacity:1.0077966269;transform:rotate(187.3183031452deg);animation:drop-437 4.1734827946s .5407982036s infinite}@keyframes drop-437{to{top:108%;left:11%}}.confetti-438{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:24%;opacity:.8581188655;transform:rotate(329.7815705628deg);animation:drop-438 4.6656633743s .5128018575s infinite}@keyframes drop-438{to{top:108%;left:35%}}.confetti-439{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:6%;opacity:1.4925540041;transform:rotate(100.9086186126deg);animation:drop-439 4.8283991133s .8716035248s infinite}@keyframes drop-439{to{top:108%;left:12%}}.confetti-440{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:63%;opacity:.6752871803;transform:rotate(97.506963721deg);animation:drop-440 4.3527510407s .7123168303s infinite}@keyframes drop-440{to{top:108%;left:66%}}.confetti-441{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:70%;opacity:.938370394;transform:rotate(335.3011355899deg);animation:drop-441 4.7935460012s .8531482216s infinite}@keyframes drop-441{to{top:108%;left:77%}}.confetti-442{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:59%;opacity:.5360457385;transform:rotate(117.2619996773deg);animation:drop-442 4.1793282589s .5042443274s infinite}@keyframes drop-442{to{top:108%;left:71%}}.confetti-443{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:94%;opacity:.6813523294;transform:rotate(289.4661218546deg);animation:drop-443 4.6556506475s .0835486052s infinite}@keyframes drop-443{to{top:108%;left:102%}}.confetti-444{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:61%;opacity:1.2613378766;transform:rotate(259.4931576276deg);animation:drop-444 4.9694880854s .1913610028s infinite}@keyframes drop-444{to{top:108%;left:71%}}.confetti-445{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:62%;opacity:1.2834459716;transform:rotate(25.2664538771deg);animation:drop-445 4.9240341561s .8422643737s infinite}@keyframes drop-445{to{top:108%;left:65%}}.confetti-446{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:75%;opacity:1.2816340524;transform:rotate(26.9237476125deg);animation:drop-446 4.2734779852s .4460133496s infinite}@keyframes drop-446{to{top:108%;left:83%}}.confetti-447{width:3px;height:1.2px;background-color:#9505e3;top:-10%;left:31%;opacity:.5784430772;transform:rotate(344.6638185152deg);animation:drop-447 4.0821465198s .3304258234s infinite}@keyframes drop-447{to{top:108%;left:43%}}.confetti-448{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:54%;opacity:.8790166709;transform:rotate(172.8077926838deg);animation:drop-448 4.1581436636s .0699575262s infinite}@keyframes drop-448{to{top:108%;left:59%}}.confetti-449{width:10px;height:4px;background-color:#9505e3;top:-10%;left:8%;opacity:1.2714128554;transform:rotate(326.4847689697deg);animation:drop-449 4.3764152886s .0347121361s infinite}@keyframes drop-449{to{top:108%;left:21%}}.confetti-450{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:19%;opacity:1.1109157271;transform:rotate(316.5015265526deg);animation:drop-450 4.4567203567s .6119986816s infinite}@keyframes drop-450{to{top:108%;left:29%}}.confetti-451{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:61%;opacity:1.2843867573;transform:rotate(112.0254954322deg);animation:drop-451 4.8399393933s .0403047292s infinite}@keyframes drop-451{to{top:108%;left:64%}}.confetti-452{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:64%;opacity:.6966722087;transform:rotate(85.294298459deg);animation:drop-452 4.6614086217s .0846419932s infinite}@keyframes drop-452{to{top:108%;left:75%}}.confetti-453{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:78%;opacity:.5171752471;transform:rotate(213.3536096525deg);animation:drop-453 4.4041949458s .0669761756s infinite}@keyframes drop-453{to{top:108%;left:81%}}.confetti-454{width:10px;height:4px;background-color:#9505e3;top:-10%;left:84%;opacity:1.4388955291;transform:rotate(279.8665765146deg);animation:drop-454 4.6082387776s .4681306087s infinite}@keyframes drop-454{to{top:108%;left:97%}}.confetti-455{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:18%;opacity:.9658705002;transform:rotate(67.8055424913deg);animation:drop-455 4.5913473145s .3659577346s infinite}@keyframes drop-455{to{top:108%;left:23%}}.confetti-456{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:23%;opacity:1.3258428384;transform:rotate(84.0972092339deg);animation:drop-456 4.2447556062s .9723764646s infinite}@keyframes drop-456{to{top:108%;left:36%}}.confetti-457{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:33%;opacity:1.2347424225;transform:rotate(223.0911092889deg);animation:drop-457 4.2285595053s .5611324513s infinite}@keyframes drop-457{to{top:108%;left:44%}}.confetti-458{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:79%;opacity:.7907431155;transform:rotate(181.3439012384deg);animation:drop-458 4.8919645766s .8652183683s infinite}@keyframes drop-458{to{top:108%;left:84%}}.confetti-459{width:13px;height:5.2px;background-color:#9505e3;top:-10%;left:13%;opacity:1.2085746644;transform:rotate(357.7915195654deg);animation:drop-459 4.3718686198s .4531854193s infinite}@keyframes drop-459{to{top:108%;left:26%}}.confetti-460{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:89%;opacity:1.3284548566;transform:rotate(38.1198156171deg);animation:drop-460 4.4050981592s .1274359656s infinite}@keyframes drop-460{to{top:108%;left:91%}}.confetti-461{width:5px;height:2px;background-color:#d13447;top:-10%;left:99%;opacity:1.0198524777;transform:rotate(101.5287678986deg);animation:drop-461 4.2968901997s .4251485359s infinite}@keyframes drop-461{to{top:108%;left:107%}}.confetti-462{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:97%;opacity:.5423589804;transform:rotate(168.1060769567deg);animation:drop-462 4.8720681232s .6168873559s infinite}@keyframes drop-462{to{top:108%;left:106%}}.confetti-463{width:1px;height:.4px;background-color:#d13447;top:-10%;left:67%;opacity:.7450657299;transform:rotate(122.7851872792deg);animation:drop-463 4.053018736s .4918909255s infinite}@keyframes drop-463{to{top:108%;left:72%}}.confetti-464{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:78%;opacity:1.1871190045;transform:rotate(247.532111471deg);animation:drop-464 4.6303872757s .0163797239s infinite}@keyframes drop-464{to{top:108%;left:93%}}.confetti-465{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:74%;opacity:.8392476113;transform:rotate(352.9090929193deg);animation:drop-465 4.846303398s .8214683459s infinite}@keyframes drop-465{to{top:108%;left:89%}}.confetti-466{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:69%;opacity:.8499418094;transform:rotate(109.6131708523deg);animation:drop-466 4.9434047816s .8724438414s infinite}@keyframes drop-466{to{top:108%;left:78%}}.confetti-467{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:89%;opacity:1.003840364;transform:rotate(344.8938545075deg);animation:drop-467 4.2484032261s .2674585053s infinite}@keyframes drop-467{to{top:108%;left:92%}}.confetti-468{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:3%;opacity:1.1364939357;transform:rotate(56.6800456016deg);animation:drop-468 4.8538025991s .9989191356s infinite}@keyframes drop-468{to{top:108%;left:12%}}.confetti-469{width:4px;height:1.6px;background-color:#9505e3;top:-10%;left:80%;opacity:.6468407141;transform:rotate(218.7621718122deg);animation:drop-469 4.9839455215s .5536667024s infinite}@keyframes drop-469{to{top:108%;left:81%}}.confetti-470{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:83%;opacity:.9319908662;transform:rotate(71.1258580893deg);animation:drop-470 4.0542021179s .4893565486s infinite}@keyframes drop-470{to{top:108%;left:86%}}.confetti-471{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:68%;opacity:.9604804796;transform:rotate(180.1848401096deg);animation:drop-471 4.1543655183s .2167146881s infinite}@keyframes drop-471{to{top:108%;left:75%}}.confetti-472{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:12%;opacity:1.1466779011;transform:rotate(1.4023548179deg);animation:drop-472 4.735571873s .121807413s infinite}@keyframes drop-472{to{top:108%;left:19%}}.confetti-473{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:70%;opacity:.7440689639;transform:rotate(16.6157319968deg);animation:drop-473 4.4624804574s .3013686168s infinite}@keyframes drop-473{to{top:108%;left:72%}}.confetti-474{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:83%;opacity:1.3940459434;transform:rotate(90.5777177879deg);animation:drop-474 4.6377930678s .2234674516s infinite}@keyframes drop-474{to{top:108%;left:85%}}.confetti-475{width:5px;height:2px;background-color:#d13447;top:-10%;left:45%;opacity:.9725182744;transform:rotate(252.8528225939deg);animation:drop-475 4.6139682932s .8673765589s infinite}@keyframes drop-475{to{top:108%;left:49%}}.confetti-476{width:5px;height:2px;background-color:#9505e3;top:-10%;left:67%;opacity:.7552949891;transform:rotate(95.3456937539deg);animation:drop-476 4.0135680446s .0939709361s infinite}@keyframes drop-476{to{top:108%;left:76%}}.confetti-477{width:10px;height:4px;background-color:#d13447;top:-10%;left:27%;opacity:.905544175;transform:rotate(307.6337948656deg);animation:drop-477 4.3030585425s .4957040892s infinite}@keyframes drop-477{to{top:108%;left:42%}}.confetti-478{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:76%;opacity:1.08236439;transform:rotate(98.7686626289deg);animation:drop-478 4.0732325025s .3446736395s infinite}@keyframes drop-478{to{top:108%;left:82%}}.confetti-479{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:50%;opacity:1.0147732749;transform:rotate(172.7087313822deg);animation:drop-479 4.1829683594s .8941496242s infinite}@keyframes drop-479{to{top:108%;left:63%}}.confetti-480{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:83%;opacity:1.2749188394;transform:rotate(353.5393367918deg);animation:drop-480 4.8706054556s .5413459163s infinite}@keyframes drop-480{to{top:108%;left:89%}}.confetti-481{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:14%;opacity:.9118345798;transform:rotate(239.9054867765deg);animation:drop-481 4.2363398073s .4516292687s infinite}@keyframes drop-481{to{top:108%;left:24%}}.confetti-482{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:84%;opacity:.9214629734;transform:rotate(26.4294272653deg);animation:drop-482 4.0560770591s .2090159846s infinite}@keyframes drop-482{to{top:108%;left:99%}}.confetti-483{width:12px;height:4.8px;background-color:#9505e3;top:-10%;left:4%;opacity:.6752091015;transform:rotate(45.1898943576deg);animation:drop-483 4.8920539509s .2786616698s infinite}@keyframes drop-483{to{top:108%;left:9%}}.confetti-484{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:79%;opacity:1.4279651559;transform:rotate(170.1201612708deg);animation:drop-484 4.7428659403s .8267351489s infinite}@keyframes drop-484{to{top:108%;left:81%}}.confetti-485{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:75%;opacity:.7787726638;transform:rotate(271.2750420404deg);animation:drop-485 4.6465649764s .0169198966s infinite}@keyframes drop-485{to{top:108%;left:89%}}.confetti-486{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:69%;opacity:.6924285425;transform:rotate(307.6661796832deg);animation:drop-486 4.7625749301s .9362837031s infinite}@keyframes drop-486{to{top:108%;left:83%}}.confetti-487{width:8px;height:3.2px;background-color:#9505e3;top:-10%;left:29%;opacity:.7645898036;transform:rotate(33.0912737404deg);animation:drop-487 4.9858388493s .738928597s infinite}@keyframes drop-487{to{top:108%;left:41%}}.confetti-488{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:66%;opacity:.9193784518;transform:rotate(193.2594536173deg);animation:drop-488 4.5481257953s .8415568854s infinite}@keyframes drop-488{to{top:108%;left:77%}}.confetti-489{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:86%;opacity:.7183733019;transform:rotate(314.302944395deg);animation:drop-489 4.4630029941s .1568014031s infinite}@keyframes drop-489{to{top:108%;left:95%}}.confetti-490{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:4%;opacity:1.0560961142;transform:rotate(135.741612031deg);animation:drop-490 4.0637322657s .2083566512s infinite}@keyframes drop-490{to{top:108%;left:14%}}.confetti-491{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:58%;opacity:1.3173639374;transform:rotate(209.382558124deg);animation:drop-491 4.7794063698s .5344821046s infinite}@keyframes drop-491{to{top:108%;left:65%}}.confetti-492{width:9px;height:3.6px;background-color:#9505e3;top:-10%;left:95%;opacity:1.0097830386;transform:rotate(190.5806034029deg);animation:drop-492 4.7013986961s .8445827869s infinite}@keyframes drop-492{to{top:108%;left:105%}}.confetti-493{width:1px;height:.4px;background-color:#d13447;top:-10%;left:34%;opacity:1.2217679253;transform:rotate(148.0573345124deg);animation:drop-493 4.3131522544s .961521126s infinite}@keyframes drop-493{to{top:108%;left:43%}}.confetti-494{width:7px;height:2.8px;background-color:#d13447;top:-10%;left:59%;opacity:.5590367662;transform:rotate(344.4654112063deg);animation:drop-494 4.3792193658s .4850793974s infinite}@keyframes drop-494{to{top:108%;left:60%}}.confetti-495{width:1px;height:.4px;background-color:#ffbf00;top:-10%;left:99%;opacity:.6186318544;transform:rotate(79.0200120637deg);animation:drop-495 4.3226024457s .2519160709s infinite}@keyframes drop-495{to{top:108%;left:113%}}.confetti-496{width:7px;height:2.8px;background-color:#9505e3;top:-10%;left:1%;opacity:1.242692895;transform:rotate(33.5673733528deg);animation:drop-496 4.7954715948s .2862607935s infinite}@keyframes drop-496{to{top:108%;left:6%}}.confetti-497{width:2px;height:.8px;background-color:#9505e3;top:-10%;left:85%;opacity:1.4903908277;transform:rotate(280.6038889631deg);animation:drop-497 4.2210249913s .9997749333s infinite}@keyframes drop-497{to{top:108%;left:87%}}.confetti-498{width:11px;height:4.4px;background-color:#9505e3;top:-10%;left:80%;opacity:.6953438597;transform:rotate(292.6841501948deg);animation:drop-498 4.3724689174s .4516212926s infinite}@keyframes drop-498{to{top:108%;left:85%}}.confetti-499{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:57%;opacity:1.0059841327;transform:rotate(100.9801696633deg);animation:drop-499 4.6649661569s .6100811296s infinite}@keyframes drop-499{to{top:108%;left:58%}}.confetti-500{width:6px;height:2.4px;background-color:#9505e3;top:-10%;left:21%;opacity:.9392765985;transform:rotate(5.9840670747deg);animation:drop-500 4.7935801442s .4923206202s infinite}@keyframes drop-500{to{top:108%;left:26%}}.manageBlock{display:flex;width:100%;margin:0 auto}.manageBlock .blockMessage{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}@media (min-width: 650px){.manageBlock .blockMessage{display:flex;flex-wrap:wrap}}.manageBlock .blockMessage .oneEmail{line-height:1.2rem;padding:1rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000}@media (min-width: 650px){.manageBlock .blockMessage .oneEmail{flex-direction:column;width:25%}}.manageBlock .blockMessage .oneEmail h2{color:#9505e3}.manageBlock .blockMessage .oneEmail a{text-decoration:underline}.manageBlock .blockContainer{display:flex;width:100%;justify-content:space-between;padding:2rem;gap:2rem}@media (max-width: 1070px){.manageBlock .blockContainer{flex-direction:column;padding:1rem}}.manageBlock .blockContainer .blockInputs{display:flex;width:100%;justify-content:center}@media (min-width: 650px){.manageBlock .blockContainer .blockInputs{width:500px}}.manageBlock .blockContainer .blockInputs form{display:flex;flex-direction:column;gap:1rem}.manageBlock .blockContainer .blockInputs form h1{color:#9505e3;text-decoration:underline;padding:1rem}@media (min-width: 370px){.manageBlock .blockContainer .blockInputs form h1{padding:2rem;font-size:1.3rem}}@media (min-width: 1070px){.manageBlock .blockContainer .blockInputs form h1{font-size:2rem}}.manageBlock .blockContainer .blockInputs form label{color:#9505e3;font-weight:800;display:flex;justify-content:space-between}.manageBlock .blockContainer .blockInputs form label select{border:none;padding:.5rem;outline:none;font-size:1rem}.manageBlock .blockContainer .blockInputs form label input{display:flex;padding:.5rem;border:none;border-bottom:1px solid #555;outline:none;background-color:inherit}.manageBlock .blockContainer .blockInputs form label textarea{outline:none;padding:1rem;background-color:inherit}.manageBlock .blockContainer .blockInputs form button{text-decoration:none;font-size:1.4rem;font-weight:900;color:#9505e3;padding:1rem;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000;width:max-content;margin:0 auto;border:none}.manageBlock .blockContainer .blockInputs form button:hover{cursor:pointer}.manageBlock .blockContainer .block{display:flex;flex-direction:column;flex:1}.manageBlock .blockContainer .block h1{color:#9505e3;text-decoration:underline;text-align:center}@media (min-width: 370px){.manageBlock .blockContainer .block h1{font-size:1.2rem}}@media (min-width: 1070px){.manageBlock .blockContainer .block h1{font-size:2rem}}.manageBlock .blockContainer .block .blockData{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;padding:2rem}@media (max-width: 1075px){.manageBlock .blockContainer .block .blockData{flex-direction:row;justify-content:space-between;padding:2rem;flex-wrap:wrap}}.manageBlock .blockContainer .block .blockData .data{display:flex;flex-direction:column;margin:0 auto;padding:1rem;justify-content:space-between;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000}@media (min-width: 370px){.manageBlock .blockContainer .block .blockData .data{width:400px}}.manageBlock .blockContainer .block .blockData .data .top{display:flex;justify-content:space-between;align-items:center;color:#9505e3}.manageBlock .blockContainer .block .blockData .data .top img{width:100px;height:100px;border-radius:50%;object-fit:cover}.manageBlock .blockContainer .block .blockData .data .details{padding:1rem;text-align:center;color:#333}.manageBlock .blockContainer .block .blockData .data .bottom{text-align:center;color:#333}.manageBlock .blockContainer .block .blockData .data .bottom .capacity{font-weight:900;color:#9505e3}.manageBlock .blockContainer .block .blockData .data .bottom h4{color:#333}.manageBlock .blockContainer .block .blockData .data .bottom span{color:#9505e3}.manageBlock .blockContainer .block .blockData .data .bottom a{font-weight:900;color:#9505e3}.manageBlock .back{position:fixed;bottom:7%;right:0}.manageBlock .back .backButton{text-decoration:none;font-size:1.4rem;font-weight:900;color:#9505e3;padding:1rem;-webkit-box-shadow:0px 10px 13px -7px #000000,-5px 22px 33px -20px rgba(0,0,0,0);box-shadow:0 10px 13px -7px #000,-5px 22px 33px -20px #0000}#dark h4,#dark textarea{color:#eaeaea}*{margin:0;padding:0;box-sizing:border-box}#light{background-color:#eaeaea}#dark{background-color:#333;color:#eaeaea}#dark p,#dark a{color:#eaeaea}
