:root{--white: #f6f6f6;--grey: #6c6c6a;--red: #be2623;--charcoal: #000000;--lightcharcoal: #484747;--grey: #b5b2b2;--offwhite: #d3d3d3;--darkRed: #670404;--ligthRed: #d64b47;--shadeRedOne: #9d1f1c;--shadeRedTwo: #d7221e;--shadeRedThree: #f5524e;--glass: rgba(120, 5, 3, .5);--overlay: rgba(255, 255, 255, .565);--toplayer: polygon(0 0, 100% 0, 100% 25%, 0 95%);--backlayer: polygon(0 0, 100% 0, 100% 30%, 0 100%)}.poppins{font-family:Poppins,sans-serif;font-style:normal}html{box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}body{margin:0;padding:0;font-size:1.6rem;font-weight:400;font-family:Poppins,Helvetica,Arial,sans-serif;color:#000;background-color:#fff;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}main{width:100dvw;min-height:50svh}.formLoginSection{width:100dvw;background-image:url(/assets/background-1-Ba-NsIjg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;padding:10rem 0}.formGlassBackdrop{width:50%;min-height:80%;background:var(--glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);border-radius:20px;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;padding:6rem 0}.loginFormBlock{width:70%;display:flex;flex-direction:column;align-items:center}.formContainer{width:70%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.formBlock{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.logFormInput{width:100%;font-size:2rem;line-height:1.8;padding-left:2rem;border-radius:10px}.logFormBtnRow{width:100%;display:flex;justify-content:center}.logFormBtnInput{background:var(--red);padding:1rem 3rem;color:#fff;font-weight:700;border-radius:10px;letter-spacing:.1rem}.additionalLinksRow{width:60%;display:flex;align-items:center;justify-content:space-between;column-gap:5%;color:#fff}.additionalLink{background:transparent;border-left:none;border-top:none;border-right:none;border-bottom:#ffffff solid 2px;color:#fff}@media (max-width: 1280px){.formGlassBackdrop{width:70%}}@media (max-width: 1024px){.additionalLinksRow{width:100%}}@media (max-width: 912px){.formLoginSection{height:70svh}}@media (max-width: 600px){.formLoginSection{height:fit-content;padding:6rem 0}.formGlassBackdrop{min-height:fit-content;padding:4rem 0}.formContainer{width:80%}.additionalLinksRow{flex-direction:column}}@media (max-width: 420px){.formGlassBackdrop{width:80%}}@media (max-width: 420px){.formGlassBackdrop,.formContainer{width:90%}.additionalLinksRow{text-align:center}}.footer{width:100dvw;background:var(--charcoal);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;padding:4rem 0 2rem;margin-top:-.5rem;border:none}.footerLogo{object-fit:contain}.footerForm{width:50dvw;color:var(--white);display:flex;flex-direction:column;align-items:center;row-gap:2rem}.footerForm-heading{width:100%;font-size:2.5rem;padding-right:2rem;text-align:right}.footerForm-InputRow{width:100%;display:flex;align-items:center;justify-content:flex-end;column-gap:2%}.footer-label{font-size:2rem;width:20%;text-align:right}.footer-input{width:50%;font-size:1.6rem;line-height:2;padding-left:1rem;border-radius:10px}.footerForm-submitRow{width:100%;display:flex;justify-content:flex-end}.footerSubmit{background:var(--red);border-radius:10px;padding:1rem 4rem;color:var(--white)}.lastRow{width:90dvw;text-align:center;text-wrap:balance;color:var(--white);padding-top:4rem}.footerLinks{color:#fff}@media (max-width: 968px){.footerLogo{width:300px}.footerForm{width:50dvw}.footer-input{width:70%}}@media (max-width: 968px){.footer-label{width:30%}.footer-input{width:60%}}@media (max-width: 968px){.footerLogo{width:250px}}@media (max-width: 695px){.footer{row-gap:3rem;padding:0 0 2rem}.footerLogo{width:50%}.footerForm{width:90%}.lastRow{padding-top:0}}@media (max-width: 510px){.footer{row-gap:3rem}.footerLogo{width:70%}.footerForm{width:90%}.footerForm-InputRow{justify-content:flex-start;flex-wrap:wrap}.footer-label{width:100%;text-align:left}.footer-input{width:100%}}@media (max-width: 367px){.footerLogo{width:50%}}.header{width:100dvw;background:var(--charcoal);padding:1rem 0;z-index:999;border:0}.navbar{width:100dvw;display:flex;align-items:center;justify-content:space-between;position:relative}.logoLink{width:15%;padding-left:2rem;display:flex;align-items:center;justify-content:flex-start}.headerLogo{width:100%}.links{width:fit-content;display:flex;align-items:center;justify-content:flex-end;padding-right:5rem}.logOutBlock{margin-right:2rem}.navLinks{padding:.5rem 2rem;margin:0 5rem;text-decoration:none;color:#fff}.navLinks:hover{background:var(--red);color:#fff;border-radius:10px}.active{background:var(--glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);border-radius:10px;color:#fff}.action_btn{background:var(--red);text-decoration:none;color:#fff;padding:.5rem 2rem;border-radius:10px}.toggle_btn{display:none}@media (max-width: 1152px){.links{padding-right:2rem}.navLinks{padding:.5rem 2rem;margin:0 2rem}}@media (max-width: 968px){.navLinks{margin:0 1rem}}@media (max-width: 866px){.links{padding-right:1rem}.navLinks{margin:0}}@media (max-width:785px){.links{padding-right:2rem}.navLinks{margin:0 2rem}}@media (max-width: 695px){.logoLink{width:25dvw}.toggle_btn{display:initial;margin-right:2rem;color:#fff;font-size:2rem}.links{display:none}.open{position:absolute;display:flex;flex-direction:column;align-items:center;row-gap:2rem;padding:2rem 0;top:70px;right:0;width:100dvw;background:var(--charcoal)}}@media (max-width: 389px){.toggle_btn{font-size:2.5rem}.open{position:absolute;display:flex;flex-direction:column;align-items:center;row-gap:2rem;padding:2rem 0;top:70px;right:0;width:100dvw;background:var(--charcoal)}}@media (max-width: 349px){.logoLink{width:50dvw}}@media (max-width: 349px){.logoLink{width:60dvw}.toggle_btn{font-size:2rem}}.dashboardSection{width:100dvw;display:flex;flex-direction:column;align-items:center}.welcomeBlock{width:100dvw;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:2rem;column-gap:5%;padding:2rem 0}.interactiveBlock{width:100%;height:900px;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:2rem 0}.buttonBar{width:fit-content;display:flex;flex-direction:column;row-gap:2rem;padding:1rem 0}.teamsDash{width:1350px;display:flex;flex-direction:column;align-items:center}.formSection{width:750px;height:100%;display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;padding:2rem;overflow-y:hidden;border-radius:20px;border:solid 2px #000;box-shadow:5px 5px 10px #000}.displaySection{width:600px;height:100%;box-shadow:5px 5px 10px #000;border-radius:10px;overflow-y:hidden}.welcomeNote{font-size:2rem}.urlLink{margin-left:2rem;background-color:#fff;padding:1rem;border-radius:10px}.sidebarBtn{width:250px;text-align:center;border:#000000 solid 1px;border-radius:10px;padding:.5rem 0;box-shadow:5px 5px 10px #000}.sidebarBtn.active{background:var(--red);color:#fff}.sidebarBtn.inactive{background-color:transparent;color:#1a1a1a}.updateBtn{width:200px;height:50px;margin-right:4rem}.screenToSmall{display:none}@media (max-width: 1600px){.teamsDash{width:960px}.formSection,.displaySection{width:480px}.sideBarBtn{width:200px}}@media (max-width: 1152px){.interactiveBlock{height:80svh;row-gap:1rem}.teamsDash{width:100%;height:90%}.buttonBar{width:100dvw;flex-direction:row;justify-content:flex-start;overflow-x:scroll;column-gap:2%;padding:2rem}.formSection,.displaySection{height:80%}.sideBarBtn{min-width:fit-content;padding:0rem 1.5rem}}@media (max-width: 968px){.teamsDash{width:100%}.formSection{width:450px}.displaySection{width:400px}}@media (max-width: 866px){.formSection{width:400px}.displaySection{width:380px}}@media (max-width: 785px){.teamsDash{min-height:65svh}.interactiveBlock{height:75svh}.formSection{width:350px;padding:2rem 1rem}.displaySection{width:360px}}@media (max-width: 695px){.teamsDash{width:620px}}@media (max-width: 620px){.interactiveBlock{height:fit-content}.teamsDash{width:570px;height:fit-content}.formSection,.displaySection{width:90%;height:50svh}.urlLinkHeading{width:80%;display:flex;align-items:center}.urlLink{width:80%;overflow-x:scroll}.buttonBar{height:fit-content;padding:2rem}.sideBarBtn{padding:.5rem 1.5rem;height:fit-content}}@media (max-width: 570px){.interactiveBlock{height:fit-content}.teamsDash{width:95%}}@media (max-width: 455px){.buttonBar{column-gap:4%}}@media (max-width: 332px){.interactiveBlock{min-height:120svh}}@media (max-width: 280px){.dashboardSection{display:none}.screenToSmall{min-height:60svh;display:flex;align-items:center;justify-content:center;padding:0 2rem;text-align:center}}.inputForm{width:100%;padding:0 2rem;display:flex;flex-direction:column;overflow-y:scroll}.saveBlock{width:100%;display:flex;align-items:center;justify-content:flex-end}.updateBtn{padding:.3rem 1rem;border-radius:10px}.groupBlock,.qrGroupBlock{border:solid #ffffff 1px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;padding:2rem;margin:1rem 0;row-gap:1rem}.qrGroupBlock{flex-direction:column}.groupHeading{width:95%;padding-top:.5rem}.labelRow{width:95%;margin:1rem 0;display:flex;flex-direction:column}.colorRow{width:90%;display:flex;align-items:center;justify-content:space-between;margin:2rem 0}.selectRow{width:100%;display:flex;align-items:center;justify-content:space-between}.selectDropDown{width:30%;padding-left:1rem}.websiteLinksRow{width:95%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;column-gap:2%;row-gap:1rem}.webLinkInput{width:44%;border-radius:8px;padding:.5rem 1rem}.videoLinkInput{width:100%;border-radius:8px;padding:.5rem 1rem}.fileBtn,.sliderInput{width:95%}.inputField{width:95%;padding:.2rem 0 .2rem 1rem;line-height:1.4;margin:1rem 0;border-radius:8px}.memberOptions{width:90%;padding:.5rem;border-radius:10px}.qrDownloadBtn,.checkoutBtn{margin-top:2rem;padding:1rem 2rem;border:#000000 solid 1px;border-radius:10px;box-shadow:5px 5px 10px #000;text-decoration:none;color:#000}.cartRow{width:100%;display:flex;align-items:center;justify-content:space-between}.shopCartInput{width:30px}.imageCard{border:solid 1px #565656;border-radius:10px;padding:1rem;display:flex;flex-direction:column}.prodGalBtn{margin-top:2rem}.display{width:100%;height:100%;border:solid #000 2px;border-radius:10px;display:flex;flex-direction:column;align-items:center;overflow-y:scroll}.displayProfileImageBlock{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}.profileBackImage{width:100%;object-fit:cover;position:absolute;z-index:0;top:0;left:0}.profileBlock{display:flex;flex-direction:column;align-items:center;z-index:1999}.profileImage{width:100%;height:100%;object-fit:cover;border-radius:0 0 15px 15px;box-shadow:5px 5px 5px #000}.nameBlock{text-align:center;padding-top:3rem}.profileLogo{width:100%;object-fit:contain}.buttonRow{width:80%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:2rem;padding:2rem 0}.button{width:100%;text-align:center;padding:1rem 0;border-radius:10px;text-decoration:none;border-style:solid;border-width:2px}.leadFormBlock,.ownCardFormBlock{width:80%;display:flex;flex-direction:column;align-items:center;padding:2rem 0;row-gap:1rem}.ownCardFormBlock{width:100%}.inputMock,.textareaMock{background-color:#fff;width:90%;padding-left:1rem}.textareaMock{height:50px}.sendRowMock{width:90%;display:flex;align-items:center;column-gap:5%}.submitMock{padding:.5rem 2rem;border-radius:10px}.bioSection{width:80%;margin:1rem 0;padding:2rem;text-align:center;border-radius:10px}.bioSectionHeading{font-size:1.2em;margin-bottom:.8rem}.bioText{line-height:1.2;margin:0}.contentRow{display:flex;flex-direction:column;align-items:center;width:80%}.extraBlock{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:2rem}.specialButtons{text-align:center;padding:1rem 0;border-radius:10px;text-decoration:none;border-style:solid;border-width:2px;width:100%}.extraButtonsRow{width:100%;display:flex;flex-direction:column;row-gap:2rem}.mainBtnLink{text-decoration:none}.contentRowSecHeading{width:95%;margin-top:3rem;text-align:center;font-size:1.8rem}.socialRow{width:100%;padding:1rem;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-evenly;column-gap:6%;row-gap:2rem}.socialBtn{width:45px;height:45px;padding:1rem;border-radius:10px;display:flex;align-items:center;justify-content:center;border-style:solid}.profileVideo{width:100%;height:200px;margin:1rem 0 2rem}.displayQrBlock{width:100%;display:flex;align-items:center;justify-content:center}.profileQRCodeImage{width:90%;object-fit:contain;border-style:solid;padding:1rem}.galleryImgBlock{width:100%;padding:0 2rem}.galleryImgRow{display:flex;align-items:center;justify-content:flex-start;overflow-x:scroll;column-gap:4%}.galImg{max-width:30%}.teamsBlock{width:90%;height:100%;border:solid #000 1px;border-radius:20px;padding:2rem;display:flex;flex-direction:column;align-items:center}.repCard{width:100%;display:flex;justify-content:space-between;padding:.5rem 0}.teamsUserName{width:20%;display:flex;align-items:center}.teamsUserDetail{width:50%}.teamsButton{width:10%;border-radius:10px}.sectionLine{margin:2rem 0;width:100%}.addMemberBlock{column-count:4}.editMemberInput,.addMemberInput{width:100%;border-radius:10px;padding-left:1rem;margin:.5rem}.addMemberBtn{border-radius:10px;padding:.5rem 2rem}.teamsEditBlock{background-color:#000;column-count:4;padding:2rem 0 2rem 4rem;margin-bottom:1rem}@media (max-width: 968px){.teamsUserDetail{width:40%}.teamsButton{width:15%}}@media (max-width: 866px){.addMemberBtn{padding:.5rem 1rem}}@media (max-width: 620px){.teamsBlock{width:100%;height:550px}}@media (max-width: 570px){.teamsUserDetail{width:30%;overflow-x:scroll}.teamsButton{width:20%}.addMemberBlock{column-count:3}}@media (max-width: 510px){.addMemberBlock{column-count:2}}@media (max-width: 455px){.repCard{flex-wrap:wrap;justify-content:space-evenly}.teamsUserName{width:30%}.teamsUserDetail{width:60%}.teamsButton{width:40%}}@media (max-width: 413px){.addMemberBlock{column-count:none;width:100%;display:flex;flex-direction:column;align-items:center;row-gap:1rem}}.mainSection{width:100dvw;min-height:50svh;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:3rem}.template{width:100dvw;min-height:100svh;display:flex;flex-wrap:wrap;align-items:flex-start;position:relative;justify-content:space-evenly}.exchangeNumberForm{width:95%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;padding:2rem 0;row-gap:2rem}.getProfileForm{width:95%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:2rem 4rem;row-gap:2rem}.templateBtnFormInput{width:45%;padding:1rem}.showForm{width:100dvw;min-height:100svh;background:#fff;top:0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;position:absolute;z-index:999}.popupBackground{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.closeBtn{width:100%;height:4rem;font-size:2rem;display:flex;align-items:center;justify-content:right;padding-right:2rem}.templateForm{width:80%}.templateFormRow{padding:1rem 0;display:flex;flex-direction:column;align-items:center}.templateLabel{width:100%}.templateInput{width:95%;line-height:1.6;font-size:1.6rem;padding-left:1rem}.templateFormBtn{padding:1rem 2rem;border-radius:10px;position:relative;background-color:red}.templateFooter{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 0;margin-top:1rem}.exchangeForm{background-color:#fff;position:absolute;width:100dvw;min-height:100svh;top:0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;row-gap:2rem;z-index:999}.exchangeHeading{margin:0;width:90%;text-align:center}.exchangeInput{width:80%;line-height:1.8;font-size:1.6rem;padding-left:1rem}.profileLeadForm{width:100dvw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0}.leadFormRow{width:70%;display:flex;align-items:center;justify-content:center}.leadForm{width:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 0}.profileLeadInput{width:95%;margin:1rem 0;padding:1rem}.leadFormSubmit{width:95%;padding:2rem 0}.submitBtn{width:30%;padding:1rem;border-radius:10px;margin-right:3rem}.templateImageBlock{width:100dvw;min-height:250px;position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-evenly;row-gap:2rem}.templateBackgroundImage{width:100dvw;height:60%;object-fit:cover;position:absolute;z-index:0;top:0;left:0}.templateProfileBlock{z-index:999}.templateProfileImage{width:100%;height:100%;object-fit:cover;border-radius:0 0 15px 15px}.templateNameBlock{min-width:30dvw;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;z-index:999}.templateProfileName{font-size:1.4em;margin-bottom:0}.templateProfileTitle{margin:0;line-height:1.6}.templateLogoBlock{display:flex;align-items:flex-end;justify-content:center;padding:1rem 0;z-index:999}.templateProfileLogo{object-fit:contain;width:100%}@media (max-width: 620px){.templateImageBlock{flex-direction:column;align-items:center}.templateBackgroundImage{height:58%}.templateNameBlock{margin-top:2rem}}.templateBioSection{width:80dvw;margin:1rem 0;padding:2rem;text-align:center;border-radius:10px}.templateBioHeading{font-size:1.2em;margin-bottom:.8rem}.templateBioText{line-height:1.2;margin:0}.templateBtnRow{width:80dvw;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;padding:2rem 0}.templateBtn{min-width:250px;text-align:center;padding:1rem 0;border-radius:10px;text-decoration:none;border-style:solid;border-width:2px}.templateBtnFormRow{width:100%;padding:1rem 0}.exchangeFormBlock{display:flex;justify-content:center}@media (max-width: 968px){.templateBtn{min-width:200px}}@media (max-width: 785px){.templateBtnRow{width:90dvw}}@media (max-width: 695px){.templateBtnRow{margin-top:2rem}.templateBtn{min-width:180px}}@media (max-width: 695px){.templateBtnRow{flex-direction:column;row-gap:2rem;padding:1rem 0}.templateBtn{min-width:80%}}.templateContentRow{width:80%;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-evenly;align-items:flex-start;padding:2rem 0}.templateBtnRowLeftBlock{width:70%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.templateSpecialBtn{text-align:center;padding:1rem 0;border-radius:10px;text-decoration:none;border-style:solid;border-width:2px;width:70%}.contentBlockSectionHeading{width:90%;text-align:center;margin-top:3rem}.profileVideo{width:100%;height:400px}.profileQrBlock{width:25%;display:flex;justify-content:center}.profileQRCodeImage{width:90%;border-width:10px;border-style:solid;border-radius:10px;padding:1rem}.templateSocialRow{width:100%;padding:1rem;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-evenly;column-gap:6%;row-gap:2rem}.templateSocialBtn{width:50px;height:50px;padding:1rem;border-radius:10px;display:flex;align-items:center;justify-content:center}@media (max-width: 1152px){.templateContentRow{width:90%}.templateBtnRowLeftBlock{width:70%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.profileQrBlock{width:30%;display:flex;justify-content:center}.profileVideo{width:90%;height:350px}}@media (max-width: 695px){.profileVideo{width:90%;height:220px}}@media (max-width:620px){.templateContentRow{flex-direction:column;align-items:center;row-gap:3rem}.templateBtnRowLeftBlock,.templateSpecialBtn,.profileQrBlock{width:90%}.profileQRCodeImage{width:50%}}@media (max-width: 455px){.templateSocialRow{column-gap:5%}}@media (max-width: 403px){.templateSocialRow{column-gap:4%}.profileQRCodeImage{width:80%}}@media (max-width: 403px){.templateSocialRow{column-gap:20%}}.templateHeading{width:80%;margin-top:3rem;font-size:2rem}.galleryBlock{width:100dvw;display:flex;align-items:center;justify-content:center}.galleryRow{width:80%;display:flex;align-items:center;overflow-x:scroll;padding:2rem 0}.galleryImage{object-fit:contain;max-height:200px;margin:0 2rem}@media (max-width: 785px){.galleryRow{width:90%}}@media (max-width: 695px){.galleryImage{max-height:150px}}.packages{width:100dvw;display:flex;flex-direction:column;align-items:center;z-index:99}.package-row{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly;padding:10rem 0;row-gap:3rem;background-position:center;background-repeat:no-repeat;background-size:cover}.digiSilver{background-image:url(/assets/background-1-Ba-NsIjg.webp)}.package-image{width:40%;max-height:400px;object-fit:contain}.package-info{width:50%;background:#78050380;color:var(--white);padding:5rem;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red)}.darker{background:#780503de}.package-heading{font-size:3rem;line-height:2;margin:0}.package-paragraph{font-size:2rem;line-height:1.4;margin-bottom:3rem;text-wrap:balance}.packageActionBtn{background:#fff;padding:1rem 2rem;text-decoration:none;color:var(--red);border-radius:10px}@media (max-width:1152px){.package-row{padding:7rem 0}.package-image{width:40%}.package-info{width:50%;padding:4rem 3rem}}@media (max-width: 695px){.package-row{padding:3rem 0}.package-image{order:2;width:70%}.package-info{order:1;width:80%;padding:3rem}.package-heading{font-size:3rem}.package-paragraph{font-size:1.8rem}}@media (max-width: 412px){.package-info{width:90%;padding:3rem 2rem}}.infoSection1{width:100dvw;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;padding:5rem 0}.infoSection1_article{width:40%}.infoSection1_heading{font-size:3rem}.infoSection1_paragraph{width:90%}.infoSection1_image{width:400px;height:400px;object-fit:contain}.infoSection2{background-color:#000;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;color:var(--white);padding:6rem 0;row-gap:6rem}.infoSection_column{width:40%;height:480px;background:#78050380;padding:5rem;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);display:flex;flex-direction:column;justify-content:flex-start}.column_heading{font-size:3rem;margin-bottom:2rem}.column_subHeading{font-size:2rem;margin-top:2rem}.infoComponent_actionParagraph{width:50%;font-size:2rem}.infoComponent_cta{font-size:2.5rem;background:#78050380;padding:1.8rem 3rem;color:var(--white);border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);text-decoration:none}@media (max-width: 1152px){.infoSection1_heading{font-size:2.5rem}.homepageVideo{width:450px;height:280px}.one{order:1;width:80%;height:fit-content}.two{order:4;width:80%;height:fit-content}.three{order:2}.four{order:3}}@media (max-width: 984px){.infoSection1_heading{text-wrap:balance}.homepageVideo{width:400px;height:250px}}@media (max-width: 866px){.infoSection1_article{width:90%;text-align:center;margin-bottom:3rem}.infoSection1_paragraph{width:100%}.homepageVideo{width:90%;height:450px}.infoComponent_actionParagraph{width:85%}.one,.two{width:90%}}@media (max-width: 866px){.infoSection2{row-gap:3rem}}@media (max-width:785px){.infoSection1_image{width:350px}}@media (max-width: 695px){.infoSection1_article{width:90%}.infoSection1_paragraph{width:100%}}@media (max-width: 630px){.homepageVideo{height:360px}}@media (max-width: 550px){.infoSection_column{padding:5rem 3rem}.infoSection1_heading,.column_heading{font-size:2rem}}@media (max-width:450px){@media (max-width: 630px){.homepageVideo{height:260px}}}@media (max-width: 389px){.infoSection1_image{width:90%}}.heroSection{width:100dvw;height:900px;display:flex;align-items:center;justify-content:flex-start;background-color:#000;padding:5rem 0;color:#fff;position:relative;background-image:url(/assets/heroImage1-Cun5ypRr.webp);background-position:right;background-size:cover;background-repeat:no-repeat}.heroSectionHeading{width:40%;font-size:4rem;margin-left:20rem;text-wrap:balance}.homeHeroImage{display:none}@media (max-width: 1500px){.heroSection{height:800px}.heroSectionHeading{width:60%;margin-left:15rem}}@media (max-width: 1300px){.heroSection{height:550px}.heroSectionHeading{font-size:3.5rem;margin-left:10rem}}@media (max-width: 1100px){.heroSectionHeading{font-size:3rem}}@media (max-width: 930px){.heroSection{height:500px}.heroSectionHeading{font-size:2.5rem;margin-left:5rem}}@media (max-width: 775px){.heroSection{height:450px}.heroSectionHeading{font-size:2rem}}@media (max-width: 640px){.heroSection{height:350px;justify-content:flex-start}.heroSectionHeading{width:50%;margin-left:5rem}}@media (max-width: 520px){.heroSectionHeading{margin-left:2rem}}@media (max-width: 440px){.heroSection{height:720px;align-items:flex-start;justify-content:center;padding:0;background-image:none}.heroSectionHeading{width:80%;font-size:2.5rem;margin-left:0;text-align:center;position:absolute;top:5rem}.homeHeroImage{display:initial;width:100%;height:700px;object-fit:cover;object-position:bottom}}@media (max-width: 366px){.heroSection{height:700px}.homeHeroImage{height:660px}}.specialsRow{width:100dvw;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;padding:3rem 0;row-gap:4rem;background-color:#646363}.specialsSquareLink{min-width:200px;max-width:400px;margin:0 2rem}.specialsSquareImage{width:100%;border-radius:15px;box-shadow:15px 10px 10px #000;cursor:pointer}.option-section{width:100dvw;background-image:url(/assets/background-1-Ba-NsIjg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;row-gap:3rem;padding:6rem 0;margin:-1rem 0}.option-section-heading{width:100%;color:var(--white);font-size:4rem;text-align:center}.option-section-caption{color:#fff;width:80%;font-size:2.5rem;text-align:center}.plan-row{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-evenly}.option-block{width:20%;height:450px;background:#78050380;color:var(--white);padding:5rem 0;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);display:flex;flex-direction:column;align-items:center}.option-heading{font-size:3rem;margin:0}.option-price{font-size:2rem;margin:0;line-height:2}.option-list{padding:0;float:0;width:60%}.option-listItem{padding:.5rem 0;font-size:2rem}.option-action-btn{border:1px solid var(--red);padding:1.5rem 2rem;border-radius:20px;text-decoration:none;color:var(--white)}.MainActionBtn{background:#b9060380;color:var(--white);border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);padding:2rem 5rem;text-decoration:none;color:#fff}@media (max-width: 1600px){.option-section-heading{font-size:3rem}.option-section-caption{font-size:2rem}.option-block{height:450px}.option-heading{font-size:3rem}.option-price{font-size:2.5rem}.option-listItem{font-size:1.8rem}}@media (max-width: 1152px){.plan-row{row-gap:3rem}.option-block{width:40%;height:380px;padding:3rem 0}}@media (max-width: 866px){.option-block{height:405px}}@media (max-width: 620px){.option-section-heading{width:90%;text-wrap:balance}.option-block{width:80%;height:auto}.option-price{margin-bottom:2rem}.option-list{width:80%;list-style:none;display:flex;flex-direction:column;align-items:center;text-align:center;row-gap:2rem}}@media (max-width: 620px){.option-section-heading{font-size:2rem}.option-section-caption{font-size:1.6rem}.option-heading,.option-price{font-size:2rem}.option-listItem{font-size:1.4rem}}.contactFormSection{width:100dvw;height:70svh;background-image:url(/assets/background-1-Ba-NsIjg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;padding:10rem 0;border:none}.contactFormPage,.logInFormSection{width:100dvw;height:90svh;background-image:url(/assets/background-1-Ba-NsIjg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;padding:10rem 0}.logInForm{height:60svh}.contactFromInput,.logInFromInput{width:100%;font-size:2rem;line-height:1.8;padding-left:2rem}@media (max-width: 1152px){.contactFormSection{min-height:80svh;padding:0}.glassBackdrop{padding:5rem 2rem}.contactForm{width:55%}.formHeading{font-size:2rem}.contactFromInput,.logInFromInput{font-size:1.8rem}}@media (max-width: 695px){.contactFormSection{min-height:fit-content;padding:5rem 0}.glassBackdrop{width:90%;row-gap:4rem}.contactForm,.contactDetailBlock{width:80%}}@media (max-width: 695px){.contactFormSection{padding:3rem 0}.contactForm,.contactDetailBlock{width:90%}.contactFromBtn{padding:.5rem 2rem}.contactLink{font-size:1.8rem}}.nfcSections{width:100dvw;display:flex;flex-direction:column;align-items:center;z-index:99}.nfcHero{position:relative;width:100dvw;height:500px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;color:#000}.nfcHeroWords{z-index:999;width:70%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to right,#fff,#fffffffc 80%,#fffffff2,#ffffffe6 90%,#ffffffd9,#fffc,#ffffffbf,#ffffffb3,#ffffffa6 95%,#fff0)}.heroImage{position:absolute;width:50%;object-fit:cover;z-index:0;right:0;height:100%}.nfcHeroHeading{width:80%;text-wrap:balance;text-align:center;font-size:4rem;margin-bottom:3rem}.nfcHeroSubText{width:80%;text-wrap:balance;text-align:center;font-size:3rem}.nfcInfo{background-color:#000;color:#fff;width:100dvw;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-evenly;row-gap:2rem;padding:5rem 0}.nfcInfoHeading{font-size:3rem;width:100%;text-align:center;text-wrap:balance}.nfcInfoSubheading{width:80%;text-align:center;font-size:2rem}.nfcInfoImage{width:30%}.nfcInfoParagraph{width:45%}.nfcInfoBigParagraph{width:70%;text-align:center}.darkNFCInfo{width:100dvw;display:flex;flex-direction:column;align-items:center;color:#000;padding:5rem 0}.NFClist{width:75%;list-style:none;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:2rem;padding-top:4rem}.NFCItem{width:45%;display:flex;align-items:center;column-gap:4%}.cardBlock{width:90%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:3rem;background:var(--glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);border:solid var(--red) 1px;border-radius:10px;margin:2rem 0}.cardImageSpace{width:50%;display:flex;align-items:center;justify-content:center}.cardBlockImage{width:70%}.cardDetailsBlock{width:50%;color:#fff}.cardDetailsBlockHeading{font-size:3rem;text-wrap:balance}.cardDetailsList{list-style:none;padding:0}.cardDetailsItem{display:flex;align-items:center;column-gap:2%}.cardDetailsCTA{width:80%;color:#fff;padding:4rem 0;text-align:center}.cardDetailsCTAbutton{padding:2rem 3rem;background:#fff;text-decoration:none;color:var(--red);border-radius:10px}.HowItWorksSection{background:var(--charcoal);color:#fff;width:100dvw;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2rem;padding:4rem 0}.howInfoSubheading{width:80%;text-wrap:balance;text-align:center;font-size:2.5rem;margin-top:2.5rem}.howInfoBigParagraph{width:80%;text-align:center}.ctaRow{width:100%;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;row-gap:3rem}.ctaRowImage{width:50%;height:100%;object-fit:cover}.innerBlock{width:50%;display:flex;flex-direction:column;align-items:center;row-gap:3rem}.ctaRowHeading{font-size:2.5rem;text-align:center;color:#000}.ctaButton{width:fit-content;background:var(--red);padding:1rem 2rem;border-radius:10px;text-decoration:none;color:#fff;font-size:2.5rem;text-align:center}@media (max-width: 1152px){.nfcHero{height:500px}.nfcHeroHeading,.nfcHeroSubText{width:90%}.nfcInfoHeading{font-size:2.5rem}.nfcInfoImage{width:40%}.nfcInfoParagraph{width:50%}.cardDetailsBlockHeading{font-size:2.4rem}.cardDetailsCTAbutton{padding:1rem 3rem}}@media (max-width: 968px){.cardBlock{justify-content:flex-end}.cardDetailsCTA{width:100%;padding:2rem 0;text-align:left;line-height:1.5}.howInfoSubheading{font-size:2rem}.ctaRow{flex-wrap:wrap;justify-content:space-between;row-gap:2rem}.ctaRowImage{width:40%}.innerBlock{padding-right:5rem}.ctaRowHeading{font-size:2rem;text-wrap:balance}.ctaButton{font-size:2rem}}@media (max-width: 866px){.nfcHero{height:400px}.nfcHeroHeading{font-size:2.5rem}.nfcHeroSubText{font-size:1.8rem}.nfcInfoHeading{font-size:2rem}.nfcInfoSubheading{font-size:1.8rem}.nfcInfoParagraph{font-size:1.4rem}.NFClist{width:90%;row-gap:1.8rem}.NFCItem{width:48%;font-size:1.6rem;justify-content:center}.ctaRowHeading,.ctaButton{font-size:2rem}}@media (max-width: 785px){.NFClist{justify-content:center}.NFCItem{width:40%;justify-content:flex-start;text-align:left}}@media (max-width: 695px){.nfcHero{height:300px}.NFClist{justify-content:space-evenly}.innerBlock{width:60%;row-gap:1rem}}@media (max-width: 620px){.nfcHero{background-image:none;justify-content:center}.nfcHeroWords{width:100%;background:none}.heroImage{display:none}.nfcHeroHeading,.nfcHeroSubText{width:100%}.NFCItem{width:65%}.cardBlock{justify-content:center}.cardImageSpace{width:70%}.cardBlockImage{width:60%}.cardDetailsBlock{width:90%;padding-top:3rem}.cardDetailsBlockHeading{font-size:2rem;text-wrap:wrap}.ctaRow{justify-content:center;padding:3rem 0}.ctaRowImage{display:none}.innerBlock{width:80%;padding:0}}@media (max-width: 570px){.nfcHeroWords{width:90%}.nfcInfoParagraph{width:80%;text-align:center}}@media (max-width:357px){.cardBlockImage{width:100%}}.singleCardSection{width:100dvw;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:1rem 0;background-color:#eee;padding:3rem 0}.mainImageBlock{width:40%;display:flex;align-items:center;justify-content:flex-end}.singleShopImgBlock{width:90%;height:90%;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:2rem}.singleShopMainImg{width:70%;object-fit:contain}.singleOptionImgRow{width:90%;display:flex;align-items:center;justify-content:flex-start;overflow-x:scroll;column-gap:2%;margin-top:2rem}.singleShopOptionImgBlock{min-width:250px;height:200px;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#fff}.singleShopOptionImg{width:100%;height:90%;object-fit:contain}.singleProductInfoBlock{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem}.singleProductName{width:100%;font-size:3rem}.priceBlock{width:100%;display:flex;flex-direction:row;align-items:center}.price{font-size:3rem}.specialPrice{padding-left:2rem;text-decoration:line-through}.detailsList{list-style:none;padding:0;margin:0;font-size:1.8rem}.detailsItem{padding:.5rem 0}.buttonBlock{padding:3rem 0}.btn{padding:1rem 3rem;border-radius:10px;background-color:#0137fe;border:none;color:#fff;font-size:1.6rem;font-weight:800;text-decoration:none}.moreInfo{padding:4rem 6rem}.moreInfoContent{font-size:1.6rem;line-height:1.6}@media (max-width: 958px){.mainImageBlock{width:45%}.singleShopImgBlock{width:100%}.singleProductInfoBlock{width:55%}}@media (max-width: 695px){.mainImageBlock{order:2;width:70%}.singleProductInfoBlock{order:1;width:90%}.singleOptionImgRow{order:3}.singleShopOptionImgBlock{min-width:150px;height:100px}.singleProductName{font-size:2.5rem}.price{font-size:2.2rem}.detailsList{font-size:1.4rem}}@media (max-width: 413px){.mainImageBlock{width:90%}.singleProductInfoBlock{padding:0}.singleProductName,.price{font-size:2rem}.moreInfo{padding:2rem}}.wordingSection{width:100dvw;padding:2rem 3rem}.contactFormSection,.contactFormPage,.logInFormSection{width:100dvw;background-image:url(/assets/background-1-Ba-NsIjg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center}.loginForm{height:fit-content}.glassBackdrop{width:80%;background:var(--glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);padding:5rem;border-radius:20px;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start}.close{display:none}.loginFormBlock,.RegFormBlock{width:60%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.contactForm,.contactDetailBlock{width:35%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.loginForm{width:80%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}.formHeading{font-size:3rem;color:#fff;width:100%}.contactFromInput,.logInFromInput{width:100%;font-size:2rem;line-height:1.8;padding-left:2rem;border-radius:10px}.contacFromBtnRow{width:100%}.contactFromBtn{background:var(--red);padding:1rem 3rem;color:#fff;font-weight:700;border-radius:10px;letter-spacing:.1rem}.contactLink{text-decoration:none;color:#fff;font-size:2rem;width:100%}.extraLinkRow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;column-gap:5%;color:#fff}.extraLink{color:#000}.switchBtn{background:transparent;border:none;color:#fff;text-decoration:underline}.resetMsg,.errorMsg{color:red;font-size:2rem}.verifymail{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;row-gap:3rem}.TY-section{width:100dvw;height:80svh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/background-1-Ba-NsIjg.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.glassBackdrop{width:80%;background:var(--glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1.5px solid var(--red);border-left:1.5px solid var(--red);padding:5rem;border-radius:20px;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start;color:#fff}.TY-Heading{font-size:3rem;margin-bottom:3rem}.TY-message{font-size:1.8rem;text-align:center}.TY-subHeading{font-size:2.5rem;margin-top:3rem}.tedxSection{background-color:#000;max-width:100dvw;min-height:100svh}.tedOverlay{background-color:#0000007e;width:100%;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:4rem 0;row-gap:2rem}.TedxLogo{width:50%;border-radius:20px;background-color:#000;padding:2rem 4rem}.tedParagraph{width:80%;color:#fff;font-size:2.5rem;text-align:center}.tedSecondHeading{width:80%;text-align:center;color:#fff;font-size:3rem}.button{text-decoration:none;width:60%;color:#fff;border:none;font-size:2rem;padding:1rem 0;margin:1rem 0}.pienk{background:#ed0127}.green{background:#25d366}.SocialRow{margin:2rem 0;width:90%;display:flex;align-items:center;justify-content:space-evenly}.tedSocialLink{padding:1rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px}.tedImage{width:30%;object-fit:contain}@media (max-width:695px){.TedxLogo{width:70%}.tedMainHeading{width:90%;font-size:3rem}.tedParagraph{width:80%;font-size:1.8rem}.tedSecondHeading{width:80%;font-size:2.2rem}.button{width:80%}}
