@font-face{font-family:DomaineFont;src:url(/assets/DomaineDisp-Regular-DUpC6NYd.otf) format("opentype")}@font-face{font-family:TimesRegular;src:url(/assets/TimesRegular-qBnuPTgv.ttf) format("truetype")}@font-face{font-family:TimesBold;src:url(/assets/TimesBold-BV0JctK0.ttf) format("truetype");font-weight:600}@font-face{font-family:SFPRODISPLAYREGULAR;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:600}@font-face{font-family:SFPRODISPLAYBOLD;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600}@font-face{font-family:SFPRODISPLAYMEDIUM;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:600}:root{--red: #eb1c25;--golden: #f1be69;--DomaineFont: "DomaineFont", sans-serif;--TimesBold: "TimesBold", sans-serif;--SFPRODISPLAYREGULAR: "SFPRODISPLAYREGULAR", sans-serif;--SFPRODISPLAYBOLD: "SFPRODISPLAYBOLD", sans-serif;--SFPRODISPLAYMEDIUM: "SFPRODISPLAYMEDIUM", sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{overflow:hidden}a{text-decoration:none;outline:none}.flex-row-center{display:flex;justify-content:center;align-items:center}.flex-col-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-row-center{display:flex;align-items:center;justify-content:center}.flex-col-center{display:flex;align-items:center;justify-content:center;flex-direction:column}.heading{font-size:2.5vh;font-size:2.5svh;font-weight:600;color:red;text-align:center;font-family:var(--SFPRODISPLAYBOLD);line-height:3vh}@media all and (min-width: 480px){.heading{font-size:3vh;font-size:3svh;line-height:3.5vh;line-height:3.5svh}}@media all and (min-width: 1025px){.heading{font-size:4vh;font-size:4svh;line-height:5vh;line-height:5svh;text-transform:uppercase}}.speaker{width:6vh;width:6svh;height:6vh;height:6svh;top:11%;right:15%;border:2px solid var(--red);border-radius:50%;background-color:#fff}.hamburger{width:6vh;width:6svh;height:6vh;height:6svh;top:11%;left:15%;border:2px solid var(--red);border-radius:50%;background-color:#fff;z-index:100;cursor:pointer;animation:glow .7s ease-in-out infinite alternate}.hamburgerIcon{font-size:2.5vh;font-size:2.5svh;color:var(--red)}.speakerIcon{font-size:4vh;font-size:4svh;color:var(--red)}.sidebar{border:3px solid red;position:fixed;width:20%;height:100vh;height:100svh;transform:translate(-100%);background-color:#f3eee2;z-index:200;transition:transform .3s ease-in-out}@media all and (max-width: 1024px){.speaker{width:5vh;width:5svh;height:5vh;height:5svh;top:19%;right:14.3%}.speakerIcon{font-size:3vh;font-size:3svh}.hamburger{top:18%;left:13%}.sidebar{width:60%}}@media all and (max-width: 480px){.speaker{width:5vh;width:5svh;height:5vh;height:5svh;top:7.5%;right:13%}.speakerIcon{font-size:3vh;font-size:3svh}.hamburger{left:auto;top:7%;right:13%}.sidebar{width:80%}}@keyframes glow{0%{box-shadow:0 0 5px #eb1c25,0 0 10px #f1be69,0 0 15px #f1be69}to{box-shadow:0 0 15px #eb1c25,0 0 30px #f1be69,0 0 40px #f1be69}}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.FormPage{z-index:2;position:relative;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:100vh;max-height:100svh}.FormPage .form{width:75%;position:absolute;top:20%;gap:2vh;gap:2svh}.FormPage .form .formHeading{width:30vh;width:30svh}.FormPage .form .formFieldBox{width:100%;align-items:flex-start;gap:.5vh;gap:.5svh;position:relative}.FormPage .form .formFieldBox label{font-size:2.2vh;font-size:2.2svh;color:var(--red);font-family:var(--SFPRODISPLAYMEDIUM)}.FormPage .form .formFieldBox .inputBox{background-color:#fff;border:1.5px solid var(--red);width:100%;justify-content:space-between;border-radius:5px;overflow:hidden}.FormPage .form .formFieldBox .inputBox input,.FormPage .form .formFieldBox .inputBox select{height:100%;flex:1;font-size:2vh;font-size:2svh;outline:none;border:none;color:var(--red);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff!important;padding:1.1vh;padding:1.1svh}.FormPage .form .formFieldBox .inputBox .dropdownIcon{position:absolute;right:3vh;right:3svh;top:55%;transform:translateY(-50%);font-size:3vh;font-size:3svh;color:var(--red);pointer-events:none}.FormPage .form .formFieldBox .note{width:100%;font-size:1.6vh;font-size:1.6svh;text-align:center;margin-top:.5vh;margin-top:.5svh;font-family:var(--SFPRODISPLAYREGULAR);font-weight:400}.FormPage .form .formFieldBox .errMsg{width:100%;text-align:right;font-size:1.5vh;font-size:1.5svh;color:var(--red);font-weight:600;position:absolute;bottom:-30%}.FormPage .form .radioFieldBox{align-items:flex-start;gap:1vh;gap:1svh;width:100%}.FormPage .form .radioFieldBox label{font-size:2.2vh;font-size:2.2svh;color:var(--red);font-family:var(--SFPRODISPLAYMEDIUM)}.FormPage .form .radioFieldBox .radioWrapper{gap:1vh;gap:1svh}.FormPage .form .radioFieldBox .radioWrapper .radio{gap:.5vh;gap:.5svh}.FormPage .form .radioFieldBox .radioWrapper .radio label,.FormPage .form .radioFieldBox .radioWrapper .radio input{cursor:pointer}.FormPage .form .radioFieldBox .radioWrapper .radio input{width:2vh;width:2svh;height:2vh;height:2svh;accent-color:var(--red);font-family:var(--SFPRODISPLAYREGULAR)}@media all and (min-width: 480px){.FormPage .form{width:65%;top:18%}.FormPage .form .formHeading{width:35vh;width:35svh}.FormPage .form .formFieldBox .inputBox input,.FormPage .form .formFieldBox .inputBox select{padding:1.2vh;padding:1.2svh}}@media all and (min-width: 1025px){.FormPage .form{width:30%;top:14%}.FormPage .form .formHeading{width:48vh;width:48svh;text-transform:none}}.Btn{position:relative;width:22vh;border:none;outline:none;background-color:transparent;cursor:pointer}.Btn .btnBg{width:100%;height:100%}.Btn .btnText{position:absolute;z-index:1;top:45%;left:50%;transform:translate(-50%,-50%);font-size:2.5vh;font-size:2.5svh;color:#fff;font-family:var(--SFPRODISPLAYBOLD)}.MobileFrame{width:100%;height:100vh;height:100svh;position:relative;background-color:#f3eee2;z-index:-2}.MobileFrame .frameLogo{position:absolute;top:6%;height:auto}.MobileFrame .leftFrameLogo{width:6vh!important;width:6svh!important;left:12%}.MobileFrame .rightFrameLogo{left:50%;transform:translate(-50%);width:12vh!important;width:12svh!important}.MobileFrame .mobileMainFrame{width:auto;height:100%;z-index:1}.TabletFrame{width:100%;height:100vh;height:100svh;position:relative;background-color:#f3eee2;z-index:-2}.TabletFrame .frameLogo{position:absolute;top:6%;height:auto}.TabletFrame .leftFrameLogo{left:12%;width:7vh!important;width:7svh!important}.TabletFrame .rightFrameLogo{right:12%;width:8vh!important;width:8svh!important}.TabletFrame .tabletMainFrame{width:auto;height:100%;z-index:1}.LaptopFrame{width:100%;height:100vh;height:100svh;position:relative;background-color:#f3eee2;z-index:-2}.LaptopFrame .frameLogo{position:absolute;top:8%;height:auto}.LaptopFrame .leftFrameLogo{width:10vh!important;width:10svh!important;left:6%}.LaptopFrame .rightFrameLogo{right:6%;width:11vh!important;width:11svh!important}.LaptopFrame .laptopMainFrame{width:auto;height:100%;z-index:1}.GuidelinesPage{z-index:2;position:relative;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:100vh;max-height:100svh}.GuidelinesPage .guidelines{position:absolute;gap:3vh;gap:3svh;top:23%}.GuidelinesPage .guidelines .guideContainer{height:auto;position:relative;gap:1.9vh;gap:1.9svh}.GuidelinesPage .guidelines .guideContainer .guideImg{width:36vh;width:36svh}.GuidelinesPage .guidelines .guideContainer .guideTextContainer{gap:.7vh;gap:.7svh;z-index:1}.GuidelinesPage .guidelines .guideContainer .guideTextContainer .des{color:red;font-size:1.8vh;font-size:1.8svh;font-family:var(--SFPRODISPLAYMEDIUM);text-align:center;line-height:1.9vh;line-height:1.9svh}@media all and (min-width: 480px){.GuidelinesPage .guidelines{top:20%}.GuidelinesPage .guidelines .guideContainer .guideImg{width:50vh;width:50svh}.GuidelinesPage .guidelines .guideContainer .guideTextContainer{top:6%;gap:.8vh;gap:.8svh}.GuidelinesPage .guidelines .guideContainer .guideTextContainer .des{font-size:2.2vh;font-size:2.2svh;line-height:2.3vh;line-height:2.3svh}}@media all and (min-width: 1025px){.GuidelinesPage .guidelines{top:16%}.GuidelinesPage .guidelines .guideContainer .guideImg{width:55vh;width:55svh}.GuidelinesPage .guidelines .guideContainer .guideTextContainer{top:6.2%;gap:1vh;gap:1svh}.GuidelinesPage .guidelines .guideContainer .guideTextContainer .des{font-size:2.4vh;font-size:2.4svh;line-height:2.5vh;line-height:2.5svh}}.CameraPage{z-index:2;position:relative;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:100vh;max-height:100svh}.CameraPage .camera{position:absolute;gap:3vh;gap:3svh;top:20%}.CameraPage .camera .webcamContainer{width:30vh;width:30svh;height:30vh;height:30svh;background-color:#fff;position:relative}.CameraPage .camera .webcamContainer #webcam,.CameraPage .camera .webcamContainer .caturedImg{width:100%!important;height:100%!important;object-fit:cover!important;display:block}.CameraPage .camera .uploadedImgContainer{width:30vh;width:30svh;height:30vh;height:30svh;object-fit:cover;background-color:#fff;position:relative}.CameraPage .camera .uploadedImgContainer .uploadImg{max-width:100%;max-height:100%;width:auto;height:auto}.CameraPage .camera .cameraFrame{width:106%;height:106%;position:absolute;top:-3%;left:-3%;z-index:1}.CameraPage .camera .footer .btnContainer{gap:1.5vh;gap:1.5svh}.CameraPage .camera .footer .btnContainer .button{width:25vh;width:25svh;gap:1vh;gap:1svh}.CameraPage .camera .footer .btnContainer .button .btnIcon{height:3vh;height:3svh;width:auto}@media all and (min-width: 480px){.CameraPage .camera{top:18%}.CameraPage .camera .webcamContainer,.CameraPage .camera .uploadedImgContainer{width:35vh;width:35svh;height:35vh;height:35svh}}@media all and (min-width: 1025px){.CameraPage .camera{top:14%;margin-top:2vh;margin-top:2svh}.CameraPage .camera .webcamContainer,.CameraPage .camera .uploadedImgContainer{width:38vh;width:38svh;height:38vh;height:38svh}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Guide{background-color:#ffffff80;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:100;align-items:flex-start}.Guide .guideContainer{margin-top:25vh;margin-top:25svh;width:44vh;width:44svh;height:auto;position:relative}.Guide .guideContainer .guideImg{width:100%;height:100%}.Guide .guideContainer .closeImg{position:absolute;top:4%;right:4%;width:4vh;cursor:pointer;z-index:2}.Guide .guideContainer .guideTextContainer{position:absolute;top:5.5%;gap:.2vh;gap:.2svh;z-index:1}.Guide .guideContainer .guideTextContainer .des{color:red;font-size:1.8vh;font-size:1.8svh;font-family:var(--SFPRODISPLAYMEDIUM);text-align:center}@media all and (min-width: 480px){.Guide .guideContainer{width:55vh;width:55svh;margin-top:22vh;margin-top:22svh}.Guide .guideContainer .closeImg{top:4.5%;right:3.5%;width:4.5vh;width:4.5svh}.Guide .guideContainer .guideTextContainer{top:6%}.Guide .guideContainer .guideTextContainer .des{font-size:2.2vh;font-size:2.2svh}}@media all and (min-width: 1025px){.Guide .guideContainer{margin-top:19.5vh;margin-top:19.5svh;width:60vh;width:60svh}.Guide .guideContainer .closeImg{top:5%;right:4%;width:5.2vh;width:5.2svh}.Guide .guideContainer .guideTextContainer{top:6.2%}.Guide .guideContainer .guideTextContainer .heading{font-size:3.5vh;font-size:3.5svh;text-transform:none}.Guide .guideContainer .guideTextContainer .des{font-size:2.4vh;font-size:2.4svh}}.StylePage{position:relative;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:100vh;max-height:100svh}.StylePage .style{position:absolute;gap:2vh;gap:2svh;top:20%}.StylePage .style .styleWrapper{width:35vh;width:35svh;height:auto;flex-wrap:wrap;gap:2vh;gap:2svh}.StylePage .style .styleWrapper .styleBox{cursor:pointer;gap:.5vh;gap:.5svh}.StylePage .style .styleWrapper .styleBox .styleTitle{text-align:center;font-size:2vh;font-size:2svh;color:var(--red);font-weight:600;font-family:var(--SFPRODISPLAYMEDIUM)}.StylePage .style .styleWrapper .styleBox .styleImg{width:14vh;width:14svh;height:auto;position:relative}.StylePage .style .styleWrapper .styleBox .styleImg .templateImg{width:100%;height:100%}.StylePage .style .styleWrapper .styleBox .styleImg .tickIcon{width:3vh;width:3svh;position:absolute;top:8%;left:11%}@media all and (min-width: 480px){.StylePage .style{top:18%}.StylePage .style .styleWrapper{width:40vh;width:40svh;gap:3vh;gap:3svh}}@media all and (min-width: 1025px){.StylePage .style{gap:5vh;gap:5svh;top:16%}.StylePage .style .styleWrapper{width:100%;gap:5vh;gap:5svh}.StylePage .style .styleWrapper .styleBox{gap:2vh;gap:2svh}.StylePage .style .styleWrapper .styleBox .styleTitle{font-size:2.5vh;font-size:2.5svh;text-align:center}.StylePage .style .styleWrapper .styleBox .styleImg{width:20vh;width:20svh}}.LastPage{position:relative;align-items:flex-start;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:100vh;max-height:100svh}.LastPage .last{width:35vh;width:35svh;height:95%;position:absolute;gap:2.2vh;gap:2.2svh;color:red}.LastPage .last .heading{font-size:3.8vh;font-size:3.8svh;font-weight:600;text-align:center;font-family:var(--SFPRODISPLAYBOLD)}.LastPage .last .des{font-size:2.3vh;font-size:2.3svh;line-height:3vh;line-height:3svh;text-align:center;font-family:var(--SFPRODISPLAYMEDIUM);color:#000;align-items:flex-start}.LastPage .last .des .icon{width:3vh;height:3vh}.LastPage .last .thankSocial{color:var(--red);gap:1.5vh;gap:1.5svh}@media all and (min-width: 480px){.LastPage .last{width:45vh;width:45svh;gap:2.5vh;gap:2.5svh}.LastPage .last .heading{font-size:4.5vh;font-size:4.5svh}.LastPage .last .des{font-size:2.8vh;font-size:2.8svh;line-height:4vh;line-height:4svh}}@media all and (min-width: 1025px){.LastPage .last{width:30%;gap:4vh;gap:4svh}.LastPage .last .heading{font-size:5.5vh;font-size:5.5svh;text-transform:none}.LastPage .last .des{font-size:3.2vh;font-size:3.2svh;line-height:4.5vh;line-height:4.5svh}}.loaderContainer{margin-top:5vh;margin-top:5svh;gap:8vh;gap:8svh}.loaderContainer .loader{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;z-index:888;background:var(--red);--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}.loaderContainer .title{font-size:2.4vh;font-size:2.4svh;line-height:3vh;text-align:center;font-family:var(--SFPRODISPLAYBOLD)}@media all and (max-width: 1024px){.loaderContainer{margin-top:10vh;margin-top:10svh;gap:15vh;gap:15svh}.loaderContainer .title{font-size:2.2vh;font-size:2.2svh}}@media all and (max-width: 480px){.loaderContainer{margin-top:5vh;margin-top:5svh;gap:12vh;gap:12svh}.loaderContainer .title{font-size:2vh;font-size:2svh}}.DownloadPage{border:5px solid var(--red);height:100vh;height:100svh;background-color:#f3eee2;justify-content:flex-start;gap:5vh;gap:5svh;position:relative;z-index:100000}.DownloadPage .closeIcon{position:absolute;top:3%;right:2%;font-size:5vh;font-size:5svh;color:var(--red);cursor:pointer}.DownloadPage .heading{margin-top:8vh;margin-top:8svh}.DownloadPage .title{align-self:center;text-align:center;line-height:3vh;line-height:3svh;font-size:2vh;font-size:2svh;font-weight:400;color:var(--red);font-family:var(--SFPRODISPLAYBOLD)}.DownloadPage .imageGrid{border:2px solid red;width:85%;height:75vh;height:75svh;flex-wrap:wrap;gap:3vh;gap:3svh;background-color:#f1f1f1;border-radius:1vh;border-radius:1svh;padding:3vh;padding:3svh;overflow-y:auto;align-items:flex-start}.DownloadPage .imageGrid .singleImg{width:18vh;width:18svh;height:auto;image-rendering:optimizeQuality;border:2px solid var(--red);position:relative}.DownloadPage .imageGrid .singleImg .newOverlay{position:absolute;top:0;left:0;background-color:red;color:#fff;font-size:2vh;font-size:2svh;padding:.3vh .7vh;font-family:var(--SFPRODISPLAYBOLD)}.DownloadPage .imageGrid .singleImg img{width:100%;height:100%}.DownloadPage .imageGrid .singleImg .downloadIcon{border:1px solid red;position:absolute;left:2%;bottom:2%;border:2px solid var(--red);padding:.8vh;padding:.8svh;height:5vh;height:5svh;width:5vh;width:5svh;background-color:#fff;border-radius:50%;color:var(--red);font-size:2vh;font-size:2svh;cursor:pointer}.DownloadPage .imageGrid .singleImg .shareIcon{left:auto;right:2%;bottom:2%}@media all and (max-width: 1024px){.DownloadPage{gap:4vh;gap:4svh}.DownloadPage .closeIcon{right:4%}.DownloadPage .heading{margin-top:4vh;margin-top:4svh}.DownloadPage .searchBox{width:75%;margin-top:2vh;margin-top:2svh}.DownloadPage .searchBox .searchInput{font-size:2.2vh;font-size:2.2svh}.DownloadPage .searchBox .searchIcon{font-size:3.2vh;font-size:3.2svh}.DownloadPage .searchBox .errMsg{font-size:1.7vh;font-size:1.7svh;bottom:-50%}.DownloadPage .imageGrid{width:75%;height:80vh;height:80svh;gap:1.5vh;gap:1.5svh;padding:1.5vh;padding:1.5svh}.DownloadPage .imageGrid .singleImg{width:32vw}.DownloadPage .imageGrid .singleImg .downloadIcon{padding:.3vh;padding:.3svh;width:5.5vh;width:5.5svh;height:5.5vh;height:5.5svh;font-size:2.3vh;font-size:2.3svh}}@media all and (max-width: 480px){.DownloadPage{gap:4vh;gap:4svh}.DownloadPage .closeIcon{top:1%;right:2%}.DownloadPage .heading{margin-top:3vh;margin-top:3svh}.DownloadPage .searchBox{width:90%;margin-top:1vh;margin-top:1svh}.DownloadPage .searchBox .searchInput{font-size:2.3vh;font-size:2.3svh}.DownloadPage .searchBox .searchIcon{font-size:3.3vh;font-size:3.3svh}.DownloadPage .searchBox .errMsg{font-size:1.8vh;font-size:1.8svh;bottom:-50%}.DownloadPage .imageGrid{width:90%;height:85vh;height:85svh;gap:2vh;gap:2svh;padding:2vh;padding:2svh}.DownloadPage .imageGrid .singleImg{width:35vw}.DownloadPage .imageGrid .singleImg .downloadIcon{padding:.5vh;padding:.5svh;width:5vh;width:5svh;height:5vh;height:5svh;font-size:2.5vh;font-size:2.5svh}}.DownloadLoader{gap:8vh;gap:8svh;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:100001}.DownloadLoader .loader{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;z-index:888;background:var(--red);--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}.DownloadLoader .title{font-size:2.4vh;font-size:2.4svh;line-height:3vh;text-align:center;font-family:var(--SFPRODISPLAYBOLD)}@media all and (max-width: 1024px){.DownloadLoader{gap:15vh;gap:15svh}.DownloadLoader .title{font-size:2.2vh;font-size:2.2svh}}@media all and (max-width: 480px){.DownloadLoader{gap:12vh;gap:12svh}.DownloadLoader .title{font-size:2vh;font-size:2svh}}@keyframes l3{to{transform:rotate(1turn)}}.ShareOptions{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000}.ShareOptions .share{gap:2vw;padding:2vw 5vw;background-color:#f1f1f1;border-radius:1vw;box-shadow:0 0 2vw #ffffffb3}.ShareOptions .share .copyBtn{width:6svh;height:6svh;cursor:pointer;background-color:#000;color:#fff;border-radius:5%;position:relative}.ShareOptions .share .copyBtn svg{font-size:3.5vh}.ShareOptions .share .copyBtn .copied{color:green;position:absolute;bottom:-45%;font-size:2vh}@media all and (max-width: 1024px){.ShareOptions .share{gap:4vw;padding:4vw 10vw}.ShareOptions .share .copyBtn{width:5vh;height:5vh}.ShareOptions .share .copyBtn svg{font-size:3vh}}@media all and (max-width: 480px){.ShareOptions .share{gap:3vw;padding:5vw 8vw}.ShareOptions .share .copyBtn{width:6vh;height:6vh}.ShareOptions .share .copyBtn svg{font-size:4vh}}.Sidebar{height:100vh;height:100svh;position:relative;align-items:flex-start;z-index:1000}.Sidebar .closeIcon{position:absolute;top:1%;right:3%;font-size:4vh;font-size:4svh;color:var(--red);cursor:pointer}.Sidebar .title{width:100%;margin-top:10vh;margin-top:10svh;border:2px solid #ccc;padding:1vh;background-color:var(--red);color:#fff;transition:all .1s ease-in-out}.Sidebar .title:hover{background-color:#fff;color:var(--red)}
