@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bellefair&display=swap);@import url(https://fonts.googleapis.com/css2?family=Chilanka&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bellefair&family=Italiana&family=Playball&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AboutMe_AboutMeWrapper__UrnzB{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.AboutMe_AboutMeWrapper__UrnzB .AboutMe_AboutMe__JdZxN{background:#2d2c2c;border-radius:13px;box-shadow:5px 8px 18px 5px #0000004d;display:flex;flex-direction:column;gap:15px;min-height:310px;padding:20px;position:relative;width:340px}.AboutMe_AboutMeWrapper__UrnzB .AboutMe_AboutMe__JdZxN .AboutMe_EditTextIcon__06DdQ{cursor:pointer;height:3rem;position:absolute;right:5%;top:5%;width:3rem}.AboutMe_AboutMeWrapper__UrnzB .AboutMe_AboutMe__JdZxN .AboutMe_Row__LPKHm p{color:#fefefe;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:99.5%;margin-bottom:14px}.AboutMe_AboutMeWrapper__UrnzB .AboutMe_AboutMe__JdZxN .AboutMe_Row__LPKHm input{background:#0000;border:none;color:#fefefe;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:99.5%;outline:none;padding:10px;width:100%}.AboutMe_AboutMeWrapper__UrnzB .AboutMe_AboutMe__JdZxN h1{color:#fefefe;font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:99.5%;padding:10px}.NavBar_NavBar__hJviA{align-items:center;background:#000;display:flex;justify-content:space-between;overflow:hidden;padding:20px 63.5px 20px 46.5px;position:relative;width:100vw}.NavBar_NavBar__hJviA .NavBar_ProgressBar__eMeUT{border-radius:1rem;bottom:0;height:.4rem;left:0;overflow:hidden;position:absolute;width:100%}.NavBar_NavBar__hJviA .NavBar_ProgressBar__eMeUT .NavBar_Bar__IMqyH{background:#0f1;height:100%;width:100%}@media screen and (max-width:900px){.NavBar_NavBar__hJviA{align-items:flex-start;flex-direction:column;gap:64px}}.NavBar_NavBar__hJviA button{background:#2d2d2d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;height:48px;line-height:99.5%;width:150px}.NavBar_NavBar__hJviA button.NavBar_Publish__fa6j6{background:#0d48bb}.NavBar_NavBar__hJviA button.NavBar_Icon__F3rC4{height:48px;width:48px}.NavBar_NavBar__hJviA .NavBar_Left__IDeX2{align-items:center;display:flex;gap:33px}.NavBar_NavBar__hJviA .NavBar_Right__aaz4x{align-items:center;display:flex;gap:12px}@media screen and (max-width:900px){.NavBar_NavBar__hJviA .NavBar_Right__aaz4x{align-items:flex-start;flex-direction:column;width:100%}.NavBar_NavBar__hJviA .NavBar_Right__aaz4x button{width:100%}}.NavBar_QRWrapper__j\+Jip{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001a;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.NavBar_QRWrapper__j\+Jip .NavBar_QR__66nQx{align-items:center;background:#dadada;border-radius:2rem;box-shadow:0 0 8px 3px #0003;display:flex;flex-direction:column;overflow:hidden;padding-bottom:20px;width:300px}.NavBar_QRWrapper__j\+Jip .NavBar_QR__66nQx .NavBar_qr__scbsf{align-items:center;background:#dadada;border-radius:1rem;display:flex;height:300px;justify-content:center;width:300px}.NavBar_QRWrapper__j\+Jip .NavBar_QR__66nQx .NavBar_ButtonContainer__t8WwD{align-items:center;display:flex;gap:2rem;padding:0 2rem;width:100%}.NavBar_QRWrapper__j\+Jip .NavBar_QR__66nQx .NavBar_ButtonContainer__t8WwD button{width:100%}.Rating_RatingWrapper__zFnKZ{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:50}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ{align-items:center;background:#2d2c2c;border-radius:18.904px;box-shadow:5px 8px 18px 5px #0000004d;display:flex;flex-direction:column;height:310px;position:relative;width:356px}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ .Rating_CrossBtn__j8\+0z{background:#0000;border:none;cursor:pointer;height:25px;position:absolute;right:37px;top:31px;width:25px}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ .Rating_LogoWrapper__AUZ9Q{align-items:center;border-radius:50%;display:flex;height:132.83px;justify-content:center;margin-top:32px;position:relative;width:132.83px}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ .Rating_LogoWrapper__AUZ9Q:before{background:linear-gradient(#5a56fa,#a716ff) border-box;border:5px solid #0000;border-radius:50%;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;position:absolute;right:0;top:0}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ h3{color:#fff;font-family:Poppins;font-size:12.458px;font-style:normal;font-weight:500;line-height:99.5%;margin-bottom:20px;margin-top:30px}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ .Rating_StarContainer__5GCaq{align-items:center;display:flex;gap:9.34px;height:34px;justify-content:center;width:205px}.Rating_RatingWrapper__zFnKZ .Rating_RatingContainer__uizvZ .Rating_StarContainer__5GCaq svg{cursor:pointer;height:35px;width:35px}.Component1_Component1__g8e66{display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow:hidden;position:relative;width:100%;z-index:2}.Component1_Component1__g8e66 .Component1_backgroundImage1__4GiC\+{height:100vh;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:-1}.Component1_Component1__g8e66 .Component1_backgroundImage1__4GiC\+ img{height:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK{align-items:flex-end;display:flex;gap:2.9rem;height:55rem;justify-content:space-around;overflow:hidden;position:relative;width:100%;z-index:2}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div1__g2Uq\+{height:100%;overflow:hidden;padding-left:10.5rem;padding-top:7.1rem;position:relative;width:43.32rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div1__g2Uq\+ img{height:7.5rem;margin-bottom:4.5rem;width:12.5rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div1__g2Uq\+ h1{color:var(--color-t09-text1);font-family:Bellefair;font-size:8rem;font-weight:400;line-height:87.02%;margin-bottom:1.99rem;max-height:22rem;width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div1__g2Uq\+ .Component1_buttonContainer__PPVNv{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;position:relative;position:absolute;width:20.9375rem;z-index:2}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div1__g2Uq\+ .Component1_buttonContainer__PPVNv .Component1_btn1__DD5LP{background:var(--color-t09-background1);border:none;border-radius:.5rem;cursor:pointer;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;height:4.375rem;letter-spacing:.265rem;line-height:normal;text-transform:uppercase;width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div1__g2Uq\+ .Component1_buttonContainer__PPVNv .Component1_btn2__67EHd{background:var(--color-t09-background2);border:1px solid var(--color-t09-background1);border-radius:.5rem;color:#262626;cursor:pointer;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;height:4.375rem;letter-spacing:.265rem;line-height:normal;text-transform:uppercase;width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div2__PYTUM{filter:drop-shadow(15px 15px 25px rgba(0,0,0,.15));height:100%;overflow:hidden;position:relative;width:40rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div2__PYTUM img{height:100%;width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E{overflow:hidden;padding-bottom:2.5rem;position:relative;width:25rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_sub__idaX\+{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.2rem;padding-right:4.81rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_sub__idaX\+ .Component1_title1__jrI1P{align-items:center;display:flex;flex-direction:column;justify-content:center}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_sub__idaX\+ .Component1_title1__jrI1P .Component1_titleNumber__rse3e{color:var(--color-t09-text3);font-family:var(--font-Roboto);font-size:2.70856rem;font-style:normal;font-weight:500}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_sub__idaX\+ .Component1_title1__jrI1P .Component1_titleText__K2vJC{color:var(--color-t09-text3);font-family:var(--font-Roboto);font-size:1.264rem;font-style:normal;font-weight:400}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs{width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b1__b8IzK h3{color:var(--color-t09-text4);font-family:var(--font-Bellefair);font-size:2.31006rem;font-weight:400;height:42px;width:124px}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b1__b8IzK p{color:#8c8c8c;font-family:var(--font-Roboto);font-size:1.01063rem;font-style:normal;font-weight:200}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b2__MhcfC{align-items:center;display:flex;gap:1.19rem;justify-content:space-between;margin-top:1.16rem;overflow:hidden;padding-right:3.18rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b2__MhcfC div{height:2.53494rem;width:2.53494rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b2__MhcfC svg{cursor:pointer;height:100%;width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b2__MhcfC svg path{fill:var(--color-t09-text2)}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_div3__NLo-E .Component1_Box2__-LDhs .Component1_b2__MhcfC svg:hover path{fill:var(--color-t09-icon1)}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_RatingContainer__8d7zI{align-items:center;bottom:0;cursor:pointer;display:flex;height:7rem;justify-content:center;left:2.5rem;position:absolute;width:7rem}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_RatingContainer__8d7zI img{height:100%;width:100%}.Component1_Component1__g8e66 .Component1_divideContainer__N93LK .Component1_RatingContainer__8d7zI p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}.Component1_Component1__g8e66 .Component1_logosContainer__q8Laq{height:3.63725rem;overflow:hidden;width:100%}.Component1_Component1__g8e66 .Component1_logosContainer__q8Laq .Component1_logos__ZvNgB{height:100%;width:100%}.Component1_Component1__g8e66 .Component1_logosContainer__q8Laq .Component1_logos__ZvNgB img{height:100%;margin-right:3.81rem}.Template_3_TemplateWrapper__j9wtb{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template_3_TemplateWrapper__j9wtb::-webkit-scrollbar{display:none}.Template_3_TemplateWrapper__j9wtb .Template_3_Setting__-emjF{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template_3_TemplateWrapper__j9wtb .Template_3_Template_3__CPZkH{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template_3_TemplateWrapper__j9wtb .Template_3_Template_3__CPZkH::-webkit-scrollbar{display:none}.Template_3_TemplateWrapper__j9wtb .Template_3_Template_3__CPZkH section{scroll-snap-align:start;scroll-snap-stop:always}.Template_3_TemplateWrapper__j9wtb .Template_3_Template_3__CPZkH .Template_3_thankYou__96Etb{height:5rem;margin-top:8.38rem}.Template_3_TemplateWrapper__j9wtb .Template_3_Template_3__CPZkH .Template_3_thankYou__96Etb h1{color:#000;font-family:Noto Serif;font-size:2.93513rem;font-weight:400;height:4.625rem;line-height:4.625rem;text-align:center}.Lodging_LodgingWrapper__V0P5X{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000001a;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.Lodging_LodgingWrapper__V0P5X .Lodging_Loading__rJ-sf{align-items:center;color:#fff;display:flex;font-size:5rem;font-weight:600;height:10rem;justify-content:center;width:10rem}.ImageUpload_ImageUpload__ILVUp{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:1rem;height:3.5rem;position:absolute;width:3.5rem;z-index:50!important}.ImageUpload_ImageUpload__ILVUp .ImageUpload_Icon__OnHH6{height:100%!important;width:100%!important}.Template4_TemplateWrapper__uUwY0{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template4_TemplateWrapper__uUwY0::-webkit-scrollbar{display:none}.Template4_TemplateWrapper__uUwY0 .Template4_Setting__VC9Wd{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template4_TemplateWrapper__uUwY0 .Template4_Template4__hJlUu{background:#0a090d;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Template4__hJlUu::-webkit-scrollbar{display:none}.Template4_TemplateWrapper__uUwY0 .Template4_Template4__hJlUu section{scroll-snap-align:start;scroll-snap-stop:always}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl{background:linear-gradient(0deg,#0000004d,#0000004d),#d3d3d3 50%/cover no-repeat;display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj{display:flex;flex-direction:column;height:87.2%;justify-content:space-around;padding:3vh 3vw;position:relative;width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj{height:90.49vh;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_backgroundImage__w-EyM{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_backgroundImage__w-EyM .Template4_landingChangeIcon__Vgh4G{cursor:pointer;height:4rem;right:3rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_backgroundImage__w-EyM .Template4_landingChangeIcon__Vgh4G{height:3rem;width:3rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_backgroundImage__w-EyM img{height:100%;object-fit:cover;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section1__TmG0C .Template4_logo__D0qof{align-items:center;display:flex;height:10.74vh;justify-content:center;width:11.57vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section1__TmG0C .Template4_logo__D0qof{height:6.43vh;width:23.256vw}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section1__TmG0C .Template4_logo__D0qof img{height:100%;object-fit:cover;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section1__TmG0C .Template4_logo__D0qof p{color:#fff;font-family:Poppins;font-size:2.16544rem;font-style:normal;font-weight:500;letter-spacing:.34644rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section1__TmG0C .Template4_logo__D0qof p{font-size:1.125rem;letter-spacing:.18rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt{align-items:flex-start;display:flex;flex-direction:column}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp{display:flex;flex-direction:column;gap:.1rem;position:relative}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_EditTextIcon__bJKrl{height:4rem;left:1rem;position:absolute;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_EditTextIcon__bJKrl{height:3rem;left:7rem;width:3rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_name__hnxMb{color:#fff;font-family:Bebas Neue;font-size:9.27175rem;font-style:normal;font-weight:400;letter-spacing:.37088rem;line-height:108%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_name__hnxMb{font-size:3.25rem;letter-spacing:.13rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_buttons__nYngu{display:flex;gap:1rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_buttons__nYngu button{align-items:center;background:#0000;border:none;display:inline-flex;flex-shrink:0;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;gap:.625rem;height:4.6875rem;justify-content:center;letter-spacing:.265rem;line-height:normal;padding:1.25rem 3.75rem;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_buttons__nYngu button{align-items:center;display:flex;flex-shrink:0;gap:.625rem;height:3rem;justify-content:center;padding:1.25rem 3.75rem;width:8.75rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_buttons__nYngu button:first-child{background:#fff;border:1px solid #fff;color:#000;width:11rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_buttons__nYngu button:last-child{border:1px solid #fff;color:#fff}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_socials__X-16n{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d;border-radius:1.375rem;display:flex;flex-shrink:0;height:4.25rem;justify-content:space-around;margin-top:2rem;width:31.125rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_socials__X-16n{border-radius:1.25rem;height:2.875rem;width:15.9375rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_socials__X-16n img{cursor:pointer;height:2.53494rem;width:2.53494rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_leftSection__3Ijdp .Template4_socials__X-16n img{flex-shrink:0;height:1.2105rem;width:1.2105rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4{display:flex;flex-direction:column;gap:4rem;position:absolute;right:0;top:50%;transform:translate(-50%,-50%)}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4{flex-direction:row;left:50%;position:relative;top:50%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_posts__x0FPq h3,.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_subscribers__JnW\+v h3{color:#fff;font-family:Poppins;font-size:3.667rem;font-style:normal;font-weight:600;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_posts__x0FPq h3,.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_subscribers__JnW\+v h3{font-size:1.7755rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_posts__x0FPq p,.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_subscribers__JnW\+v p{color:#736d6d;font-family:Poppins;font-size:2.047rem;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_posts__x0FPq p,.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_subscribers__JnW\+v p{font-size:.99113rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_RatingContainer__zHNWE{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;width:7rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_RatingContainer__zHNWE{flex-shrink:0;height:3.99925rem;width:3.99925rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_RatingContainer__zHNWE img{height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_RatingContainer__zHNWE p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_topSection__9hwtj .Template4_section2__gxGBt .Template4_rightSection__U1wc4 .Template4_RatingContainer__zHNWE p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_bottomSection__-XTdo{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#212121eb;display:flex;height:12.8%;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_bottomSection__-XTdo{height:9.51vh}}.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_bottomSection__-XTdo img{height:7vh;margin-right:3vw;object-fit:contain}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container1__wuVQl .Template4_bottomSection__-XTdo img{height:5vh;margin-right:5vw}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM{flex-direction:column}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:55%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp{align-items:flex-start;height:50%;justify-content:flex-start;padding-left:1.5rem;padding-top:3rem;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_frame__0Q38d{background:radial-gradient(50% 50% at 50% 50%,#4788e9 0,#6037d4 100%);flex-shrink:0;height:48.07681rem;width:33.36244rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_frame__0Q38d{height:22.79231rem;width:15.8165rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_heroImage__uSMl8{flex-shrink:0;height:45.275rem;position:absolute;right:0;top:50%;transform:translateY(-47%);width:50.91781rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_heroImage__uSMl8{height:21.464rem;left:1rem;width:24.13913rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_heroImage__uSMl8 img{height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_heroImage__uSMl8 .Template4_aboutusChangeIcon__q6Ztv{cursor:pointer;height:4rem;left:4rem;position:absolute;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_leftSection__3Ijdp .Template4_heroImage__uSMl8 .Template4_aboutusChangeIcon__q6Ztv{height:3rem;left:1rem;width:3rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4{display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;padding-left:.3rem;position:relative;width:45%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4{height:50%;padding-left:2rem;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 .Template4_EditTextIcon__bJKrl{height:4rem;position:absolute;right:4rem;top:21rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 .Template4_EditTextIcon__bJKrl{height:3rem;right:1rem;top:4rem;width:3rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 h2{color:#fff;font-family:Poppins;font-size:5.42638rem;font-style:normal;font-weight:600;letter-spacing:.21706rem;line-height:103%;width:40.06675rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 h2{color:#fff;font-family:Poppins;font-size:2.125rem;font-style:normal;font-weight:600;letter-spacing:.085rem;line-height:103%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 .Template4_aboutusText__UBXxC{color:#e9e9e9;flex-shrink:0;font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:300;height:22.49231rem;letter-spacing:.38094rem;line-height:208.5%;width:36.37675rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 .Template4_aboutusText__UBXxC{color:#e9e9e9;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:300;height:12.62925rem;letter-spacing:.23188rem;line-height:208.5%;width:20.42525rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 button{align-items:center;align-self:center;background:#6037d566;border:4.728px solid #c9b7ff;border-radius:.62775rem;color:#c9b7ff;display:inline-flex;font-family:Poppins;font-size:1.37888rem;font-style:normal;font-weight:500;gap:.98488rem;justify-content:center;line-height:normal;margin-top:2rem;padding:1.77281rem 3.93963rem;width:max-content}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container2__oAPRM .Template4_rightSection__U1wc4 button{border:2.654px solid #c9b7ff;border-radius:.3525rem;gap:.553rem;padding:.99544rem 2.21206rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7{background:#5d41d7;display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7{flex-direction:column-reverse}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp{display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;padding-left:6rem;position:relative;width:40%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp{height:60%;padding-left:3rem;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp .Template4_EditTextIcon__bJKrl{height:4rem;position:absolute;right:2rem;top:28rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp .Template4_EditTextIcon__bJKrl{height:3rem;top:12rem;width:3rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp h2{color:#fff;font-family:Poppins;font-size:5.42638rem;font-style:normal;font-weight:600;letter-spacing:.21706rem;line-height:103%;width:27.25294rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp h2{font-size:2.875rem;letter-spacing:.115rem;width:11.51044rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp .Template4_chooseusText__LtYJi{color:#e9e9e9;font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:400;height:22.49231rem;letter-spacing:.38094rem;line-height:208.5%;width:32.67563rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_leftSection__3Ijdp .Template4_chooseusText__LtYJi{font-size:.875rem;height:13.39844rem;letter-spacing:.23188rem;width:19.46456rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4{display:flex;height:100%;justify-content:center;position:relative;width:60%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4{height:40%;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_frame__0Q38d{background:url(/static/media/temp4chooseusbg.bf0e542cb07c8a5c12dd.png);background-size:cover;flex-shrink:0;height:60.24281rem;max-height:90vh;width:39.78744rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_frame__0Q38d{flex-shrink:0;height:20.37319rem;width:20.84744rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_heroImage__uSMl8{height:60.24281rem;max-height:90vh;position:absolute;top:0;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_heroImage__uSMl8 .Template4_chooseusChangeIcon__r7uJF{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_heroImage__uSMl8 .Template4_chooseusChangeIcon__r7uJF{height:3rem;right:4rem;top:1rem;width:3rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_heroImage__uSMl8{flex-shrink:0;height:20.37319rem;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container3__cfrJ7 .Template4_rightSection__U1wc4 .Template4_heroImage__uSMl8 img{height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_top__V-9G2{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:3rem 6rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_top__V-9G2{align-items:start;flex-direction:column;gap:2rem;padding:3rem 2rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_top__V-9G2 .Template4_ourProducts__8TjxO{color:#fff;font-family:Poppins;font-size:3.875rem;font-style:normal;font-weight:600;letter-spacing:.155rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_top__V-9G2 .Template4_ourProducts__8TjxO{font-size:2.875rem;letter-spacing:.115rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_top__V-9G2 .Template4_viewAll__2xhN3{color:#fff9;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.06rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_top__V-9G2 .Template4_viewAll__2xhN3{font-size:1.5rem;letter-spacing:.06rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW{align-items:center;display:flex;flex-grow:1;justify-content:space-around}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW{flex-wrap:wrap;padding-bottom:6rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9{display:flex;flex-direction:column;gap:.5rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 img{flex-shrink:0;height:28.8385rem;width:27.5725rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 h3{color:#fff;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:600;line-height:108%}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG{display:flex;gap:.8rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG .Template4_like__SRP4w{height:2.737rem;width:2.87269rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG .Template4_comment__Qu67I{height:2.58144rem;width:3.02388rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG .Template4_share__nWmMl{height:2.22631rem;width:3.77513rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG .Template4_comment__Qu67I img,.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG .Template4_like__SRP4w img,.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCard__oqJY9 .Template4_actions__m7uoG .Template4_share__nWmMl img{cursor:pointer;height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+{display:flex;flex-direction:column;gap:.5rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ img{flex-shrink:0;height:11.30881rem;width:10.81238rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ h3{color:#fff;font-family:Poppins;font-size:1.02938rem;font-style:normal;font-weight:600;line-height:108%}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG{display:flex;gap:.8rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG .Template4_like__SRP4w{height:1.07331rem;width:1.1265rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG .Template4_comment__Qu67I{height:1.01231rem;width:1.18581rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG .Template4_share__nWmMl{height:.87306rem;width:1.48038rem}.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG .Template4_comment__Qu67I img,.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG .Template4_like__SRP4w img,.Template4_TemplateWrapper__uUwY0 .Template4_Container4__BtSn7 .Template4_products__41hwW .Template4_productCardMob__qdV4\+ .Template4_actions__m7uoG .Template4_share__nWmMl img{cursor:pointer;height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c{justify-content:space-around}}.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_topSection__9hwtj{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_topSection__9hwtj{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_topSection__9hwtj h2{color:#fff;font-family:Poppins;font-size:3.875rem;font-style:normal;font-weight:600;letter-spacing:.155rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_topSection__9hwtj h2{font-size:2.875rem}}.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_topSection__9hwtj p{color:#fff9;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.06rem;line-height:103%}.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_carousel__FfLoZ{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_carousel__FfLoZ{margin-left:1.2vw;width:100%}}.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_thankYou__BVvZs{color:#fff;font-family:Calligraffitti;font-size:3.73438rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_Container5__HOp8c .Template4_thankYou__BVvZs{font-size:6.05vw}}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:95%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w{height:64.62vh}}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_media__m7u57{height:100%;position:absolute;width:100%;z-index:-1}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_media__m7u57 img{height:100%;object-fit:cover;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo img{aspect-ratio:1/1;width:8.39vw}}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo .Template4_profileDetails__00ykK{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo .Template4_profileDetails__00ykK h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo .Template4_profileDetails__00ykK h4{font-size:2.56vw}}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo .Template4_profileDetails__00ykK h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_profile__RbgKo .Template4_profileDetails__00ykK h5{font-size:1.4vw}}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_details__aIjEF{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_details__aIjEF{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_details__aIjEF p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__uUwY0 .Template4_postMainContainer__2Xj\+w .Template4_details__aIjEF p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g{display:flex;flex-direction:column;gap:3rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;border:.527px solid #2169d6;display:flex;flex-direction:column;flex-shrink:0;height:19.85988rem;justify-content:space-between;position:relative;width:22.33rem;z-index:1}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_backImg__a33Tu{height:100%;position:absolute;width:100%;z-index:-1}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_backImg__a33Tu img{height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_profile__RbgKo{display:flex;gap:.3rem;padding:1rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_profile__RbgKo img{border-radius:1.58088rem;flex-shrink:0;height:1.58088rem;width:1.58088rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_profile__RbgKo .Template4_nameDetail__uM1eH{display:flex;flex-direction:column}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_profile__RbgKo .Template4_nameDetail__uM1eH h3{color:#fff;font-family:Poppins;font-size:.48306rem;font-style:normal;font-weight:500;line-height:normal}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_profile__RbgKo .Template4_nameDetail__uM1eH p{color:#fff;font-family:Poppins;font-size:.2635rem;font-style:normal;font-weight:400;line-height:normal}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF{align-items:center;-webkit-backdrop-filter:blur(1.8443654776px);backdrop-filter:blur(1.8443654776px);background:#fff3;display:flex;justify-content:space-between;padding:0 1rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_desc__ydFMM{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.71369rem;font-style:normal;font-weight:400;height:1.73194rem;line-height:123.4%;width:11.60219rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG{align-items:center;display:flex;gap:1rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_comment__Qu67I,.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_like__SRP4w,.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_share__nWmMl{align-items:center;display:flex}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_comment__Qu67I p,.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_like__SRP4w p,.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_share__nWmMl p{color:#fff;font-family:Poppins;font-size:.70063rem;font-style:normal;font-weight:600;line-height:123.4%}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_like__SRP4w img{height:.67094rem;width:.70419rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_comment__Qu67I img{height:.87394rem;width:1.02388rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_activeItem__7svY9 .Template4_details__aIjEF .Template4_actions__m7uoG .Template4_share__nWmMl img{height:.75494rem;width:1.28013rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg{align-items:flex-start;display:flex;overflow-y:scroll;width:86vw}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg::-webkit-scrollbar{display:none}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg{gap:3vw}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5{background:linear-gradient(0deg,#0000001a,#0000001a),#d3d3d3 50%/cover no-repeat;flex-shrink:0;height:13.06013rem;position:relative;width:10.91594rem;z-index:1}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_backImage__S6ZXs{height:100%;position:absolute;width:100%;z-index:-1}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_backImage__S6ZXs img{height:100%;width:100%}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_profile__RbgKo{display:flex;gap:.3rem;padding:1rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_profile__RbgKo img{border-radius:1.03963rem;flex-shrink:0;height:1.03963rem;width:1.03963rem}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_profile__RbgKo .Template4_nameDetail__uM1eH{display:flex;flex-direction:column}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_profile__RbgKo .Template4_nameDetail__uM1eH h3{color:#fff;font-family:Poppins;font-size:.31769rem;font-style:normal;font-weight:500;line-height:normal}.Template4_TemplateWrapper__uUwY0 .Template4_mobileCarousel__g2x3g .Template4_allItems__8oRSg .Template4_postCards__bozi5 .Template4_profile__RbgKo .Template4_nameDetail__uM1eH p{color:#fff;font-family:Poppins;font-size:.17325rem;font-style:normal;font-weight:400;line-height:normal}#carousel1 .alice-carousel__wrapper .alice-carousel__stage-item{flex-shrink:0;height:30.375rem;transition:all .3s ease;width:23.25rem}#carousel1 .alice-carousel__wrapper .__target{flex-shrink:0;height:36.375rem;width:25.25rem}#carousel1 .alice-carousel__dots,#carousel1 .alice-carousel__next-btn,#carousel1 .alice-carousel__prev-btn{display:none}.InfoButton_InfoButtonContainer__7hqc-{height:max-content;left:2rem;position:relative;position:absolute;top:7rem;width:max-content;z-index:100}@media screen and (max-width:1000px){.InfoButton_InfoButtonContainer__7hqc-{display:none}}.InfoButton_InfoButton__nErus{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:.5rem;cursor:pointer;display:flex;height:40px;justify-content:center;padding:.5rem;position:relative;width:40px}@media screen and (max-width:800px){.InfoButton_InfoButton__nErus{top:5rem}}.InfoButton_InfoButton__nErus svg{height:100%;width:100%}.InfoButton_Tooltip__MA6VL{background:#1e1e1e;border-radius:1rem;box-shadow:0 2px 7px 2px #00a498;left:4rem;padding:2rem 3rem 2rem 2rem;position:absolute;top:-1.2rem;width:25vw;z-index:1000}.InfoButton_Tooltip__MA6VL p{-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;color:#fff;display:-webkit-box;font-family:Poppins;font-size:.8vw;font-style:normal;font-weight:500;line-height:normal;overflow:hidden}.InfoButton_Tooltip__MA6VL{border-radius:.2rem;display:flex;flex-direction:column;gap:.2rem;opacity:0;transform:scale(0);transform-origin:0 3%;transition:all .3s ease-in-out;z-index:1}@media(max-width:930px)and (orientation:portrait){.InfoButton_Tooltip__MA6VL{width:60vw}}.InfoButton_Tooltip__MA6VL.InfoButton_Active__oQLC4{opacity:1;transform:scale(1)}.InfoButton_Tooltip__MA6VL:before{background:#1e1e1e;content:"";height:4rem;left:-.5rem;position:absolute;top:1.8rem;transform:rotate(45deg);width:6rem;z-index:-1}.InfoButton_Tooltip__MA6VL .InfoButton_Cross__oDF11{cursor:pointer;position:absolute;right:1rem;top:1rem;transition:all .3s ease-in-out}.InfoButton_Tooltip__MA6VL .InfoButton_Cross__oDF11:hover svg path{fill:#00a498}.InfoButton_Tooltip__MA6VL a{color:#00a498}.HomeButton_HomeButton__eGrjB{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:.5rem;cursor:pointer;display:flex;height:40px;justify-content:center;left:2rem;padding:.5rem;position:absolute;top:2rem;width:40px;z-index:10}@media screen and (max-width:1000px){.HomeButton_HomeButton__eGrjB{display:none}}@media screen and (max-width:800px){.HomeButton_HomeButton__eGrjB{top:5rem}}.HomeButton_HomeButton__eGrjB svg{height:100%;width:100%}.HomeButton_SubmitMobileView__knYVP{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0 10px;position:absolute;right:2rem;top:2rem;z-index:10}.HomeButton_SubmitMobileView__knYVP svg{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate5_TemplateWrapper__0Vyle::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Setting__vxCrS{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Template5__OLYk8{background:#16171b;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Template5__OLYk8::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Template5__OLYk8 section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD{align-self:center;display:flex;gap:2rem;margin-right:6rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD{flex-direction:column;margin-right:0}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_logo__Sjny5{align-items:center;border:.769px solid #fff;display:flex;height:7.5rem;justify-content:center;width:12.5rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_logo__Sjny5{height:3.75rem;width:6.25rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_logo__Sjny5 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;border:1px solid #fff;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;height:35.39425rem;justify-content:flex-end;position:relative;width:75.61756rem;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2{height:16.31438rem;position:relative;width:22.4715rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_landingChangeIcon__\+gUKo{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_landingChangeIcon__\+gUKo{height:3rem;right:1rem;top:1rem;width:3rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_backImage__UrXt4{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_backImage__UrXt4 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj{gap:.11rem;position:relative;transform:translateX(-7%)}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_EditTextIcon__kqVbh{height:4rem;left:2rem;position:absolute;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_EditTextIcon__kqVbh{height:3rem;width:3rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_businessName__KgvYH{color:#fff;font-family:Inter;font-size:6.70875rem;font-style:normal;font-weight:600;line-height:normal;width:max-content}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_businessName__KgvYH{font-size:2.125rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1{align-items:center;display:flex;gap:.5rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1{bottom:-10rem;position:absolute;transform:translateX(7%)}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1 button{background-color:#0000;color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:.265rem;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1 button{font-size:.811rem;letter-spacing:.21494rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1 button:first-child{align-items:center;border:1px solid #12c99d1c;display:flex;gap:.625rem;justify-content:center;padding:1.25rem 3.75rem;width:15.2rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1 button:first-child{padding:1.01369rem 3.04113rem;width:12.02069rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1 button:nth-child(2){align-items:center;border:1px solid #1689f2;display:flex;justify-content:center;padding:1.25rem 3.75rem;width:11rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_nameActions__ybgTj .Btemplate5_buttons__oXlh1 button:nth-child(2){padding:1.01369rem 3.04113rem;width:8.92069rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_logosContainer__NoKYN{height:5.63725rem;overflow:hidden;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_logosContainer__NoKYN{height:4rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_logosContainer__NoKYN img{height:6vh;margin-right:3vw;object-fit:contain}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section1__MOPYD .Btemplate5_hero__\+dlg2 .Btemplate5_logosContainer__NoKYN img{height:5vh;margin-right:5vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG{align-items:center;display:flex;justify-content:space-between;margin-left:10rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG{flex-direction:column;gap:2rem;margin-left:0}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I{align-items:center;display:flex;gap:3rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I{align-items:start;gap:2rem;margin-top:.6rem;padding-left:2rem;width:100%}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_post__fojVj,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_subscriber__\+9J8g{display:flex;flex-direction:column}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_post__fojVj h2,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_subscriber__\+9J8g h2{color:#fff;font-family:Poppins;font-size:2.57513rem;font-style:normal;font-weight:600;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_post__fojVj h2,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_subscriber__\+9J8g h2{font-size:1.64244rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_post__fojVj p,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_subscriber__\+9J8g p{color:#736d6d;font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_post__fojVj p,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_subscriber__\+9J8g p{font-size:.91688rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_RatingContainer__2mtm4{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_RatingContainer__2mtm4{flex-shrink:0;height:3.99925rem;width:3.99925rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_RatingContainer__2mtm4 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_RatingContainer__2mtm4 p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_postSubscriber__BWx4I .Btemplate5_RatingContainer__2mtm4 p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO{background:#2b2b2b;flex-shrink:0;height:9.86706rem;padding:2rem;width:43.746rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO{align-self:flex-end;height:6.2845rem;padding:1rem;width:90%}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_reachUs__5SCrD{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:.265rem;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_reachUs__5SCrD{font-size:.63694rem;letter-spacing:.16881rem;margin-left:1.5rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_line__nJFmy{stroke-width:1px;stroke:#5f5d5d;flex-shrink:0;height:1rem;width:15.90688rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_line__nJFmy{margin-left:1.5rem;width:10.13131rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_line__nJFmy img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_socials__P6ECH{align-items:center;display:flex;justify-content:space-around;margin-top:2rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_socials__P6ECH{margin-top:1rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_socials__P6ECH img{height:1.7375rem;width:1.7375rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section2__59dOG .Btemplate5_socialContainer__6pUCO .Btemplate5_socials__P6ECH img{height:1.2105rem;width:1.2105rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD{width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD{overflow:scroll}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD::-webkit-scrollbar{display:none}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD .Btemplate5_postContainer__gmMar{align-items:center;display:flex;justify-content:center}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD .Btemplate5_postContainer__gmMar{justify-content:flex-start;padding-left:2rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD .Btemplate5_postContainer__gmMar{gap:2rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD .Btemplate5_postContainer__gmMar img{height:8.40713rem;width:13.80944rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container1__VSTbO .Btemplate5_section3__jDsgD .Btemplate5_postContainer__gmMar img{flex-shrink:0;height:6.318rem;width:10.37788rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99{align-items:center;display:flex;height:100vh;max-height:100vh;max-width:100vw;padding-left:3rem;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99{flex-direction:column;padding-left:0}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_heroImage__US33t{background:linear-gradient(0deg,#0000004d,#0000004d) #d3d3d3 50%/cover no-repeat;flex-shrink:0;height:57.02613rem;position:relative;width:85.34188rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_heroImage__US33t{height:31.70769rem;margin-top:5rem;width:23.91969rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_heroImage__US33t .Btemplate5_aboutusChangeIcon__Y-zEp{cursor:pointer;height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_heroImage__US33t .Btemplate5_aboutusChangeIcon__Y-zEp{height:3rem;width:3rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_heroImage__US33t img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY{-webkit-backdrop-filter:blur(35.6576728821px);backdrop-filter:blur(35.6576728821px);background:#1e1e1e33;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;height:47.364rem;justify-content:center;padding:.1rem 4rem;position:absolute;right:0;top:50%;transform:translate(-10%,-50%);width:46.45288rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY{height:22.20969rem;left:18%;padding:.1rem 2rem;top:70%;width:21.7825rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_EditTextIcon__kqVbh{height:4rem;position:absolute;right:1rem;top:5rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_EditTextIcon__kqVbh{height:3rem;top:1rem;width:3rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY h2{color:#fff;font-family:Prata;font-size:3.72994rem;font-style:normal;font-weight:400;letter-spacing:.09325rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY h2{font-size:1.74906rem;letter-spacing:.04375rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_aboutusText__2QFGe{color:#fff;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:.3975rem;line-height:normal;width:38.05206rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_aboutusText__2QFGe{font-size:.70338rem;letter-spacing:.18638rem;width:17.84319rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_line__nJFmy{stroke-width:1px;stroke:#fff;flex-shrink:0;height:.2rem;width:14.57975rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_line__nJFmy{width:6.83669rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY .Btemplate5_line__nJFmy img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY button{align-items:center;background-color:#0000;border:4.707px solid #fff;border-radius:.625rem;color:#fff;display:flex;font-family:Poppins;font-size:1.37288rem;font-style:normal;font-weight:500;justify-content:center;line-height:normal;margin-top:3rem;padding:1.76506rem 3.92244rem;width:max-content}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container2__h\+v99 .Btemplate5_aboutDesc__9MJPY button{border:2.207px solid #fff;border-radius:.29306rem;padding:.82769rem 1.83931rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle{align-items:center;display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle{align-items:start;justify-content:center}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx{flex-shrink:0;height:57.35869rem;margin-left:10rem;position:relative;width:57.24144rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx{flex-shrink:0;height:22.6495rem;margin-left:0;margin-top:30%;width:22.60319rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll{-webkit-backdrop-filter:blur(35.6576728821px);backdrop-filter:blur(35.6576728821px);background:#1e1e1e33;display:flex;flex-direction:column;flex-shrink:0;gap:2rem;height:38.99731rem;justify-content:center;overflow:scroll;padding:.1rem 3rem;position:absolute;right:-70%;top:50%;transform:translateY(-50%);width:48.5345rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll .Btemplate5_EditTextIcon__kqVbh{height:4rem;position:absolute;right:1rem;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll .Btemplate5_EditTextIcon__kqVbh{height:3rem;width:3rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll{-webkit-backdrop-filter:blur(17.3857192993px);backdrop-filter:blur(17.3857192993px);background:#1e1e1e33;flex-shrink:0;height:19.01406rem;right:-3%;top:130%;width:23.66413rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll h2{color:#fff;font-family:Prata;font-size:3.72994rem;font-style:normal;font-weight:400;letter-spacing:.09325rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll h2{font-size:1.81863rem;letter-spacing:.04544rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll .Btemplate5_chooseText__bnAZv{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:300;height:25.44413rem;letter-spacing:.3975rem;line-height:normal;width:38.05206rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container3__WfMle .Btemplate5_chooseusHero__43XKx .Btemplate5_chooseusText__Rdwll .Btemplate5_chooseText__bnAZv{font-size:.73138rem;height:12.40588rem;letter-spacing:.19381rem;width:18.55319rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_topSection__6deHG{align-items:center;display:flex;justify-content:space-between;padding:2rem 4rem .2rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_topSection__6deHG{align-items:flex-start;flex-direction:column;padding:1rem 1.5rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_topSection__6deHG h2{color:#fff;font-family:Poppins;font-size:4.86919rem;font-style:normal;font-weight:600;letter-spacing:1.29031rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_topSection__6deHG h2{font-size:1.88163rem;letter-spacing:.09406rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_topSection__6deHG p{color:#fff;font-family:Poppins;font-size:1.64913rem;font-style:normal;font-weight:300;letter-spacing:.437rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_topSection__6deHG p{font-size:.875rem;letter-spacing:.0875rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_progress__LwzRz{align-items:center;display:flex;padding:0 4rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_progress__LwzRz .Btemplate5_white__fmrn9{background:#fff;border-radius:10.99406rem;height:.98631rem;width:4.10588rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_progress__LwzRz .Btemplate5_white__fmrn9{border-radius:4.24844rem;height:.38113rem;width:1.58663rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_progress__LwzRz .Btemplate5_grey__pcZzI{background:#c4c4c41f;border-radius:10.99406rem;flex-shrink:0;height:.98631rem;width:25.3015rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_progress__LwzRz .Btemplate5_grey__pcZzI{border-radius:4.24844rem;height:.38113rem;width:9.77719rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container4__\+p0Hr .Btemplate5_carousel__TimBO{align-items:center;display:flex;flex:1 1;margin-left:2rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o{justify-content:space-around}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_topSection__6deHG{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_topSection__6deHG{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_topSection__6deHG h2{color:#fff;font-family:Poppins;font-size:3.875rem;font-style:normal;font-weight:600;letter-spacing:.155rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_topSection__6deHG h2{font-size:2.875rem}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_topSection__6deHG p{color:#fff9;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.06rem;line-height:103%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_carousel__TimBO{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_carousel__TimBO{margin-left:1.2vw;width:100%}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_thankYou__MUfwm{color:#fff;font-family:Calligraffitti;font-size:3.73438rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_Container5__KGo2o .Btemplate5_thankYou__MUfwm{font-size:6.05vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:95%;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3{height:64.62vh}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_media__r6TGx{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_media__r6TGx img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 img{aspect-ratio:1/1;width:8.39vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 .Btemplate5_profileDetails__m96W-{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 .Btemplate5_profileDetails__m96W- h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 .Btemplate5_profileDetails__m96W- h4{font-size:2.56vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 .Btemplate5_profileDetails__m96W- h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_profile__fm3j0 .Btemplate5_profileDetails__m96W- h5{font-size:1.4vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_details__wmcSp{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_details__wmcSp{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_details__wmcSp p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_postMainContainer__6H-q3 .Btemplate5_details__wmcSp p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU{display:flex;flex-direction:column;gap:3rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;border:.527px solid #2169d6;display:flex;flex-direction:column;flex-shrink:0;height:19.85988rem;justify-content:space-between;position:relative;width:22.33rem;z-index:1}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_backImg__Q6076{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_backImg__Q6076 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_profile__fm3j0{display:flex;gap:.3rem;padding:1rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_profile__fm3j0 img{border-radius:1.58088rem;flex-shrink:0;height:1.58088rem;width:1.58088rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_profile__fm3j0 .Btemplate5_nameDetail__hy4CL{display:flex;flex-direction:column}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_profile__fm3j0 .Btemplate5_nameDetail__hy4CL h3{color:#fff;font-family:Poppins;font-size:.48306rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_profile__fm3j0 .Btemplate5_nameDetail__hy4CL p{color:#fff;font-family:Poppins;font-size:.2635rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp{align-items:center;-webkit-backdrop-filter:blur(1.8443654776px);backdrop-filter:blur(1.8443654776px);background:#fff3;display:flex;justify-content:space-between;padding:0 1rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_desc__4lTp9{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.71369rem;font-style:normal;font-weight:400;height:1.73194rem;line-height:123.4%;width:11.60219rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag{align-items:center;display:flex;gap:1rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY{align-items:center;display:flex}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa p,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d p,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY p{color:#fff;font-family:Poppins;font-size:.70063rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d img{height:.67094rem;width:.70419rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa img{height:.87394rem;width:1.02388rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY img{height:.75494rem;width:1.28013rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer{align-items:flex-start;display:flex;overflow-y:scroll;width:86vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer{gap:3vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52{background:linear-gradient(0deg,#0000001a,#0000001a),#d3d3d3 50%/cover no-repeat;flex-shrink:0;height:13.06013rem;position:relative;width:10.91594rem;z-index:1}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_backImage__UrXt4{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_backImage__UrXt4 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_profile__fm3j0{display:flex;gap:.3rem;padding:1rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_profile__fm3j0 img{border-radius:1.03963rem;flex-shrink:0;height:1.03963rem;width:1.03963rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_profile__fm3j0 .Btemplate5_nameDetail__hy4CL{display:flex;flex-direction:column}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_profile__fm3j0 .Btemplate5_nameDetail__hy4CL h3{color:#fff;font-family:Poppins;font-size:.31769rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_mobileCarousel__DsZTU .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_profile__fm3j0 .Btemplate5_nameDetail__hy4CL p{color:#fff;font-family:Poppins;font-size:.17325rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_hero__\+dlg2{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;flex-shrink:0;height:80%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_hero__\+dlg2 img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ h2{color:#fff;font-family:Poppins;font-size:3.48881rem;font-style:normal;font-weight:600;letter-spacing:.92456rem;line-height:normal}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag{align-items:center;display:flex;gap:2rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d{height:2.59413rem;width:2.72269rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa{height:2.44669rem;width:2.866rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY{height:2.11006rem;width:3.57794rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_ProductCard__vJhvZ .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp{display:flex;flex-direction:column;gap:.5rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_backImg__Q6076{flex-shrink:0;height:12.53863rem;height:24vh;width:21.39531rem;width:85vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_backImg__Q6076 img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_name__ltxKw{color:#fff;font-family:Poppins;font-size:1.51831rem;font-style:normal;font-weight:600;letter-spacing:.40238rem;line-height:normal}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag{align-items:center;display:flex;gap:.3rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY{align-items:center;display:flex}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa img,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d img,.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY img{height:100%;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_like__xdb1d{height:1.12894rem;width:1.18488rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_comment__Or\+aa{height:1.06475rem;width:1.24725rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_activeItem__vH7rp .Btemplate5_details__wmcSp .Btemplate5_actions__NBZag .Btemplate5_share__ZPNYY{height:.91831rem;width:1.55713rem}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_allItems__2jSer{display:flex;flex-direction:column;height:21rem;height:31vh;margin-top:3rem;overflow:scroll;scroll-behavior:smooth;width:100%}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_allItems__2jSer::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52{margin-bottom:1vh}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52:last-child{margin-bottom:0}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_backImage__UrXt4{height:10rem;height:15vh;width:21.51263rem;width:85vw}.Btemplate5_TemplateWrapper__0Vyle .Btemplate5_verticalCarousel__2vKWR .Btemplate5_allItems__2jSer .Btemplate5_postCards__i2o52 .Btemplate5_backImage__UrXt4 img{height:100%;object-fit:cover;width:100%}#carousel .alice-carousel__wrapper{height:60vh;padding-top:13.2vh;width:100%}#carousel .alice-carousel__wrapper .alice-carousel__stage-item{height:25.82819rem;transition:all .3s ease;width:27.00844rem}#carousel .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carousel .alice-carousel__wrapper .alice-carousel__stage-item #productCard{height:100%;width:98%}#carousel .alice-carousel__wrapper .__target{flex-shrink:0;height:60vh!important;transform:translateY(-22%);width:50vw!important}#carousel .alice-carousel__wrapper .__target #details{display:block}#carousel .alice-carousel__dots,#carousel .alice-carousel__next-btn,#carousel .alice-carousel__prev-btn{display:none}#carousel2 .alice-carousel__wrapper{width:100%}#carousel2 .alice-carousel__wrapper .alice-carousel__stage-item{flex-shrink:0;height:30.375rem;transition:all .3s ease}#carousel2 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carousel2 .alice-carousel__wrapper .__target{flex-shrink:0;height:30.375rem;width:45vw!important}#carousel2 .alice-carousel__wrapper .__target #details{display:block}#carousel2 .alice-carousel__dots,#carousel2 .alice-carousel__next-btn,#carousel2 .alice-carousel__prev-btn{display:none}.Btemplate1_TemplateWrapper__A1epv{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate1_TemplateWrapper__A1epv::-webkit-scrollbar{display:none}.Btemplate1_TemplateWrapper__A1epv .Btemplate1_Setting__w5\+05{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate1_TemplateWrapper__A1epv .Btemplate1_Btemplate1__I8iX6{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate1_TemplateWrapper__A1epv .Btemplate1_Btemplate1__I8iX6::-webkit-scrollbar{display:none}.Btemplate1_TemplateWrapper__A1epv .Btemplate1_Btemplate1__I8iX6 section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate1_Container1__3wLw2{background-color:rgba(32,37,37,.452);height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC{display:flex;flex-direction:column;height:87.2%;justify-content:space-around;padding:3vh 3vw;position:relative;width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC{height:90.49vh;width:100%}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_background__\+VMJP{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_background__\+VMJP img{height:100%;object-fit:cover;width:100%}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_background__\+VMJP .Btemplate1_landingChangeIcon__\+AG\+0{right:2rem;top:2rem}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section1__tqPgF .Btemplate1_logo__VKWVi{align-items:center;display:flex;height:10.74vh;justify-content:center;width:11.57vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section1__tqPgF .Btemplate1_logo__VKWVi{height:6.43vh;width:23.256vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section1__tqPgF .Btemplate1_logo__VKWVi img{height:100%;object-fit:cover;width:100%}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section1__tqPgF .Btemplate1_logo__VKWVi p{color:#fff;font-family:Poppins;font-size:2vw;font-style:normal;font-weight:500;letter-spacing:.3207vw;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section1__tqPgF .Btemplate1_logo__VKWVi p{font-size:3.721vw;letter-spacing:.595vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI{align-items:center;display:flex;flex-direction:column;gap:3vh;position:relative}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_EditTextIcon__zb7IE{cursor:pointer;height:4rem;left:70%;position:absolute;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_EditTextIcon__zb7IE{height:3rem;width:3rem}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_name__QwrdP{color:#fff;font-family:Prata;font-size:4.04vw;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_name__QwrdP{font-size:7.9vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8{display:flex;gap:1vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8{flex-direction:column;gap:1vh}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_message__co1lW,.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_subscribe__D\+fGH{align-items:center;border-radius:.35vw;color:#fff;cursor:pointer;display:flex;font-family:Inter;font-size:.93vw;font-style:normal;font-weight:500;height:4.82vh;justify-content:center;letter-spacing:.25vw;line-height:normal;padding:1.36vh 2.635vw;text-transform:uppercase;width:10.65vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_message__co1lW,.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_subscribe__D\+fGH{font-size:3.721vw;height:5.15vh;letter-spacing:.986vw;padding:1.629vh 10.583vw;width:53.488vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_subscribe__D\+fGH{background:#3a1fa9}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_message__co1lW{border:.044vw solid #d7d7d7}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_buttons__oYrh8 .Btemplate1_message__co1lW{border:.176vw solid #d7d7d7}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_socials__5vNye{align-items:center;-webkit-backdrop-filter:blur(.58vw);backdrop-filter:blur(.58vw);background:#0000000d;border-radius:1.27vw;display:flex;height:6.1vh;justify-content:space-around;width:28.92vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_socials__5vNye{-webkit-backdrop-filter:blur(2.326vw);backdrop-filter:blur(2.326vw);background:#00000014;border-radius:4.651vw;height:4.938vh;width:59.302vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_socials__5vNye img{aspect-ratio:1/1;cursor:pointer;width:2.35vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section2__iBzAI .Btemplate1_socials__5vNye img{aspect-ratio:1/1;width:3.721vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+{align-items:center;display:flex;gap:4vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+{gap:9.854vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_posts__2MpBA h2,.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_subscribers__OrB2J h2{color:#fff;cursor:pointer;font-family:Poppins;font-size:2.85vw;font-style:normal;font-weight:600;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_posts__2MpBA h2,.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_subscribers__OrB2J h2{font-size:7.24vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_posts__2MpBA p,.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_subscribers__OrB2J p{color:#736d6d;cursor:pointer;font-family:Poppins;font-size:1.59vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_posts__2MpBA p,.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_subscribers__OrB2J p{font-size:4.04vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_RatingContainer__Ec9Oc{align-items:center;cursor:pointer;display:flex;height:7vw;justify-content:center;position:relative;width:7vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_RatingContainer__Ec9Oc{height:18vw;width:18vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_RatingContainer__Ec9Oc img{height:100%;width:100%}.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_RatingContainer__Ec9Oc p{color:#fff;font-family:Poppins;font-size:1.123vw;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_topSection__2W9xC .Btemplate1_section3__sOZPF .Btemplate1_postSection__WIkQ\+ .Btemplate1_RatingContainer__Ec9Oc p{font-size:2.3vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY{align-items:center;background:#fff;display:flex;height:12.8%;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY{height:9.51vh}}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k{align-items:center;display:flex}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_cnbc__1L-cB{height:6.88vh;margin-right:2vw;opacity:.6;width:5.56vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_cnbc__1L-cB{height:4.267vh;width:16.46vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_bbc__VPDAo{height:6.88vh;margin-right:2vw;opacity:.6;width:7.9vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_bbc__VPDAo{height:4.267vh;width:16.46vw}}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_time__hraaP{height:6.88vh;margin-right:2vw;opacity:.6;width:7.9vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_time__hraaP{height:4.267vh;width:70.644px}}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_newyorkTimes__8kCsK{height:6.88vh;margin-right:2vw;opacity:.6;width:11.81vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand1__PMz-k .Btemplate1_newyorkTimes__8kCsK{height:4.267vh;width:24.65vw}.Btemplate1_Container1__3wLw2 .Btemplate1_bottomSection__DvFOY .Btemplate1_brand2__TkuZc{display:none}}.Btemplate1_Container2__Zy0Q9{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9{flex-direction:column}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh{align-items:center;display:inline-flex;flex-direction:column;gap:.986vh;height:82.34vh;width:48.38vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh{align-items:center;display:inline-flex;flex-direction:column;gap:.569vh;height:47.65vh;width:93.7209vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_activeProduct__IjniW{height:63.25vh;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_activeProduct__IjniW{height:36.64vh;width:100%}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_activeProduct__IjniW img{height:100%;object-fit:cover;width:100%}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+{align-items:flex-end;display:flex;gap:2.77vw;height:18.15vh;justify-content:center;width:36.56vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+{gap:23.18px;height:10.49vh;width:71.127vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC{box-shadow:10px 10px 30px 0 #00000040;height:13.14vh;position:relative;transition:height .3s ease;width:10.36vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC{height:7.61vh;width:20.095vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC img{cursor:pointer;height:100%;width:100%}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC .Btemplate1_img1ChangeIcon__Djy4m,.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC .Btemplate1_img2ChangeIcon__TQjeC,.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC .Btemplate1_img3ChangeIcon__oNozg{bottom:2rem;cursor:pointer;height:3rem;left:2rem;position:absolute;width:3rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC .Btemplate1_img1ChangeIcon__Djy4m,.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC .Btemplate1_img2ChangeIcon__TQjeC,.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_product__KYZQC .Btemplate1_img3ChangeIcon__oNozg{bottom:1rem;height:2rem;width:2rem}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_active__WPmRi{height:18vh;transition:height .3s ease;width:10.36vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_active__WPmRi{height:10.49vh;width:20.095vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_leftSection__gCcTh .Btemplate1_products__Wtll\+ .Btemplate1_active__WPmRi img{cursor:pointer;height:100%;width:100%}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY{display:flex;flex-direction:column;gap:3vh;position:relative}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY h1{color:#000;font-family:Prata;font-size:3.52vw;font-style:normal;font-weight:400;letter-spacing:.088vw;line-height:113.5%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY h1{font-size:8.245vw;letter-spacing:.206vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k{height:32.11vh;overflow:hidden;width:33.72vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k{height:22.41vh;width:68.989vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k .Btemplate1_EditTextIcon__zb7IE{cursor:pointer;height:4rem;position:absolute;right:4rem;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k .Btemplate1_EditTextIcon__zb7IE{height:3rem;right:-1.6rem;top:-2rem;width:3rem}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k .Btemplate1_aboutusText__qzL5Q{color:#3f3f3f;font-family:Poppins;font-size:1.21875vw;font-style:normal;font-weight:300;letter-spacing:.323vw;line-height:155.5%;max-height:50vh;overflow-y:scroll;padding-bottom:2rem}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k .Btemplate1_aboutusText__qzL5Q::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_content__Lc83k .Btemplate1_aboutusText__qzL5Q{font-size:2.85vw;letter-spacing:.754vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_hiring__D85y5{align-items:center;background:#3a1fa9;border-radius:.448vw;cursor:pointer;display:inline-flex;flex-shrink:0;height:7.77vh;justify-content:center;margin-top:1vh;padding:1.735vh 3.364vw;white-space:nowrap;width:18.105vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_hiring__D85y5{height:5.43vh;padding:1.21vh 7.87vw;width:42.44vw}}.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_hiring__D85y5 p{color:#fff;font-family:Inter;font-size:1.181vw;font-style:normal;font-weight:500;letter-spacing:.313vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__Zy0Q9 .Btemplate1_rightSection__LRSmY .Btemplate1_hiring__D85y5 p{font-size:2.7674vw;letter-spacing:.7335vw}}.Btemplate1_Container3__4-jBq{background-color:rgba(38,189,101,.562);background:#fff;display:flex;flex-direction:column;gap:2vh;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;padding-bottom:5vh;padding-left:5vw;position:relative;width:100vw}.Btemplate1_Container3__4-jBq .Btemplate1_chooseusChangeIcon__xnSQT{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container3__4-jBq .Btemplate1_chooseusChangeIcon__xnSQT{height:3rem;width:3rem}}.Btemplate1_Container3__4-jBq .Btemplate1_imageSection__YEGvA{border:1px solid red;height:72.55vh;-webkit-mask-image:url(/static/media/asset.bd401fab3c985db9ee04.png);mask-image:url(/static/media/asset.bd401fab3c985db9ee04.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;right:-22vw;top:-4vh;width:99.611vw}.Btemplate1_Container3__4-jBq .Btemplate1_imageSection__YEGvA img{flex-shrink:0;height:100%;width:100%}.Btemplate1_Container3__4-jBq h2{color:#000;font-family:Prata;font-size:4.429vw;font-style:normal;font-weight:400;letter-spacing:.088vw;line-height:113.5%}.Btemplate1_Container3__4-jBq .Btemplate1_content__Lc83k{position:relative;width:58.091vw}.Btemplate1_Container3__4-jBq .Btemplate1_content__Lc83k .Btemplate1_chooseusText__LjYnF{color:#3f3f3f;font-family:Poppins;font-size:1.61875vw;font-style:normal;font-weight:300;letter-spacing:.322vw;line-height:155.5%}.Btemplate1_Container3__4-jBq .Btemplate1_content__Lc83k .Btemplate1_EditTextIcon__zb7IE{height:4rem;position:absolute;right:-5rem;top:-2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container3__4-jBq .Btemplate1_content__Lc83k .Btemplate1_EditTextIcon__zb7IE{height:3rem;width:3rem}}.Btemplate1_Container4__KHWyO{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate1_Container4__KHWyO .Btemplate1_headSection__Iq6qa{align-items:center;display:inline-flex;height:6.27vh;justify-content:space-between;width:83.1vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_headSection__Iq6qa{align-items:flex-start;display:inline-flex;flex-direction:column;gap:3.57vh;justify-content:center}}.Btemplate1_Container4__KHWyO .Btemplate1_headSection__Iq6qa h2{color:#000;font-family:Prata;font-size:3.58796vw;font-style:normal;font-weight:400;letter-spacing:1.55px;line-height:113.5%;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_headSection__Iq6qa h2{color:#000;font-family:Prata;font-size:7.44vw;font-style:normal;font-weight:400;letter-spacing:.186vw;line-height:113.5%;text-align:center}}.Btemplate1_Container4__KHWyO .Btemplate1_headSection__Iq6qa p{color:#525252;font-family:Prata;font-size:2.43vw;font-style:normal;font-weight:400;letter-spacing:.0609vw;line-height:113.5%;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_headSection__Iq6qa p{font-size:5.116vw;letter-spacing:.1279vw}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq{align-items:center;display:flex;flex-wrap:wrap;gap:2vw;justify-content:center}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+{flex-shrink:0;height:36.45vh;position:relative;width:22.685vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+{flex-shrink:0;height:18.75vh;width:45.209vw}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ img{height:100%;width:100%}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+{-webkit-backdrop-filter:blur(.983vw);backdrop-filter:blur(.983vw);background:#fff3;bottom:0;display:flex;flex-direction:column;height:14.54vh;justify-content:space-around;left:0;opacity:0;padding:1vh 1.4vw;position:absolute;transform:scaleY(0);transform-origin:bottom;transition:all .5s ease;transition-delay:.2s;width:22.685vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+{-webkit-backdrop-filter:blur(8.4201383591px);backdrop-filter:blur(8.4201383591px);background:#fff3;flex-shrink:0;height:7.47vh;width:45.209vw}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ h2{color:#fff;font-family:Prata;font-size:2.787vw;font-style:normal;font-weight:400;letter-spacing:1.203px;line-height:113.5%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ h2{color:#fff;flex-shrink:0;font-family:Prata;font-size:5.554vw;font-style:normal;font-weight:400;letter-spacing:.1386vw;line-height:113.5%}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X{align-items:center;display:inline-flex;gap:1.4vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X{align-items:center;display:inline-flex;flex-shrink:0;gap:2.791vw;height:2.01vh}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_like__FiJKl{aspect-ratio:1/.8;cursor:pointer;width:2.66vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_like__FiJKl{height:2.33vh;width:5.302vw}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_like__FiJKl img{height:100%;width:100%}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_comment__Unezg{aspect-ratio:1/.8;cursor:pointer;width:2.79vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_comment__Unezg{height:2.2vh;width:5.579vw}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_comment__Unezg img{height:100%;width:100%}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_share__O5e\+K{aspect-ratio:1/.8;cursor:pointer;width:3.49vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_share__O5e\+K{height:1.9vh;width:6.98vw}}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+ .Btemplate1_hover__yXTv\+ .Btemplate1_interactions__eSR2X .Btemplate1_share__O5e\+K img{height:100%;width:100%}.Btemplate1_Container4__KHWyO .Btemplate1_productContainer__sR5vq .Btemplate1_products__Wtll\+:hover .Btemplate1_hover__yXTv\+{opacity:1;transform:scaleY(1);transition-delay:0s}.Btemplate1_Container5__yIE6x{background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__yIE6x{justify-content:space-around}}.Btemplate1_Container5__yIE6x .Btemplate1_topSection__2W9xC{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__yIE6x .Btemplate1_topSection__2W9xC{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Btemplate1_Container5__yIE6x .Btemplate1_topSection__2W9xC h2{color:#000;font-family:Radley;font-size:2.778vw;font-style:normal;font-weight:400;letter-spacing:.417vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__yIE6x .Btemplate1_topSection__2W9xC h2{font-size:7.44vw;letter-spacing:1.12vw}}.Btemplate1_Container5__yIE6x .Btemplate1_topSection__2W9xC p{color:#545454;cursor:pointer;font-family:Radley;font-size:1.852vw;font-style:normal;font-weight:400;letter-spacing:.278vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__yIE6x .Btemplate1_topSection__2W9xC p{font-size:3.49vw;letter-spacing:.52vw}}.Btemplate1_Container5__yIE6x .Btemplate1_carousel__\+-xwj{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__yIE6x .Btemplate1_carousel__\+-xwj{margin-left:1.2vw;width:100%}}.Btemplate1_Container5__yIE6x .Btemplate1_thankYou__ZQ0nL{color:#000;font-family:Playball;font-size:48.319px;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__yIE6x .Btemplate1_thankYou__ZQ0nL{font-size:6.05vw}}.Btemplate1_postMainContainer__GINkI{display:flex;flex-direction:column;height:66.66vh;justify-content:space-between;position:relative;width:59.429vw;width:60vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__GINkI{height:64.62vh;width:97.39vw}}.Btemplate1_postMainContainer__GINkI .Btemplate1_media__bF557{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate1_postMainContainer__GINkI .Btemplate1_media__bF557 img{height:100%;object-fit:cover;width:100%}.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf img{aspect-ratio:1/1;width:8.39vw}}.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf .Btemplate1_profileDetails__zb533{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf .Btemplate1_profileDetails__zb533 h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf .Btemplate1_profileDetails__zb533 h4{font-size:2.56vw}}.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf .Btemplate1_profileDetails__zb533 h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__GINkI .Btemplate1_profile__9Smyf .Btemplate1_profileDetails__zb533 h5{font-size:1.4vw}}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;justify-content:space-between;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r{align-items:center;display:flex;gap:2.3vw;padding-right:2.3vw}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_comment__Unezg,.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_like__FiJKl,.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_share__O5e\+K{align-items:center;display:flex;gap:.4vw;justify-content:center}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_comment__Unezg h3,.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_like__FiJKl h3,.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_share__O5e\+K h3{color:#fff;font-family:Poppins;font-size:18.161px;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_like__FiJKl{aspect-ratio:1/.9533;width:2.058vw}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_like__FiJKl img{height:100%;width:100%}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_comment__Unezg{aspect-ratio:1/.8543;width:2.538vw}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_comment__Unezg img{height:100%;width:100%}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_share__O5e\+K{aspect-ratio:1/.591;width:2.922vw}.Btemplate1_postMainContainer__GINkI .Btemplate1_details__Matlv .Btemplate1_actions__VcU4r .Btemplate1_share__O5e\+K img{height:100%;width:100%}.Btemplate1_mobileCarousel__b\+-wR{display:flex;flex-direction:column;gap:4vh}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U{display:flex;flex-direction:column;gap:1vh}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U img{flex-shrink:0;height:37.1vh;width:96.15vw}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U h2{color:#000;font-family:Radley;font-size:8.04vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r{align-items:center;display:flex;gap:2vw}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r .Btemplate1_heart__vp3FB{aspect-ratio:1/.9533;width:7.69vw}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r .Btemplate1_heart__vp3FB img{height:100%;width:100%}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r .Btemplate1_comment__Unezg{aspect-ratio:1/.8543;width:8.1vw}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r .Btemplate1_comment__Unezg img{height:100%;width:100%}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r .Btemplate1_share__O5e\+K{aspect-ratio:1/.591;width:10.13vw}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_activeItem__5Z-1U .Btemplate1_actions__VcU4r .Btemplate1_share__O5e\+K img{height:100%;width:100%}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_allItems__71STW{display:flex;gap:2vw;height:30vh;min-width:100vw;overflow:scroll}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_allItems__71STW::-webkit-scrollbar{display:none}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_allItems__71STW .Btemplate1_Products__xccPp{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:1vh;height:18.31vh;min-height:18.31vh;min-width:47.41vw;width:47.41vw}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_allItems__71STW .Btemplate1_Products__xccPp img{height:100%;width:100%}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_allItems__71STW .Btemplate1_Products__xccPp h2{color:#000;font-family:Radley;font-size:3.97vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Btemplate1_mobileCarousel__b\+-wR .Btemplate1_allItems__71STW .Btemplate1_Products__xccPp .Btemplate1_actions__VcU4r{display:flex;gap:2vw}#carouselB1 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB1 .alice-carousel__wrapper .__target #details{display:flex}#carouselB1 .alice-carousel__dots,#carouselB1 .alice-carousel__next-btn,#carouselB1 .alice-carousel__prev-btn{display:none}.Btemplate10_TemplateWrapper__blFJ3{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate10_TemplateWrapper__blFJ3::-webkit-scrollbar{display:none}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Setting__uMv5J{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Template10__myFd1{background:#000;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Template10__myFd1::-webkit-scrollbar{display:none}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Template10__myFd1 section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3{background:linear-gradient(180deg,#00e3fe,#000 88.92%);height:auto;max-width:100vw;min-height:100vh;position:relative;width:100vw}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_changeLandingIcon__pRZ51{height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_changeLandingIcon__pRZ51{height:3rem;width:3rem}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3{background:linear-gradient(180deg,#00e3fe,#000 88.92%);height:100vh;max-height:100vh}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_asset__QTPP2{height:78.1545rem;left:0;position:absolute;top:0;width:100vw;z-index:2}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_asset__QTPP2{height:38.76306rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_asset__QTPP2 img{height:100%;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_intro__mFTFh{flex-shrink:0;height:78.1545rem;width:112.26319rem;width:100vw}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_intro__mFTFh .Btemplate10_introImage__rKy4-{clip-path:polygon(0 0,100% 0,100% 98%,0 37%);height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_intro__mFTFh .Btemplate10_introImage__rKy4-{clip-path:polygon(0 0,100% 0,100% 49%,0 33.3%)}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_intro__mFTFh .Btemplate10_introImage__rKy4- img{height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_intro__mFTFh .Btemplate10_introImage__rKy4- img{height:60%}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT{align-items:center;-webkit-backdrop-filter:blur(18.5853271484px);backdrop-filter:blur(18.5853271484px);background:#0000002b;border:2px solid #5200ff;border-radius:.77438rem;bottom:0;box-shadow:0 4.956px 4.956px 0 #00000040;display:flex;flex-direction:column;height:16.49506rem;justify-content:space-around;position:absolute;right:10rem;width:10.91531rem;z-index:10}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT{-webkit-backdrop-filter:blur(11.5044641495px);backdrop-filter:blur(11.5044641495px);background:#0000002b;border:1.238px solid #5200ff;border-radius:.47938rem;bottom:8rem;box-shadow:0 3.068px 3.068px 0 #00000040;height:10.21056rem;right:2rem;width:6.75669rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_posts__Kogre,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_subscribers__9NuNE{align-items:center;display:flex;flex-direction:column}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_posts__Kogre h3,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_subscribers__9NuNE h3{color:#fff;font-family:Roboto;font-size:2.68331rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_posts__Kogre h3,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_subscribers__9NuNE h3{font-size:1.661rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_posts__Kogre h5,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_subscribers__9NuNE h5{color:#fff;font-family:Roboto;font-size:1.25219rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_posts__Kogre h5,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_postSubscribers__tdfzT .Btemplate10_subscribers__9NuNE h5{font-size:.77513rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd{align-items:center;bottom:0;display:flex;gap:2rem;left:0;margin:0 0 .3rem 3rem;position:absolute;z-index:7}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd{left:-2rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_RatingContainer__B00k6{align-items:center;bottom:10%;cursor:pointer;display:flex;height:7rem;justify-content:center;left:190%;position:absolute;width:7rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_RatingContainer__B00k6{bottom:20%;height:3.99925rem;left:160%;width:3.99925rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_RatingContainer__B00k6 img{height:100%;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_RatingContainer__B00k6 p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_RatingContainer__B00k6 p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j{align-items:center;background:#0000000d;border:1px solid #633cff;border-radius:1.375rem;display:flex;flex-direction:column;height:31.625rem;justify-content:space-around;width:4.625rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000014;border:1px solid #780eff;border-radius:.5rem;height:11.8125rem;width:2.875rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_location__oSvZ0,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_mail__SJUsh,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_phone__J-5zT,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_store__ZQoJ9,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_whatsapp__SLJBO{height:2.53494rem;width:2.53494rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_location__oSvZ0,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_mail__SJUsh,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_phone__J-5zT,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_store__ZQoJ9,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_whatsapp__SLJBO{height:1.2105rem;width:1.2105rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_location__oSvZ0 img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_mail__SJUsh img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_phone__J-5zT img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_store__ZQoJ9 img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_socials__Guu1j .Btemplate10_whatsapp__SLJBO img{cursor:pointer;height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj{left:25%;position:absolute;top:-100%}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_EditTextIcon__I\+3\+g{height:4rem;position:absolute;right:0;top:0;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_EditTextIcon__I\+3\+g{height:3rem;top:-3.4rem;width:3rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_businessName__jzmMK{color:#efcd3c;font-family:Bebas Neue;font-size:9.59431rem;font-style:normal;font-weight:400;line-height:94%;width:28.91169rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_businessName__jzmMK{font-size:4.4355rem;width:13.36594rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56{align-items:center;display:flex;justify-content:space-around;transform:rotate(.17deg)}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56 button{background-color:#0000;border:none;font-family:Roboto;font-size:2.28269rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56 button{font-size:1.05531rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56 button{cursor:pointer}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56 button:first-child{color:#fff;position:relative}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56 button:first-child:before{background:#ffaf38;border-radius:1.98563rem;content:"";height:3.96431rem;left:0;transform:rotate(.17deg);width:3.97119rem}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container1__kGQE3 .Btemplate10_content__uAwfd .Btemplate10_nameActions__91dOj .Btemplate10_buttons__IZx56 button:nth-child(2){color:#ffffff73}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj{background:linear-gradient(180deg,#38d3d8,#000 28.65%);background:#010101;height:auto;max-width:100vw;min-height:100vh;position:relative;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj{background:#010101}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutImage__FpYFM{clip-path:polygon(100% 0,100% 71%,0 100%,0 30%);height:127.05494rem;position:relative;transform:translateY(-10%);width:107.99994rem;width:100vw;z-index:3}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutImage__FpYFM{height:47.60413rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutImage__FpYFM img{height:100%;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutCompany__UEhAG{align-items:center;display:flex;flex-shrink:0;height:38.34181rem;justify-content:flex-end;position:absolute;right:0;top:10%;width:39.78413rem;z-index:5}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutCompany__UEhAG{height:16.04481rem;right:-2%;top:5%;width:16.64838rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutCompany__UEhAG img{fill:#0000004d;height:100%;position:absolute;top:0;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutCompany__UEhAG p{color:#fff;font-family:Roboto;font-size:3.82556rem;font-style:normal;font-weight:300;line-height:normal;margin-right:2rem;width:22.02681rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutCompany__UEhAG p{font-size:1.40538rem;width:8.09175rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF-{fill:#0000004d;align-items:center;box-shadow:inset 23.447px 23.447px 35.171px 0 #52525240;display:flex;height:48.75669rem;left:0;position:absolute;top:40%;width:49.96888rem;z-index:5}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF-{height:24.11075rem;left:-2%;top:25%;width:24.71019rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF- .Btemplate10_EditTextIcon__I\+3\+g{height:4rem;left:4rem;position:absolute;top:5rem;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF- .Btemplate10_EditTextIcon__I\+3\+g{height:3rem;top:4rem;width:3rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF- img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF- .Btemplate10_aboutusText__3SpFJ{color:#fff;font-family:Roboto;font-size:1.4375rem;font-style:normal;font-weight:300;height:19.57856rem;line-height:normal;margin-left:3rem;margin-top:3rem;width:28.23156rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_aboutDesc__27WF- .Btemplate10_aboutusText__3SpFJ{font-size:.8125rem;height:max-content;margin-left:1.5rem;margin-top:1rem;width:13.58988rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_hiringButton__7e4z4{align-items:center;background:linear-gradient(180deg,#3d96ff,#000);border:1px solid #000;border-radius:.56581rem;bottom:20%;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter;font-size:1.49088rem;font-style:normal;font-weight:500;height:6.33631rem;justify-content:center;letter-spacing:.39506rem;line-height:normal;padding:1.41444rem 4.24338rem;position:absolute;right:10%;text-transform:uppercase;z-index:6}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container2__BhbRj .Btemplate10_hiringButton__7e4z4{border:.451px solid #000;border-radius:.25519rem;bottom:32%;font-size:.6725rem;height:2.85806rem;letter-spacing:.17819rem;padding:.638rem 1.914rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA{height:auto;height:calc(62.74963rem - 40%);max-width:100vw;position:relative;width:100vw;z-index:6}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA{height:calc(29.92288rem - 40%)}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusImage__0YioK{bottom:0;clip-path:polygon(20% 3%,100% 38%,100% 100%,0 100%,0 3%);height:62.74963rem;left:0;position:absolute;width:109.58406rem;width:100vw;z-index:-1}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusImage__0YioK{clip-path:polygon(5% 3%,100% 38%,100% 100%,0 100%,0 3%);height:29.92288rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusImage__0YioK img{height:100%;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp{bottom:0;display:flex;flex-direction:column;height:41.61819rem;justify-content:flex-end;left:0;position:absolute;width:108.76069rem;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp{height:17.6825rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp .Btemplate10_EditTextIcon__I\+3\+g{bottom:5rem;height:4rem;position:absolute;right:4rem;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp .Btemplate10_EditTextIcon__I\+3\+g{bottom:8rem;height:3rem;right:4rem;width:3rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp img{fill:#0000001a;bottom:0;height:100%;position:absolute;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp h3{color:#fff;font-family:Roboto;font-size:4.31575rem;font-style:normal;font-weight:400;line-height:normal;padding-left:4rem;width:21.80963rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp h3{font-size:1.78056rem;width:8.998rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp .Btemplate10_chooseusText__UTtRI{color:#fff;font-family:Roboto;font-size:1.4375rem;font-style:normal;font-weight:300;line-height:normal;margin-bottom:3rem;padding-left:4rem;width:57.30419rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container3__7WoTA .Btemplate10_chooseusContent__Crzyp .Btemplate10_chooseusText__UTtRI{font-size:.64438rem;width:22.56356rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp{height:auto}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_topSection__iQ0A0{align-items:center;display:flex;justify-content:space-between;padding:3rem 6rem;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_topSection__iQ0A0{padding:3rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_topSection__iQ0A0 h3{color:#fff;font-family:Roboto;font-size:5.22569rem;font-style:normal;font-weight:600;line-height:117%;width:19.21306rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_topSection__iQ0A0 h3{font-size:2.45275rem;width:9.01775rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_topSection__iQ0A0 h4{color:#fff;font-family:Roboto;font-size:2.875rem;font-style:normal;font-weight:400;line-height:75.688%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_topSection__iQ0A0 h4{font-size:.82763rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2{grid-row-gap:.8rem;grid-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:33.05875rem 33.05875rem 33.05875rem;grid-template-rows:22.62619rem 22.62619rem;row-gap:.8rem;width:max-content}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2{grid-template-columns:12.0185rem 12.0185rem;grid-template-rows:11.09781rem 11.09781rem;margin-bottom:4rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv{display:flex;flex-direction:column;justify-content:flex-end;padding:2px;position:relative;text-align:center;z-index:1}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_imageUrl__l-kUK{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_imageUrl__l-kUK img{height:100%;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj{height:auto;overflow:hidden;transition:height .3s ease;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_name__SZuJs{color:#fff;font-family:Roboto;font-size:2.42644rem;font-style:normal;font-weight:400;line-height:92.688%;padding:1rem 2rem;width:max-content}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_name__SZuJs{font-size:1.02588rem;padding:.5rem 1rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC{align-items:center;display:flex;gap:.3rem;padding:1rem 2rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC{padding:.5rem 1rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_like__GTRCK{flex-shrink:0;height:2.75213rem;width:2.88838rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_like__GTRCK{height:1.16363rem;width:1.22125rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_comment__LS-Ay{height:2.59575rem;width:3.0405rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_comment__LS-Ay{height:1.0975rem;width:1.2855rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_share__IWVBa{height:2.23863rem;width:3.79594rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_share__IWVBa{height:.9465rem;width:1.60494rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_comment__LS-Ay img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_like__GTRCK img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container4__jp9Zp .Btemplate10_productContainer__dMVM2 .Btemplate10_product__Kf0Dv .Btemplate10_nameActions__91dOj .Btemplate10_actions__wrhtC .Btemplate10_share__IWVBa img{cursor:pointer;height:100%;width:100%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:100vw;min-height:100vh;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm{min-height:auto}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_topSection__iQ0A0{align-items:center;display:flex;justify-content:space-between;padding:3rem 6rem;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_topSection__iQ0A0{padding:3rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_topSection__iQ0A0 h3{color:#fff;font-family:Roboto;font-size:5.22569rem;font-style:normal;font-weight:600;line-height:117%;width:19.21306rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_topSection__iQ0A0 h3{font-size:2.45275rem;width:9.01775rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_topSection__iQ0A0 h4{color:#fff;font-family:Roboto;font-size:2.875rem;font-style:normal;font-weight:400;line-height:75.688%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_topSection__iQ0A0 h4{font-size:.82763rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_carousel__fd8wO{width:81.09794rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_carousel__fd8wO{width:24.45119rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_thankYou__KX74Z{color:#fff;font-family:Noto Serif;font-size:2.93513rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:3rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_Container5__7Icnm .Btemplate10_thankYou__KX74Z{font-size:1.625rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd{border-radius:3.60988rem;display:flex;flex-direction:column;height:59.98369rem;justify-content:space-between;position:relative;width:81.09794rem;z-index:1}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd{border-radius:1.08838rem;height:23.57606rem;width:24.45119rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_backImage__ccA63{border-radius:3.60988rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_backImage__ccA63 img{border-radius:3.60988rem;height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_backImage__ccA63 img{border-radius:1.08838rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_upperSection__oyQ9R{align-items:flex-start;display:flex;flex-direction:column;gap:.1rem;padding:3rem 4rem}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_upperSection__oyQ9R h3{color:#000;font-family:Roboto;font-size:2.39438rem;font-style:normal;font-weight:300;letter-spacing:.38313rem;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_upperSection__oyQ9R h3{font-size:.72194rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_upperSection__oyQ9R h4{color:#000;font-family:Roboto;font-size:1.43125rem;font-style:normal;font-weight:300;letter-spacing:.229rem;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_upperSection__oyQ9R h4{font-size:.4315rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n{-webkit-backdrop-filter:blur(4.4300866127px);backdrop-filter:blur(4.4300866127px);background:#fff3;display:flex;height:6.43738rem;margin:2rem;width:77.70725rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n{-webkit-backdrop-filter:blur(1.3356804848px);backdrop-filter:blur(1.3356804848px);background:#fff3;height:1.94088rem;margin:auto auto 1.2rem;width:23.42888rem;width:90%}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_desc__bRM6k{width:60%}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC{align-items:center;display:flex;flex:1 1;gap:4rem;justify-content:center}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC{gap:1.2rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_like__GTRCK{height:2.66281rem;width:2.7945rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_like__GTRCK{height:.80288rem;width:.84263rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_comment__LS-Ay{height:3.46856rem;width:4.06319rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_comment__LS-Ay{height:1.04575rem;width:1.22506rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_share__IWVBa{height:2.99625rem;width:5.08063rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_share__IWVBa{height:.90338rem;width:1.53181rem}}.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_comment__LS-Ay img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_like__GTRCK img,.Btemplate10_TemplateWrapper__blFJ3 .Btemplate10_GalleryCard__9PtLd .Btemplate10_bottomSection__eLO7n .Btemplate10_actions__wrhtC .Btemplate10_share__IWVBa img{height:100%;width:100%}#CarouselB10 .alice-carousel__dots,#CarouselB10 .alice-carousel__next-btn,#CarouselB10 .alice-carousel__prev-btn{display:none}.Template2_TemplateWrapper__P133u{box-sizing:border-box;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template2_TemplateWrapper__P133u::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__P133u .Template2_Setting__oZNMx{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template2_TemplateWrapper__P133u .Template2_Btemplate2__nOqZS{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template2_TemplateWrapper__P133u .Template2_Btemplate2__nOqZS::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__P133u .Template2_Btemplate2__nOqZS section{scroll-snap-align:start;scroll-snap-stop:always}.Template2_Container1__4M\+8c{background:#fcf4ee;display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE{flex:1 1;height:87.2%;position:relative;width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE{height:90.49vh}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt{align-items:flex-start;display:flex;flex-direction:column;gap:6vh;height:100%;justify-content:space-around;padding-left:5vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt{gap:4vh;height:42.88vh;padding:2vh 0 2vh 6vw;width:100%}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_logo__kJDJJ{align-items:center;display:flex;height:10.74vh;justify-content:center;justify-self:flex-start;width:11.57vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_logo__kJDJJ{height:6.43vh;width:23.256vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_logo__kJDJJ img{height:100%;width:100%}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H{display:flex;flex-direction:column;gap:6vh;position:relative}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H{gap:3vh}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_EditTextIcon__TgwJc{height:4rem;position:absolute;right:-5rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_EditTextIcon__TgwJc{height:3rem;width:3rem}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_name__1wG5t{color:#323232;font-family:Radley;font-size:4.6vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_name__1wG5t{font-size:9.09vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_buttons__E-KLv{display:flex;gap:1vw}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_buttons__E-KLv button{align-items:center;border:none;border-radius:.504vw;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter;font-size:1.012vw;font-style:normal;font-weight:300;height:8.17vh;justify-content:center;letter-spacing:.268vw;line-height:normal;padding:2.3vh 3.834vw;text-transform:uppercase;width:15.366vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_buttons__E-KLv button{font-size:2.16vw;height:4.42vh;padding:1.25vh 8.11vw;width:32.83vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_buttons__E-KLv button:first-child{background:#c0a181;color:#fff}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_mid__bTA1H .Template2_buttons__E-KLv button:nth-child(2){background:#fff;border:.063vw solid #000;color:#000}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6{align-items:center;display:flex;gap:3vw;justify-self:flex-end}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_RatingContainer__Exhwd{align-items:center;cursor:pointer;display:flex;height:7vw;justify-content:center;position:relative;width:7vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_RatingContainer__Exhwd{height:18vw;width:18vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_RatingContainer__Exhwd img{height:100%;width:100%}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_RatingContainer__Exhwd p{color:#fff;font-family:Poppins;font-size:1.123vw;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_RatingContainer__Exhwd p{font-size:2.3vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j{align-items:center;display:flex;flex-direction:column;gap:.2vh}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_addsub__7KMrM,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_reel__IPqKS,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_addsub__7KMrM,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_reel__IPqKS{fill:#c0a181;align-items:center;aspect-ratio:1/1;background-image:url(/static/media/business2bgsec2.c77894f1bc6da48a49f8.svg);background-size:cover;display:flex;flex-shrink:0;justify-content:center;margin-bottom:2vh;width:2.5vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_addsub__7KMrM,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_reel__IPqKS,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_addsub__7KMrM,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_reel__IPqKS{aspect-ratio:1/1;width:6.79vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_addsub__7KMrM svg,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_reel__IPqKS svg,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_addsub__7KMrM svg,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_reel__IPqKS svg{aspect-ratio:1/1;width:1.176vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_addsub__7KMrM svg,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw .Template2_reel__IPqKS svg,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_addsub__7KMrM svg,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j .Template2_reel__IPqKS svg{aspect-ratio:1/1;width:2.72vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw p,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j p{color:#000;font-family:Poppins;font-size:1.212vw;font-style:normal;font-weight:500;letter-spacing:.115vw;line-height:118.5%;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_posts__i6iTw p,.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_contents__DjLOt .Template2_ratingSubs__nr7F6 .Template2_subscribers__rUQ8j p{font-size:2.81vw;letter-spacing:.27vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3{bottom:0;height:77.74vh;position:absolute;right:0;width:50.566vw}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 .Template2_landingChangeIcon__IuQiC{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 .Template2_landingChangeIcon__IuQiC{height:3rem;width:3rem}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3{flex-shrink:0;height:48.61vh;width:100%}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 img{height:100%;width:100%}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 .Template2_socials__dj6s1{align-items:center;background:#fff;bottom:4vh;display:flex;gap:3.628vw;height:13.98vh;justify-content:center;padding:.89vh .579vw;position:absolute;right:4vw;width:36.705vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 .Template2_socials__dj6s1{height:10.24vh;justify-content:space-around;padding:.66vh 1.42vw;right:0;width:90.16vw}}.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 .Template2_socials__dj6s1 img{aspect-ratio:1/1;cursor:pointer;width:2.35vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_topSection__2I9WE .Template2_heroImage__oWYt3 .Template2_socials__dj6s1 img{aspect-ratio:1/1;width:3.721vw}}.Template2_Container1__4M\+8c .Template2_bottomSection__uX7Un{align-items:center;background:#fff;display:flex;gap:7vw;height:12.8%;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_bottomSection__uX7Un{height:9.51vh}}.Template2_Container1__4M\+8c .Template2_bottomSection__uX7Un img{height:7vh;margin-right:3vw;object-fit:contain}@media(max-width:930px)and (min-height:600px){.Template2_Container1__4M\+8c .Template2_bottomSection__uX7Un img{height:5vh;margin-right:5vw}}.Template2_Container2__hwUDQ{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;padding:1vh 2vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ{flex-direction:column}}.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf{display:flex;flex-direction:column;height:100%;justify-content:space-around}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf{align-items:center;height:50%;width:100%}}.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh{display:flex;flex-direction:column;gap:2vh;padding:4vh 0;position:relative}.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh h2{color:#000;font-family:Radley;font-size:3.125vw;font-style:normal;font-weight:400;letter-spacing:.595vw;line-height:160.5%;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh h2{font-size:6.36vw}}.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh .Template2_aboutusText__tE5eH{color:#3f3f3f;font-family:Poppins;font-size:1.176vw;font-style:normal;font-weight:300;height:35.31vh;letter-spacing:.312vw;line-height:155.5%;width:28.266vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh .Template2_aboutusText__tE5eH{font-size:2.39vw;height:18.12vh;width:57.34vw}}.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh .Template2_EditTextIcon__TgwJc{height:4rem;position:absolute;right:-5rem;top:8rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf .Template2_companyDetails__nQnOh .Template2_EditTextIcon__TgwJc{height:3rem;width:3rem}}.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf button{align-items:center;background:#ffcd9a;border-radius:.524vw;color:#323232;display:inline-flex;flex-shrink:0;font-family:Inter;font-size:1.168vw;font-style:normal;font-weight:500;height:9.08vh;justify-content:center;letter-spacing:.309vw;line-height:normal;padding:2.02vh 3.325vw;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_leftSection__UZ7nf button{border-radius:.9vw;font-size:2.27vw;height:4.65vh;margin-right:30vw;padding:9.684px 6.75vw;width:max-content}}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3{border:.49vw solid #fff;border-radius:0 10.768vw;flex-shrink:0;height:72.53vh;min-width:350px;position:relative;width:21.513vw}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3 .Template2_aboutImageChangeIcon__ptv3i{bottom:2rem;height:4rem;position:absolute;right:2rem;width:4rem}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3 .Template2_aboutImageChangeIcon__ptv3i img{border-radius:0}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3 .Template2_aboutImageChangeIcon__ptv3i{bottom:1rem;height:3rem;right:1rem;width:3rem}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3{border:1.07vw solid #fff;border-radius:0 23.45vw;flex-shrink:0;height:39.96vh;min-width:100px;width:46.91vw}}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3 img{border-radius:0 10.768vw;height:100%;object-fit:cover;width:100%}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3:before{aspect-ratio:1/1;background:#fcfcfc url(/static/media/twostars.e3ef77969e312f1ec06c.svg) 50%;background-size:100% 100%;border:.869vw solid #fff;border-radius:50%;bottom:-9vh;content:"";flex-shrink:0;left:-9vw;position:absolute;width:12.716vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3:before{fill:#fcfcfc;stroke-width:1.6vw;stroke:#fff;aspect-ratio:1/1;bottom:1vh;left:-16vw;width:30.44vw}}.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3:after{aspect-ratio:1/1;background:#fcfcfc url(/static/media/twostars.e3ef77969e312f1ec06c.svg) 50%;background-size:100% 100%;border:.869vw solid #fff;border-radius:50%;content:"";flex-shrink:0;position:absolute;right:-9vw;top:-9vh;width:16.716vw;width:12.716vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__hwUDQ .Template2_rightSection__LsuVM .Template2_heroImage__oWYt3:after{fill:#fcfcfc;stroke-width:1.6vw;stroke:#fff;aspect-ratio:1/1;right:-16vw;top:1vh;width:30.44vw}}.Template2_Container3__pHY9W{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N{align-items:center;display:inline-flex;flex-direction:column;gap:.619vh;position:relative}.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N .Template2_EditTextIcon__TgwJc{height:4rem;position:absolute;right:-3rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N .Template2_EditTextIcon__TgwJc{height:3rem;top:3rem;width:3rem}}.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N h2{color:#000;font-family:Radley;font-size:2.714vw;font-style:normal;font-weight:400;letter-spacing:.515vw;line-height:160.5%;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N h2{font-size:7.56vw;letter-spacing:1.44vw}}.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N .Template2_chooseusText__NspPW{color:#3f3f3f;font-family:Poppins;font-size:1.017vw;font-style:normal;font-weight:300;letter-spacing:.269vw;line-height:155.5%;text-align:center;width:60.543vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_upperSection__\+iE-N .Template2_chooseusText__NspPW{font-size:3.21vw;letter-spacing:.85vw;max-height:22.52vh;overflow:hidden;width:83.94vw}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V{stroke-width:1.851px;stroke:#fed3a7;align-items:flex-end;background-image:url(/static/media/con3frameb2.8a67bc4d0abf2bd180ea.svg);background-size:100% 100%;display:flex;flex-shrink:0;height:33.78vw;justify-content:center;padding:2vh 0;position:relative;width:22.729vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V{height:50.91vh;width:54.66vw}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V:before{background:url(/static/media/star.ca7c1d21aa9a30ba4fba.svg);background-position:50%;background-size:inherit;bottom:3rem;content:"";height:4rem;left:-3rem;position:absolute;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V:before{bottom:3rem;left:-4rem}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V:after{background:url(/static/media/star.ca7c1d21aa9a30ba4fba.svg);background-position:50%;background-size:inherit;content:"";height:4rem;position:absolute;right:-3rem;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V:after{right:-4rem;top:0}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_chooseImageChangeIcon__W4h\+z{cursor:pointer;height:4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_chooseImageChangeIcon__W4h\+z{height:3rem;width:3rem}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_asset__3r06z{height:9vw;left:0;position:absolute;top:2.3rem;width:9vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_asset__3r06z{height:29vw;left:-7vw;top:5.466vh;width:27vw}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_asset__3r06z img{height:100%;width:100%}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_image__BwSxX{border-radius:9.351vw;height:30.78vw;width:15.787vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_image__BwSxX{border-radius:24.97vw;height:46.84vh;width:47.97vw}}.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_image__BwSxX img{border-radius:9.351vw;height:100%;width:100%}@media(orientation:portrait){.Template2_Container3__pHY9W .Template2_lowerSection__ccv6W .Template2_frame__M9X2V .Template2_image__BwSxX img{border-radius:24.97vw}}.Template2_Container4__iY1K4{background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Template2_Container4__iY1K4 .Template2_top__Z5mzK{display:flex;justify-content:space-between;padding:.2vh 3vw}@media(max-width:930px)and (min-height:600px){.Template2_Container4__iY1K4 .Template2_top__Z5mzK{flex-direction:column;justify-content:flex-start;padding:.2vh 2vw}}.Template2_Container4__iY1K4 .Template2_top__Z5mzK h2{color:#000;font-family:Radley;font-size:2.778vw;font-style:normal;font-weight:400;letter-spacing:.417vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container4__iY1K4 .Template2_top__Z5mzK h2{font-size:7.44vw;letter-spacing:1.12vw}}.Template2_Container4__iY1K4 .Template2_top__Z5mzK p{color:#545454;cursor:pointer;font-family:Radley;font-size:1.852vw;font-style:normal;font-weight:400;letter-spacing:.278vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container4__iY1K4 .Template2_top__Z5mzK p{font-size:3.49vw;letter-spacing:.52vw}}.Template2_Container4__iY1K4 .Template2_products__muyj9 .Template2_carousel__n0oCY{margin-left:5vw;width:95%}@media(max-width:930px)and (min-height:600px){.Template2_Container4__iY1K4 .Template2_products__muyj9 .Template2_carousel__n0oCY{margin-left:2vw;width:100%}}.Template2_Container5__tosyM{background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template2_Container5__tosyM{justify-content:space-around}}.Template2_Container5__tosyM .Template2_topSection__2I9WE{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Template2_Container5__tosyM .Template2_topSection__2I9WE{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Template2_Container5__tosyM .Template2_topSection__2I9WE h2{color:#000;font-family:Radley;font-size:2.778vw;font-style:normal;font-weight:400;letter-spacing:.417vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container5__tosyM .Template2_topSection__2I9WE h2{font-size:7.44vw;letter-spacing:1.12vw}}.Template2_Container5__tosyM .Template2_topSection__2I9WE p{color:#545454;cursor:pointer;font-family:Radley;font-size:1.852vw;font-style:normal;font-weight:400;letter-spacing:.278vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container5__tosyM .Template2_topSection__2I9WE p{font-size:3.49vw;letter-spacing:.52vw}}.Template2_Container5__tosyM .Template2_carousel__n0oCY{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Template2_Container5__tosyM .Template2_carousel__n0oCY{margin-left:1.2vw;width:100%}}.Template2_Container5__tosyM .Template2_thankYou__bwTH6{color:#000;font-family:Playball;font-size:48.319px;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Template2_Container5__tosyM .Template2_thankYou__bwTH6{font-size:6.05vw}}.Template2_postMainContainer__LiJ-g{display:flex;flex-direction:column;height:66.66vh;justify-content:space-between;position:relative;width:59.429vw;width:60vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__LiJ-g{height:64.62vh;width:97.39vw}}.Template2_postMainContainer__LiJ-g .Template2_media__WyNKP{height:100%;position:absolute;width:100%;z-index:-1}.Template2_postMainContainer__LiJ-g .Template2_media__WyNKP img{height:100%;object-fit:cover;width:100%}.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R img{aspect-ratio:1/1;width:8.39vw}}.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R .Template2_profileDetails__9r92R{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R .Template2_profileDetails__9r92R h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R .Template2_profileDetails__9r92R h4{font-size:2.56vw}}.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R .Template2_profileDetails__9r92R h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__LiJ-g .Template2_profile__egl0R .Template2_profileDetails__9r92R h5{font-size:1.4vw}}.Template2_postMainContainer__LiJ-g .Template2_details__gnOtt{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;width:59.21vw}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__LiJ-g .Template2_details__gnOtt{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Template2_postMainContainer__LiJ-g .Template2_details__gnOtt p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__LiJ-g .Template2_details__gnOtt p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Template2_ProductContainer__1esPy{display:flex;flex-direction:column;gap:3vh}.Template2_ProductContainer__1esPy img{flex-shrink:0;height:46.25vh;width:35.761vw}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__1esPy img{height:170.583px;width:203.919px}}.Template2_ProductContainer__1esPy h2{color:#000;font-family:Radley;font-size:2.99vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__1esPy h2{font-size:17.056px}}.Template2_ProductContainer__1esPy .Template2_actions__f3js1{align-items:center;display:flex;gap:2vw}.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_heart__SrV3z{aspect-ratio:1/.9533;width:49.495px}.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_heart__SrV3z img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_heart__SrV3z{height:15.562px;width:16.333px}}.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_comment__DpiWH{aspect-ratio:1/.8543;width:52.1px}.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_comment__DpiWH img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_comment__DpiWH{height:14.677px;width:17.192px}}.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_share__CDzfn{aspect-ratio:1/.591;width:65.043px}.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_share__CDzfn img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__1esPy .Template2_actions__f3js1 .Template2_share__CDzfn{height:12.658px;width:21.463px}}.Template2_mobileCarousel__mcLFt{display:flex;flex-direction:column;gap:4vh}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub{display:flex;flex-direction:column;gap:1vh}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub img{flex-shrink:0;height:37.1vh;width:96.15vw}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub h2{color:#000;font-family:Radley;font-size:8.04vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1{align-items:center;display:flex;gap:2vw}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1 .Template2_heart__SrV3z{aspect-ratio:1/.9533;width:7.69vw}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1 .Template2_heart__SrV3z img{height:100%;width:100%}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1 .Template2_comment__DpiWH{aspect-ratio:1/.8543;width:8.1vw}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1 .Template2_comment__DpiWH img{height:100%;width:100%}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1 .Template2_share__CDzfn{aspect-ratio:1/.591;width:10.13vw}.Template2_mobileCarousel__mcLFt .Template2_activeItem__RLEub .Template2_actions__f3js1 .Template2_share__CDzfn img{height:100%;width:100%}.Template2_mobileCarousel__mcLFt .Template2_allItems__1MIjB{display:flex;gap:2vw;height:30vh;min-width:100vw;overflow:scroll}.Template2_mobileCarousel__mcLFt .Template2_allItems__1MIjB::-webkit-scrollbar{display:none}.Template2_mobileCarousel__mcLFt .Template2_allItems__1MIjB .Template2_Products__Px2dW{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:1vh;height:18.31vh;min-height:18.31vh;min-width:47.41vw;width:47.41vw}.Template2_mobileCarousel__mcLFt .Template2_allItems__1MIjB .Template2_Products__Px2dW img{height:100%;width:100%}.Template2_mobileCarousel__mcLFt .Template2_allItems__1MIjB .Template2_Products__Px2dW h2{color:#000;font-family:Radley;font-size:3.97vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Template2_mobileCarousel__mcLFt .Template2_allItems__1MIjB .Template2_Products__Px2dW .Template2_actions__f3js1{display:flex;gap:2vw}#carouselB2 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB2 .alice-carousel__wrapper .__target #details{display:flex}#carouselB2 .alice-carousel__dots,#carouselB2 .alice-carousel__next-btn,#carouselB2 .alice-carousel__prev-btn,#carouselB24 .alice-carousel__dots,#carouselB24 .alice-carousel__next-btn,#carouselB24 .alice-carousel__prev-btn{display:none}.Btemplate6_TemplateWrapper__QDajR{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate6_TemplateWrapper__QDajR::-webkit-scrollbar{display:none}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Setting__0oXVs{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Template6__7SwVQ{background:#fff;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Template6__7SwVQ::-webkit-scrollbar{display:none}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Template6__7SwVQ section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;width:100vw}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB{display:flex;flex-direction:column;padding:2rem 0 0 2rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_logo__l2jk\+{align-items:center;border:.769px solid #000;display:flex;height:7.5rem;justify-content:center;margin-bottom:2rem;width:12.5rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_logo__l2jk\+{border:.407px solid #000;height:3.96469rem;width:6.60788rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_logo__l2jk\+ img{height:100%;object-fit:cover;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk{align-self:flex-end;border-radius:2.19656rem 0 0 2.19656rem;height:33.56369rem;position:relative;width:90.83369rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk{border-radius:.77738rem 0 0 .77738rem;height:19.16263rem;width:23.36975rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_banner__W7cIF{border-radius:2.19656rem 0 0 2.19656rem;flex-shrink:0;height:100%;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_banner__W7cIF{border-radius:.77738rem 0 0 .77738rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_banner__W7cIF img{border-radius:inherit;height:100%;object-fit:cover;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_banner__W7cIF .Btemplate6_CoverUploadBtn__qD-79{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_banner__W7cIF .Btemplate6_CoverUploadBtn__qD-79{height:3rem;width:3rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS{align-items:center;-webkit-backdrop-filter:blur(20.747959137px);backdrop-filter:blur(20.747959137px);background:#0006;border:1.383px solid #5200ff;border-radius:.8645rem;box-shadow:0 5.533px 5.533px 0 #00000040;display:flex;flex-direction:column;flex-shrink:0;gap:2rem;height:18.41444rem;justify-content:center;left:0;position:absolute;top:0;transform:translate(-50%,50%);width:12.18544rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS{-webkit-backdrop-filter:blur(9.028002739px);backdrop-filter:blur(9.028002739px);background:#0006;border:1.5px solid #5200ff;border-radius:.37619rem;box-shadow:0 2.407px 2.407px 0 #00000040;height:8.01263rem;width:5.30219rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_posts__rlh4R,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_subscribers__SN8K4{align-items:center;display:flex;flex-direction:column}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_posts__rlh4R h2,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_subscribers__SN8K4 h2{color:#fff;font-family:Roboto;font-size:2.99556rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_posts__rlh4R h2,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_subscribers__SN8K4 h2{font-size:1.30344rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_posts__rlh4R p,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_subscribers__SN8K4 p{color:#fff;font-family:Roboto;font-size:1.39794rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_posts__rlh4R p,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_mainContent__F6hjB .Btemplate6_heroSection__0lMBk .Btemplate6_postSubscriber__c5iSS .Btemplate6_subscribers__SN8K4 p{font-size:.60825rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS{align-items:center;display:flex;justify-content:space-between;padding:2rem 8rem 2rem 3rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS{flex-direction:column;gap:3rem;padding:0;position:relative}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4{align-items:center;display:flex;gap:4rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_RatingContainer__xRdr8{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_RatingContainer__xRdr8{bottom:0;flex-shrink:0;height:3.99925rem;position:absolute;width:3.99925rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_RatingContainer__xRdr8 img{height:100%;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_RatingContainer__xRdr8 p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_RatingContainer__xRdr8 p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M{align-items:flex-start;display:flex;flex-direction:column;position:relative}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_EditTextIcon__aPF1c{height:4rem;left:5rem;position:absolute;top:-4rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_EditTextIcon__aPF1c{height:3rem;left:15rem;width:3rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_name__03hX5{color:#000;font-family:Bellefair;font-size:4.69144rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_name__03hX5{font-size:3.60256rem;white-space:nowrap}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_buttons__vFxkT{align-items:center;display:flex;gap:3rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_buttons__vFxkT button{background:#0000;border:none;font-family:Roboto;font-size:2.01056rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_buttons__vFxkT button{font-size:.9735rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_buttons__vFxkT button:first-child{color:#000}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_leftSection__GN\+T4 .Btemplate6_nameAction__U8m6M .Btemplate6_buttons__vFxkT button:nth-child(2){color:#0000007a}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR{background:linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%);background:var(--new-cad-gradient,linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%));border-radius:1.47319rem;display:flex;flex-direction:column;gap:.1rem;height:9.3125rem;padding:1rem;width:23.75rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR{align-self:flex-end;height:7.6875rem;width:14.4375rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR h3{color:#fff;font-family:Bellefair;font-size:1.815rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR h3{font-size:1.385rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR h4{color:#fbfbfb;font-family:Roboto;font-size:.79406rem;font-style:normal;font-weight:200;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR h4{font-size:.60594rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0{align-items:center;display:flex;height:2rem;justify-content:space-between;margin-top:.5rem;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_location__Z5uSm,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_mail__rV6n-,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_phone__BC4N7,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_store__4uYtL,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_whatsapp__Fg8NM{height:1.79175rem;width:1.79175rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_location__Z5uSm,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_mail__rV6n-,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_phone__BC4N7,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_store__4uYtL,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_whatsapp__Fg8NM{height:1.12981rem;width:1.12981rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_location__Z5uSm img,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_mail__rV6n- img,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_phone__BC4N7 img,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_store__4uYtL img,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_descSection__lBFBS .Btemplate6_socialContainer__76NhR .Btemplate6_socials__qleN0 .Btemplate6_whatsapp__Fg8NM img{height:100%;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2{align-items:center;background:#fff;display:flex;height:4rem;padding:.2rem;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2{height:9.51vh}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4{align-items:center;display:flex}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_cnbc__4vUGF{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_cnbc__4vUGF{height:4.267vh;width:16.46vw}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_bbc__PGuky{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_bbc__PGuky{height:4.267vh;width:16.46vw}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_time__fLyJo{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_time__fLyJo{height:4.267vh;width:70.644px}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_newyorkTimes__sM50F{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container1__vrlEO .Btemplate6_adds__Ld2A2 .Btemplate6_logos__0snI4 .Btemplate6_newyorkTimes__sM50F{height:4.267vh;width:24.65vw}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;width:100vw}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk{align-self:flex-end;height:32.23213rem;min-width:70vw;transform:translate(5%,5%);width:85.42406rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk{height:19.08531rem;transform:translateY(5%);width:21.45181rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ{background:#d3d3d3 50%/cover no-repeat;border-radius:2.19244rem;height:32.23213rem;position:relative;width:85.42406rem;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ{border-radius:0;height:100%;width:100%}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ img{height:100%;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutChange1__tPC3X{height:4rem;position:absolute;right:7rem;top:1rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutChange1__tPC3X{height:3rem;right:2rem;width:3rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutChange1__tPC3X img{border-radius:0}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutImg2__YhE6Z{border-radius:2.32475rem;bottom:0;flex-shrink:0;height:26.63075rem;left:0;min-width:40vw;position:absolute;transform:translate(-30%,30%);width:48.12031rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutImg2__YhE6Z{border-radius:1.16719rem;height:13.37038rem;width:18.0125rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutImg2__YhE6Z img{height:100%;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutImg2__YhE6Z .Btemplate6_aboutChange2__qvb9B{height:4rem;position:absolute;right:3rem;top:1rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutImg2__YhE6Z .Btemplate6_aboutChange2__qvb9B{height:3rem;width:3rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_heroSection__0lMBk .Btemplate6_aboutImg1__APqAQ .Btemplate6_aboutImg2__YhE6Z .Btemplate6_aboutChange2__qvb9B img{border-radius:0}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS{display:flex;gap:3rem;justify-content:center;padding-bottom:3rem;position:relative}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS{flex-direction:column;padding:2rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS .Btemplate6_EditTextIcon__aPF1c{height:4rem;left:50%;position:absolute;top:-5rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS .Btemplate6_EditTextIcon__aPF1c{height:3rem;left:85%;top:45%;width:3rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS h2{color:#424141;font-family:Bellefair;font-size:4.5rem;font-style:normal;font-weight:400;line-height:normal;width:19.73175rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS .Btemplate6_aboutDesc__rUq1Z{color:#424141;flex-shrink:0;font-family:Roboto;font-size:2rem;font-style:normal;font-weight:400;height:15.9515rem;line-height:120%;width:38.65638rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS .Btemplate6_aboutDesc__rUq1Z{font-size:1.12975rem;height:9.01063rem;width:21.83606rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS button{align-items:center;align-self:flex-end;background:#fff;border:1px solid #000;border-radius:.56581rem;color:#323232;display:inline-flex;flex-shrink:0;font-family:Inter;font-size:1.49088rem;font-style:normal;font-weight:500;gap:.70725rem;height:6.33631rem;justify-content:center;letter-spacing:.39506rem;line-height:normal;padding:1.41444rem 4.24338rem;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container2__wSHaQ .Btemplate6_descSection__lBFBS button{align-self:flex-start;background:#fff;border:.565px solid #000;border-radius:.31963rem;height:3.57925rem;padding:.799rem 2.397rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt{align-items:center;background-color:#296e2f;display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_backImage__AF3zC{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_backImage__AF3zC img{height:100%;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_backImage__AF3zC .Btemplate6_chooseusChangeIcon__Q2i00{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_backImage__AF3zC .Btemplate6_chooseusChangeIcon__Q2i00{height:3rem;width:3rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB{display:flex;flex-direction:column;gap:1rem;position:relative}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB .Btemplate6_EditTextIcon__aPF1c{height:4rem;position:absolute;right:-1rem;top:1rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB .Btemplate6_EditTextIcon__aPF1c{height:3rem;right:-1rem;top:1rem;width:3rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB h2{color:#fff;font-family:Bellefair;font-size:6.0695rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB h2{color:#fff;font-family:Bellefair;font-size:3.25919rem;font-style:normal;font-weight:400;line-height:normal}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB .Btemplate6_chooseusText__v1O7F{-webkit-box-orient:vertical;-webkit-line-clamp:6;color:#fff;display:-webkit-box;font-family:Roboto;font-size:2rem;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;width:72.10581rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container3__GgRGt .Btemplate6_details__PgZRB .Btemplate6_chooseusText__v1O7F{-webkit-line-clamp:10;font-size:1.625rem;width:24.00506rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;padding:2rem 0;width:100vw}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF{align-items:center;display:flex;flex-direction:column;gap:2rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF h2{color:#0e0e0e;font-family:Bellefair;font-size:4.40275rem;font-style:normal;font-weight:400;line-height:normal;position:relative;text-align:center;text-transform:uppercase;width:21.96931rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF h2{font-size:2.35131rem;width:11.73281rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF h2:after{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;left:-50%;position:absolute;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF h2:after{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF h2:before{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;position:absolute;right:-50%;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF h2:before{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF p{color:#000;font-family:Bellefair;font-size:2.06131rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_upper__cJQGF p{font-size:1.10088rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_desktopCarousel__lT1HE{width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_desktopCarousel__lT1HE .Btemplate6_imageSlider__I3SCr{background:linear-gradient(180deg,#0000,#0000 28.13%,#000 70.31%),#d3d3d3 50%/cover no-repeat;border:1.524px solid #ffaf38;border-radius:1.32813rem;flex-shrink:0;height:33.18081rem;width:42.256rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_mobileCarousel__vq2G5{align-self:flex-end;margin:auto 0 auto auto;width:98vw}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container4__PP-2i .Btemplate6_mobileCarousel__vq2G5 .Btemplate6_imageSliderMob__dtgCc{border:.676px solid #ffaf38;border-radius:.58906rem;height:30.15638rem;height:60vh;padding:0;width:18.74131rem;width:70vw}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs{justify-content:space-around}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF{align-items:center;display:flex;flex-direction:column;gap:2rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF h2{color:#0e0e0e;font-family:Bellefair;font-size:4.40275rem;font-style:normal;font-weight:400;line-height:normal;position:relative;text-align:center;text-transform:uppercase;width:21.96931rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF h2{font-size:2.35131rem;width:11.73281rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF h2:after{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;left:-50%;position:absolute;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF h2:after{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF h2:before{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;position:absolute;right:-50%;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF h2:before{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF p{color:#000;font-family:Bellefair;font-size:2.06131rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_upper__cJQGF p{font-size:1.10088rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_carousel__RH6oU{margin-left:10vw}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_carousel__RH6oU{margin-left:8%}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_thankYou__DVGvH{color:#434343;font-family:Oooh Baby;font-size:3.875rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Container5__WfeHs .Btemplate6_thankYou__DVGvH{font-size:6.05vw}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey{border-radius:2.30594rem;display:flex;flex-direction:column;height:38.31675rem;justify-content:space-between;position:relative;width:51.80419rem;width:97%;z-index:1}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey{flex-shrink:0;height:15.49106rem;width:88%}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_media__NNWdj{border-radius:2.30594rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_media__NNWdj img{border-radius:2.30594rem;height:100%;object-fit:cover;width:100%}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj img{border-radius:50%;height:4.99031rem;width:4.99031rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj img{height:2.0175rem;width:2.0175rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj .Btemplate6_profileDetails__fW7\+J{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj .Btemplate6_profileDetails__fW7\+J h4{color:#fff;font-family:Bellefair;font-size:2.45031rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj .Btemplate6_profileDetails__fW7\+J h4{font-size:.99063rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj .Btemplate6_profileDetails__fW7\+J h5{color:#fff;font-family:Roboto;font-size:.95413rem;font-style:normal;font-weight:300;letter-spacing:.15269rem;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_profile__xu\+Rj .Btemplate6_profileDetails__fW7\+J h5{font-size:.38575rem;letter-spacing:.06175rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB{align-items:center;-webkit-backdrop-filter:blur(2.9533538818px);backdrop-filter:blur(2.9533538818px);background:#fff3;display:flex;height:4.29156rem;justify-content:space-around;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB{height:1.735rem;width:100%}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB p{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.75725rem;font-style:normal;font-weight:400;height:1.83775rem;line-height:123.4%;width:14.43325rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB p{font-size:.30613rem;height:.743rem;width:5.83525rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:50%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt{gap:1rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_comment__n2GP-,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_like__EtJpe,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_share__Vgc9Z{align-items:center;display:flex;gap:.3rem}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_comment__n2GP- p,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_like__EtJpe p,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_share__Vgc9Z p{color:#fff;font-family:Poppins;font-size:1.85369rem;font-style:normal;font-weight:600;height:max-content;line-height:123.4%;width:max-content}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_comment__n2GP- p,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_like__EtJpe p,.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_share__Vgc9Z p{font-size:.74944rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_like__EtJpe img{height:2.17525rem;width:2.263rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_like__EtJpe img{height:.71769rem;width:.75319rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_comment__n2GP- img{height:2.31231rem;width:2.70888rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_comment__n2GP- img{height:.93488rem;width:1.09513rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_share__Vgc9Z img{height:1.9975rem;width:3.387rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__QDajR .Btemplate6_postMainContainer__6H5Ey .Btemplate6_details__PgZRB .Btemplate6_actions__wFplt .Btemplate6_share__Vgc9Z img{height:.80756rem;width:1.36931rem}}.Btemplate6_TemplateWrapper__QDajR .Btemplate6_Con5Mobile__ts39e{display:flex;flex-direction:column;gap:2rem}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}#BusinessT6Swiper .swiper_container{overflow:visible;width:100%}#BusinessT6Swiper .swiper_container .swiper-slide-active{height:33.18081rem;position:relative;width:42.256rem}#BusinessT6Swiper .swiper_container .swiper-slide-active:after{fill:#d6d6d6;background:url(/static/media/activeItemShadow.ae256954f81c57e46520.svg) 50%/cover no-repeat;bottom:0;content:"";filter:blur(21.2500247955px);height:5.501rem;left:0;position:absolute;transform:translate(15%,150%);width:32.63275rem}#BusinessT6Swiper .swiper_container .swiper-button-prev{height:2.96131rem;transform:translateX(20rem);width:2.96131rem}#BusinessT6Swiper .swiper_container .swiper-button-prev:after{background:url(/static/media/leftArrow.08559112520370f6b296.svg) 50%/cover no-repeat;content:"";height:100%;width:100%}#BusinessT6Swiper .swiper_container .swiper-button-next{height:2.96131rem;transform:translateX(-20rem);width:2.96131rem}#BusinessT6Swiper .swiper_container .swiper-button-next:after{background:url(/static/media/rightArrow.a11eb12cda47cacf8bf2.svg) 50%/cover no-repeat;content:"";height:100%;width:100%}#BusinessT6Swiper .swiper_container1{margin:0;padding:0}#BusinessT6Swiper .swiper_container1 .swiper-button-next,#BusinessT6Swiper .swiper_container1 .swiper-button-prev{display:none}#carousel4 .alice-carousel__wrapper{width:100%}#carousel4 .alice-carousel__dots,#carousel4 .alice-carousel__next-btn,#carousel4 .alice-carousel__prev-btn{display:none}.Btemplate7_TemplateWrapper__e8\+TB{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate7_TemplateWrapper__e8\+TB::-webkit-scrollbar{display:none}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Setting__4\+1Nr{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Template7__uPxZq{background:#000;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Template7__uPxZq::-webkit-scrollbar{display:none}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Template7__uPxZq section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_background__uVcR4{background:linear-gradient(0deg,#d4a80985,#d4a80985),#d3d3d3 50%/cover no-repeat;filter:blur(13.5px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_background__uVcR4 img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07{align-items:center;display:flex;flex:1 1;justify-content:space-around}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07{flex-direction:column;gap:3rem;justify-content:center;padding-top:6rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz{align-items:center;display:flex;flex-direction:column;gap:7rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz{order:2}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_logo__cKRgf{border:1px dashed #fff;height:7.5rem;width:12.5rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_logo__cKRgf{height:3.75rem;left:2rem;position:absolute;top:2rem;width:6.25rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_logo__cKRgf img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d;border-radius:1.375rem;display:flex;flex-direction:column;flex-shrink:0;height:31.125rem;justify-content:space-around;width:4.25rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000014;border-radius:1.25rem;flex-direction:row;height:2.875rem;width:15.9375rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_location__r5PFm img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_mail__4zqs7 img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_phone__dCaoA img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_store__56lZd img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_whatsapp__GwTFr img{cursor:pointer;height:2.53494rem;width:2.53494rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_location__r5PFm img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_mail__4zqs7 img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_phone__dCaoA img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_store__56lZd img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section1__T9scz .Btemplate7_socials__nvGXI .Btemplate7_whatsapp__GwTFr img{height:1.2105rem;width:1.2105rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1{box-shadow:-10px 10px 30px 0 #00000040;display:flex;height:53.36906rem;position:relative;width:73.74381rem;z-index:1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1{height:29.82906rem;width:24.89356rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_landingChangeIcon__AhiKp{cursor:pointer;height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_landingChangeIcon__AhiKp{height:3rem;width:3rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_backImage__9kbrR{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_backImage__9kbrR img{height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK{align-items:center;align-self:flex-end;background:linear-gradient(180deg,#fed61c00,#fed61c 61.09%);display:flex;flex-shrink:0;height:14.77744rem;justify-content:space-around;position:relative;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK{flex-direction:column;height:8.41069rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_EditTextIcon__Ockkx{height:4rem;left:15%;position:absolute;top:-1rem;width:4rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_EditTextIcon__Ockkx{height:3rem;left:45%;top:-4rem;width:3rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_businessName__14Gyt{color:#000;font-family:Playfair Display;font-size:4.431rem;font-style:normal;font-weight:400;line-height:123.5%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_businessName__14Gyt{font-size:2.625rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_buttons__AFtbW{display:flex;flex-direction:column;gap:1rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_buttons__AFtbW{flex-direction:row;justify-content:space-around;width:100%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_buttons__AFtbW button{background:#0000;border:none;color:#000;cursor:pointer;font-family:Poppins;font-size:1.61888rem;font-style:normal;font-weight:400;line-height:123.5%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section2__3S-8d .Btemplate7_heroSection__qDsT1 .Btemplate7_details__pi2rK .Btemplate7_buttons__AFtbW button{font-size:1rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0{align-items:center;display:flex;flex-direction:column;gap:3rem;position:relative}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0{flex-direction:row;order:3}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K{align-items:center;display:flex;flex-direction:column;gap:.2rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK .Btemplate7_avatar__7DClg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K .Btemplate7_avatar__7DClg{align-items:center;background-color:#dde4d7;border-radius:50%;display:flex;flex-shrink:0;height:3.1875rem;justify-content:center;width:3.1875rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK .Btemplate7_avatar__7DClg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K .Btemplate7_avatar__7DClg{height:1.59731rem;width:1.59731rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK .Btemplate7_avatar__7DClg img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K .Btemplate7_avatar__7DClg img{height:1.5rem;width:1.5rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK .Btemplate7_avatar__7DClg img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K .Btemplate7_avatar__7DClg img{height:.75169rem;width:.75169rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K p{color:#fff;font-family:Poppins;font-size:1.54394rem;font-style:normal;font-weight:500;letter-spacing:.14669rem;line-height:118.5%;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_posts__RnwzK p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_subscribers__sHo2K p{font-size:.77369rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_RatingContainer__OJrwS{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_RatingContainer__OJrwS{height:3.99925rem;width:3.99925rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_RatingContainer__OJrwS img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_RatingContainer__OJrwS p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_mainSection__rIm07 .Btemplate7_section3__Loxk0 .Btemplate7_RatingContainer__OJrwS p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e{align-items:center;background:#2f2f30;display:flex;height:4.74rem;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e{height:9.51vh}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs{align-items:center;display:flex}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_cnbc__4Sj4m{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_cnbc__4Sj4m{height:4.267vh;width:16.46vw}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_bbc__nvncO{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_bbc__nvncO{height:4.267vh;width:16.46vw}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_time__Si1f1{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_time__Si1f1{height:4.267vh;width:70.644px}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_newyorkTimes__f2NvR{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container1__kL6S1 .Btemplate7_adds__K9q1e .Btemplate7_logos__2roOs .Btemplate7_newyorkTimes__f2NvR{height:4.267vh;width:24.65vw}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7{flex-direction:column}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D{align-items:center;display:flex;height:100%;justify-content:center;width:50%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D{width:100%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW{flex-shrink:0;height:40.30338rem;position:relative;width:34.02531rem;z-index:1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW{height:21.48925rem;width:18.14188rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW .Btemplate7_aboutusChangeIcon__PXEB1{cursor:pointer;height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW .Btemplate7_aboutusChangeIcon__PXEB1{height:3rem;width:3rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW img{height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW:before{background:url(/static/media/dots.3db317a106b685b97746.svg) 50%/cover no-repeat;content:"";height:10rem;position:absolute;right:-4rem;top:-5rem;width:10rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;height:5.8475rem;right:-2.3rem;top:-2.5rem;width:5.93631rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW:after{background:url(/static/media/dots.3db317a106b685b97746.svg) 50%/cover no-repeat;bottom:-5rem;content:"";height:10rem;left:-4rem;position:absolute;width:10rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW:after{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;bottom:-2.5rem;height:5.8475rem;left:-2.3rem;width:5.93631rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW .Btemplate7_yellowBox__0Vfq8{background:#ffd71c;bottom:-5rem;flex-shrink:0;height:28.33594rem;position:absolute;right:-8rem;width:24.86663rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_leftSection__muZ8D .Btemplate7_aboutusImage__DdFkW .Btemplate7_yellowBox__0Vfq8{bottom:-2rem;height:15.10838rem;right:-3rem;width:13.25856rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;padding:2rem;position:relative;width:50%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr{width:100%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr .Btemplate7_EditTextIcon__Ockkx{height:4rem;position:absolute;right:14rem;top:32rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr .Btemplate7_EditTextIcon__Ockkx{height:3rem;right:1rem;top:9rem;width:3rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr h2{color:#fefefe;font-family:Playfair Display;font-size:5.28144rem;font-style:normal;font-weight:700;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr h2{font-size:2.3325rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr .Btemplate7_aboutusText__eLMxJ{color:#dedede;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:300;line-height:normal;width:40.04469rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr .Btemplate7_aboutusText__eLMxJ{font-size:.97369rem;width:22.76163rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr button{align-items:center;background-color:#0000;border:3px solid #ffd71c;color:#ffd71c;cursor:pointer;display:inline-flex;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;gap:.625rem;justify-content:center;line-height:normal;padding:1.125rem 2.5rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container2__V\+LT7 .Btemplate7_rightSection__SR9mr button{font-size:.875rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4{align-items:center;flex-direction:column;gap:5rem;justify-content:center}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D{align-items:center;display:flex;height:100%;justify-content:center;width:60%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D{width:100%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_chooseusChangeIcon__nqTdn{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_chooseusChangeIcon__nqTdn{height:3rem;width:3rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_content__Fc0SQ{height:62.30869rem;overflow:hidden;position:relative;width:62.30869rem;z-index:1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_content__Fc0SQ{height:24.25713rem;width:24.25713rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_content__Fc0SQ .Btemplate7_backImg__iIFLc{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_content__Fc0SQ .Btemplate7_backImg__iIFLc img{height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_content__Fc0SQ .Btemplate7_frame__1SIis{stroke-width:7.939px;stroke:#000;flex-shrink:0;height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_leftSection__muZ8D .Btemplate7_content__Fc0SQ .Btemplate7_frame__1SIis img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr{align-items:flex-start;display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;margin:auto;position:relative;width:40%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr{padding:0 2rem;width:100%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr .Btemplate7_EditTextIcon__Ockkx{height:4rem;position:absolute;right:4rem;top:22rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr .Btemplate7_EditTextIcon__Ockkx{height:3rem;top:6rem;width:3rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr h2{color:#fefefe;font-family:Playfair Display;font-size:4.25rem;font-style:normal;font-weight:700;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr h2{font-size:2.65981rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr .Btemplate7_chooseusText__99z-w{color:#dedede;flex-shrink:0;font-family:Poppins;font-size:1.75713rem;font-style:normal;font-weight:300;height:30.63469rem;line-height:normal;width:36.41188rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container3__Drls4 .Btemplate7_rightSection__SR9mr .Btemplate7_chooseusText__99z-w{font-size:1.09969rem;height:19.17238rem;width:22.78794rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7{align-items:center;display:flex;justify-content:space-between;padding:2rem 10rem;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7{align-items:flex-start;flex-direction:column;gap:2rem;padding:0 0 0 2rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7 h2{color:#fff;font-family:Playfair Display;font-size:3.64588rem;font-style:normal;font-weight:400;line-height:123.5%;position:relative;z-index:1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7 h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;content:"";height:6.14819rem;left:-1.3rem;position:absolute;top:-3rem;width:6.24175rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7 h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;height:3.40919rem;left:-.8rem;top:-1.7rem;width:3.46106rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7 h2{font-size:2.02169rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7 p{color:#fff;font-family:Playfair Display;font-size:1.34894rem;font-style:normal;font-weight:400;line-height:123.5%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_topSection__qS8b7 p{font-size:1.34894rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:80rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8{row-gap:3rem;width:27rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO{display:flex;flex-direction:column;gap:.3rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO img{height:17.08488rem;width:22.69294rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO img{height:7.9935rem;width:10.61731rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO h3{color:#fff;font-family:Poppins;font-size:1.591rem;font-style:normal;font-weight:400;line-height:normal;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO h3{font-size:.74438rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h{display:flex;gap:.5rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg{height:1.45606rem;width:1.52819rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg{height:.68125rem;width:.715rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg{height:1.37325rem;width:1.60869rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg{height:.6425rem;width:.75263rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h{height:1.18431rem;width:2.00819rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h{height:.55413rem;width:.93956rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h{cursor:pointer}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg img,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container4__BZmkN .Btemplate7_products__6Biq8 .Btemplate7_productCard__Hu2iO .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7{align-items:center;display:flex;justify-content:space-between;padding:0 10rem;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7{align-items:flex-start;flex-direction:column;gap:1.2rem;padding:0 0 0 2rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7 h2{color:#fff;font-family:Playfair Display;font-size:6.96344rem;font-style:normal;font-weight:400;line-height:123.5%;position:relative;z-index:1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7 h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;content:"";height:6.14819rem;left:-3.3rem;position:absolute;top:-1rem;width:6.24175rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7 h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;height:3.40919rem;left:-.8rem;top:-1.7rem;width:3.46106rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7 h2{font-size:2.02169rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_topSection__qS8b7 p{color:#fff;cursor:pointer;font-family:Playfair Display;font-size:1.3915rem;font-style:normal;font-weight:400;line-height:123.5%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_carousel__pcaHo{height:30.7145rem;width:90%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_thankYou__FdQzR{color:#fff;font-family:NotoSerifTamilSlanted;font-size:2.875rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_Container5__uKRI4 .Btemplate7_thankYou__FdQzR{font-size:2.0075rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At{border-radius:2.1105rem;display:flex;flex-direction:column;height:30.7145rem;justify-content:space-between;position:relative;width:51.80419rem;width:97%;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At{flex-shrink:0;height:15.49106rem;width:88%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_media__Hrb1c{border-radius:2.1105rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_media__Hrb1c img{border-radius:2.1105rem;height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX img{border-radius:50%;height:2.44494rem;width:2.44494rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX img{height:2.0175rem;width:2.0175rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX .Btemplate7_profileDetails__tC0ei{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX .Btemplate7_profileDetails__tC0ei h4{color:#fff;font-family:Poppins;font-size:.74706rem;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX .Btemplate7_profileDetails__tC0ei h4{font-size:.99063rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX .Btemplate7_profileDetails__tC0ei h5{color:#fff;font-family:Poppins;font-size:.4075rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_profile__Gp2OX .Btemplate7_profileDetails__tC0ei h5{font-size:.38575rem;letter-spacing:.06175rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK{align-items:center;-webkit-backdrop-filter:blur(2.9533538818px);backdrop-filter:blur(2.9533538818px);background:#fff3;display:flex;height:4.29156rem;justify-content:space-around;padding:0 1rem;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK{height:1.735rem;width:100%}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK p{color:#fff;font-family:Poppins;font-size:1.10369rem;font-style:normal;font-weight:400;height:2.67856rem;line-height:123.4%;width:21.03663rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK p{font-size:.30613rem;height:.743rem;width:5.83525rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:50%}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h{gap:1rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h{align-items:center;display:flex;gap:.3rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h p{color:#fff;font-family:Poppins;font-size:1.08356rem;font-style:normal;font-weight:600;height:max-content;line-height:123.4%;width:max-content}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h p{font-size:.74944rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg img{height:1.03769rem;width:1.089rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg img{height:.71769rem;width:.75319rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg img{height:1.35163rem;width:1.5835rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg img{height:.93488rem;width:1.09513rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h img{height:1.16756rem;width:1.97981rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_postMainContainer__lE6At .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h img{height:.80756rem;width:1.36931rem}}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG{align-items:center;display:flex;flex-direction:column;gap:3rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS{border-radius:1.262rem;display:flex;flex-direction:column;height:18.36594rem;justify-content:space-between;position:relative;width:20.65031rem;z-index:1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_backImg__iIFLc{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_backImg__iIFLc img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_profile__Gp2OX{display:flex;gap:.3rem;padding:1rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_profile__Gp2OX img{border-radius:1.58088rem;flex-shrink:0;height:1.58088rem;width:1.58088rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_profile__Gp2OX .Btemplate7_nameDetail__aVjMV{display:flex;flex-direction:column}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_profile__Gp2OX .Btemplate7_nameDetail__aVjMV h3{color:#fff;font-family:Poppins;font-size:.48306rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_profile__Gp2OX .Btemplate7_nameDetail__aVjMV p{color:#fff;font-family:Poppins;font-size:.2635rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK{align-items:center;-webkit-backdrop-filter:blur(1.7056283951px);backdrop-filter:blur(1.7056283951px);background:#fff3;display:flex;height:2.528rem;justify-content:space-between;padding:0 1rem;width:20.65031rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_desc__jDVfo{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.71369rem;font-style:normal;font-weight:400;height:1.73194rem;line-height:123.4%;width:11.60219rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h{align-items:center;display:flex;gap:1rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h{align-items:center;display:flex}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg p,.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h p{color:#fff;font-family:Poppins;font-size:.70063rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_like__h1NHg img{height:.67094rem;width:.70419rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_comment__-p2Zg img{height:.87394rem;width:1.02388rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_activeItem__u2\+LS .Btemplate7_details__pi2rK .Btemplate7_actions__g9s0h .Btemplate7_share__IVX-h img{height:.75494rem;width:1.28013rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6{align-items:flex-start;display:flex;gap:1rem;height:12.03863rem;overflow-y:scroll;width:21rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6::-webkit-scrollbar{display:none}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG{border-radius:.82719rem;height:12.03863rem;min-width:10rem;position:relative;width:10rem;z-index:1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_backImage__9kbrR{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_backImage__9kbrR img{height:100%;width:100%}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_profile__Gp2OX{display:flex;gap:.3rem;padding:1rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_profile__Gp2OX img{border-radius:1.03963rem;flex-shrink:0;height:1.03963rem;width:1.03963rem}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_profile__Gp2OX .Btemplate7_nameDetail__aVjMV{display:flex;flex-direction:column}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_profile__Gp2OX .Btemplate7_nameDetail__aVjMV h3{color:#fff;font-family:Poppins;font-size:.31769rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate7_TemplateWrapper__e8\+TB .Btemplate7_mobileCarousel__qeHeG .Btemplate7_allItems__wGsN6 .Btemplate7_postCards__HsRuG .Btemplate7_profile__Gp2OX .Btemplate7_nameDetail__aVjMV p{color:#fff;font-family:Poppins;font-size:.17325rem;font-style:normal;font-weight:400;line-height:normal}#carouselB7 .alice-carousel__wrapper .alice-carousel__stage-item{transition:all .3s ease}#carouselB7 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB7 .alice-carousel__wrapper .alice-carousel__stage-item #postcard{margin-right:auto;width:95%}#carouselB7 .alice-carousel__wrapper .__target{flex-shrink:0;width:42%!important}#carouselB7 .alice-carousel__wrapper .__target #postcard{width:97%}#carouselB7 .alice-carousel__wrapper .__target #details{display:flex}#carouselB7 .alice-carousel__dots,#carouselB7 .alice-carousel__next-btn,#carouselB7 .alice-carousel__prev-btn{display:none}.Btemplate8_TemplateWrapper__NE3jJ{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate8_TemplateWrapper__NE3jJ::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Setting__ACD6I{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Template8__l5u21{background:#110707;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Template8__l5u21::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Template8__l5u21 section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf{justify-content:space-between;padding-bottom:9.51vh}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_landingChangeIcon__KD0MP{height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_landingChangeIcon__KD0MP{height:3rem;width:3rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_backImage__IGvPL{height:100%;position:absolute;width:100%;z-index:-2}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_backImage__IGvPL img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_asset__pdgK8{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_asset__pdgK8 img{-webkit-backdrop-filter:blur(3.7961769104px);backdrop-filter:blur(3.7961769104px);height:100vh;width:100vw}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_logo__rsqwu{border:1px dashed #cecece;height:7.5rem;margin-left:5rem;width:12.5rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_logo__rsqwu img{height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_logo__rsqwu{height:3.75rem;margin:3rem;width:6.25rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW{display:flex;flex-direction:column;gap:3rem;padding:0 5rem 5rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW{height:60vh;justify-content:space-between;padding:1rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM{display:flex;flex-direction:column;gap:3rem;position:relative;width:max-content}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM{gap:2rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_EditTextIcon__DMwPQ{height:4rem;position:absolute;right:-1rem;top:-4rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_EditTextIcon__DMwPQ{height:3rem;width:3rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_businessName__rg1kX{color:#fff;font-family:Poppins;font-size:5.88381rem;font-style:normal;font-weight:600;line-height:normal;width:max-content}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_businessName__rg1kX{font-size:2.625rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_buttons__Nr23o{align-items:center;display:flex;gap:3rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_buttons__Nr23o{gap:5rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_buttons__Nr23o button{background-color:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.44306rem;font-style:normal;font-weight:300;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section1__fPGqM .Btemplate8_buttons__Nr23o button{font-size:1.44306rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq{align-items:center;display:flex;justify-content:space-between}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa{display:flex;flex-direction:column;gap:3rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_RatingContainer__mdL1y{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_RatingContainer__mdL1y{height:3.99925rem;width:3.99925rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_RatingContainer__mdL1y img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_RatingContainer__mdL1y p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_RatingContainer__mdL1y p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS{display:flex;gap:1.2rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_location__gdaD9,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_mail__oFUYZ,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_phone__hLRS5,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_store__Hpbr-,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_whatsapp__P33wQ{height:1.73731rem;width:1.73731rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_location__gdaD9,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_mail__oFUYZ,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_phone__hLRS5,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_store__Hpbr-,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_whatsapp__P33wQ{height:1.2105rem;width:1.2105rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_location__gdaD9 img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_mail__oFUYZ img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_phone__hLRS5 img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_store__Hpbr- img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_leftSection__t93wa .Btemplate8_socials__qdNHS .Btemplate8_whatsapp__P33wQ img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr{display:flex;flex-direction:column;gap:1rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_posts__VIKAn h2,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_subscribers__ITEYJ h2{color:#fff;font-family:Poppins;font-size:4.26325rem;font-style:normal;font-weight:600;line-height:normal;text-align:right}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_posts__VIKAn h2,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_subscribers__ITEYJ h2{font-size:2.40556rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_posts__VIKAn h4,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_subscribers__ITEYJ h4{color:#fff;font-family:Poppins;font-size:.97275rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_posts__VIKAn h4,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_content__koBgW .Btemplate8_section2__iYFaq .Btemplate8_rightSection__BHhWr .Btemplate8_subscribers__ITEYJ h4{font-size:.54888rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH{align-items:center;background:#0000;bottom:0;display:flex;height:6.74rem;padding:.2rem;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH{height:9.51vh}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui{align-items:center;display:flex}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_cnbc__sNlf2{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_cnbc__sNlf2{height:4.267vh;width:16.46vw}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_bbc__YzahV{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_bbc__YzahV{height:4.267vh;width:16.46vw}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_time__TmnFZ{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_time__TmnFZ{height:4.267vh;width:70.644px}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_newyorkTimes__LXkVK{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container1__iacqf .Btemplate8_adds__obuWH .Btemplate8_logos__RN3Ui .Btemplate8_newyorkTimes__LXkVK{height:4.267vh;width:24.65vw}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_backImage__IGvPL{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_backImage__IGvPL img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_media__LYiw\+{flex-shrink:0;height:22.87281rem;width:42.48825rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_media__LYiw\+{flex-shrink:0;height:16.31438rem;width:20.99294rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_media__LYiw\+ video{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-around;position:relative}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y .Btemplate8_EditTextIcon__DMwPQ{height:4rem;position:absolute;right:1rem;top:-1rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y .Btemplate8_EditTextIcon__DMwPQ{height:3rem;right:-1rem;width:3rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y h2{color:#fff;font-family:Bentham;font-size:4.41963rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y h2{font-size:2.25rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y .Btemplate8_aboutCompany__A5VcY{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.69375rem;font-style:normal;font-weight:300;height:17.17169rem;line-height:normal;overflow-y:scroll;text-align:center;width:61.41969rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y .Btemplate8_aboutCompany__A5VcY{flex-shrink:0;font-size:1rem;height:14.41119rem;width:21.57994rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y .Btemplate8_aboutCompany__A5VcY::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y button{align-items:center;background-color:#0000;border:4.385px solid red;color:#fe9d9d;cursor:pointer;display:inline-flex;font-family:Poppins;font-size:1.46156rem;font-style:normal;font-weight:500;gap:.9135rem;justify-content:center;line-height:normal;padding:1.64425rem 3.65388rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container2__ABX\+W .Btemplate8_details__vai4y button{font-size:1rem;padding:1.125rem 2.5rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p{align-items:center;gap:3rem;justify-content:center}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusChangeIcon__-eoUx{position:absolute;right:4rem;top:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusChangeIcon__-eoUx{height:3rem;top:8rem;width:3rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_backImage__IGvPL{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_backImage__IGvPL img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V{height:70%;left:0;top:0;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V{height:30vh;width:100%}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V img{height:100%;position:absolute;width:100%;z-index:-1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V img{height:30vh;width:100%}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V .Btemplate8_asset__pdgK8{height:100%;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V .Btemplate8_asset__pdgK8{height:100vh;position:absolute;top:0;width:100%}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V .Btemplate8_asset__pdgK8 img{height:100%;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_chooseusImage__H6-6V .Btemplate8_asset__pdgK8 img{height:100vh;width:100%}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;height:30%;justify-content:center;padding:0 15rem;position:relative;width:max-content}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW{padding:0;width:max-content}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW .Btemplate8_EditTextIcon__DMwPQ{height:4rem;position:absolute;right:2rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW .Btemplate8_EditTextIcon__DMwPQ{height:3rem;top:1rem;width:3rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW h2{color:#fff;font-family:Poppins;font-size:3.59794rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW h2{font-size:2.25rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW .Btemplate8_chooseusText__MhcKP{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;height:7.14513rem;line-height:normal;width:60.24394rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container3__51a1p .Btemplate8_content__koBgW .Btemplate8_chooseusText__MhcKP{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:300;height:auto;line-height:normal;width:85vw}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_backImage__IGvPL{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_backImage__IGvPL img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM{align-items:flex-end;display:flex;flex:1 1;justify-content:space-between;padding:0 5rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM{align-items:flex-start;flex-direction:column;gap:.2rem;justify-content:center}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM h2{color:#fff;font-family:Poppins;font-size:3.59794rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM h2{font-size:2rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM .Btemplate8_viewAll__CfX2i{align-items:center;display:flex;gap:1rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM .Btemplate8_viewAll__CfX2i p{color:#fff;cursor:pointer;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM .Btemplate8_viewAll__CfX2i p{font-size:1.375rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM .Btemplate8_viewAll__CfX2i span{color:#fff;cursor:pointer;font-family:Bebas Neue;font-size:3.403rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_topSection__18myM .Btemplate8_viewAll__CfX2i span{font-size:3.403rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container4__QgdLO .Btemplate8_carousel__hC7Du{height:85%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_backgroundImage__hrpjd{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_backgroundImage__hrpjd img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_topSection__18myM{align-items:center;display:flex;justify-content:space-between;padding:0 8rem;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_topSection__18myM{align-items:start;flex-direction:column;height:10vh;padding:0 4rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_topSection__18myM h2{color:#fff;font-family:Poppins;font-size:3.59794rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_topSection__18myM h2{font-size:2rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_topSection__18myM h4{color:#fff;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_topSection__18myM h4{font-size:1.375rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_carouselB8__fepSV{height:70vh;width:95%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_carouselB8__fepSV{height:85vh}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_thankYouDesk__jOmzs{bottom:0;color:#fff;font-family:Oooh Baby;font-size:3.99725rem;font-style:normal;font-weight:400;line-height:normal;position:absolute;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_Container5__205oF .Btemplate8_thankYouDesk__jOmzs{display:none}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF{align-items:flex-start;display:flex;height:100%;justify-content:center;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su{height:45.42856rem;height:100%;margin-right:15rem;margin-top:-2rem;position:relative;width:54.20919rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su{height:23.16631rem;height:48%;margin:20% 0 0;width:100%}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su img{height:100%;object-fit:contain;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y{align-items:flex-end;background:linear-gradient(98deg,#1e1e1e 7.97%,#292929 93.58%);border-radius:1.372rem;bottom:-1rem;display:flex;flex-direction:column;gap:3rem;height:28.52769rem;justify-content:center;position:absolute;right:-15rem;width:46.33213rem;z-index:-1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y{align-items:flex-start;bottom:-50%;gap:1.2rem;height:16.455rem;padding-left:2rem;right:10%;width:80%}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_productName__mQMHt{color:#fcba77;font-family:Poppins;font-size:2.6875rem;font-style:normal;font-weight:400;line-height:normal;width:19.3335rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_productName__mQMHt{font-size:1.591rem;width:11.44563rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3{align-items:center;display:flex;width:19.3335rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3{gap:.4rem;width:11.44563rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl{height:3.25713rem;width:3.41838rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl{height:1.45606rem;width:1.52819rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3{height:3.07181rem;width:3.59844rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3{height:1.37325rem;width:1.60869rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn{height:2.64925rem;width:4.49219rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn{height:1.18431rem;width:2.00819rem}}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3 img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_productContainer__2\+HbF .Btemplate8_productImage__R04Su .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ{border-radius:2.00225rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:98%;z-index:1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_backImage__IGvPL{border-radius:2.00225rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_backImage__IGvPL img{border-radius:2.00225rem;height:100%;object-fit:cover;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_profile__ZK6MC{align-items:center;display:flex;gap:.3rem;padding:2rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_profile__ZK6MC .Btemplate8_profilePic__4kcXt{border-radius:50%;height:3.29456rem;width:3.29456rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_profile__ZK6MC .Btemplate8_profilePic__4kcXt img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_profile__ZK6MC .Btemplate8_detail__r5xmX{display:flex;flex-direction:column;gap:.1rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_profile__ZK6MC .Btemplate8_detail__r5xmX h3{color:#fff;font-family:Poppins;font-size:1.00669rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_profile__ZK6MC .Btemplate8_detail__r5xmX h4{color:#fff;font-family:Poppins;font-size:.54913rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#fff3;display:flex;height:5.69688rem;padding:0 2rem;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_desc__ZCdZ8{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.48725rem;font-style:normal;font-weight:400;height:3.60938rem;line-height:123.4%;width:28.347rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3{align-items:center;display:flex;flex:1 1;gap:3rem;justify-content:center}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl{height:1.39825rem;width:1.4675rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3{height:1.82131rem;width:2.13381rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn{height:1.57331rem;width:2.66781rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn{align-items:center;display:flex;gap:.1rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3 p,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl p,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3 img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_galleryCard__hjuKQ .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_thankYou__r6UbA{color:#fff;font-family:Oooh Baby;font-size:2rem;font-style:normal;font-weight:400;line-height:normal;margin-top:2rem;text-align:center}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_navigation__Wf6SB{align-items:center;display:flex;gap:.2rem;position:absolute;right:2rem;top:-3rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_navigation__Wf6SB .Btemplate8_leftArrow__BdQi-{background:url(/static/media/leftArrow.3a8f9af7f1df88cc95e8.svg);background-position:50%;background-size:cover;height:1.85744rem;width:1.85744rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_navigation__Wf6SB .Btemplate8_rightArrow__2aPNU{background:url(/static/media/rightArrow.2ef490456f72d20f7a6d.svg);background-position:50%;background-size:cover;height:1.85744rem;width:1.85744rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:38vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_backImage__IGvPL{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_backImage__IGvPL img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_profile__ZK6MC{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_profile__ZK6MC .Btemplate8_profilePic__4kcXt,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_profile__ZK6MC .Btemplate8_profilePic__4kcXt img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_profile__ZK6MC .Btemplate8_detail__r5xmX{display:flex;flex-direction:column;gap:.2rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_profile__ZK6MC .Btemplate8_detail__r5xmX h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_profile__ZK6MC .Btemplate8_detail__r5xmX h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;height:2.83844rem;padding:0 1rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_desc__ZCdZ8{color:#fff;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%;width:14.12388rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3{align-items:center;display:flex;gap:2rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl{height:.69669rem;width:.73119rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3{height:.9075rem;width:1.06325rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn{height:.78394rem;width:1.32925rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3 p,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl p,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn{align-items:center;display:flex;gap:.2rem}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_comment__z34f3 img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_like__LhEtl img,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_activeItem__3OcMj .Btemplate8_details__vai4y .Btemplate8_actions__SAzG3 .Btemplate8_share__skrAn img{height:100%;width:100%}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_allItems__GO-Mg{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:90vw}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_allItems__GO-Mg::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_allItems__GO-Mg .Btemplate8_smallCard__tEsh8{height:28vh;margin-right:4vw;min-width:43vw;width:43vw}#BTemp8Swiper .swiper,.Btemplate8_TemplateWrapper__NE3jJ .Btemplate8_MobileGallery__RaYsr .Btemplate8_allItems__GO-Mg .Btemplate8_smallCard__tEsh8 img{height:100%;width:100%}#BTemp8Swiper .swiper{position:relative}#BTemp8Swiper .swiper-pagination{left:15rem!important;position:absolute;top:12rem}@media(orientation:portrait){#BTemp8Swiper .swiper-pagination{left:3rem!important;top:13rem!important}}#BTemp8Swiper .swiper-pagination-bullet{border:.4rem solid gray;border-radius:50%;height:2.3rem;width:2.3rem}@media(orientation:portrait){#BTemp8Swiper .swiper-pagination-bullet{border:.2rem solid gray;height:1.2rem;width:1.2rem}}#BTemp8Swiper .swiper-pagination-bullet-active{background-color:#ff0}#carouselB8 .alice-carousel__wrapper{height:70vh;padding-top:13.2vh}#carouselB8 .alice-carousel__wrapper .alice-carousel__stage-item{height:45vh!important;transition:all .3s ease}#carouselB8 .alice-carousel__wrapper .alice-carousel__stage-item #details,#carouselB8 .alice-carousel__wrapper .alice-carousel__stage-item #profile{display:none}#carouselB8 .alice-carousel__wrapper .__target{height:60vh!important;transform:translateY(-20%);width:42vw!important}#carouselB8 .alice-carousel__wrapper .__target #details,#carouselB8 .alice-carousel__wrapper .__target #profile{display:flex}#carouselB8 .alice-carousel__prev-btn{font-size:5rem;height:max-content;position:absolute;right:9rem;top:0;width:max-content}#carouselB8 .alice-carousel__next-btn{font-size:5rem;height:max-content;position:absolute;right:5rem;top:0;width:max-content}#carouselB8 .alice-carousel__dots{display:none}.Btemplate9_TemplateWrapper__Tfac4{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate9_TemplateWrapper__Tfac4::-webkit-scrollbar{display:none}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Setting__gV3Fm{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Template9__VPBg8{background:#ce0e19;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Template9__VPBg8::-webkit-scrollbar{display:none}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Template9__VPBg8 section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb{align-items:flex-end;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw;z-index:1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_landingChangeIcon__AdJvH{position:absolute;right:2rem;top:2rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_logo__59l2F{height:11.45819rem;left:0;position:absolute;top:0;width:14.2805rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_logo__59l2F{height:7.82094rem;width:9.74738rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_logo__59l2F img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_heroImage__9xiaG{background-color:#1d1f1d;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_heroImage__9xiaG img{height:100%;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_heroImage__9xiaG img{border-radius:2rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X{background:#ce0e19;height:25rem;left:-10%;position:absolute;top:60vh;transform:rotate(-15deg);width:120%}@media(max-width:930px)and (orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X{background:#ce0e19;height:25rem;left:-11%;position:absolute;top:60vh;transform:rotate(-15deg);width:125%}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X:before{background:#ce0e19;bottom:-29vh;content:"";height:30vh;left:0;position:absolute;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM{align-items:center;background-color:#fff;display:flex;gap:5rem;height:8vh;justify-content:center;margin:auto;width:110vw}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM{align-items:center;background-color:#fff;display:flex;gap:1rem;height:8vh;justify-content:center;margin:auto;padding-left:5rem;width:122vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx{align-items:center;display:flex;font-family:Poppins;font-size:1.04688rem;font-style:normal;font-weight:500;gap:2rem;height:100%;line-height:normal;width:30%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx{gap:.2rem;width:45%}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx button{cursor:pointer;height:3.95519rem;width:14.84381rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx button{font-size:.89rem;height:2.46388rem;width:6.56019rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx button:first-child{background:linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%);background:var(--grd,linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%));color:#fff}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx button:nth-child(2){-webkit-text-fill-color:#0000;background:linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%);background:var(--grd,linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%));background-clip:text;-webkit-background-clip:text;border:1.196px solid #e85bff;border:1.196px solid var(--grd,#e85bff);color:#fff}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_buttons__Jw9Sx button:nth-child(2){border:.529px solid #e85bff;border:.529px solid var(--grd,#e85bff)}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B{align-items:center;background:#0000;display:flex;height:100%;width:60vw}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B{width:50vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u{align-items:center;display:flex}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_cnbc__Wvs-v{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_cnbc__Wvs-v{height:4.267vh;width:16.46vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_bbc__eDVMW{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_bbc__eDVMW{height:4.267vh;width:16.46vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_time__Vj2Ob{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_time__Vj2Ob{height:4.267vh;width:16vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_newyorkTimes__dW6U8{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_Bottom__SSp5X .Btemplate9_buttonAdds__QsSsM .Btemplate9_adds__2pj6B .Btemplate9_logos__QL7-u .Btemplate9_newyorkTimes__dW6U8{height:4.267vh;width:24.65vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE{align-items:center;display:flex;gap:2rem;height:auto;max-width:100%;padding:8rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE{justify-content:space-around;padding:3rem 1rem;width:100%}}@media(max-width:630px)and (orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE{padding-bottom:6rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_RatingContainer__eBmDy{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_RatingContainer__eBmDy{height:3.99925rem;width:3.99925rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_RatingContainer__eBmDy img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_RatingContainer__eBmDy p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_RatingContainer__eBmDy p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB{margin-right:3rem;position:relative}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB{margin:0}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB .Btemplate9_R__eAKkg{height:11.82275rem;width:8.45456rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB .Btemplate9_R__eAKkg{flex-shrink:0;height:8.23769rem;width:5.89081rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB .Btemplate9_R__eAKkg img{fill:#dc4d55;height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB p{color:#fff;font-family:Poppins;font-size:1.40525rem;font-style:normal;font-weight:600;line-height:normal;position:absolute;right:0;top:50%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_reachus__6xDCB p{font-size:.97913rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf{align-items:center;display:flex;flex-direction:column;gap:2rem;z-index:1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx{align-items:center;display:flex;gap:2rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_posts__xxO06,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_subscribers__XOzvR{display:flex;flex-direction:column}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_posts__xxO06 p,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_subscribers__XOzvR p{color:#fff;font-family:Poppins;font-size:2.94825rem;font-style:italic;font-weight:700;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_posts__xxO06 p,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_subscribers__XOzvR p{font-size:2.05425rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_posts__xxO06 h3,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_subscribers__XOzvR h3{color:#fff;font-family:Poppins;font-size:1.40525rem;font-style:italic;font-weight:700;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_posts__xxO06 h3,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_buttons__Jw9Sx .Btemplate9_subscribers__XOzvR h3{font-size:.97913rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51{display:flex;gap:2rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51{gap:1.3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_location__Kgvug,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_mail__v47-M,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_phone__e8GaF,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_store__FBCkc,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_whatsapp__9Y3Ow{height:1.73731rem;width:1.73731rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_location__Kgvug,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_mail__v47-M,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_phone__e8GaF,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_store__FBCkc,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_whatsapp__9Y3Ow{height:1.2105rem;width:1.2105rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_location__Kgvug img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_mail__v47-M img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_phone__e8GaF img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_store__FBCkc img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container1__sc5nb .Btemplate9_contents__gmMYE .Btemplate9_actions__xn2mf .Btemplate9_socials__a8r51 .Btemplate9_whatsapp__9Y3Ow img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY{align-items:center;display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_aboutus1Change__GgM7z{height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_aboutus1Change__GgM7z{height:3rem;width:3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_aboutus2Change__yuheO{bottom:2rem;height:4rem;position:absolute;right:2rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_aboutus2Change__yuheO{height:3rem;width:3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff38;border-radius:3.75rem;box-shadow:20px 20px 32px 0 #00000026;display:flex;height:25rem;justify-content:center;transform:rotate(-45deg);width:25rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA{height:16.99088rem;width:16.99088rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;transform:rotate(45deg);width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM .Btemplate9_EditTextIcon__FEyqs{height:4rem;position:absolute;right:0;top:4rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM .Btemplate9_EditTextIcon__FEyqs{height:3rem;top:3rem;width:3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM h2{color:#fff;font-family:Bebas Neue;font-size:3rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM h2{font-size:2.03894rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM .Btemplate9_aboutusText__7zm55{color:#fff;font-family:Poppins;font-size:.60519rem;font-style:normal;font-weight:300;height:5.15894rem;line-height:normal;text-align:center;width:20.27325rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM .Btemplate9_aboutusText__7zm55{font-size:.41131rem;height:3.2rem;width:13.77844rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM button{align-items:center;background:#95181878;border:2px solid #fd3c3c;border-radius:6.25rem;color:#f88;cursor:pointer;display:flex;font-family:Poppins;font-size:1.0625rem;font-style:normal;font-weight:500;gap:.9135rem;justify-content:center;line-height:normal;padding:.9375rem 3.65388rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_details__FiKUA .Btemplate9_content__ABerM button{font-size:.8125rem;padding:.9375rem 3.65388rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_img1__t\+g4M{background-color:#00ff6a;border-radius:2rem;clip-path:polygon(0 0,100% 0,100% 6%,0 95%);height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_img1__t\+g4M img{border-radius:2rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_img2__mk8iL{background-color:aqua;border-radius:2rem;clip-path:polygon(0 100%,0 96%,100% 7%,100% 100%);height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container2__pERaY .Btemplate9_img2__mk8iL img{border-radius:2rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2{align-items:center;display:flex;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2{align-items:flex-end;justify-content:center}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_chooseusChangeIcon__Q4n0c{height:4rem;left:25%;position:absolute;top:8rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_chooseusChangeIcon__Q4n0c{height:3rem;left:40%;top:10rem;width:3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_deskFrame__OkPFZ{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_deskFrame__OkPFZ img{height:100%;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_deskFrame__OkPFZ{display:none}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_mobFrame__7-3FL{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_mobFrame__7-3FL img{height:100%;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_mobFrame__7-3FL{display:block}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_chooseusImage__Nui4a{height:100%;left:0;position:absolute;top:0;width:60%;z-index:-2}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_chooseusImage__Nui4a{height:50%;width:100%}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_chooseusImage__Nui4a img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA{display:flex;flex-direction:column;gap:.7rem;height:100%;justify-content:center;padding:0 2rem;position:relative;width:40%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA{align-items:center;height:50%;width:100%}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA .Btemplate9_EditTextIcon__FEyqs{height:4rem;position:absolute;right:1rem;top:40%;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA .Btemplate9_EditTextIcon__FEyqs{height:3rem;top:30%;width:3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA h2{color:#fff;font-family:Poppins;font-size:5.27475rem;font-style:normal;font-weight:600;line-height:normal;transform:translateX(-15%)}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA h2{font-size:2.92181rem;transform:translateX(0)}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA .Btemplate9_chooseusText__bkFMw{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;height:13.55875rem;line-height:normal;width:38.551rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container3__nxQW2 .Btemplate9_details__FiKUA .Btemplate9_chooseusText__bkFMw{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:300;line-height:normal;width:94%}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_upperSection__2gVy5{align-items:center;display:flex;justify-content:space-between;padding:0 5rem;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_upperSection__2gVy5{align-items:flex-start;flex-direction:column;padding:0 2rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_upperSection__2gVy5 h2{color:#fff;font-family:Poppins;font-size:6.62538rem;font-style:normal;font-weight:600;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_upperSection__2gVy5 h2{font-size:2rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_upperSection__2gVy5 h4{color:#fff;font-family:Poppins;font-size:1.72706rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_upperSection__2gVy5 h4{font-size:1.375rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT{align-items:center;display:flex;flex-direction:column;gap:2rem;height:70vh;justify-content:center;min-height:38.97313rem;width:80vw}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT{height:80vh;max-width:100vw;width:100vw}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9{align-items:center;display:flex;gap:5rem;justify-content:center}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9 .Btemplate9_leftArrow__sR\+Pg,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9 .Btemplate9_rightArrow__u0HY6{height:1.80775rem;width:1.00513rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9 .Btemplate9_leftArrow__sR\+Pg img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9 .Btemplate9_rightArrow__u0HY6 img{stroke-width:3.676px;stroke:#fff;cursor:pointer;height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9 .Btemplate9_inactiveArrow__9-aep{height:1.80775rem;width:1.00513rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container4__2UkbS .Btemplate9_carousel__C9tzT .Btemplate9_navigationButton__mqfk9 .Btemplate9_inactiveArrow__9-aep img{cursor:not-allowed}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk{height:100vh;max-width:100vw;width:100vw}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;width:100vw}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_topHeaders__JTidh{align-items:center;display:flex;justify-content:space-between;padding:0 5rem;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_topHeaders__JTidh{align-items:flex-start;flex-direction:column;padding:0 2rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_topHeaders__JTidh h2{color:#fff;font-family:Poppins;font-size:6.62538rem;font-style:normal;font-weight:600;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_topHeaders__JTidh h2{font-size:2rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_topHeaders__JTidh h4{color:#fff;font-family:Poppins;font-size:1.72706rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_topHeaders__JTidh h4{font-size:1.375rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_carouselSection__MqDDT .Btemplate9_carousel__C9tzT{overflow:hidden;width:95%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center;padding:5rem 0}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_banner__F893u{border-radius:1.875rem;box-shadow:10px 10px 15px 0 #00000026;height:26.24631rem;position:relative;width:73.71288rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_banner__F893u{border-radius:1.09844rem;box-shadow:5.858px 5.858px 8.788px 0 #00000026;height:15.37613rem;width:23.22306rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_banner__F893u img{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_banner__F893u .Btemplate9_bannerChangeIcon__q4riD{border-radius:0;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_banner__F893u .Btemplate9_bannerChangeIcon__q4riD{height:3rem;width:3rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_thankYou__6qkul{color:#fff;font-family:Noto Serif;font-size:2.625rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_Container5__9K9Gk .Btemplate9_bannerBottom__4GajC .Btemplate9_thankYou__6qkul{font-size:2.625rem;width:17.48831rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq{border-radius:2.00225rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:98%;z-index:1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_backImage__B4k9g{border-radius:2.00225rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_backImage__B4k9g img{border-radius:2.00225rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_profile__cG3BY{align-items:center;display:flex;gap:.3rem;padding:2rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_profile__cG3BY .Btemplate9_profilePic__pHjs4{border-radius:50%;height:3.29456rem;width:3.29456rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_profile__cG3BY .Btemplate9_profilePic__pHjs4 img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_profile__cG3BY .Btemplate9_detail__8Lx8e{display:flex;flex-direction:column;gap:.1rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_profile__cG3BY .Btemplate9_detail__8Lx8e h3{color:#fff;font-family:Poppins;font-size:1.00669rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_profile__cG3BY .Btemplate9_detail__8Lx8e h4{color:#fff;font-family:Poppins;font-size:.54913rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#fff3;display:flex;height:5.69688rem;padding:0 2rem;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_desc__Xmeqy{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.48725rem;font-style:normal;font-weight:400;height:3.60938rem;line-height:123.4%;width:60%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf{align-items:center;display:flex;flex:1 1;gap:3rem;justify-content:center}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6{height:1.39825rem;width:1.4675rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd{height:1.82131rem;width:2.13381rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2{height:1.57331rem;width:2.66781rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2{align-items:center;display:flex;gap:.1rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd p,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6 p,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2 p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6 img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_galleryCard__v8CTq .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2 img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:38vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_backImage__B4k9g{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_backImage__B4k9g img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_profile__cG3BY{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_profile__cG3BY .Btemplate9_profilePic__pHjs4,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_profile__cG3BY .Btemplate9_profilePic__pHjs4 img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_profile__cG3BY .Btemplate9_detail__8Lx8e{display:flex;flex-direction:column;gap:.2rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_profile__cG3BY .Btemplate9_detail__8Lx8e h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_profile__cG3BY .Btemplate9_detail__8Lx8e h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;gap:2rem;height:2.83844rem;padding:0 1rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_desc__Xmeqy{color:#fff;flex:1 1;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf{align-items:center;display:flex;gap:2rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6{height:.69669rem;width:.73119rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd{height:.9075rem;width:1.06325rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2{height:.78394rem;width:1.32925rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd p,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6 p,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2 p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2{align-items:center;display:flex;gap:.2rem}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_comment__G2wwd img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_like__uj3y6 img,.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_activeItem__uYZJ7 .Btemplate9_details__FiKUA .Btemplate9_actions__xn2mf .Btemplate9_share__2Sgp2 img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_allItems__EIZX8{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:90vw}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_allItems__EIZX8::-webkit-scrollbar{display:none}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_allItems__EIZX8 .Btemplate9_smallCard__fwoi-{height:28vh;margin-right:4vw;min-width:43vw;width:43vw}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_MobileGallery__XwIK5 .Btemplate9_allItems__EIZX8 .Btemplate9_smallCard__fwoi- img{height:100%;width:100%}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_productCard__UVhhw{border-radius:1.55156rem;height:38.97313rem;height:100%;position:relative;width:25.67856rem;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_productCard__UVhhw{border-radius:1.36394rem}}.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_productCard__UVhhw .Btemplate9_media__5buF0{border-radius:1.55156rem;height:100%;position:absolute;width:100%;z-index:-1}@media(orientation:portrait){.Btemplate9_TemplateWrapper__Tfac4 .Btemplate9_productCard__UVhhw .Btemplate9_media__5buF0{border-radius:1.36394rem}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}#carouselB9 .alice-carousel__wrapper{overflow:visible;width:87%}#carouselB9 .alice-carousel__wrapper .alice-carousel__stage-item{height:34.27394rem!important;transition:all .3s ease}#carouselB9 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB9 .alice-carousel__wrapper .__target{width:40vw!important}#carouselB9 .alice-carousel__wrapper .__target #details{display:flex}#carouselB9 .alice-carousel__dots,#carouselB9 .alice-carousel__next-btn,#carouselB9 .alice-carousel__prev-btn{display:none}.mySwiper{height:75%;width:100%}.swiper-button-next:after,.swiper-button-prev:after{color:#fff;font-size:2rem}.Editing_Maximize__NWce1{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px;color:#3ff0d9;cursor:pointer;font-size:1.2rem;height:3rem;position:fixed;right:-20%;top:-20%;transition:all .3s ease-in-out;width:10rem;z-index:100}.Editing_Maximize__NWce1.Editing_MaximizeActive__TPqud{right:2%;top:2%}.Editing_EditingWrapper__olRll{align-items:center;background:#00000080;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:fixed;right:0;top:0;transition:all .3s ease-in-out;width:100vw;z-index:100}.Editing_EditingWrapper__olRll.Editing_Minimize__vHFme{opacity:0;transform:translate(150%,-150%)}.Editing_EditingWrapper__olRll .Editing_BtnWrapper__fQwrE{align-items:center;display:flex;gap:1rem;position:absolute;right:1%;top:2rem}@media screen and (max-width:900px){.Editing_EditingWrapper__olRll .Editing_BtnWrapper__fQwrE{flex-wrap:wrap;padding:2rem;top:3.5rem}}.Editing_EditingWrapper__olRll .Editing_BtnWrapper__fQwrE button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px;border-radius:.7rem;color:#3ff0d9;cursor:pointer;min-height:3rem;min-width:9rem;padding:.5rem 1rem;transition:all .3s ease-in}.Editing_EditingWrapper__olRll .Editing_BtnWrapper__fQwrE button:hover{background:#279485;border:1px solid #279485;color:#fff}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6{background:#000;border-radius:.625rem;display:flex;flex-direction:column;gap:1rem;height:45em;overflow:hidden;position:relative;resize:both;width:50rem;z-index:1}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_OverlayForDrag__fng\+4{background:#0000;cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_OverlayForDrag__fng\+4:active{cursor:grabbing!important}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6>*{-webkit-user-select:none;user-select:none}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_EditingContainer__1eTET{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_EditingContainer__1eTET .Editing_img__15kOr{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_EditingContainer__1eTET .Editing_EffectPreview__eGawP{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_EditingContainer__1eTET .Editing_EffectPreview__eGawP img{height:100%;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7{background:#5a5a5a;border:1.5px solid #05beb3;border-radius:.625rem;height:8rem;overflow:hidden;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 button{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px;color:#3ff0d9;cursor:pointer;display:flex;flex-direction:column;font-family:Poppins;font-size:1.2rem;font-size:1.11644rem;font-style:normal;font-weight:300;gap:.5rem;height:5rem;justify-content:center;line-height:normal;text-transform:capitalize;transition:all .3s ease-in-out;width:7rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 button svg{height:2rem;transition:all .3s ease-in-out;width:2rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 button:hover{background:#045f53;border:1px solid #045f53;color:#fff}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 button:hover svg{transform:scale(1.1)}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_Right__4aZjv{align-items:center;display:flex;flex-direction:column;gap:.3rem;height:100%;justify-content:center;padding:.3rem 0;width:9.8rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_Right__4aZjv button{flex-basis:50%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_MainBtnWrapper__Lzx\+e{align-items:center;display:flex;gap:1.5rem;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_CropBtnWrapper__rDIGZ{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_CropBtnWrapper__rDIGZ .Editing_Left__0Jkne{align-items:center;display:flex;flex:1 1;gap:1.5rem;height:100%;justify-content:center}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_CropBtnWrapper__rDIGZ .Editing_Left__0Jkne button{flex-direction:row;width:10rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_RotateBtnWrapper__BG7v-{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_RotateBtnWrapper__BG7v- .Editing_Left__0Jkne{align-items:center;display:flex;flex:1 1;gap:1.5rem;height:100%;justify-content:center}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_RotateBtnWrapper__BG7v- .Editing_Left__0Jkne input{cursor:pointer;width:50%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_RotateBtnWrapper__BG7v- .Editing_Left__0Jkne p{color:#3ff0d9;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:300;line-height:normal;text-align:center;text-transform:capitalize;width:4rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_AspectBtnWrapper__oJBhg{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_AspectBtnWrapper__oJBhg .Editing_Left__0Jkne{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(3,1fr);height:100%;overflow:hidden;padding:1rem 2rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_AspectBtnWrapper__oJBhg .Editing_Left__0Jkne button{flex-direction:row;flex-wrap:wrap;height:100%;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_EffectBtnWrapper__KzjUw{align-items:center;background:#000;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_EffectBtnWrapper__KzjUw .Editing_Left__0Jkne{display:flex;flex:1 1;height:100%;overflow:hidden;padding:1rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_EffectBtnWrapper__KzjUw .Editing_Left__0Jkne img{border-radius:5px;cursor:pointer;height:5rem;width:6rem}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_MirrorBtnWrapper__cZwvI{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__olRll .Editing_EditingMain__3FeM6 .Editing_ButtonContainer__cru\+7 .Editing_MirrorBtnWrapper__cZwvI .Editing_Left__0Jkne{align-items:center;display:flex;flex:1 1;gap:1rem;height:100%;justify-content:center;overflow:hidden}.Editing_ControlsContainer__QaOF9{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff9;border-radius:1rem;bottom:1rem;box-shadow:0 0 10px 5px #00000080;display:flex;gap:1rem;height:20rem;left:50%;overflow:hidden;padding:.5rem 1rem;position:fixed;transform:translateX(-50%);width:30rem;width:90%;z-index:200!important}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:1fr 1fr}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne .Editing_InputWrapper__eH3TV{align-items:center;display:flex;flex-direction:column;gap:.3rem;overflow:hidden}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne .Editing_InputWrapper__eH3TV:first-child{grid-row:1}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne .Editing_InputWrapper__eH3TV:nth-child(2){display:flex;grid-row:1/3}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne .Editing_InputWrapper__eH3TV:nth-child(2) input{flex:1 1;height:100%;rotate:90deg;width:7rem;width:85%}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne .Editing_InputWrapper__eH3TV label{color:#000;font-size:1rem!important}.Editing_ControlsContainer__QaOF9 .Editing_Left__0Jkne .Editing_InputWrapper__eH3TV input{height:100%;width:100%}.Editing_ControlsContainer__QaOF9 .Editing_ButtonWrapper__Lijg6{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.Editing_ControlsContainer__QaOF9 .Editing_ButtonWrapper__Lijg6 button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px!important;border-radius:.7rem;color:#3ff0d9;cursor:pointer;font-size:1.7rem!important;height:3.5rem!important;letter-spacing:0!important;transform:rotate(0deg)!important;transition:all .3s ease-in;width:7rem!important}.Editing_ControlsContainer__QaOF9 .Editing_ButtonWrapper__Lijg6 button:hover{background:#279485;border:1px solid #279485;color:#fff}.Editing_EffectNormal__mPAu8{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_Effect1977__uIwIp{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectAden__uxUkD{filter:contrast(90%) brightness(120%) saturate(85%) sepia(0) hue-rotate(20deg) grayscale(0) invert(0) blur(0)}.Editing_EffectAmaro__DRuv3{filter:contrast(90%) brightness(110%) saturate(150%) sepia(0) hue-rotate(-10deg) grayscale(0) invert(0) blur(0)}.Editing_EffectBrannan__gygso{filter:contrast(140%) brightness(100%) saturate(100%) sepia(50%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectBrooklyn__DpcKE{filter:contrast(90%) brightness(110%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectClarendon__MMIE4{filter:contrast(120%) brightness(125%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectEarlybird__hHgcT{filter:contrast(90%) brightness(100%) saturate(100%) sepia(20%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectGingham__5g6D6{filter:contrast(105%) brightness(100%) saturate(100%) sepia(0) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.Editing_EffectHudson__MdWBf{filter:contrast(90%) brightness(120%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectInkwell__XdID3{filter:contrast(110%) brightness(110%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(100%) invert(0) blur(0)}.Editing_EffectLofi__X-0GV{filter:contrast(150%) brightness(100%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectMaven__65VgI{filter:contrast(95%) brightness(95%) saturate(150%) sepia(25%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectPerpetua__yV4fJ{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectReyes__ws4cM{filter:contrast(85%) brightness(110%) saturate(75%) sepia(22%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectStinson__shc3n{filter:contrast(75%) brightness(115%) saturate(85%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectToaster__R1NxP{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectWalden__fXiAP{filter:contrast(110%) brightness(160%) saturate(100%) sepia(30%) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.Editing_EffectValencia__\+AKzF{filter:contrast(108%) brightness(108%) saturate(100%) sepia(8%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectXpro2__lA2Mc{filter:contrast(100%) brightness(100%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Gallery_Gallery__C6bdh{background:#020305;display:flex;flex-direction:column;height:100vh;width:100vw}.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs{align-items:center;display:flex;justify-content:space-between;padding:1rem 3rem 2rem 3.2rem}@media screen and (max-width:450px){.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs{padding:1rem}}.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Left__HSDSN h1{color:#fff;font-family:Poppins;font-size:4.18rem;font-style:normal;font-weight:600;line-height:normal;margin-bottom:1.8rem}.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Left__HSDSN .Gallery_ButtonWrapper__hTPzz{align-items:center;display:flex;gap:1.4rem}@media screen and (max-width:450px){.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Left__HSDSN .Gallery_ButtonWrapper__hTPzz{gap:1rem}}.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Left__HSDSN .Gallery_ButtonWrapper__hTPzz button{background:#ffffff0d;border:none;border-radius:4rem;color:#666;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:3.5rem;line-height:normal;padding:0 2.5rem;transition:all .3s ease-in-out}.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Left__HSDSN .Gallery_ButtonWrapper__hTPzz button.Gallery_activeBtn__oeh4t,.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Left__HSDSN .Gallery_ButtonWrapper__hTPzz button:hover{background:#ffffff1a;color:#fff}.Gallery_Gallery__C6bdh .Gallery_Top__O\+EZs .Gallery_Right__uq92e{align-items:center;cursor:pointer;display:flex;height:3rem;justify-content:center;width:3rem}.Gallery_Gallery__C6bdh .Gallery_Container__dih3q{grid-row-gap:.6rem;grid-column-gap:.6rem;background:#d9d9d90d;column-gap:.6rem;display:grid;grid-template-columns:repeat(3,1fr);height:100%;overflow-y:scroll;padding:3.1rem 4.5rem;row-gap:.6rem;width:100%}@media screen and (max-width:550px){.Gallery_Gallery__C6bdh .Gallery_Container__dih3q{padding:3.1rem 2rem}}@media screen and (max-width:850px){.Gallery_Gallery__C6bdh .Gallery_Container__dih3q{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.Gallery_Gallery__C6bdh .Gallery_Container__dih3q{grid-template-columns:repeat(1,1fr)}}.Gallery_Gallery__C6bdh .Gallery_Container__dih3q::-webkit-scrollbar{display:none}.Gallery_Gallery__C6bdh .Gallery_Container__dih3q h1{color:#fff;font-size:3rem}.Gallery_Gallery__C6bdh .Gallery_Container__dih3q .Gallery_postWrapper__onKxV{align-items:center;background:#000;display:flex;height:21rem;justify-content:center;overflow:hidden;width:100%}.Gallery_Gallery__C6bdh .Gallery_Container__dih3q .Gallery_postWrapper__onKxV .Gallery_Media__uqG0P{height:100%;object-fit:contain;width:100%}.Template1_TemplateWrapper__uuzCG{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template1_TemplateWrapper__uuzCG::-webkit-scrollbar{display:none}.Template1_TemplateWrapper__uuzCG .Template1_Setting__-xjLg{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template1_TemplateWrapper__uuzCG .Template1_Template1__hRgYQ{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template1_TemplateWrapper__uuzCG .Template1_Template1__hRgYQ::-webkit-scrollbar{display:none}.Template1_TemplateWrapper__uuzCG .Template1_Template1__hRgYQ section{scroll-snap-align:start;scroll-snap-stop:always}.Template1_Container1__rGNed{display:flex;height:100%;justify-content:space-between;overflow:hidden;position:relative;width:100%}@media screen and (max-width:750px)and (min-height:500px){.Template1_Container1__rGNed{flex-direction:column}}.Template1_Container1__rGNed .Template1_Left__rFhH3{padding:4rem 0 0 7.48rem;z-index:3}@media screen and (max-width:640px){.Template1_Container1__rGNed .Template1_Left__rFhH3{padding:5rem 0 0 5rem}}@media screen and (max-width:480px){.Template1_Container1__rGNed .Template1_Left__rFhH3{padding:3rem 0 0 4rem}}@media screen and (max-height:670px){.Template1_Container1__rGNed .Template1_Left__rFhH3{padding:2rem 0 0 3rem}}.Template1_Container1__rGNed .Template1_Left__rFhH3 h4{-webkit-leading-trim:both;color:#fff;font-family:Poppins;font-size:3.17838rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:1rem}@media screen and (max-width:500px)and (max-height:670px){.Template1_Container1__rGNed .Template1_Left__rFhH3 h4{font-size:2.5rem}}.Template1_Container1__rGNed .Template1_Left__rFhH3 .Template1_name__eZj1x{color:#fff;font-family:Bebas Neue;font-size:9rem;font-style:normal;font-weight:400;line-height:80%;max-width:28rem;min-width:28rem;overflow:hidden!important}@media screen and (max-width:550px)and (max-height:930px){.Template1_Container1__rGNed .Template1_Left__rFhH3 .Template1_name__eZj1x{font-size:7.8rem}}@media screen and (max-width:550px)and (max-height:700px){.Template1_Container1__rGNed .Template1_Left__rFhH3 .Template1_name__eZj1x{font-size:6.5rem;max-width:20rem!important;min-width:20rem!important}}.Template1_Container1__rGNed .Template1_Left__rFhH3 .Template1_name__eZj1x::-webkit-scrollbar{display:none}.Template1_Container1__rGNed .Template1_Right__CxgEZ{height:100%;position:relative;width:55.4735rem;z-index:3}.Template1_Container1__rGNed .Template1_Right__CxgEZ .Template1_coverImage__UW9Ll{bottom:18%;left:16%}@media screen and (max-width:750px){.Template1_Container1__rGNed .Template1_Right__CxgEZ{align-self:flex-end}}@media screen and (max-width:450px){.Template1_Container1__rGNed .Template1_Right__CxgEZ{width:100%}}.Template1_Container1__rGNed .Template1_Right__CxgEZ img{bottom:0;height:80%;left:0;position:absolute;width:100%}@media screen and (max-width:450px){.Template1_Container1__rGNed .Template1_Right__CxgEZ img{height:100%}}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ{align-items:center;background:linear-gradient(180deg,#0e213800,#0e2138);bottom:0;display:flex;height:16.2rem;justify-content:space-between;left:0;padding:0 8.5rem 0 12.5rem;position:absolute;width:100%;z-index:3}@media screen and (max-width:750px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ{flex-direction:column;gap:2rem;padding:0}}@media screen and (max-width:450px)and (max-height:670px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ{padding-bottom:2rem}}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6{align-items:center;display:flex;gap:4.75rem}@media screen and (max-width:750px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6{gap:2.47rem;justify-content:space-between;padding:0 8rem 0 20rem;width:100%}}@media screen and (max-width:650px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6{padding:0 8rem 0 15rem}}@media screen and (max-width:500px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6{padding:0 8rem 0 10rem}}@media screen and (max-width:450px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6{padding:0 3rem 0 6rem}}@media screen and (max-width:450px)and (max-height:670px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6{padding:0 8rem 0 7rem}}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_RatingContainer__VI7Oi{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:relative;width:5.52rem}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_RatingContainer__VI7Oi span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_RatingContainer__VI7Oi img{height:100%;width:100%}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_TextContainer__29VeA{display:flex;flex-direction:column;height:5.98rem;justify-content:space-between}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_TextContainer__29VeA h3{color:#fff;font-family:Inter;font-size:3.20906rem;font-style:normal;font-weight:800;line-height:94.5%;text-align:center}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_TextContainer__29VeA h2{color:#fff;font-family:Inter;font-size:4.21619rem;font-style:normal;font-weight:800;line-height:94.5%;text-align:center}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_LeftInner__MsrA6 .Template1_TextContainer__29VeA p{color:#fff;font-family:Inter;font-size:1.80025rem;font-style:normal;font-weight:800;line-height:94.5%}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_RightInner__toOgA{align-items:center;display:flex;gap:14rem;height:5.98rem}@media screen and (max-width:750px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_RightInner__toOgA{gap:11.68rem;height:7rem;justify-content:space-around;width:100%}}.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_RightInner__toOgA button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Inter;font-size:2rem;font-style:normal;font-weight:800;gap:.5rem;height:100%;justify-content:center;line-height:94.5%;padding:0 1rem}@media screen and (max-width:750px){.Template1_Container1__rGNed .Template1_BottomPart__75UiQ .Template1_RightInner__toOgA button{padding:0 4rem}}.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{align-items:center;background:#000;display:flex;flex-direction:column;gap:1.5rem;height:36rem;justify-content:center;padding:1.52806rem 0 1.52813rem;position:absolute;transform:rotate(-25deg) translate(-20%,-6%);width:190rem}@media screen and (max-width:1400px)and (max-height:650px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{height:25rem;transform:rotate(340deg) translate(-10%,30%);width:150rem}}@media screen and (max-width:1280px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{transform:rotate(336deg) translate(-8%,9%)}}@media screen and (max-width:1280px)and (min-height:800px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{transform:rotate(315deg) translate(-29%,-14%)}}@media screen and (max-width:640px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{transform:rotate(-41deg) translate(-20%,-46%)}}@media screen and (max-width:480px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{height:30rem;transform:rotate(-47deg) translate(-39%,-40%);width:150rem}}@media screen and (max-width:380px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{height:26rem;transform:rotate(317deg) translate(-36%,-85%);width:150rem}}@media screen and (max-width:450px)and (max-height:850px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{transform:rotate(-44deg) translate(-38%,-60%)}}@media screen and (max-width:400px)and (max-height:680px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS{height:25rem;transform:rotate(-44deg) translate(-38%,-77%)}}.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_Dots__TM7It{align-items:flex-start;display:flex;gap:4.36081rem}.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_Dots__TM7It .Template1_Dot__agYt9{background:#f2f2f2;height:.93181rem;width:2.52131rem}.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg{align-items:center;display:flex;flex:1 1;gap:5rem;overflow:hidden;padding-left:7rem;width:100%}@media screen and (max-width:1280px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg{gap:4rem;padding-left:1rem}}@media screen and (max-width:640px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg{gap:4rem}}@media screen and (max-width:480px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg{gap:2.55rem;justify-content:center}}.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg .Template1_InnerImageContainer__LHqTW{height:100%;overflow:hidden;width:50.8rem}@media screen and (max-width:1400px)and (max-height:650px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg .Template1_InnerImageContainer__LHqTW{width:40rem}}@media screen and (max-width:640px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg .Template1_InnerImageContainer__LHqTW{width:45rem}}@media screen and (max-width:480px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg .Template1_InnerImageContainer__LHqTW{width:40rem}}@media screen and (max-width:450px)and (max-height:850px){.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg .Template1_InnerImageContainer__LHqTW{width:30rem}}.Template1_Container1__rGNed .Template1_RealContainer__E\+SfS .Template1_ImageContainer__zTAxg .Template1_InnerImageContainer__LHqTW img{max-height:150%;min-height:100%;width:100%}.Template1_Container1__rGNed .Template1_coverImage__UW9Ll{bottom:25%;right:35%}@media screen and (max-width:450px){.Template1_Container1__rGNed .Template1_coverImage__UW9Ll{right:70%}}.Template1_Container1__rGNed .Template1_Reel1UploadBtn__r1kMh{bottom:46%;left:9%}@media screen and (max-width:1400px)and (max-height:600px){.Template1_Container1__rGNed .Template1_Reel1UploadBtn__r1kMh{bottom:32%}}.Template1_Container1__rGNed .Template1_Reel2UploadBtn__wqRUh{left:33%;top:21%}@media screen and (max-width:1400px)and (max-height:600px){.Template1_Container1__rGNed .Template1_Reel2UploadBtn__wqRUh{left:40%;top:30%}}.Template1_Container1__rGNed .Template1_Reel3UploadBtn__QunLk{right:41%;top:1%}@media screen and (max-width:1400px)and (max-height:600px){.Template1_Container1__rGNed .Template1_Reel3UploadBtn__QunLk{right:26%}}.Template1_Container2__bD\+qS{display:flex;flex-direction:column;height:100vh;margin-bottom:3rem;margin-top:3rem;overflow:hidden;position:relative;width:100%}.Template1_Container2__bD\+qS .Template1_H4__yirPL{display:none}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_H4__yirPL{color:#fff;display:block;font-family:Bebas Neue;font-size:7.45619rem;font-style:normal;font-weight:400;line-height:94.5%;margin-bottom:2rem}.Template1_Container2__bD\+qS{align-items:center;padding-top:3rem}}.Template1_Container2__bD\+qS .Template1_Wrapper__3Jkls{align-items:center;display:flex;gap:1rem;justify-content:space-between;min-height:100vh;overflow:hidden;padding:0 10.69rem 0 7.53rem;width:100%}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Wrapper__3Jkls{align-items:center;flex-direction:column-reverse;gap:0;justify-content:flex-end;padding:0}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3{align-items:center;display:flex;flex-direction:column;justify-content:center;width:45rem}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3{align-items:flex-start;height:auto;justify-content:flex-start}}@media screen and (max-width:380px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3{width:100%}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_LeftInner__MsrA6{display:flex;flex-direction:column;padding-top:5rem;position:relative;width:100%}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_LeftInner__MsrA6{padding-top:2rem}}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_LeftInner__MsrA6{padding:2rem 2rem 0!important}}@media screen and (max-width:374px)and (max-height:850px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_LeftInner__MsrA6{padding:2rem 2rem 0!important}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_LeftInner__MsrA6 .Template1_EditTextIcon__1wlrU{cursor:pointer;height:4rem;position:absolute;right:5%;top:14%;width:4rem}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_LeftInner__MsrA6 .Template1_EditTextIcon__1wlrU{left:0;right:auto;top:-8%}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 h4{color:#fff;font-family:Bebas Neue;font-size:7.45619rem;font-style:normal;font-weight:400;line-height:94.5%;margin-bottom:2.88rem}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 h4{display:none}}@media screen and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 h4{font-size:7rem}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_Intro__cUHa\+{color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;height:23rem;line-height:138%;margin-bottom:2rem;min-height:20rem;overflow-y:scroll;width:100%}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_Intro__cUHa\+{height:10rem!important;margin-bottom:2rem!important;min-height:17rem!important}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_Intro__cUHa\+::-webkit-scrollbar{display:none}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_Intro__cUHa\+{margin-bottom:0}}@media screen and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_Intro__cUHa\+{font-size:1.8rem;height:20rem;margin-bottom:1rem}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:1rem}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S{flex-direction:row;height:auto}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S button{background:#0000;border:none;color:#fff;cursor:pointer;display:block;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:138%;margin-bottom:4rem;position:relative}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S button{margin-bottom:0}}@media screen and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S button{font-size:1.8rem;margin-bottom:3rem}}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S button:after{background:#fff;bottom:-.67rem;content:"";height:1px;left:0;position:absolute;width:4.10506rem}.Template1_Container2__bD\+qS .Template1_Left__rFhH3 .Template1_ButtonContainer__qUn\+S button:last-child{margin-bottom:0}.Template1_Container2__bD\+qS .Template1_Right__CxgEZ{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:45rem}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ{align-items:flex-start;height:50rem}}@media screen and (max-width:650px)and (max-height:670px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ{height:40rem}}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ{height:35rem;width:35rem}}@media screen and (max-width:374px)and (max-height:850px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ{width:38rem}}@media screen and (max-width:380px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ{width:100%}}.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_IntroImage__d0tF4{left:0;top:0}@media screen and (max-width:750px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_IntroImage__d0tF4{left:0;top:0}}.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA{height:50rem;overflow:hidden;position:relative;width:100%}@media screen and (max-width:650px)and (max-height:670px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA{height:40rem}}@media screen and (max-width:650px)and (max-height:750px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA{height:35rem;width:35rem}}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA{height:35rem!important;width:35rem!important}}@media screen and (max-height:650px){.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA{height:40rem}}.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA .Template1_Overlay__XQKxx{height:100%;width:100%;z-index:1}.Template1_Container2__bD\+qS .Template1_Right__CxgEZ .Template1_RightInner__toOgA .Template1_OverlayAsset__dwlzG{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.Template1_Container3__9Ly-s{display:flex;flex-direction:column;height:100vh;justify-content:space-evenly;overflow:hidden;padding:3rem .56rem 3rem 10.69rem;position:relative;width:100%}@media screen and (max-width:580px){.Template1_Container3__9Ly-s{align-items:center;padding-left:1rem}}@media screen and (max-width:500px){.Template1_Container3__9Ly-s{padding-left:0;padding-right:0}}.Template1_Container3__9Ly-s h1{color:#fff;font-family:Bebas Neue;font-size:7.45619rem;font-style:normal;font-weight:400;line-height:94.5%}@media screen and (max-height:650px){.Template1_Container3__9Ly-s h1{font-size:6.5rem}}.Template1_Container3__9Ly-s .Template1_bar__dRK\+s{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding-right:6.75rem}@media screen and (max-width:580px){.Template1_Container3__9Ly-s .Template1_bar__dRK\+s{gap:15rem;padding-right:0}}.Template1_Container3__9Ly-s .Template1_bar__dRK\+s h3{color:#fff;cursor:pointer;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:138%}.Template1_Container3__9Ly-s .Template1_bar__dRK\+s .Template1_BtnContainer__gGGMU{display:flex;gap:1rem}.Template1_Container3__9Ly-s .Template1_bar__dRK\+s .Template1_BtnContainer__gGGMU button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:2rem;height:2.625rem;transition:all .2s ease-in-out;width:2.625rem}.Template1_Container3__9Ly-s .Template1_bar__dRK\+s .Template1_BtnContainer__gGGMU button:hover{background:#1c395c}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj{height:48rem;overflow:hidden;width:100%}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_CarouselContainer__cSU5Q{display:flex;height:100%;position:relative;width:100%}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_CarouselContainer__cSU5Q input{display:none}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveImageContainer__mfOS9{align-items:center;background:#000;display:flex;height:100%;justify-content:center;max-width:58rem;min-width:58rem;overflow:hidden;position:relative;transition:.5s}@media screen and (max-width:500px){.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveImageContainer__mfOS9{max-width:100%;min-width:100%}}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveImageContainer__mfOS9 img{max-height:100%;max-width:100%;object-fit:cover;transition:.5s}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveImageContainer__mfOS9 video{height:100%;width:100%}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ImageContainer__zTAxg{align-items:center;background:#000;display:flex;height:100%;justify-content:center;max-width:20rem;min-width:20rem;overflow:hidden;position:relative;transition:.5s}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ImageContainer__zTAxg img{height:100%;transition:.5s;width:100%}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ImageContainer__zTAxg video{height:100%;width:100%}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#0f0f0f99;bottom:1.86rem;display:flex;gap:4rem;height:5.69688rem;left:50%;opacity:1;padding:0 2.87rem 0 2.16rem;position:absolute;transform:translateX(-50%);transition:.5s;width:46.53575rem}@media screen and (max-width:500px){.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT{max-width:100%;min-width:100%}}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT .Template1_Left__rFhH3{color:#fff;flex:1 1;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:123.4%}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT .Template1_Right__CxgEZ{align-items:center;display:flex;gap:2rem}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT .Template1_Right__CxgEZ .Template1_Icon__LLYT1{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:1.8rem;overflow:hidden}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT .Template1_Right__CxgEZ .Template1_Icon__LLYT1 .Template1_LikeIcon__\+mxF6{height:2.5rem;width:2.5rem}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT .Template1_Right__CxgEZ .Template1_Icon__LLYT1 img{max-height:100%;max-width:100%;object-fit:cover}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_ActiveFloatingContainer__anCZT .Template1_Right__CxgEZ .Template1_Icon__LLYT1 p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;height:1.8rem;line-height:123.4%;width:1.8rem}.Template1_Container3__9Ly-s .Template1_CarouselWrapper__0pJDj .Template1_DisableFloatingContainer__Wuz\+z{bottom:-186rem;opacity:0;position:absolute;transition:.3s}.Template1_Container4__Z5HwR{align-items:center;display:flex;flex-direction:column;gap:3rem;padding:5.17rem 0 6.66rem;position:relative;width:100%}.Template1_Container4__Z5HwR .Template1_ShortSMS__6ZtTx{color:#fff;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:8rem;line-height:172%;text-align:center;width:49.62119rem}@media screen and (max-width:600px){.Template1_Container4__Z5HwR .Template1_ShortSMS__6ZtTx{min-height:10rem;padding:0 3rem;width:100%}}.Template1_Container4__Z5HwR .Template1_ShortSMS__6ZtTx::-webkit-scrollbar{display:none}.Template1_Container4__Z5HwR h4{color:#fff;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:400;line-height:94.5%}.Template1_Container4__Z5HwR .Template1_EditTextIcon__1wlrU{cursor:pointer;height:4rem;left:20%;position:absolute;top:20%;width:4rem}#post1:checked~#ActiveImageContainer{margin-left:0}#post2:checked~#ActiveImageContainer{margin-left:-20rem}#post3:checked~#ActiveImageContainer{margin-left:-40rem}#post4:checked~#ActiveImageContainer{margin-left:-60rem}#post5:checked~#ActiveImageContainer{margin-left:-80rem}.Template10_Template10Wrapper__CcT9y{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template10_Template10Wrapper__CcT9y::-webkit-scrollbar{display:none}.Template10_Template10Wrapper__CcT9y .Template10_Setting__Y4JU8{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template10_Template10Wrapper__CcT9y .Template10_Template10__W2Ehj{height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template10_Template10Wrapper__CcT9y .Template10_Template10__W2Ehj::-webkit-scrollbar{display:none}.Template10_Template10Wrapper__CcT9y .Template10_Template10__W2Ehj section{scroll-snap-align:start;scroll-snap-stop:always}.Template10_Container1__FchFb{height:100vh;position:relative;scroll-behavior:smooth;width:100%}.Template10_Container1__FchFb .Template10_RatingCon__QMQC3{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;left:2.6%;position:absolute;top:6%;width:5.52rem;z-index:10}.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 span{color:#fff;font-family:Poppins;font-size:1.1rem;position:absolute;text-align:center}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 span{font-size:3rem;left:43%;position:absolute}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 span{font-size:2rem;left:43%;position:absolute}}@media screen and (min-width:1920px)and (max-height:1440px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 span{font-size:2rem}}@media screen and (min-width:1856px)and (max-height:1392px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 span{font-size:1.9rem}}@media screen and (min-width:1792px)and (max-height:1344px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 span{font-size:1.8rem}}.Template10_Container1__FchFb .Template10_RatingCon__QMQC3 img{height:100%;width:100%}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3{height:15rem;left:3.5%;position:absolute;top:6%;width:15rem;z-index:10}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3{height:10rem;left:3.5%;position:absolute;top:6%;width:10rem;z-index:10}}@media screen and (min-width:1920px)and (max-height:1440px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3{height:10rem;position:absolute;top:5%;width:10rem}}@media screen and (min-width:1856px)and (max-height:1392px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3{height:8rem;position:absolute;top:5%;width:8rem}}@media screen and (min-width:1792px)and (max-height:1344px){.Template10_Container1__FchFb .Template10_RatingCon__QMQC3{height:8rem;position:absolute;top:5%;width:8rem}}.Template10_Container1__FchFb .Template10_CoverUploadBtn__xhGU9{right:10%;top:15%}.Template10_Container1__FchFb .Template10_ImageContainer__keeAd img{height:100vh;overflow:hidden;position:relative;width:100%;z-index:1}.Template10_Container1__FchFb .Template10_BlurOverlay__YbHyV{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:100%;left:0;position:absolute;top:0;width:50%;z-index:2}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_BlurOverlay__YbHyV{-webkit-backdrop-filter:blur(1.8rem);backdrop-filter:blur(1.8rem)}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_BlurOverlay__YbHyV{-webkit-backdrop-filter:blur(1.5rem);backdrop-filter:blur(1.5rem)}}.Template10_Container1__FchFb .Template10_DarkOverlay2__aGGQ5{background:linear-gradient(270deg,#0000,#0000 50%,#00000080 0,#00000080);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:8px solid #fff;border-radius:0 95px 0 95px;height:93%;left:1.5%;position:absolute;top:3%;width:96%;z-index:2}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:1.8rem solid #fff;border-radius:0 400px 0 400px}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:1.2rem solid #fff;border-radius:0 250px 0 250px}}@media screen and (min-width:1920px)and (max-height:1440px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:1rem solid #fff;border-radius:0 250px 0 250px}}@media screen and (min-width:1920px)and (max-height:1200px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:.8rem solid #fff;border-radius:0 220px 0 220px}}@media screen and (min-width:1920px)and (max-height:1080px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:.8rem solid #fff;border-radius:0 200px 0 200px}}@media screen and (min-width:1856px)and (max-height:1392px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:.8rem solid #fff;border-radius:0 200px 0 200px}}@media screen and (min-width:1792px)and (max-height:1344px){.Template10_Container1__FchFb .Template10_BorderBox__cwCop{border:.8rem solid #fff;border-radius:0 200px 0 200px}}.Template10_Container1__FchFb .Template10_ContentBox__rpllp{align-items:flex-end;bottom:8%;display:flex;height:83%;justify-content:space-between;left:4%;position:absolute;width:95%}.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_left__piv4E{display:flex;font-size:1.5rem;justify-content:space-between;width:31%}@media screen and (max-width:800px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_left__piv4E{width:100%}}.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_left__piv4E button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:120%;font-style:italic;height:100%;letter-spacing:.2rem;padding:0 1rem}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_left__piv4E button{font-size:5rem;letter-spacing:.5rem}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_left__piv4E button{font-size:2.5rem;letter-spacing:.5rem}}.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf h1{font-style:italic}.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf{color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.05rem;text-align:right}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf{font-size:3.5rem;letter-spacing:.3rem}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf{font-size:2rem;letter-spacing:.3rem}}@media screen and (max-width:800px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf{bottom:30%;left:88%;position:absolute}}@media screen and (max-width:650px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf{bottom:30%;left:80%;position:absolute}}@media screen and (max-width:450px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp .Template10_right__OyVsf{font-size:1rem}}@media screen and (min-width:3840px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp{width:93%}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__FchFb .Template10_ContentBox__rpllp{width:93%}}.Template10_NameBox__m\+O3S{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:100px;transform:rotate(270deg)}.Template10_NameBox__m\+O3S::-webkit-scrollbar{display:none}@media screen and (max-height:500px){.Template10_NameBox__m\+O3S{padding-bottom:50px}}.Template10_nameCon1__J89mt{display:flex;flex-direction:row}.Template10_nameCon1__J89mt::-webkit-scrollbar{display:none}.Template10_TextWidth__76DG-{color:#fff;font-family:Poppins,sans-serif;font-size:400%;font-weight:400;padding-right:6px}.Template10_TextWidth__76DG-::-webkit-scrollbar{display:none}@media screen and (min-width:3000px){.Template10_TextWidth__76DG-{font-size:800%}}@media screen and (max-width:800px){.Template10_TextWidth__76DG-{font-size:500%}}@media screen and (max-width:450px){.Template10_TextWidth__76DG-{font-size:400%}}@media screen and (max-height:500px){.Template10_TextWidth__76DG-{font-size:300%}}.Template10_TextWidth2__RMG7Q{color:#fff;font-family:Poppins,sans-serif;font-size:400%;font-weight:400}.Template10_TextWidth2__RMG7Q::-webkit-scrollbar{display:none}@media screen and (min-width:3000px){.Template10_TextWidth2__RMG7Q{font-size:800%}}@media screen and (max-width:800px){.Template10_TextWidth2__RMG7Q{font-size:500%}}@media screen and (max-width:450px){.Template10_TextWidth2__RMG7Q{font-size:400%}}@media screen and (max-height:500px){.Template10_TextWidth2__RMG7Q{font-size:300%}}.Template10_HR1__LICvj{background-color:#fff;color:#fff;font-weight:500;height:5px;width:150px}@media screen and (min-width:3000px){.Template10_HR1__LICvj{width:300px}}@media screen and (max-width:800px){.Template10_HR1__LICvj{height:3px;width:100px}}@media screen and (max-width:1200px){.Template10_HR1__LICvj{height:3px;width:100px}}@media screen and (max-width:550px){.Template10_HR1__LICvj{height:2px;width:100px}}@media screen and (max-width:350px){.Template10_HR1__LICvj{height:2px;width:80px}}@media screen and (max-height:600px){.Template10_HR1__LICvj{width:100px}}@media screen and (max-height:500px){.Template10_HR1__LICvj{width:80px}}.Template10_HR1flex__2cN6D{display:flex;justify-content:flex-start;width:44%}@media screen and (min-width:1200px){.Template10_HR1flex__2cN6D{width:38%}}@media screen and (max-width:1200px){.Template10_HR1flex__2cN6D{width:45%}}@media screen and (max-width:800px){.Template10_HR1flex__2cN6D{width:70%}}@media screen and (max-width:600px){.Template10_HR1flex__2cN6D{width:80%}}@media screen and (max-width:550px){.Template10_HR1flex__2cN6D{width:90%}}@media screen and (max-width:450px){.Template10_HR1flex__2cN6D{width:95%}}@media screen and (max-width:350px){.Template10_HR1flex__2cN6D{width:120%}}@media screen and (max-height:500px){.Template10_HR1flex__2cN6D{width:50%}}.Template10_HR2flex__hsY7Z{display:flex;justify-content:flex-end;width:40%}@media screen and (min-width:3000px){.Template10_HR2flex__hsY7Z{margin-top:30px}}@media screen and (max-width:1200px){.Template10_HR2flex__hsY7Z{width:58%}}@media screen and (max-width:800px){.Template10_HR2flex__hsY7Z{width:78%}}@media screen and (max-width:600px){.Template10_HR2flex__hsY7Z{width:80%}}@media screen and (max-width:550px){.Template10_HR2flex__hsY7Z{width:105%}}@media screen and (max-height:600px){.Template10_HR2flex__hsY7Z{width:70%}}@media screen and (max-height:500px){.Template10_HR2flex__hsY7Z{width:40%}}.Template10_HR2__mgGOH{background-color:#fff;color:#fff;font-weight:500;height:5px;position:absolute;top:50%;width:200px}@media screen and (min-width:3000px){.Template10_HR2__mgGOH{width:300px}}@media screen and (max-width:800px){.Template10_HR2__mgGOH{height:3px;width:150px}}@media screen and (max-width:1200px){.Template10_HR2__mgGOH{height:3px;width:150px}}@media screen and (max-width:350px){.Template10_HR2__mgGOH{height:2px;width:150px}}@media screen and (max-height:600px){.Template10_HR2__mgGOH{width:100px}}@media screen and (max-height:500px){.Template10_HR2__mgGOH{width:80px}}.Template10_contain2__p28HA{background-color:#000;height:100vh;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.Template10_imageContainer2__xUDz4{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;width:100%}.Template10_Con2Background__hREnm{height:100vh;left:0;position:absolute;top:0;width:100%;z-index:2}.Template10_introImg1Btn__-Q-Rv{right:41%;top:8%}.Template10_introImg2Btn__1tBaX{left:50%;top:50%}.Template10_introImg1mBtn__tKv\+L{right:40%;top:4%}.Template10_introImg2mBtn__t3g6z{left:55%;top:55%}.Template10_EditTextIcon__ZE9rE{top:33%}.Template10_EditTextIconM__XTItQ,.Template10_EditTextIcon__ZE9rE{cursor:pointer;height:4rem;left:8%;position:absolute;width:4rem;z-index:2}.Template10_EditTextIconM__XTItQ{top:35%}.Template10_Con2Image1__gYNW0{display:flex;height:45rem;margin-left:20px;object-fit:cover;width:100%;z-index:-1}@media screen and (min-width:3000px){.Template10_Con2Image1__gYNW0{height:130rem}}@media(min-width:2000px)and (max-width:2900px){.Template10_Con2Image1__gYNW0{height:60rem}}@media(min-width:1000px)and (max-width:2000px){.Template10_Con2Image1__gYNW0{height:60rem}}@media screen and (max-width:800px){.Template10_Con2Image1__gYNW0{margin-left:0;width:120%}}@media screen and (min-height:1200px){.Template10_Con2Image1__gYNW0{height:90rem}}@media screen and (min-width:800px)and (max-width:900px){.Template10_Con2Image1__gYNW0{height:80rem}}@media screen and (max-height:1000px){.Template10_Con2Image1__gYNW0{height:70rem}}.Template10_Con2Image2__\+XAeD{left:3.7%;position:absolute;top:45%;width:100%}@media screen and (min-height:1200px){.Template10_Con2Image2__\+XAeD{height:90rem}}@media screen and (max-height:1000px){.Template10_Con2Image2__\+XAeD{height:70rem}}@media screen and (min-width:3000px){.Template10_Con2Image2__\+XAeD{height:120rem}}@media(min-width:2000px)and (max-width:2900px){.Template10_Con2Image2__\+XAeD{clip-path:polygon(0 0,50% 1%,100% 100%,100% 70%,100% 100%,0 100%,0 70%,0 30%);height:60rem}}@media(min-width:1700px)and (max-width:2000px){.Template10_Con2Image2__\+XAeD{clip-path:polygon(0 0,50% 1%,100% 100%,100% 70%,100% 100%,0 100%,0 70%,0 30%);height:50rem;top:45.5%}}@media screen and (max-width:800px){.Template10_Con2Image2__\+XAeD{clip-path:polygon(0 0,50% 1%,100% 50%,100% 80%,100% 100%,0 100%,0 70%,0 30%);left:0;top:0;width:150%}}.Template10_h4__LPMqP{box-sizing:border-box;color:#f5eded;font-family:Poppins,sans-serif;font-size:300%;font-weight:700;left:70%;margin-bottom:2.88rem;position:absolute;top:55%;transform:rotate(318deg) translate(0);z-index:3}@media screen and (min-width:3000px){.Template10_h4__LPMqP{font-size:650%;left:68%;top:33%;transform:rotate(320deg) translate(0);width:45%}}@media(min-width:2000px)and (max-width:2900px){.Template10_h4__LPMqP{font-size:400%;left:65%;top:33%;transform:rotate(305deg) translate(0);width:45%}}@media screen and (min-width:1700px)and (max-width:2000px){.Template10_h4__LPMqP{font-size:350%;transform:rotate(309deg) translate(0)}}@media screen and (min-width:1120px){.Template10_h4__LPMqP{transform:rotate(318deg) translate(0)}}@media screen and (max-width:1120px){.Template10_h4__LPMqP{transform:rotate(315deg) translate(0)}}@media screen and (max-width:950px){.Template10_h4__LPMqP{transform:rotate(308deg) translate(0)}}@media screen and (max-width:800px){.Template10_h4__LPMqP{font-size:200%;left:74%;top:88%;transform:rotate(335deg) translate(0)}}@media screen and (max-width:350px){.Template10_h4__LPMqP{font-size:200%;left:74%;top:88%;transform:rotate(330deg) translate(0)}}@media screen and (max-width:450px){.Template10_h4__LPMqP{font-size:200%;left:74%;top:88%;transform:rotate(318deg) translate(0)}}.Template10_Con2Text__s6N3g{height:100%;width:100%;z-index:3}.Template10_IntroContain2__uUefd{color:#f8f5f5;font-family:Poppins,sans-serif;font-size:150%;font-style:normal;font-weight:300;left:100px;margin-bottom:2rem;min-height:20rem;position:absolute;top:40%;width:100%;width:35%;z-index:3}.Template10_IntroContain2__uUefd::-webkit-scrollbar{display:none}@media screen and (min-width:3000px){.Template10_IntroContain2__uUefd{font-size:300%;min-height:30rem;width:45%}}@media(min-width:2000px)and (max-width:2900px){.Template10_IntroContain2__uUefd{font-size:200%;min-height:30rem}}@media screen and (max-width:800px){.Template10_IntroContain2__uUefd{font-size:100%;left:30px;min-height:35rem}}.Template10_ButtonCont2__pwlNe{align-items:flex-start;color:#fff;display:flex;flex-direction:row;height:100%;justify-content:space-between;left:70%;padding-bottom:1rem;position:absolute;top:80%;width:20%;z-index:3}@media screen and (max-width:800px){.Template10_ButtonCont2__pwlNe{flex-direction:column;height:10%;left:10%;top:65%}}.Template10_ButtonCont2__pwlNe button{background:#0000;border:none;color:#fff;cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:1.4rem;font-style:italic;font-weight:500;position:relative}@media screen and (min-width:3000px){.Template10_ButtonCont2__pwlNe button{font-size:300%}}@media(min-width:2000px)and (max-width:2900px){.Template10_ButtonCont2__pwlNe button{font-size:200%}}@media screen and (max-width:800px){.Template10_ButtonCont2__pwlNe button{font-size:150%;letter-spacing:4px}}.Template10_BottomImgSection__3xWvV,.Template10_TopImgSection__rI7JQ{height:50vh;width:100%}.Template10_contain3__\+KCJw{height:100vh;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.Template10_contain3__\+KCJw .Template10_IntroImageBtn__RMOe5{right:30%;top:20%}.Template10_BackgroundCon3__jcWaM{background-image:url(/static/media/Con3Bg.87468a4d44fc9c8dcd55.png);background-size:cover;border-bottom:4px solid #fff;height:100vh;left:-1px;position:absolute;top:-1px;width:101%;z-index:1}@media screen and (max-width:800px){.Template10_BackgroundCon3__jcWaM{background-image:url(/static/media/Con3Mobile.b16d456f5055d5c9a307.png);border-bottom:4px solid #fff0;height:101vh}}.Template10_ImageCon3__FUEaC{height:150vh;width:99%;z-index:-1}.Template10_Con4Bg__WOw0x{background-color:#040911;box-sizing:border-box;display:flex;flex-direction:column;height:auto;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.Template10_top__GyIOc{display:flex;font-family:Poppins,sans-serif;justify-content:space-around;padding-top:2%}.Template10_topText1__RRiLh{color:#fff;font-size:x-large}@media screen and (min-width:3000px){.Template10_topText1__RRiLh{font-size:500%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_topText1__RRiLh{font-size:300%}}@media screen and (max-width:800px){.Template10_topText1__RRiLh{font-size:200%}}.Template10_topText2__fnLOf{color:#6d6d6d;cursor:pointer}@media screen and (min-width:3000px){.Template10_topText2__fnLOf{font-size:300%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_topText2__fnLOf{font-size:200%}}.Template10_middle__YyV8S{padding-left:5%;padding-right:5%;padding-top:3%;width:100%}.Template10_bottom__VM4hq,.Template10_middle__YyV8S{align-items:center;display:flex;justify-content:center}.Template10_bottom__VM4hq{flex-direction:column;position:relative}.Template10_bottom__VM4hq .Template10_ShortEditTextIcon__dBU41{cursor:pointer;height:4rem;left:20%;position:absolute;top:15%;width:4rem;z-index:2}.Template10_bottom__VM4hq .Template10_ShortEditTextIconM__6dQhZ{cursor:pointer;height:4rem;left:10%;position:absolute;top:10%;width:4rem;z-index:2}.Template10_footerText1__9sZkh{color:#fff;flex-wrap:wrap;font-family:Poppins,sans-serif;font-size:120%;font-weight:300;height:100%;margin-bottom:3rem;padding-left:10%;padding-right:10%;padding-top:2%;text-align:center;width:70%}.Template10_footerText1__9sZkh::-webkit-scrollbar{display:none}@media screen and (min-height:1000px){.Template10_footerText1__9sZkh{padding-top:10%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_footerText1__9sZkh{font-size:150%}}@media screen and (min-width:3000px){.Template10_footerText1__9sZkh{font-size:300%}}@media screen and (max-width:800px){.Template10_footerText1__9sZkh{margin-bottom:2rem}}.Template10_footerText2__8d\+GR{color:#fff;font-family:Playball,cursive;font-size:150%;height:auto;margin-bottom:3rem;text-align:center}@media screen and (min-width:3000px){.Template10_footerText2__8d\+GR{font-size:400%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_footerText2__8d\+GR{font-size:250%}}@media screen and (min-height:1000px){.Template10_footerText2__8d\+GR{padding-top:10%}}.Template10_imageSlider__FSf\+K{border-radius:5%;height:300px;position:relative;right:50%;width:510px}@media screen and (min-width:800px){.Template10_imageSlider__FSf\+K{left:20%}}@media screen and (max-width:800px){.Template10_imageSlider__FSf\+K{height:200px;left:0;right:0;width:95%}}@media screen and (min-width:550px){.Template10_imageSlider__FSf\+K{height:300px;left:0;right:0;width:95%}}@media screen and (min-width:800px){.Template10_imageSlider__FSf\+K{height:300px;left:-50%;width:500px}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_imageSlider__FSf\+K{height:450px;width:900px}}@media screen and (min-width:3000px){.Template10_imageSlider__FSf\+K{height:1000px;width:2000px}}@media screen and (max-width:350px){.Template10_imageSlider__FSf\+K{height:150px;left:0;right:0;width:95%}}.Template10_sliderContainer__ewSAR{height:100%;width:100%}:root{--swiper-pagination-color:#fff;--swiper-pagination-bullet-size:8px;--swiper-pagination-bullet-width:20px;--swiper-pagination-bullet-height:4px;--swiper-pagination-bullet-inactive-color:#fff9f9;--swiper-pagination-bullet-inactive-opacity:0.1;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-horizontal-gap:4px;--swiper-pagination-bullet-vertical-gap:6px;--swiper-pagination-bullet-border-radius:2px;--swiper-pagination-bottom:10px}@media screen and (min-width:2000px)and (max-width:3000px){:root{--swiper-pagination-bullet-width:60px;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-height:8px}}@media screen and (min-width:3000px){:root{--swiper-pagination-bullet-width:100px;--swiper-pagination-bullet-height:12px;--swiper-pagination-bullet-horizontal-gap:10px}}.Template10_bulletheight__Q\+TwE{height:30px}@media screen and (min-height:900px){.Template10_bulletheight__Q\+TwE{height:100px}}.Template10_ImageFooter__LlIR3{align-items:center;background-color:#00000082;border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;display:flex;flex-direction:row;height:45px;justify-content:space-between;left:-50%;padding-left:4%;padding-right:4%;padding-top:3%;position:absolute;top:80.7%;width:500px}@media screen and (min-width:800px){.Template10_ImageFooter__LlIR3{left:20%}}@media screen and (max-width:800px){.Template10_ImageFooter__LlIR3{align-items:center;height:50px;left:0;right:0;text-align:center;top:75%;width:95%}}@media screen and (min-width:550px){.Template10_ImageFooter__LlIR3{align-items:center;height:58px;left:0;right:0;text-align:center;top:80%;width:95%}}@media screen and (min-width:800px){.Template10_ImageFooter__LlIR3{height:45px;left:-50%;top:85%;width:500px}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_ImageFooter__LlIR3{border-radius:0 0 30px 30px;-webkit-border-radius:0 0 30px 30px;-moz-border-radius:0 0 30px 30px;height:90px;top:80%;width:900px}}@media screen and (min-width:3000px){.Template10_ImageFooter__LlIR3{border-radius:0 0 50px 50px;-webkit-border-radius:0 0 50px 50px;-moz-border-radius:0 0 50px 50px;height:180px;padding-left:2%;padding-right:2%;width:2000px}}@media screen and (max-width:350px){.Template10_ImageFooter__LlIR3{align-items:center;height:50px;left:0;right:0;text-align:center;top:70%;width:95%}}.Template10_RightPart__S-ljJ{display:flex;flex-direction:row;justify-content:flex-end;width:50%}.Template10_Iconcontainer__yc1jP{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;margin-right:5%}.Template10_LeftPart__FZUu2{color:#fff;font-family:Poppins,sans-serif;font-size:80%;width:50%}@media screen and (max-width:500px){.Template10_LeftPart__FZUu2{font-size:30%}}@media screen and (min-width:800px){.Template10_LeftPart__FZUu2{font-size:50%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_LeftPart__FZUu2{font-size:110%}}@media screen and (min-width:3000px){.Template10_LeftPart__FZUu2{font-size:200%}}.Template10_styleiconLike__z8sf2{height:22px}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_styleiconLike__z8sf2{height:44px}}@media screen and (min-width:3000px){.Template10_styleiconLike__z8sf2{height:80px}}@media screen and (max-width:800px){.Template10_styleiconLike__z8sf2{height:20px}}@media screen and (max-width:500px){.Template10_styleiconLike__z8sf2{height:12px}}.Template10_styleiconComment__Ut5Zv{height:24px}@media screen and (max-width:800px){.Template10_styleiconComment__Ut5Zv{height:20px}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_styleiconComment__Ut5Zv{height:46px}}@media screen and (max-width:500px){.Template10_styleiconComment__Ut5Zv{height:12px}}@media screen and (min-width:3000px){.Template10_styleiconComment__Ut5Zv{height:85px}}.Template10_styleiconShare__c\+ebF{height:25px}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_styleiconShare__c\+ebF{height:50px}}@media screen and (min-width:3000px){.Template10_styleiconShare__c\+ebF{height:100px}}@media screen and (max-width:800px){.Template10_styleiconShare__c\+ebF{height:24px}}@media screen and (max-width:500px){.Template10_styleiconShare__c\+ebF{height:14px}}.Template10_count__P7cF6{color:#fff;font-family:Poppins,sans-serif;font-size:100%}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_count__P7cF6{font-size:200%}}@media screen and (min-width:3000px){.Template10_count__P7cF6{font-size:300%}}.Template11_TemplateWrapper__dIe8J{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template11_TemplateWrapper__dIe8J::-webkit-scrollbar{display:none}.Template11_TemplateWrapper__dIe8J .Template11_Setting__UyitX{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template11_TemplateWrapper__dIe8J .Template11_Template11__27yox{background:#1e1e1e;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template11_TemplateWrapper__dIe8J .Template11_Template11__27yox::-webkit-scrollbar{display:none}.Template11_TemplateWrapper__dIe8J .Template11_Template11__27yox section{scroll-snap-align:start;scroll-snap-stop:always}.Template11_Container1__8O63R{display:flex;height:100vh;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R{flex-direction:column;gap:3rem}}.Template11_Container1__8O63R .Template11_background__jwbWB{filter:grayscale(5);left:0;max-height:150vh;min-height:100vh;object-fit:cover;position:absolute;top:0;width:100vw;z-index:1}.Template11_Container1__8O63R .Template11_leftSection__ofRvC{align-items:center;background-color:#0000;display:flex;flex:1 1;justify-content:flex-end;padding:0 3rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC{align-items:flex-end;flex:3 1;justify-content:flex-start;padding-left:10vw}}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+{border-color:#ffc701 #0000;border-style:solid;border-width:3.123px;height:55.22775rem;max-height:80vh;max-width:30vw;position:relative;width:30.28394rem;z-index:1}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_leftOne__COds2{background-color:#ffc701;height:5rem;left:-2.2px;position:absolute;top:-2px;width:3.123px}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_leftTwo__bm0sT{background-color:#ffc701;bottom:-2px;height:calc(100% - 15rem);left:-2.2px;position:absolute;width:3.123px}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_rightOne__w\+aMn{background-color:#ffc701;height:calc(100% - 10.2rem);position:absolute;right:-2.2px;top:-2px;width:3.123px}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_rightTwo__PVZKA{background-color:#ffc701;bottom:-2px;height:4.5rem;position:absolute;right:-2.2px;width:3.123px}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+{height:35.372rem;min-height:60vh;min-width:75vw;width:19.39613rem}}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+:before{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:22.0865rem;position:absolute;right:-5rem;top:-6rem;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+:before{height:12.0865rem;right:-4rem;top:-3.5rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+:before{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);height:6.60694rem;right:-2rem;top:-4rem;width:5.48963rem}}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+:after{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;bottom:-6rem;content:"";height:22.0865rem;left:-5rem;position:absolute;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+:after{bottom:-3.5rem;height:12.0865rem;left:-4rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+:after{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);bottom:-3.8rem;height:6.60694rem;left:-3rem;width:5.48963rem}}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_coverChangeIcon__oNeGM{height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_name__cUbC4{color:#fff;display:flex;flex-direction:column;font-family:Secular One;font-size:2.75131rem;font-style:normal;font-weight:400;left:-5rem;line-height:103.4%;position:absolute;top:5rem;width:10.25669rem}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_name__cUbC4 span{font-family:Secular One;font-size:2.75131rem;font-style:normal;font-weight:400;line-height:103.4%}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_follower__l\+Kxt{bottom:5rem;position:absolute;right:-4.3rem}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_follower__l\+Kxt .Template11_followerCount__Dm94F{color:#fff;font-family:Poppins;font-size:4.49569rem;font-style:normal;font-weight:600;line-height:76.4%;text-align:center}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_follower__l\+Kxt .Template11_textFollower__IxDlZ{color:#fff;font-family:Poppins;font-size:.84681rem;font-style:normal;font-weight:400;letter-spacing:.56313rem;line-height:76.4%}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_RatingContainer__k4Qc7{align-items:center;bottom:-4%;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:absolute;right:-22%;width:5.52rem}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_RatingContainer__k4Qc7{right:-19%}}@media(max-width:930px)and (max-height:600px){.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_RatingContainer__k4Qc7{bottom:-10%;right:-25%}}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_RatingContainer__k4Qc7 span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ .Template11_RatingContainer__k4Qc7 img,.Template11_Container1__8O63R .Template11_leftSection__ofRvC .Template11_hero__JFzz\+ img{height:100%;width:100%}.Template11_Container1__8O63R .Template11_rightSection__zIKuR{align-items:flex-start;background-color:#0000;display:flex;flex:1 1;flex-direction:column;gap:3rem;justify-content:center;margin:auto;padding-top:13rem;position:relative;z-index:2}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_rightSection__zIKuR{padding-top:0}}.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_TextareaWrapper__1\+7wf{height:max-content;position:relative;width:max-content}.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_TextareaWrapper__1\+7wf .Template11_coverText__fi8fV{color:#fff;font-family:Poppins;font-size:1.34175rem;font-style:normal;font-weight:300;line-height:174%;max-width:40vw;position:relative;text-align:center;width:99.91525rem}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_TextareaWrapper__1\+7wf .Template11_coverText__fi8fV{max-width:80vw}}.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_TextareaWrapper__1\+7wf .Template11_EditTextIcon__SPk-P{aspect-ratio:1/1;height:3.5rem;left:0;position:absolute;top:-4rem;z-index:3}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_TextareaWrapper__1\+7wf .Template11_EditTextIcon__SPk-P{left:-3rem;top:2rem}}.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_buttons__IPf6h{align-items:flex-end;display:flex;justify-content:space-around;max-width:40vw;width:99.91525rem}.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_buttons__IPf6h button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.45669rem;font-style:normal;font-weight:600;line-height:76.4%;outline:none}@media(max-width:930px)and (min-height:600px){.Template11_Container1__8O63R .Template11_rightSection__zIKuR .Template11_buttons__IPf6h{max-width:80vw}}.Template11_Container2__Oeq1E{display:flex;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E{flex-direction:column}}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:3rem;height:100%;justify-content:center;padding-left:8rem;width:100%}@media(max-width:1420px)and (max-height:570px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC{gap:1rem;height:100%}}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC{align-items:center;padding-left:0}}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myGallery__qNjz-{bottom:4rem;left:8rem;position:absolute;z-index:2}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myGallery__qNjz-{left:10vw}}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myGallery__qNjz- .Template11_editGalleryText__vF0Gy{aspect-ratio:1/1;height:4rem;left:40rem;position:absolute;top:1vh}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myGallery__qNjz- .Template11_editGalleryText__vF0Gy{bottom:17vh;left:80%}}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myGallery__qNjz- h1{color:#fff;font-family:Secular One;font-size:4.67925rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myGallery__qNjz- .Template11_galleryText__oB4RL{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#fff;font-family:Poppins;font-size:1.14788rem;font-style:normal;font-weight:300;line-height:174%;max-width:80vw;overflow:hidden;width:48.95063rem}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_myIntro__R9IoO{color:#fff;font-family:Secular One;font-size:5.43775rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_TextWrapper__KdHCA{height:max-content;position:relative;width:max-content}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_TextWrapper__KdHCA .Template11_editIntroText__ybeQZ{aspect-ratio:1/1;height:4rem;position:absolute;right:2rem;top:-4.5rem}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_TextWrapper__KdHCA .Template11_editIntroText__ybeQZ{right:0}}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_TextWrapper__KdHCA .Template11_introText__HR7g\+{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.33394rem;font-style:normal;font-weight:300;line-height:174%;max-width:80vw;overflow:hidden;width:40.10113rem}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_TextWrapper__KdHCA .Template11_introText__HR7g\+{min-width:75vw}}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_buttons__IPf6h{display:flex;gap:4rem}.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_buttons__IPf6h button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Noto Serif;font-size:2.88875rem;font-style:normal;font-weight:400;line-height:normal;outline:none}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_leftSection__ofRvC .Template11_buttons__IPf6h{display:none}}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR{flex:1.3 1;position:relative}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR{flex:3 1}}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas{align-items:center;display:flex;gap:2rem;height:70%;justify-content:center;margin-top:4rem;width:100%}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq,.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh{border:1.832px solid #ffc701;height:32.10113rem;max-height:55vh;max-width:25vw;width:18.52819rem}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq,.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh{max-width:40vw}}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq img,.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh img{height:100%;object-fit:cover;width:100%}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq{margin-bottom:4rem;position:relative;z-index:1}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq .Template11_intro1ChangeIcon__mzdR\+{bottom:-6%;height:3.5rem;left:-10%;position:absolute;width:3.5rem}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq button{background-color:#0000;border:none;bottom:-5rem;color:#fff;cursor:pointer;display:none;font-family:Noto Serif;font-size:2.88875rem;font-style:normal;font-weight:400;left:10%;line-height:normal;outline:none;position:absolute;white-space:nowrap;z-index:1}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq button:before{background-color:#ffaf14;border-radius:50%;content:"";height:.84738rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.84738rem;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq button{display:block}}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq:before{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:22.0865rem;left:-4.5rem;max-height:63.54%;max-width:68.03%;position:absolute;top:-4rem;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq:before{height:12.0865rem;left:-4rem;top:-3.5rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg1__QHDeq:before{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);height:6.60694rem;left:-2rem;top:-4rem;width:5.48963rem}}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh{position:relative;z-index:1}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh .Template11_intro2ChangeIcon__NxUin{bottom:-6%;height:3.5rem;left:-10%;position:absolute;width:3.5rem}.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh:before{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;bottom:-4rem;content:"";height:22.0865rem;position:absolute;right:-4.5rem;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh:before{bottom:-3.5rem;height:12.0865rem;right:-4rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container2__Oeq1E .Template11_rightSection__zIKuR .Template11_introImages__PWLas .Template11_introImg2__xbbdh:before{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);bottom:-4rem;height:6.60694rem;right:-2rem;width:5.48963rem}}.Template11_Container3__PFdMa{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;width:100vw}.Template11_Container3__PFdMa .Template11_myGallery__qNjz-{padding-left:9rem;position:relative}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_myGallery__qNjz-{padding-left:4rem}}.Template11_Container3__PFdMa .Template11_myGallery__qNjz- .Template11_editGalleryText__vF0Gy{aspect-ratio:1/1;height:4rem;left:40rem;position:absolute;top:1vh}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_myGallery__qNjz- .Template11_editGalleryText__vF0Gy{bottom:17vh}}.Template11_Container3__PFdMa .Template11_myGallery__qNjz- h1{color:#fff;font-family:Secular One;font-size:4.67925rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container3__PFdMa .Template11_myGallery__qNjz- .Template11_galleryText__oB4RL{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#fff;font-family:Poppins;font-size:1.14788rem;font-style:normal;font-weight:300;line-height:174%;max-width:80vw;overflow:hidden;width:48.95063rem}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc{display:flex;height:80%;width:100%}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc{flex-direction:column}}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC{align-items:center;display:flex;flex:1 1;justify-content:center}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC{flex:3 1}}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS{border:1.657px solid #ffaf14;border-radius:112.69056rem;height:42.398rem;max-height:90%;position:relative;width:23.08525rem}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS img{border-radius:112.69056rem;height:100%;object-fit:cover;width:100%}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS{min-height:60vh;min-width:60vw}}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS .Template11_leftImg__PrWVO{border:1.657px solid #ffaf14;border-radius:40.29563rem;height:16.93294rem;left:-20%;position:absolute;top:20%;width:8.25475rem}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS .Template11_leftImg__PrWVO{min-height:20vh;min-width:20vw}}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS .Template11_leftImg__PrWVO img{border-radius:40.29563rem;height:100%;object-fit:cover;width:100%}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS .Template11_rightImg__ZkAT5{border:1.657px solid #ffaf14;border-radius:40.29563rem;bottom:20%;height:16.93294rem;position:absolute;right:-20%;width:8.25475rem}@media(max-width:930px)and (min-height:600px){.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS .Template11_rightImg__ZkAT5{min-height:20vh;min-width:20vw}}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_leftSection__ofRvC .Template11_mainImage__nuqBS .Template11_rightImg__ZkAT5 img{border-radius:40.29563rem;height:100%;object-fit:cover;width:100%}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR{align-items:center;display:flex;flex:1.3 1;flex-direction:column;gap:2vh;justify-content:center}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR .Template11_postContainer__m4DVU{grid-gap:10px;grid-row-gap:10px;align-content:center;display:grid;grid-template-columns:repeat(4,5.62294rem);justify-content:center}@media(max-width:930px){.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR .Template11_postContainer__m4DVU{align-items:flex-start;display:flex;gap:2vw;justify-content:flex-start;overflow:scroll;padding-left:2vw;width:69vw}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR .Template11_postContainer__m4DVU .Template11_smallCards__neAuV img{border-radius:50%;height:15vw;width:15vw}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR .Template11_postContainer__m4DVU::-webkit-scrollbar{display:none}}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR .Template11_ViewAll__8UWSs{align-self:flex-end;padding-right:10rem;width:max-content}.Template11_Container3__PFdMa .Template11_galleryItems__gXoXc .Template11_rightSection__zIKuR .Template11_ViewAll__8UWSs p{color:#686868;cursor:pointer;font-size:1.3rem}.Template11_Container4__K0MKt{align-items:center;display:flex;flex-direction:column;gap:2rem;height:auto;max-height:100vh;max-width:100vw;padding:2rem 0;position:relative;width:100vw}.Template11_Container4__K0MKt h1{color:#eee;font-family:Italiana;font-size:4.2895rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container4__K0MKt .Template11_TextWrapper__KdHCA{height:max-content;position:relative;width:max-content}.Template11_Container4__K0MKt .Template11_TextWrapper__KdHCA .Template11_shortMessage__fjuYt{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#686868;display:-webkit-box;font-family:Poppins;font-size:1.90856rem;font-style:normal;font-weight:400;line-height:normal;overflow:hidden;text-align:center;width:47.26275rem}.Template11_Container4__K0MKt .Template11_TextWrapper__KdHCA .Template11_editShortText__3DiOm{aspect-ratio:1/1;height:3.5rem;left:4rem;position:absolute;top:-4rem;width:3.5rem}.Template11_Container4__K0MKt .Template11_thankYou__I8vCz{color:#686868;font-family:Noto Serif;font-size:1.986rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Template11_smallCards__neAuV img{border-radius:5.62294rem;height:5.62294rem;width:5.62294rem}.Template12_TemplateWrapper__-uHhR{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template12_TemplateWrapper__-uHhR::-webkit-scrollbar{display:none}.Template12_TemplateWrapper__-uHhR .Template12_Setting__7rhAH{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template12_TemplateWrapper__-uHhR .Template12_Template12__aROxz{background:url(/static/media/background.5d66c10cce3065e393a2.png),#d3d3d3 50%/cover no-repeat;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;margin:0 auto;mix-blend-mode:multiply;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template12_TemplateWrapper__-uHhR .Template12_Template12__aROxz::-webkit-scrollbar{display:none}.Template12_TemplateWrapper__-uHhR .Template12_Template12__aROxz section{scroll-snap-align:start;scroll-snap-stop:always}.Template12_Container1__dNq3I{background:linear-gradient(90deg,rgba(19,17,175,.733),rgba(19,17,175,.733));display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I{flex-direction:column}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM{align-items:center;display:flex;height:100%;justify-content:center;width:60%}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM{align-items:flex-end;height:70%;padding-right:0;width:100%}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA{height:69.8vh;position:relative;width:26vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA{height:62.9vh;width:67.8vw}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA img{height:100%;object-fit:cover;width:100%}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_coverChangeIcon__h7saE{aspect-ratio:1/1;height:3.5rem;position:absolute;right:1rem;top:1rem}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665{fill:#fff3;align-items:center;aspect-ratio:1/1;-webkit-backdrop-filter:blur(12.3246498108px);backdrop-filter:blur(12.3246498108px);background-image:url(/static/media/followerSvg.fffa1bfaef782ae614df.svg);background-position:50%;background-size:cover;border-radius:50%;display:flex;flex-direction:column;justify-content:center;position:absolute;right:-25%;top:55%;width:13.48031rem}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665{right:0;top:55%;width:26vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665{right:-17%;top:55%;width:10rem}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_rating__4ighM{fill:linear-gradient(180deg,#51515129,#35343400);align-items:center;aspect-ratio:1/1;-webkit-backdrop-filter:blur(4.8769454956px);backdrop-filter:blur(4.8769454956px);bottom:-75%;cursor:pointer;display:flex;justify-content:center;left:60%;position:absolute;width:9.49056rem;z-index:10}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_rating__4ighM{bottom:-65%;left:95%;width:15.7vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_rating__4ighM{width:7.49056rem}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_rating__4ighM span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_rating__4ighM img{height:100%;width:100%}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_followerCount__k-36r{color:#fff;font-family:Poppins;font-size:3.86838rem;font-style:normal;font-weight:700;line-height:101.4%}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_followerCount__k-36r{font-size:2.86838rem}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_textFollower__cwZa-{color:#fff;font-family:Poppins;font-size:1.28369rem;font-style:normal;font-weight:400;line-height:101.4%}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_followers__ey665 .Template12_textFollower__cwZa-{font-size:.86838rem}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_overlay1__GxmkB{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;max-width:29.2vh;position:absolute;right:-6vw;top:-9vh;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_overlay1__GxmkB{max-width:22vh;right:-9vw;top:2vh;width:47.84vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_overlay1__GxmkB{right:-16%;top:-15%}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_overlay2__SNz28{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;bottom:-9vh;left:-6vw;max-width:29.2vh;position:absolute;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_overlay2__SNz28{bottom:8vh;left:-9vw;max-width:22vh;width:47.84vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA .Template12_overlay2__SNz28{bottom:-15%;left:-16%}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA:before{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:21.4vh;left:-13vw;position:absolute;top:-3vh;width:26vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA:before{left:-9vw;top:8vh}}.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA:after{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;bottom:-3vh;content:"";height:21.4vh;position:absolute;right:-13vw;width:26vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_leftSection__J8jGM .Template12_hero__9grIA:after{bottom:2vh;right:-9vw}}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ{align-items:center;display:flex;flex-direction:column;gap:.4rem;height:100%;justify-content:center;padding-right:4rem;position:relative;width:40%}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_rightSection__jilsJ{gap:.21rem;height:30%;padding-right:0;width:100%}}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_iam__CmrSB{color:#fff;font-family:Poppins;font-size:1.75981rem;font-style:normal;font-weight:500;line-height:99.5%}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_name__2Pj97{color:#fff;font-family:Poppins;font-size:2.37638rem;font-style:normal;font-weight:500;line-height:174%}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_email__sIs8U{color:#fff;font-family:Poppins;font-size:.89744rem;font-style:normal;font-weight:300;line-height:174%}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D{height:max-content;position:relative;width:max-content}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_EditTextIcon__xJNdd{aspect-ratio:1/1;height:3.5rem;left:-2rem;position:absolute;top:-4rem}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_EditTextIcon__xJNdd{left:7rem}}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_coverText__s7lN9{color:#fff;font-family:Poppins;font-size:.83806rem;font-style:normal;font-weight:300;line-height:174%;max-width:28vw;text-align:center;width:30.27263rem}@media(max-width:930px)and (min-height:600px){.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_coverText__s7lN9{max-width:83.8vw;width:83.8vw}}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_buttons__kIRlV{display:flex;justify-content:space-around;margin-top:2rem;width:70%}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_buttons__kIRlV button{background-color:#0000;border:none;cursor:pointer;outline:none}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_buttons__kIRlV button:first-child{position:relative;z-index:1}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_buttons__kIRlV button:first-child:before{-webkit-backdrop-filter:blur(11.4521284103px);backdrop-filter:blur(11.4521284103px);background:#fff3;border-radius:.42944rem;bottom:-.4rem;content:"";height:2.81494rem;left:-1.5rem;position:absolute;width:2.92075rem;z-index:-1}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_buttons__kIRlV .Template12_follow__knK5m{color:#fff;font-family:Poppins;font-size:2.30938rem;font-style:normal;font-weight:400;line-height:76.4%}.Template12_Container1__dNq3I .Template12_rightSection__jilsJ .Template12_buttons__kIRlV .Template12_message__Mlxg0{color:#fff;font-family:Poppins;font-size:1.58231rem;font-style:normal;font-weight:400;line-height:76.4%}.Template12_Container2__-JsYf{background:radial-gradient(50% 50% at 50% 50%,rgba(89,26,138,.557) 0,rgba(19,17,175,.733) 100%);display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf{flex-direction:column}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM{align-items:center;display:flex;height:100%;justify-content:center;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM{height:45%;width:100%}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W{display:flex;height:auto;padding-bottom:10%;padding-right:28%;position:relative;width:auto}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W{padding-top:8%}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju{height:47.2vh;position:relative;width:18.36vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju{height:33.25vh;width:42.3vw}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju img{height:100%;object-fit:cover;width:100%}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju .Template12_intro1ChangeIcon__dV1ou{bottom:-1rem;left:-1rem;position:absolute}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:before{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:34.68vh;left:-3vw;position:absolute;top:-4vh;width:14.12vw;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:before{left:-4.2vw;top:-4vh}}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:before{height:24.42vh;left:-10vw;top:-3vh;width:32.7vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:before{height:24.42vh;left:-7vw;top:-3vh;width:32.7vw}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:after{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;content:"";max-width:29.2vh;position:absolute;right:4vw;top:29vh;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:after{max-width:22vh;right:-66%;top:-10%;width:47.84vw}}@media(max-width:630px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:after{max-width:22vh;right:-62%;top:-12%;width:47.84vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju:after{max-width:22vh;right:-74%;top:-2%;width:47.84vw}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju .Template12_overlay__JqGOr{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;max-width:29.2vh;position:absolute;right:-15.6vw;top:-5vh;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju .Template12_overlay__JqGOr{max-width:22vh;right:34%;top:52%;width:47.84vw}}@media(max-width:630px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju .Template12_overlay__JqGOr{max-width:22vh;right:43%;top:52%;width:47.84vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg1__kezju .Template12_overlay__JqGOr{max-width:22vh;right:8%;top:52%;width:47.84vw}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv{height:47.2vh;left:48%;margin-top:4rem;position:absolute;width:18.36vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv{height:33.25vh;left:40%;width:42.3vw}}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv img{height:100%;object-fit:cover;width:100%}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv .Template12_intro2ChangeIcon__zhU-q{bottom:-1rem;left:-1rem;position:absolute}.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv:before{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:34.68vh;position:absolute;right:-3vw;top:6vh;width:14.12vw;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv:before{right:-4.2vw;top:6vh}}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv:before{height:24.42vh;left:19vw;top:4.2vh;width:32.7vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_leftSection__J8jGM .Template12_imgContainer__Kbb\+W .Template12_introImg2__Fb1iv:before{height:24.42vh;left:16vw;top:4.2vh;width:32.7vw}}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ{align-items:center;display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;position:relative;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_rightSection__jilsJ{height:55%;width:100%}}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D{height:max-content;position:relative;width:max-content}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_introText__40-Qn{-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.75169rem;font-style:normal;font-weight:300;line-height:174%;overflow:hidden;text-align:center;width:41vw}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_introText__40-Qn{width:83.2vw}}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_EditTextIcon__xJNdd{aspect-ratio:1/1;height:3.5rem;left:4rem;position:absolute;top:-4rem}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_TextWrapper__j4i5D .Template12_EditTextIcon__xJNdd{left:-3rem;top:0}}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_buttons__kIRlV{display:flex;justify-content:space-evenly;width:41vw}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_buttons__kIRlV button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.8975rem;font-style:normal;font-weight:300;line-height:174%;text-align:center;text-transform:uppercase}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy{display:flex;gap:.5rem;height:auto;margin-top:3rem;width:auto}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg3__hy6my,.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg4__v1wrz,.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg5__MpL\+d{height:26vh;width:11.11vw}@media(max-width:930px)and (min-height:600px){.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg3__hy6my,.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg4__v1wrz,.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg5__MpL\+d{height:20vh;width:27.8vw}}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg3__hy6my img,.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg4__v1wrz img,.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg5__MpL\+d img{height:100%;object-fit:cover;width:100%}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg3__hy6my{position:relative}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg3__hy6my .Template12_intro3ChangeIcon__k\+leD{bottom:-2rem;left:4rem;position:absolute}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg4__v1wrz{margin-top:2rem;position:relative}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg4__v1wrz .Template12_intro4ChangeIcon__k5rRc{bottom:-2rem;left:4rem;position:absolute}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg5__MpL\+d{margin-top:1rem;position:relative}.Template12_Container2__-JsYf .Template12_rightSection__jilsJ .Template12_introImages__0thdy .Template12_introImg5__MpL\+d .Template12_intro5ChangeIcon__t7QTA{bottom:-2rem;left:4rem;position:absolute}.Template12_Container3__FD2Cb{background:radial-gradient(50% 50% at 50% 50%,rgba(89,26,138,.557) 0,rgba(19,17,175,.733) 100%);display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%}.Template12_Container3__FD2Cb .Template12_header__MZdMP{align-items:center;display:flex;height:17.56519rem;justify-content:space-between;margin:auto;max-height:15vh;width:80%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_header__MZdMP{height:7.72138rem}}.Template12_Container3__FD2Cb .Template12_header__MZdMP .Template12_mygallery__Owhdi{color:#fff;font-family:Poppins;font-size:3.30025rem;font-style:normal;font-weight:600;line-height:76.4%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_header__MZdMP .Template12_mygallery__Owhdi{font-size:2.72138rem}}.Template12_Container3__FD2Cb .Template12_header__MZdMP .Template12_viewall__THn9h{cursor:pointer;height:1.8975rem;width:1.8975rem}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_header__MZdMP .Template12_viewall__THn9h{height:1.18975rem;width:1.18975rem}}.Template12_Container3__FD2Cb .Template12_header__MZdMP .Template12_viewall__THn9h img{height:100%;object-fit:cover;width:100%}.Template12_Container3__FD2Cb .Template12_mobileView__N8nvW{display:none}.Template12_Container3__FD2Cb .Template12_mobileView__N8nvW .Template12_smallContainer__hBelH{display:flex;overflow-y:scroll;padding:0 2rem}.Template12_Container3__FD2Cb .Template12_mobileView__N8nvW .Template12_smallContainer__hBelH::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_mobileView__N8nvW{display:block}}.Template12_Container3__FD2Cb .Template12_desktopView__nq8JK{margin-top:3rem}.Template12_Container3__FD2Cb .Template12_desktopView__nq8JK .Template12_alice-carousel__prev-btn__amIRc{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_desktopView__nq8JK{display:none}}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo{min-height:58vh}}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_imageSection__aS7BV{height:100%;width:100%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_imageSection__aS7BV img,.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_imageSection__aS7BV video{border-radius:2.57763rem;height:100%;object-fit:cover;width:100%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_upper__pHIRD{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_upper__pHIRD{padding:1.8rem}}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_upper__pHIRD .Template12_profileLogo__noa-y{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_upper__pHIRD .Template12_profileLogo__noa-y img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_upper__pHIRD .Template12_nameUsername__5Gwm4 .Template12_name__2Pj97{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_upper__pHIRD .Template12_nameUsername__5Gwm4 .Template12_userName__8R1v\+{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8{align-content:center;background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;height:11.48619rem;justify-content:space-between;max-height:19%;padding:0 2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8{padding:0 .71rem}}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_desc__48uTC{color:#fff;font-family:Poppins;font-size:1.87994rem;font-style:normal;font-weight:400;height:4.56231rem;line-height:123.4%;margin:auto;overflow:hidden;padding:0 8rem;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_desc__48uTC{padding:0 2rem}}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd{align-items:center;display:flex;gap:3rem;justify-content:flex-end;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd{gap:.8rem}}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_like__LK-lN{align-items:center;display:flex;justify-content:center}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_like__LK-lN .Template12_likeIcon__bwT1z{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_like__LK-lN .Template12_likeIcon__bwT1z img{height:100%;object-fit:cover;width:100%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_like__LK-lN .Template12_likeIcon__bwT1z .Template12_likeCount__60bxY{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_comment__ph1Gj{align-items:center;display:flex;justify-content:center}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_comment__ph1Gj .Template12_commentIcon__MbmKB{aspect-ratio:1/1;width:4rem}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_comment__ph1Gj .Template12_commentIcon__MbmKB img{height:100%;object-fit:cover;width:100%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_comment__ph1Gj .Template12_commentCount__GFluo{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_shareIcon__uMeyW{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;width:4rem}.Template12_Container3__FD2Cb .Template12_activeContainer__pMHUo .Template12_details__arhkt .Template12_below__DreV8 .Template12_icons__cCGjd .Template12_shareIcon__uMeyW img{height:100%;object-fit:cover;width:100%}.Template12_Container3__FD2Cb .Template12_cardContainer__gCtLl{border-radius:1.25rem;height:10.99963rem;min-height:22vh;min-width:31vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template12_Container3__FD2Cb .Template12_cardContainer__gCtLl{min-height:29vh;min-width:40vw}}.Template12_Container3__FD2Cb .Template12_cardContainer__gCtLl img,.Template12_Container3__FD2Cb .Template12_cardContainer__gCtLl video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template12_Container4__Llp04{background:linear-gradient(90deg,rgba(19,17,175,.733),rgba(19,17,175,.733));height:auto;max-height:100vh;max-width:100vw;padding-top:6rem;width:100vw}.Template12_Container4__Llp04 .Template12_ShortMessageCon__aUDRN{align-items:center;-webkit-backdrop-filter:blur(7.4188723564px);backdrop-filter:blur(7.4188723564px);background:#ffffff05;display:flex;flex-direction:column;gap:1rem;height:15.01838rem;justify-content:center;margin:auto;position:relative;width:33.65106rem;z-index:1}.Template12_Container4__Llp04 .Template12_ShortMessageCon__aUDRN .Template12_EditTextIcon__xJNdd{aspect-ratio:1/1;height:4rem;left:1rem;position:absolute;top:1rem}.Template12_Container4__Llp04 .Template12_ShortMessageCon__aUDRN .Template12_heading__OnHF7{color:#fff;font-family:Poppins;font-size:2.91794rem;font-style:normal;font-weight:500;line-height:normal}.Template12_Container4__Llp04 .Template12_ShortMessageCon__aUDRN .Template12_shortMessage__bnX-f{color:#f9f9f9;font-family:Poppins;font-size:1.11281rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Template12_Container4__Llp04 .Template12_thankYou__pUwX9{color:#fff;font-family:Noto Serif;font-size:1.73938rem;font-style:normal;font-weight:400;line-height:normal;padding:3rem 0;text-align:center}.Template13_TemplateWrapper__up3yU{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template13_TemplateWrapper__up3yU::-webkit-scrollbar{display:none}.Template13_TemplateWrapper__up3yU .Template13_Setting__pQaVq{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template13_TemplateWrapper__up3yU .Template13_Template13__6h439{background:#282525;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template13_TemplateWrapper__up3yU .Template13_Template13__6h439::-webkit-scrollbar{display:none}.Template13_TemplateWrapper__up3yU .Template13_Template13__6h439 section{scroll-snap-align:start;scroll-snap-stop:always}.Template13_Container1__loTJy{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template13_Container1__loTJy .Template13_hero__kqtoR{height:90%;position:relative;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container1__loTJy .Template13_hero__kqtoR{height:95%}}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_background__RumUA,.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_background__RumUA img{height:100%;width:100%}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_background__RumUA .Template13_backgroundChangeIcon__LK03r{height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_coverChangeIcon__Nw\+31{height:3.5rem;left:40%;position:absolute;top:50%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_coverChangeIcon__Nw\+31{left:30%}}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_heroImg__P-bnx{bottom:0;height:89.43vh;left:50%;margin-top:15%;position:absolute;transform:translateX(-50%);width:58.05vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_heroImg__P-bnx{height:70.2vh;width:140vw}}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_heroImg__P-bnx img{height:100%}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk{align-items:center;bottom:-10%;display:flex;height:40%;justify-content:space-between;padding:0 4rem;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk{bottom:-4vh;height:30%}}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_rating__kQh11{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:relative;width:5.52rem}@media(max-width:930px)and (min-height:600px){.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_rating__kQh11{align-self:flex-start}}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_rating__kQh11 span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_rating__kQh11 img{height:100%;width:100%}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_name__PrMEV{align-self:flex-end;height:min-content;position:relative;width:min-content}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_name__PrMEV .Template13_EditTextIcon__ieF7b{height:4rem;position:absolute;right:1rem;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_name__PrMEV .Template13_EditTextIcon__ieF7b{height:3rem;width:3rem}}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_name__PrMEV h3{color:#fff;font-family:Poppins;font-size:2.95931rem;font-style:normal;font-weight:800;line-height:normal}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_name__PrMEV .Template13_coverText__ZibdN{color:#fff;font-family:Poppins;font-size:6.3745rem;font-style:normal;font-weight:800;line-height:normal;padding:0 1.5rem}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_followers__DXFCr{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_followers__DXFCr h2{color:#fff;cursor:pointer;font-family:Poppins;font-size:6.3745rem;font-style:normal;font-weight:800;line-height:100%}.Template13_Container1__loTJy .Template13_hero__kqtoR .Template13_mainCon__okfaY .Template13_details__wDEYk .Template13_followers__DXFCr p{color:#fff;cursor:pointer;font-family:Poppins;font-size:2.37213rem;font-style:normal;font-weight:500;line-height:100%}.Template13_Container2__aE2oQ{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;padding:.4rem 7rem;width:100vw}@media(max-width:930px)and (min-height:600px){.Template13_Container2__aE2oQ{gap:3rem;height:auto;padding:2rem 3rem 10.4rem}}.Template13_Container2__aE2oQ .Template13_upper__MfkFi{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.Template13_Container2__aE2oQ .Template13_upper__MfkFi .Template13_EditTextIcon__ieF7b{height:3.5rem;left:12%;position:absolute;top:1rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template13_Container2__aE2oQ .Template13_upper__MfkFi .Template13_EditTextIcon__ieF7b{height:3rem;left:-5%;top:-30%;width:3rem}}.Template13_Container2__aE2oQ .Template13_upper__MfkFi .Template13_introText__U-wnK{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#656060;display:-webkit-box;font-family:Poppins;font-size:2.16356rem;font-style:normal;font-weight:300;line-height:normal;min-height:5rem;overflow:hidden;text-align:center;width:54.13vw}@media(max-width:930px)and (min-height:600px){.Template13_Container2__aE2oQ .Template13_upper__MfkFi .Template13_introText__U-wnK{width:85vw}}.Template13_Container2__aE2oQ .Template13_upper__MfkFi .Template13_buttons__PL6Jg{align-items:flex-end;display:flex;gap:4rem}.Template13_Container2__aE2oQ .Template13_upper__MfkFi .Template13_buttons__PL6Jg button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.98413rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}.Template13_Container2__aE2oQ .Template13_myIntro__5OSld{color:#fff;font-family:Poppins;font-size:4.95669rem;font-style:normal;font-weight:600;line-height:normal;margin-left:3rem}@media(max-width:930px)and (min-height:600px){.Template13_Container2__aE2oQ .Template13_myIntro__5OSld{margin-top:4rem}}.Template13_Container2__aE2oQ .Template13_introPics__RSfft{display:flex;justify-content:center;width:100%}.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg1__5FJwr,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg2__o9Ldi,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg3__3a78H{border-radius:13.10094rem;height:49.8vh;position:relative;width:14.58vw}@media(max-width:930px)and (min-height:600px){.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg1__5FJwr,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg2__o9Ldi,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg3__3a78H{border-radius:23.36vw;height:34.12vh;width:28.3vw}}.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg1__5FJwr img,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg2__o9Ldi img,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg3__3a78H img{border-radius:13.10094rem;height:100%;object-fit:cover;width:100%}.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg1__5FJwr .Template13_introChangeIcon__ruaE4,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg2__o9Ldi .Template13_introChangeIcon__ruaE4,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg3__3a78H .Template13_introChangeIcon__ruaE4{height:3.5rem;left:50%;position:absolute;top:1rem;transform:translateX(-50%);width:3.5rem}.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg1__5FJwr .Template13_introChangeIcon__ruaE4 img,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg2__o9Ldi .Template13_introChangeIcon__ruaE4 img,.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg3__3a78H .Template13_introChangeIcon__ruaE4 img{border-radius:0}.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg2__o9Ldi{margin-right:1.2rem;margin-top:6rem}.Template13_Container2__aE2oQ .Template13_introPics__RSfft .Template13_introImg1__5FJwr{margin-right:1.2rem;margin-top:2rem}.Template13_Container3__ms839{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100vh;justify-content:flex-start;max-height:100vh;max-width:100vw;padding:1rem 3rem;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template13_Container3__ms839{align-items:center;gap:4rem;height:auto;padding-bottom:10vh}}.Template13_Container3__ms839 .Template13_EditTextIcon__ieF7b{height:3.5rem;position:absolute;right:1rem;top:1rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template13_Container3__ms839 .Template13_EditTextIcon__ieF7b{left:12%;top:-4rem}}.Template13_Container3__ms839 .Template13_galleryText__7-yDC{-webkit-box-orient:vertical;-webkit-line-clamp:7;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.64175rem;font-style:normal;font-weight:300;line-height:normal;min-height:5.2vh;overflow:hidden;width:84.49vw}@media(max-width:1440px)and (max-height:580px){.Template13_Container3__ms839 .Template13_galleryText__7-yDC{-webkit-line-clamp:5}}.Template13_Container3__ms839 .Template13_buttons__PL6Jg{align-items:center;display:flex;justify-content:space-between;margin-top:3rem;padding:0 8rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container3__ms839 .Template13_buttons__PL6Jg{padding-left:1rem;width:90%}}.Template13_Container3__ms839 .Template13_buttons__PL6Jg button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.98238rem;font-style:normal;font-weight:500;line-height:normal;position:relative;text-align:center}.Template13_Container3__ms839 .Template13_buttons__PL6Jg button:after{background-image:url(/static/media/viewAll.ec6a937ed9853205393d.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:1.702675rem;position:absolute;right:-6rem;top:50%;transform:translateY(-50%);width:1.702675rem}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC{display:flex;padding-right:30%}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg1__L8Xdd,.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg2__g8SrU{aspect-ratio:1/1;border:5.367px solid #282525;border-radius:28.18431rem;max-width:36vh;width:23.31vw}@media(max-width:930px)and (min-height:600px){.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg1__L8Xdd,.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg2__g8SrU{aspect-ratio:1/1;border-radius:50%;width:52.8vw}}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg1__L8Xdd img,.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg2__g8SrU img{border-radius:28.18431rem;height:100%;object-fit:cover;width:100%}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg1__L8Xdd .Template13_introChangeIcon__ruaE4,.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg2__g8SrU .Template13_introChangeIcon__ruaE4{height:3.5rem;left:15%;position:absolute;top:50%;transform:translateY(-50%);width:3.5rem}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg1__L8Xdd .Template13_introChangeIcon__ruaE4 img,.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg2__g8SrU .Template13_introChangeIcon__ruaE4 img{border-radius:0}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg1__L8Xdd{position:relative}.Template13_Container3__ms839 .Template13_galleryImages__xWOfC .Template13_galleryImg2__g8SrU{bottom:-44%;position:absolute;right:-64%}.Template13_Container4__JY382{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%}.Template13_Container4__JY382 .Template13_header__3oW4e{align-items:center;display:flex;height:17.56519rem;justify-content:space-between;margin:auto;max-height:15vh;width:80%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_header__3oW4e{height:7.72138rem}}.Template13_Container4__JY382 .Template13_header__3oW4e .Template13_mygallery__zx3Fp{color:#fff;font-family:Poppins;font-size:3.30025rem;font-style:normal;font-weight:600;line-height:76.4%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_header__3oW4e .Template13_mygallery__zx3Fp{font-size:2.72138rem}}.Template13_Container4__JY382 .Template13_header__3oW4e .Template13_viewall__jpRcZ{cursor:pointer;height:1.8975rem;width:1.8975rem}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_header__3oW4e .Template13_viewall__jpRcZ{height:1.18975rem;width:1.18975rem}}.Template13_Container4__JY382 .Template13_header__3oW4e .Template13_viewall__jpRcZ img{height:100%;object-fit:cover;width:100%}.Template13_Container4__JY382 .Template13_mobileView__u-utH{display:none}.Template13_Container4__JY382 .Template13_mobileView__u-utH .Template13_smallContainer__QgRGo{display:flex;overflow-y:scroll;padding:0 2rem}.Template13_Container4__JY382 .Template13_mobileView__u-utH .Template13_smallContainer__QgRGo::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_mobileView__u-utH{display:block}}.Template13_Container4__JY382 .Template13_desktopView__Jvjvc{margin-top:3rem}.Template13_Container4__JY382 .Template13_desktopView__Jvjvc .Template13_alice-carousel__prev-btn__yKuAv{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_desktopView__Jvjvc{display:none}}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template13_Container4__JY382 .Template13_activeContainer__r-tSa{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_activeContainer__r-tSa{min-height:58vh}}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_imageSection__e-cZy{height:100%;width:100%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_imageSection__e-cZy img,.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_imageSection__e-cZy video{border-radius:2.57763rem;height:100%;object-fit:cover;width:100%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_upper__MfkFi{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_upper__MfkFi{padding:1.8rem}}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_upper__MfkFi .Template13_profileLogo__yiAQh{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_upper__MfkFi .Template13_profileLogo__yiAQh img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_upper__MfkFi .Template13_nameUsername__Bpl13 .Template13_name__PrMEV{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_upper__MfkFi .Template13_nameUsername__Bpl13 .Template13_userName__0sle6{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui{align-content:center;background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;height:11.48619rem;justify-content:space-between;max-height:19%;padding:0 2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui{padding:0 .71rem}}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_desc__Ofzrw{color:#fff;font-family:Poppins;font-size:1.87994rem;font-style:normal;font-weight:400;height:4.56231rem;line-height:123.4%;margin:auto;overflow:hidden;padding:0 8rem;width:50%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_desc__Ofzrw{padding:0 2rem}}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:50%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S{gap:.8rem}}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_like__aw9WE{align-items:center;display:flex;justify-content:center}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_like__aw9WE .Template13_likeIcon__xzRHm{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_like__aw9WE .Template13_likeIcon__xzRHm img{height:100%;object-fit:cover;width:100%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_like__aw9WE .Template13_likeIcon__xzRHm .Template13_likeCount__awVmZ{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_comment__pEF21{align-items:center;display:flex;justify-content:center}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_comment__pEF21 .Template13_commentIcon__D\+\+3e{aspect-ratio:1/1;width:4.4rem}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_comment__pEF21 .Template13_commentIcon__D\+\+3e img{height:100%;object-fit:cover;width:100%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_comment__pEF21 .Template13_commentCount__DGCCb{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_shareIcon__4gIhi{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;width:4.4rem}.Template13_Container4__JY382 .Template13_activeContainer__r-tSa .Template13_details__wDEYk .Template13_below__WL3ui .Template13_icons__4i-4S .Template13_shareIcon__4gIhi img{height:100%;object-fit:cover;width:100%}.Template13_Container4__JY382 .Template13_cardContainer__KD3Lc{border-radius:1.25rem;height:10.99963rem;min-height:22vh;min-width:31vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template13_Container4__JY382 .Template13_cardContainer__KD3Lc{min-height:29vh;min-width:40vw}}.Template13_Container4__JY382 .Template13_cardContainer__KD3Lc img,.Template13_Container4__JY382 .Template13_cardContainer__KD3Lc video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template13_Container5__pDwZb{height:auto;max-height:100vh;max-width:100vw;padding-top:6rem;width:100vw}.Template13_Container5__pDwZb .Template13_ShortMessageCon__rNFNS{align-items:center;-webkit-backdrop-filter:blur(9.712436676px);backdrop-filter:blur(9.712436676px);background:#ffffff05;display:flex;flex-direction:column;gap:1rem;height:19.66131rem;justify-content:center;margin:auto;position:relative;width:44.05444rem;z-index:1}.Template13_Container5__pDwZb .Template13_ShortMessageCon__rNFNS:after{background:radial-gradient(50% 50% at 50% 50%,hsla(0,0%,100%,.286) 0,#fff0 100%);border-radius:24.84506rem;content:"";height:24.84506rem;left:50%;mix-blend-mode:overlay;position:absolute;top:50%;transform:translate(-50%,-50%);width:24.84506rem;z-index:-1}.Template13_Container5__pDwZb .Template13_ShortMessageCon__rNFNS .Template13_EditTextIcon__ieF7b{aspect-ratio:1/1;height:3.5rem;left:1rem;position:absolute;top:1rem}.Template13_Container5__pDwZb .Template13_ShortMessageCon__rNFNS .Template13_heading__jYpUN{color:#fff;font-family:Poppins;font-size:2.91794rem;font-style:normal;font-weight:500;line-height:normal}.Template13_Container5__pDwZb .Template13_ShortMessageCon__rNFNS .Template13_shortMessage__sHqbp{color:#f9f9f9;font-family:Poppins;font-size:1.11281rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Template13_Container5__pDwZb .Template13_thankYou__TIGXg{color:#fff;font-family:Noto Serif;font-size:1.73938rem;font-style:normal;font-weight:400;line-height:normal;padding:3rem 0;text-align:center}.Template14_TemplateWrapper__3tSXq{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template14_TemplateWrapper__3tSXq::-webkit-scrollbar{display:none}.Template14_TemplateWrapper__3tSXq .Template14_Setting__GWzov{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template14_TemplateWrapper__3tSXq textarea::-webkit-scrollbar{display:none}.Template14_TemplateWrapper__3tSXq .Template14_Template14__E0uwl{background:#010135;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template14_TemplateWrapper__3tSXq .Template14_Template14__E0uwl::-webkit-scrollbar{display:none}.Template14_TemplateWrapper__3tSXq .Template14_Template14__E0uwl section{scroll-snap-align:start;scroll-snap-stop:always}.Template14_Container1__IXxX-{align-items:flex-start;-webkit-backdrop-filter:blur(21.6653594971px);backdrop-filter:blur(21.6653594971px);background:linear-gradient(180deg,#0000,#010135 80.93%);display:flex;height:auto;justify-content:center;max-width:100vw;min-height:100vh;position:relative;width:100vw}@media(orientation:portrait){.Template14_Container1__IXxX-{align-items:center}}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt{align-items:center;bottom:4rem;display:flex;gap:1rem;position:absolute;right:4rem}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_RatingContainer__WdblL{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:relative;width:5.52rem}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_RatingContainer__WdblL span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_RatingContainer__WdblL img{height:100%;width:100%}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_followers__S269z{display:flex;flex-direction:column}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_followers__S269z h3{color:#fff;font-family:Poppins;font-size:5.826rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_followers__S269z h3{font-size:2.86575rem}}.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_followers__S269z h4{color:#fff;font-family:Poppins;font-size:2.01606rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_ratingFollower__7qIBt .Template14_followers__S269z h4{font-size:.99169rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su{height:55.11081rem;margin-top:3rem;max-height:80vh;position:relative;width:43.10131rem;z-index:1}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_coverChangeIcon__dqPQh{height:3.5rem;left:10%;position:absolute;top:20%;transform:translateY(-40%);width:3.5rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_coverChangeIcon__dqPQh{height:2.5rem;top:30%;width:2.5rem}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su{height:29.19331rem;width:22.83163rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su img{height:100%;width:100%}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_NameMobile__9\+ZhX{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#34027f 10.42%,#fff 73.44%);background:var(--color-sec,linear-gradient(180deg,#34027f 10.42%,#fff 73.44%));background-clip:text;-webkit-background-clip:text;display:none;font-family:Poppins;font-size:6rem;font-style:normal;font-weight:800;line-height:94.5%;position:absolute;top:-3rem;transform:rotate(90deg)}@media(max-width:930px)and (min-height:600px){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_NameMobile__9\+ZhX{display:block}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_follow__WxVqV{align-items:flex-end;background:#6218ff;border-radius:0 0 2.70819rem 2.70819rem;bottom:-17%;display:flex;flex-shrink:0;height:22.31713rem;justify-content:center;left:10%;position:absolute;width:5.48706rem;z-index:-1}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_follow__WxVqV{background:#6218ff;border-radius:0 0 1.875rem 1.875rem;bottom:-20%;height:15.45125rem;width:3.79894rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_follow__WxVqV button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.26381rem;font-style:normal;font-weight:400;line-height:normal;padding:3rem;text-align:center;transform:rotate(-90deg)}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_follow__WxVqV button{font-size:.875rem;padding:2rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_message__4M3hY{align-items:flex-end;background:#fff;border-radius:0 0 2.70819rem 2.70819rem;bottom:-11%;display:flex;flex-shrink:0;height:20.69488rem;justify-content:center;left:25%;position:absolute;width:5.48706rem;z-index:-1}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_message__4M3hY{background:#fff;border-radius:0 0 1.875rem 1.875rem;bottom:-13%;height:14.32806rem;left:28%;width:3.79894rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_message__4M3hY button{background:#0000;border:none;color:#000;cursor:pointer;font-family:Poppins;font-size:.72219rem;font-style:normal;font-weight:400;line-height:normal;padding:2rem;text-align:center;transform:rotate(-90deg)}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_message__4M3hY button{font-size:.5rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B{align-items:center;-webkit-backdrop-filter:blur(28.9028453827px);backdrop-filter:blur(28.9028453827px);background:#00000038;border-radius:3.01069rem;bottom:0;display:flex;flex-direction:column;gap:3rem;height:25.47556rem;justify-content:center;left:50%;max-height:40vh;position:absolute;transform:translateX(-50%);width:43.99331rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#00000038;border-radius:1.5625rem;height:13.22131rem;width:22.83163rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ{display:flex;flex-direction:column}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ .Template14_Iam__q1iZR{color:#fff;font-family:Poppins;font-size:2.06706rem;font-style:normal;font-weight:500;line-height:99.5%}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ .Template14_Iam__q1iZR{font-size:1.09419rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ .Template14_name__h35ZE{color:#fff;font-family:Poppins;font-size:4.74675rem;font-style:normal;font-weight:800;line-height:94.5%}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ .Template14_name__h35ZE{font-size:2.4635rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ .Template14_name__h35ZE span{color:#fff;display:block;font-family:Poppins;font-size:2.15338rem;font-style:normal;font-weight:600;line-height:94.5%;margin-left:5rem;margin-top:.4rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_fullName__j3dDJ .Template14_name__h35ZE span{font-size:1.11756rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_TextWrapper__bqWsr{height:max-content;position:relative;width:max-content}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_TextWrapper__bqWsr .Template14_EditTextIcon__9YdpQ{height:3.5rem;left:1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_TextWrapper__bqWsr .Template14_EditTextIcon__9YdpQ{height:2.5rem;left:0;top:-3rem;width:2.5rem}}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_TextWrapper__bqWsr .Template14_coverText__zFSAG{color:#fff;font-family:Poppins;font-size:1.04506rem;font-style:normal;font-weight:300;height:5rem;line-height:normal;text-align:center;width:33.17681rem}.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_TextWrapper__bqWsr .Template14_coverText__zFSAG::-webkit-scrollbar{display:none}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_heroImage__6G2Su .Template14_details__U\+r3B .Template14_TextWrapper__bqWsr .Template14_coverText__zFSAG{font-size:.54238rem;height:4rem;width:17.21813rem}}.Template14_Container1__IXxX- .Template14_dot1__V2RZZ{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUgAAAB+CAYAAABGQIg3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAvCSURBVHgB7Z0xVxtHF4avKEwaK42pTGU3gSo0wY1x48+VK/wjU9GRJk4T3IQ0UEEaUpEKGssVbvj2ohlYVjsjuHdHWonnOUcHe4e5c/edWbGa1bmvCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBTYBD/cX19/bL68XP1WqteF9XrcDAYXIqTKq7GfFW9Vmtxv4mDKuZQxrlq3FH1Oq1inooTNCiqwS/Vj3UxatDIaxT6/ydOCs2NxtqWsnODBuO4ByWv0UFo1IaPLf32q1/6V4xUcd9WP7Yah/Wkfq3iXomB8MawW72GjaajKuYXMYIGWQ32PBeiV4MlmZuTKuYfYgQN5qPBSvjPTqLvttgHfdkyqBLvfKxsy6TwylYY0woapDXYESMdaZAa/39ipMpL70BKzM3P0j43m4XmBg0KarAS3u2Hif5rVftzsbGWaVsXO7l8hmIADfqrQfiolsprtYdz80JsYyZBg/lpoHeQ2dtox17E90yb6da9YFw0WDwNHhJ/HuTyGcnsx5wHS6PBSthnOE+0n4idM0lfAGdiJ5WTCn8hBhZQg1Rf1cC0V9hXDUJeqc39E+s+meTz8pzvUeK4d32mtEKDghrEPcjfZDJxvdDMG/4h4T2Z/Itx6HmaFTZjDxuHdYx955O3RdJA+6Y08NyV9VWDA5l889a8DsVIwblpy0vH8q5PfbiBBjPWYFA/Un2O130H/Zw/qhrPpSOquK9l/Pj8zHkB12NqnnH/4LzDuJ1rEPZP4ldc0MCoAesTDULchdEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACeKlpxRSvzhsorXcZ97qj4Oy1u17miQU81YG7QIMScmQZ1V8OmcY3LACrE1JJE7+WufHt0ITMb7IS4P1U/3sm4NJGiJY8+d+DE1tTgryrm3+IADbrRIOS1KXfn2+f1qeZS6pMSc9Uam/sdzQ0azFCDldqgTeMaNYAyG1YFduW+t4Um8tFj3FP1Vb+LD3InkIQxPomDhAZv0GD+GlyPLWM1r/r59nV93sSQ+7lqTcRPnjseNJiPBrGi+Faio9nZLPwFSZnsbIidN4njw2ufYxoa9FeDZF7WC25KXltiJ3Wx6livxM6sNfCsz6XRILoapvC4heXi/ih2noltzCQFNcg5pqHBAzQIeaUWvx5/JjZ+yLR59rZKOU7OWgPP+lwaDdS0Sz9vp8qLjxx7Bjlznq9i55uxLUlBDXLl4NHgARoUzOursW0al5k2q2HVMmlgNZWbiwbxI3bK9MZr3NN2cVyJw2Qn9G0T6sLpT4EG6ZyOxUhHGizS3BxLem48Dz6WRYOFukbrT7F1n0lfw9vGwcB8YYSYGkv3I+J+hibzZxX3UhzUNoFfhFxPQ74uox006K8GVYyNEKPLvPSj2Y6M98VWpdu50Se4L0Ouai36pYO5QYMF0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJR6uTMt8xPLj2sBSnONtTohrpYo0p/nof5aF3G1jJL6SNyUUvKaAYWYaNBTDZgbNAgxZ6rBIDTqYLtyvxy6VvDd85xUi/Oe0oULmTqQbTYO/17F/UeMFNbgQ+MwGjxCA9YnGoSYM9cgVhR/L5NeEbHgpXVQ7d903lO2QtFLa1ztu9nS9M7jmCZlNWiCBo/T4K2Uyat5UTw2r7a4peYGDcppkHyfWgkJryf6rztOKOeu91rspCYu3no/GjQoqkEun6kahHFTv+fJSyuxr1rzylBqbtCgnAYpXusdpOcdPceqsW0eoMF88pmnBqVcDb9LmbglQIMpGkRXw5SRzoXDQyLn4HYidnIbyCZDoKBBKl80mKMGYdzUOY0ceZ0Z26Zx0XXcghrk1goaVLnGPcgDmXQh0//vi5HwFKjNhezC+eRJDXpGLccPnU/JPgsa9FWDEusz5dynF7d3btreILxzU0IDXUNokNGg/jUf3ayMbnba6aijx/K6HxH3Ds5vBnU6mzXiXoWYHjvJGBMNeqpBwbw0pw1rXpm4izQ3aFDoGgUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgHq5M7UH0DJCazIuI3QwGAwuxUkVV2NqmXWtJKw11rw14eolj16FXE+7cDcrqMEvMrYzWBQNtuWunFSXGsRyUo/WoGVuDrtw3yu0PjXWtpRfn2hQWIPoaqgNH1v67Ve/9K8YqeKqyc5W47Ce1K/WWmsJZzPF5cSGBv3VYEnm5qSK+YcYQYP5aBAriu8k+qaOP2TQly2DKvHOx0q8u2myFca0spMZzwQadKZBKi+Pm53egZSYm1jMtclmoblBA58G2fW5Et7th4n+w6r9udhYy7Sti51cPkMxMEWDNTRwabBubLshfFRL5bXaw7l5YRwzCRoU1eDHTNu63kFmb6MdexE5ZzNPKfMScdGgnAbfrGM+kO/SL3L5jGT2Y86DpdFgZYpbmMd5T93LrjJtVlI5qfCmzdoF1CDVd+k0CHmlNvdPBj5Xw1Rfz/keJY7nXCOzoMGtBqn1UkyDuAf5m0xeHHqhmTf8Q8J7MvkX49DzNCtsxjZdyHSMfafJjmrQnLy+aqB9n5IG6mbXtj4PxUjBuWnL68Z5rwNHv6eugT7gmen71KB+pPocr/sON1/v6MKBrBZXv96hewhnXTmFhT2zuJ9x3mFcNOipBswNGoS4C6MBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8VbRqb/V6Ear3dhn3ucaVjglxu84VDXqqAXODBiHmzDSouxo2jWtcBlAhppYkei935dujS57ZYCfE/an68U7GpYkULXn0uQMnNjSY1OCvKubf4qALDUJem3J3vn2eGzWXUp+UmKvW2Nx/4utzITVYSQyqqAGU2awpsCv3vS00kY8e457wDv9B7oSXMMYncYAGSQ3ezFuD67FlrOZVP9++zs1NDLmfq9ZE/OS546lpUKfPGjTX50JqECuKbyU6mp3Nwl/RlMnOhth5kzg+vPY5pqFBfzVI5mW94KbktSV2UherjvVK7MxaA8/6XBoNoqthCo9bWC5uzklsGs/ENmaSghrkHNzQ4AEahLxSi1+PPxMbP2TaPHtbpRwnZ62BZ30ujQZq2qWft1PlxUeOPYOcOc9XsfPN2JakoAa5cvBo8AANCub11dg2jctMm9Wwapk0sJrKzUWD+BE7ZfzjNe5puziuxGE0FPq2CXXh9KdI5XQsRuagwX9LqsEirc9jSa9Pz4OPZdGgxPospkH9KbbuOejewfC2cTAwXxghpt767sh430H/rcn8WcW9FAfhdlufEr4MuZ6GfF1GO4U0GIaYpTXQPI870ED3G/Wl8fWv8lEfNFjw9anWol96uj7RoJAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACg1MudaZmfWH5cC1Caa6zVCWWPYhmh81B/rYu4WkZJfSRuSil5zYBCTDToqQYF89K4G/K05wYNEhoMQqMOtiv3y6FrBd89z0kFZ7MPjcNduJCpA9lm4/DvVdx/xAga9FeDwnnVnfcelVcm7qLNDRokNIgVxd/LpFdELHhpHTQ6mzXZCkUvrXG172ZL0zuPY5qggdJXDd5KmbyaF8Vj82qLW2pu0KDs+mzVYCUkvJ7ov+44oZy73muxk5q4eOv9aApqkMsHDR6gQRg39XuevNQ6d9WaV4ZSc4MGZdbni0zba72D9Lyj51g1ts2DeeSDBvPVoJSr4XcpE7cEaDBFg+hqmDLSuXB4SOQc3E7ETm4D2WQIFDRI5YsGc9QgjJs6p5EjrzNj2zQuuo6LBkU1yF0vZ3EP8kAmXcj0//tiJDwFanMhu3A+eVKDnrYJOHQ+Jfssi6XBqOX4smpQYn2mnPt0bfVxfaJBGQ30OjpsabrRoP41H92sjG522umoo8fyuh8R9zPObwZ1Ops14l6FmB47yRgTDXqqQcG8NKfbrx/J05wbNBhrEPdObzX4P0iboTppYPoCAAAAAElFTkSuQmCC);background-size:cover;height:8rem;left:2rem;position:absolute;top:-1rem;width:16rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot1__V2RZZ{display:none}}.Template14_Container1__IXxX- .Template14_dot2__jsQ2n{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUgAAAB+CAYAAABGQIg3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAvCSURBVHgB7Z0xVxtHF4avKEwaK42pTGU3gSo0wY1x48+VK/wjU9GRJk4T3IQ0UEEaUpEKGssVbvj2ohlYVjsjuHdHWonnOUcHe4e5c/edWbGa1bmvCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBTYBD/cX19/bL68XP1WqteF9XrcDAYXIqTKq7GfFW9Vmtxv4mDKuZQxrlq3FH1Oq1inooTNCiqwS/Vj3UxatDIaxT6/ydOCs2NxtqWsnODBuO4ByWv0UFo1IaPLf32q1/6V4xUcd9WP7Yah/Wkfq3iXomB8MawW72GjaajKuYXMYIGWQ32PBeiV4MlmZuTKuYfYgQN5qPBSvjPTqLvttgHfdkyqBLvfKxsy6TwylYY0woapDXYESMdaZAa/39ipMpL70BKzM3P0j43m4XmBg0KarAS3u2Hif5rVftzsbGWaVsXO7l8hmIADfqrQfiolsprtYdz80JsYyZBg/lpoHeQ2dtox17E90yb6da9YFw0WDwNHhJ/HuTyGcnsx5wHS6PBSthnOE+0n4idM0lfAGdiJ5WTCn8hBhZQg1Rf1cC0V9hXDUJeqc39E+s+meTz8pzvUeK4d32mtEKDghrEPcjfZDJxvdDMG/4h4T2Z/Itx6HmaFTZjDxuHdYx955O3RdJA+6Y08NyV9VWDA5l889a8DsVIwblpy0vH8q5PfbiBBjPWYFA/Un2O130H/Zw/qhrPpSOquK9l/Pj8zHkB12NqnnH/4LzDuJ1rEPZP4ldc0MCoAesTDULchdEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACeKlpxRSvzhsorXcZ97qj4Oy1u17miQU81YG7QIMScmQZ1V8OmcY3LACrE1JJE7+WufHt0ITMb7IS4P1U/3sm4NJGiJY8+d+DE1tTgryrm3+IADbrRIOS1KXfn2+f1qeZS6pMSc9Uam/sdzQ0azFCDldqgTeMaNYAyG1YFduW+t4Um8tFj3FP1Vb+LD3InkIQxPomDhAZv0GD+GlyPLWM1r/r59nV93sSQ+7lqTcRPnjseNJiPBrGi+Faio9nZLPwFSZnsbIidN4njw2ufYxoa9FeDZF7WC25KXltiJ3Wx6livxM6sNfCsz6XRILoapvC4heXi/ih2noltzCQFNcg5pqHBAzQIeaUWvx5/JjZ+yLR59rZKOU7OWgPP+lwaDdS0Sz9vp8qLjxx7Bjlznq9i55uxLUlBDXLl4NHgARoUzOursW0al5k2q2HVMmlgNZWbiwbxI3bK9MZr3NN2cVyJw2Qn9G0T6sLpT4EG6ZyOxUhHGizS3BxLem48Dz6WRYOFukbrT7F1n0lfw9vGwcB8YYSYGkv3I+J+hibzZxX3UhzUNoFfhFxPQ74uox006K8GVYyNEKPLvPSj2Y6M98VWpdu50Se4L0Ouai36pYO5QYMF0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJR6uTMt8xPLj2sBSnONtTohrpYo0p/nof5aF3G1jJL6SNyUUvKaAYWYaNBTDZgbNAgxZ6rBIDTqYLtyvxy6VvDd85xUi/Oe0oULmTqQbTYO/17F/UeMFNbgQ+MwGjxCA9YnGoSYM9cgVhR/L5NeEbHgpXVQ7d903lO2QtFLa1ztu9nS9M7jmCZlNWiCBo/T4K2Uyat5UTw2r7a4peYGDcppkHyfWgkJryf6rztOKOeu91rspCYu3no/GjQoqkEun6kahHFTv+fJSyuxr1rzylBqbtCgnAYpXusdpOcdPceqsW0eoMF88pmnBqVcDb9LmbglQIMpGkRXw5SRzoXDQyLn4HYidnIbyCZDoKBBKl80mKMGYdzUOY0ceZ0Z26Zx0XXcghrk1goaVLnGPcgDmXQh0//vi5HwFKjNhezC+eRJDXpGLccPnU/JPgsa9FWDEusz5dynF7d3btreILxzU0IDXUNokNGg/jUf3ayMbnba6aijx/K6HxH3Ds5vBnU6mzXiXoWYHjvJGBMNeqpBwbw0pw1rXpm4izQ3aFDoGgUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgHq5M7UH0DJCazIuI3QwGAwuxUkVV2NqmXWtJKw11rw14eolj16FXE+7cDcrqMEvMrYzWBQNtuWunFSXGsRyUo/WoGVuDrtw3yu0PjXWtpRfn2hQWIPoaqgNH1v67Ve/9K8YqeKqyc5W47Ce1K/WWmsJZzPF5cSGBv3VYEnm5qSK+YcYQYP5aBAriu8k+qaOP2TQly2DKvHOx0q8u2myFca0spMZzwQadKZBKi+Pm53egZSYm1jMtclmoblBA58G2fW5Et7th4n+w6r9udhYy7Sti51cPkMxMEWDNTRwabBubLshfFRL5bXaw7l5YRwzCRoU1eDHTNu63kFmb6MdexE5ZzNPKfMScdGgnAbfrGM+kO/SL3L5jGT2Y86DpdFgZYpbmMd5T93LrjJtVlI5qfCmzdoF1CDVd+k0CHmlNvdPBj5Xw1Rfz/keJY7nXCOzoMGtBqn1UkyDuAf5m0xeHHqhmTf8Q8J7MvkX49DzNCtsxjZdyHSMfafJjmrQnLy+aqB9n5IG6mbXtj4PxUjBuWnL68Z5rwNHv6eugT7gmen71KB+pPocr/sON1/v6MKBrBZXv96hewhnXTmFhT2zuJ9x3mFcNOipBswNGoS4C6MBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8VbRqb/V6Ear3dhn3ucaVjglxu84VDXqqAXODBiHmzDSouxo2jWtcBlAhppYkei935dujS57ZYCfE/an68U7GpYkULXn0uQMnNjSY1OCvKubf4qALDUJem3J3vn2eGzWXUp+UmKvW2Nx/4utzITVYSQyqqAGU2awpsCv3vS00kY8e457wDv9B7oSXMMYncYAGSQ3ezFuD67FlrOZVP9++zs1NDLmfq9ZE/OS546lpUKfPGjTX50JqECuKbyU6mp3Nwl/RlMnOhth5kzg+vPY5pqFBfzVI5mW94KbktSV2UherjvVK7MxaA8/6XBoNoqthCo9bWC5uzklsGs/ENmaSghrkHNzQ4AEahLxSi1+PPxMbP2TaPHtbpRwnZ62BZ30ujQZq2qWft1PlxUeOPYOcOc9XsfPN2JakoAa5cvBo8AANCub11dg2jctMm9Wwapk0sJrKzUWD+BE7ZfzjNe5puziuxGE0FPq2CXXh9KdI5XQsRuagwX9LqsEirc9jSa9Pz4OPZdGgxPospkH9KbbuOejewfC2cTAwXxghpt767sh430H/rcn8WcW9FAfhdlufEr4MuZ6GfF1GO4U0GIaYpTXQPI870ED3G/Wl8fWv8lEfNFjw9anWol96uj7RoJAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACg1MudaZmfWH5cC1Caa6zVCWWPYhmh81B/rYu4WkZJfSRuSil5zYBCTDToqQYF89K4G/K05wYNEhoMQqMOtiv3y6FrBd89z0kFZ7MPjcNduJCpA9lm4/DvVdx/xAga9FeDwnnVnfcelVcm7qLNDRokNIgVxd/LpFdELHhpHTQ6mzXZCkUvrXG172ZL0zuPY5qggdJXDd5KmbyaF8Vj82qLW2pu0KDs+mzVYCUkvJ7ov+44oZy73muxk5q4eOv9aApqkMsHDR6gQRg39XuevNQ6d9WaV4ZSc4MGZdbni0zba72D9Lyj51g1ts2DeeSDBvPVoJSr4XcpE7cEaDBFg+hqmDLSuXB4SOQc3E7ETm4D2WQIFDRI5YsGc9QgjJs6p5EjrzNj2zQuuo6LBkU1yF0vZ3EP8kAmXcj0//tiJDwFanMhu3A+eVKDnrYJOHQ+Jfssi6XBqOX4smpQYn2mnPt0bfVxfaJBGQ30OjpsabrRoP41H92sjG522umoo8fyuh8R9zPObwZ1Ops14l6FmB47yRgTDXqqQcG8NKfbrx/J05wbNBhrEPdObzX4P0iboTppYPoCAAAAAElFTkSuQmCC);background-size:cover;height:8rem;position:absolute;right:0;top:-3rem;width:16rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot2__jsQ2n{display:none}}.Template14_Container1__IXxX- .Template14_dot3__EQHeU{background:url(/static/media/dot2.94085548a1a1ef7fb709.png);background-size:cover;bottom:4rem;height:16rem;left:-2rem;position:absolute;width:8rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot3__EQHeU{display:none}}.Template14_Container1__IXxX- .Template14_dot4__OktIr{background:url(/static/media/dot2.94085548a1a1ef7fb709.png);background-size:cover;height:16rem;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);width:8rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot4__OktIr{display:none}}.Template14_Container1__IXxX- .Template14_dot1Mob__zhfNe{background:url(/static/media/dots.66588fc65ae9a4142e0b.svg);background-size:cover;display:none;height:5.48681rem;left:-2rem;position:absolute;top:6rem;transform:translateY(-50%);width:5.65175rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot1Mob__zhfNe{display:block}}.Template14_Container1__IXxX- .Template14_dot2Mob__uR7qC{background:url(/static/media/dots.66588fc65ae9a4142e0b.svg);background-size:cover;display:none;height:5.48681rem;position:absolute;right:-1rem;top:12rem;transform:translateY(-50%);width:5.65175rem}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot2Mob__uR7qC{display:block}}.Template14_Container1__IXxX- .Template14_dot3Mob__-HEgw{background:url(/static/media/dots.66588fc65ae9a4142e0b.svg);background-size:cover;display:none;height:5.48681rem;left:2rem;position:absolute;top:6rem;transform:translateY(-50%);width:5.65175rem;z-index:-1}@media(orientation:portrait){.Template14_Container1__IXxX- .Template14_dot3Mob__-HEgw{display:block}}.Template14_Container2__Qnd4R{align-items:center;display:flex;flex-direction:column;gap:2rem;height:auto;max-width:100vw;min-height:100vh;padding:2rem 0;width:100vw}.Template14_Container2__Qnd4R .Template14_myIntro__l61pM{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#34027f 10.42%,#fff 73.44%);background:var(--color-sec,linear-gradient(180deg,#34027f 10.42%,#fff 73.44%));background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:5.94506rem;font-style:normal;font-weight:800;line-height:94.5%;margin-bottom:1rem;position:relative;z-index:1}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_myIntro__l61pM{font-size:4.11606rem}}.Template14_Container2__Qnd4R .Template14_myIntro__l61pM:after{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#34027f 10.42%,#fff 73.44%);background:var(--color-sec,linear-gradient(180deg,#34027f 10.42%,#fff 73.44%));background-clip:text;-webkit-background-clip:text;bottom:-80%;content:"My Intro";filter:blur(2.8887145519px);font-family:Poppins;font-size:5.94506rem;font-style:normal;font-weight:800;left:0;line-height:94.5%;position:absolute;transform:rotateX(180deg);z-index:-1}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_myIntro__l61pM:after{filter:blur(2px);font-size:4.11606rem}}.Template14_Container2__Qnd4R .Template14_content__1qPaK{align-items:center;display:flex;justify-content:space-between;padding-left:2rem;width:100%}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK{padding:0;position:relative}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT{transform:translateX(-14%)}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+{height:41.01813rem;position:relative;width:32.97706rem}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_intro1ChangeIcon__rIzBY{bottom:4rem;height:3.5rem;left:3rem;position:absolute;width:3.5rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_intro1ChangeIcon__rIzBY{bottom:20%;height:2.5rem;left:20%;width:2.5rem}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+{height:29.19331rem;width:22.83163rem}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ img{height:100%;width:100%}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_introImg2__\+eWsy{border:4.333px solid #010132;border-radius:50%;height:20.028rem;position:absolute;right:-15rem;top:3rem;width:20.58831rem}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_introImg2__\+eWsy .Template14_intro2ChangeIcon__TYv7Y{height:3.5rem;position:absolute;right:1rem;top:1rem;width:3.5rem}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_introImg2__\+eWsy .Template14_intro2ChangeIcon__TYv7Y img{border-radius:0}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_introImg2__\+eWsy .Template14_intro2ChangeIcon__TYv7Y{height:2.5rem;width:2.5rem}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_introImg2__\+eWsy{border:3px solid #010132;border-radius:14.25431rem;height:14.25431rem;right:-9rem;top:2rem;width:14.25431rem;z-index:20}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_leftSection__QEWnT .Template14_introImg1__NfdH\+ .Template14_introImg2__\+eWsy img{border-radius:50%;height:100%;width:100%}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV{align-items:center;-webkit-backdrop-filter:blur(22.653421402px);backdrop-filter:blur(22.653421402px);background:#12121299;border-radius:1.79338rem;display:flex;flex-shrink:0;height:24.05644rem;justify-content:center;position:relative;width:52.28019rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV{-webkit-backdrop-filter:blur(12.635137558px);backdrop-filter:blur(12.635137558px);background:#12121299;border-radius:1.00031rem;bottom:20%;height:11.56231rem;position:absolute;right:0;width:21.53388rem}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_TextWrapper__bqWsr{height:max-content;position:relative;width:max-content}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_TextWrapper__bqWsr .Template14_EditTextIcon__9YdpQ{height:3.5rem;left:1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_TextWrapper__bqWsr .Template14_EditTextIcon__9YdpQ{height:2.5rem;left:0;top:-3rem;width:2.5rem}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_TextWrapper__bqWsr .Template14_desc__ExEHl{color:#fff;font-family:Poppins;font-size:1.34469rem;font-style:normal;font-weight:300;height:16.29706rem;line-height:normal;overflow:hidden;width:47.91494rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_TextWrapper__bqWsr .Template14_desc__ExEHl{font-size:.75rem;height:4.67081rem;width:16.03406rem}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_buttons__pQknJ{align-items:center;bottom:-2rem;display:flex;position:absolute;right:0}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_buttons__pQknJ button{align-items:center;background:#6218ff;border:none;border-radius:2.70819rem 0 0 2.70819rem;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Poppins;font-size:.78338rem;font-style:normal;font-weight:500;height:5.48706rem;line-height:normal;padding-left:2rem;text-align:center;width:16.41644rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_buttons__pQknJ button{background:#6218ff;border-radius:1.875rem 0 0 1.875rem;flex-shrink:0;font-size:.78338rem;height:3.79894rem;width:11.36594rem}}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_buttons__pQknJ button:first-child{transform:translateX(14%)}.Template14_Container2__Qnd4R .Template14_content__1qPaK .Template14_rightSection__tPdfV .Template14_buttons__pQknJ button:nth-child(2){box-shadow:-4.333px 0 5.777px 0 #00000040;position:relative;z-index:2}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE{align-items:center;display:flex;gap:3rem;height:41.0625rem;justify-content:center;width:100%}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE{gap:2rem;height:21.7165rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg3__Y3yT7,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal{border-radius:.96613rem;height:20.01113rem;position:relative;width:8.90125rem}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg3__Y3yT7 .Template14_introChangeIcon__SSp64,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal .Template14_introChangeIcon__SSp64{height:3.5rem;left:50%;position:absolute;top:-1.5rem;transform:translateX(-50%);width:3.5rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg3__Y3yT7 .Template14_introChangeIcon__SSp64,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal .Template14_introChangeIcon__SSp64{height:3rem;width:3rem}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg3__Y3yT7,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal{border-radius:.51031rem;height:10.56969rem;width:4.70156rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg3__Y3yT7 img,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal img{border-radius:.96613rem;height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg3__Y3yT7 img,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal img{border-radius:.51031rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal .Template14_introChangeIcon__SSp64{height:3.5rem;left:50%;position:absolute;top:60%;transform:translateX(-50%);width:3.5rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_left__sTvP\+ .Template14_introImg4__55bal .Template14_introChangeIcon__SSp64{height:3rem;width:3rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_mid__V1ECU{border-radius:1.18331rem;height:41.0625rem;position:relative;width:40.0625rem}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_mid__V1ECU .Template14_introChangeIcon__SSp64{height:4rem;left:50%;position:absolute;top:-1.5rem;transform:translateX(-50%);width:4rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_mid__V1ECU .Template14_introChangeIcon__SSp64{height:3rem;width:3rem}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_mid__V1ECU{border-radius:.625rem;height:21.7165rem;width:13.71575rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_mid__V1ECU img{border-radius:1.18331rem;height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_mid__V1ECU img{border-radius:.625rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg6__c7DF7,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q{border-radius:.96613rem;height:20.01113rem;position:relative;width:8.90125rem}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg6__c7DF7 .Template14_introChangeIcon__SSp64,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q .Template14_introChangeIcon__SSp64{height:4rem;left:50%;position:absolute;top:-1.5rem;transform:translateX(-50%);width:4rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg6__c7DF7 .Template14_introChangeIcon__SSp64,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q .Template14_introChangeIcon__SSp64{height:3rem;width:3rem}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg6__c7DF7,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q{border-radius:.51031rem;height:10.56969rem;width:4.70156rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg6__c7DF7 img,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q img{border-radius:.96613rem;height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg6__c7DF7 img,.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q img{border-radius:.51031rem}}.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q .Template14_introChangeIcon__SSp64{height:3.5rem;left:50%;position:absolute;top:60%;transform:translateX(-50%);width:3.5rem}@media(orientation:portrait){.Template14_Container2__Qnd4R .Template14_introGallery__zo\+SE .Template14_right__9lxrA .Template14_introImg7__xPX-q .Template14_introChangeIcon__SSp64{height:3rem;width:3rem}}.Template14_Container3__2v-E0{align-items:center;display:flex;flex-direction:column;gap:3rem;height:auto;max-width:100vw;min-height:100vh;width:100vw}.Template14_Container3__2v-E0 h2{color:#fff;font-family:Poppins;font-size:4.31981rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}.Template14_Container3__2v-E0 .Template14_carousel__Dtbbg{flex-shrink:0;height:52.82825rem;max-height:90vh;width:96%}@media(orientation:portrait){.Template14_Container3__2v-E0 .Template14_carousel__Dtbbg{max-height:150vh;min-height:88vh}}.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH{align-items:center;-webkit-backdrop-filter:blur(9.7216205597px);backdrop-filter:blur(9.7216205597px);background:#ffffff05;display:flex;flex-direction:column;flex-shrink:0;gap:2rem;height:19.67994rem;justify-content:center;width:44.09606rem}@media(orientation:portrait){.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff05;height:10.12175rem;width:22.67938rem}}.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH h3{color:#fff;font-family:Poppins;font-size:3.82363rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH h3{font-size:1.96656rem}}.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH .Template14_TextWrapper__bqWsr{height:max-content;position:relative;width:max-content}.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH .Template14_TextWrapper__bqWsr .Template14_EditTextIcon__9YdpQ{height:3.5rem;left:-1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH .Template14_TextWrapper__bqWsr .Template14_EditTextIcon__9YdpQ{height:2.5rem;left:-1.2rem;top:-3rem;width:2.5rem}}.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH .Template14_TextWrapper__bqWsr .Template14_message__4M3hY{color:#f9f9f9;font-family:Poppins;font-size:1.45825rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;width:36.89613rem}@media(orientation:portrait){.Template14_Container3__2v-E0 .Template14_shortMessage__ObrNH .Template14_TextWrapper__bqWsr .Template14_message__4M3hY{font-size:.75rem;width:18.97631rem}}.Template14_Container3__2v-E0 .Template14_thankYou__AxDag{color:#fff;font-family:Noto Serif;font-size:1.986rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:4rem;text-align:center}@media(orientation:portrait){.Template14_Container3__2v-E0 .Template14_thankYou__AxDag{font-size:1rem}}.Template14_galleryCard__dMRKm{border-radius:2.00225rem;display:flex;flex-direction:column;height:52.82825rem;justify-content:space-between;max-height:80vh;position:relative;width:100%;z-index:1}.Template14_galleryCard__dMRKm .Template14_backImage__8Pc5q{border-radius:2.00225rem;height:100%;position:absolute;width:100%;z-index:-1}.Template14_galleryCard__dMRKm .Template14_backImage__8Pc5q img{border-radius:2.00225rem;height:100%;object-fit:cover;width:100%}.Template14_galleryCard__dMRKm .Template14_profile__D07QX{align-items:center;display:flex;gap:.3rem;padding:2rem}.Template14_galleryCard__dMRKm .Template14_profile__D07QX .Template14_profilePic__n2pSH{border-radius:50%;height:3.29456rem;width:3.29456rem}.Template14_galleryCard__dMRKm .Template14_profile__D07QX .Template14_profilePic__n2pSH img{height:100%;width:100%}.Template14_galleryCard__dMRKm .Template14_profile__D07QX .Template14_detail__2OCDG{display:flex;flex-direction:column;gap:.1rem}.Template14_galleryCard__dMRKm .Template14_profile__D07QX .Template14_detail__2OCDG h3{color:#fff;font-family:Poppins;font-size:1.00669rem;font-style:normal;font-weight:500;line-height:normal}.Template14_galleryCard__dMRKm .Template14_profile__D07QX .Template14_detail__2OCDG h4{color:#fff;font-family:Poppins;font-size:.54913rem;font-style:normal;font-weight:400;line-height:normal}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#fff3;display:flex;height:5.69688rem;justify-content:space-between;padding:0 4rem;width:100%}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_desc__ExEHl{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.48725rem;font-style:normal;font-weight:400;height:3.60938rem;line-height:123.4%;width:28.347rem}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE{align-items:center;display:flex;gap:3rem;justify-content:center}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI{align-items:center;display:flex;justify-content:center}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI .Template14_likeIcon__zr7eP{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI .Template14_likeIcon__zr7eP img{height:100%;object-fit:cover;width:100%}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI .Template14_likeIcon__zr7eP .Template14_likeCount__Cw9K8{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7{height:2.82131rem;width:3.13381rem}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB{height:2.57331rem;width:3.66781rem}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7,.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB{align-items:center;display:flex;gap:.1rem}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7 p,.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB p{color:#fff;font-family:Poppins;font-size:2.846006rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7 img,.Template14_galleryCard__dMRKm .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB img{height:100%;width:100%}.Template14_MobileGallery__lFe2y{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:58vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_backImage__8Pc5q{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_backImage__8Pc5q img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_profile__D07QX{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_profile__D07QX .Template14_profilePic__n2pSH,.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_profile__D07QX .Template14_profilePic__n2pSH img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_profile__D07QX .Template14_detail__2OCDG{display:flex;flex-direction:column;gap:.2rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_profile__D07QX .Template14_detail__2OCDG h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_profile__D07QX .Template14_detail__2OCDG h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;height:2.83844rem;justify-content:space-around;padding:0 1rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_desc__ExEHl{color:#fff;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%;width:14.12388rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE{align-items:center;display:flex;gap:2rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI{align-items:center;display:flex;justify-content:center}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI .Template14_likeIcon__zr7eP{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:1.42rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI .Template14_likeIcon__zr7eP img{height:100%;object-fit:cover;width:100%}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_like__9sDbI .Template14_likeIcon__zr7eP .Template14_likeCount__Cw9K8{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7{height:.9075rem;width:1.06325rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB{height:.78394rem;width:1.32925rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7 p,.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7,.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB{align-items:center;display:flex;gap:.2rem}.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_comment__iSNS7 img,.Template14_MobileGallery__lFe2y .Template14_activeItem__cYAui .Template14_details__U\+r3B .Template14_actions__SltpE .Template14_share__ivXhB img{height:100%;width:100%}.Template14_MobileGallery__lFe2y .Template14_allItems__0EuGu{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:100%}.Template14_MobileGallery__lFe2y .Template14_allItems__0EuGu::-webkit-scrollbar{display:none}.Template14_MobileGallery__lFe2y .Template14_allItems__0EuGu .Template14_smallCard__Xu9iN{height:20vh;margin-right:2vw;min-width:31vw;width:31vw}.Template14_MobileGallery__lFe2y .Template14_allItems__0EuGu .Template14_smallCard__Xu9iN img{height:100%;width:100%}#carousel14{height:52.82825rem;max-height:80vh}#carousel14 .alice-carousel__dots,#carousel14 .alice-carousel__next-btn,#carousel14 .alice-carousel__prev-btn{display:none}.Template15_TemplateWrapper__FDZuu{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template15_TemplateWrapper__FDZuu textarea::-webkit-scrollbar,.Template15_TemplateWrapper__FDZuu::-webkit-scrollbar{display:none}.Template15_TemplateWrapper__FDZuu .Template15_Setting__eVFGf{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template15_TemplateWrapper__FDZuu .Template15_Template15__w-2Nc{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template15_TemplateWrapper__FDZuu .Template15_Template15__w-2Nc::-webkit-scrollbar{display:none}.Template15_TemplateWrapper__FDZuu .Template15_Template15__w-2Nc section{scroll-snap-align:start;scroll-snap-stop:always}.Template15_Container1__0a2NI{align-items:center;background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Template15_Container1__0a2NI .Template15_background__NbA9Q{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container1__0a2NI .Template15_background__NbA9Q img{height:100%;width:100%}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX{align-items:center;background:radial-gradient(54.36% 71.71% at 50% 50%,#ed00d5 23.44%,#0e0257 89.06%);border-radius:1.79163rem;box-shadow:18.633px 21.499px 21.499px 0 #00000073;display:flex;flex-direction:column;gap:1rem;height:53.16444rem;justify-content:flex-end;position:relative;width:31.66088rem;z-index:1}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX{border-radius:1.25rem;height:37.09238rem;width:22.0895rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_background__NbA9Q{background:url(/static/media/heroFrame.43eef9cba68b63f02c70.png);background-position:50%;background-size:cover;border-radius:1.79163rem;height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_background__NbA9Q{border-radius:1.25rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm{height:33.81019rem;position:relative;width:24.56644rem;z-index:1}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm{height:26.52688rem;width:19.27438rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_coverChangeIcon__QlYxm{bottom:50%;height:3.5rem;left:30%;position:absolute;width:3.5rem}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_coverChangeIcon__QlYxm{height:2.5rem;width:2.5rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm img{height:100%;object-fit:cover;width:100%}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_firstLetter__F\+L6v{color:#fff;font-family:Poppins;font-size:36.31169rem;font-style:normal;font-weight:500;left:50%;line-height:99.5%;position:absolute;top:-36%;transform:translateX(-50%);z-index:-1}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_firstLetter__F\+L6v{font-size:26rem;top:-13%}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d{align-items:flex-start;bottom:1rem;display:flex;flex-direction:column;left:50%;max-width:100%;position:absolute;transform:translateX(-50%);width:max-content}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d .Template15_iam__6l\+As{color:#fff;font-family:Poppins;font-size:2.31169rem;font-style:normal;font-weight:500;line-height:99.5%}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d .Template15_iam__6l\+As{font-size:1.07481rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d .Template15_firstName__dAVsZ{color:#fff;font-family:Poppins;font-size:5.79106rem;font-style:normal;font-weight:700;line-height:normal}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d .Template15_firstName__dAVsZ{font-size:1.71825rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d .Template15_lastName__gR-ny{align-self:flex-end;color:#fff;font-family:Poppins;font-size:2.58075rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_heroImage__IP0Sm .Template15_nameContainer__RNA9d .Template15_lastName__gR-ny{font-size:.76575rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs{align-items:center;display:flex;justify-content:space-around;margin-bottom:2rem;width:100%}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs{margin-bottom:0}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_buttons__2QHL7{display:flex;flex-direction:column;gap:1rem}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_buttons__2QHL7 button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.51181rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_buttons__2QHL7 button{font-size:1.00056rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_followers__qpN5a{align-items:center;display:flex;flex-direction:column}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_followers__qpN5a h4{color:#fff;font-family:Poppins;font-size:1.88869rem;font-style:normal;font-weight:800;line-height:normal}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_followers__qpN5a h4{font-size:1.25rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_followers__qpN5a h5{color:#fff;font-family:Poppins;font-size:.94438rem;font-style:normal;font-weight:400;letter-spacing:.28331rem;line-height:165%}@media(orientation:portrait){.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_actions__SwSNs .Template15_followers__qpN5a h5{font-size:.625rem;letter-spacing:.1875rem}}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_RatingContainer__\+Xu8g{align-items:center;bottom:-5rem;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:absolute;right:-2rem;width:5.52rem}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_RatingContainer__\+Xu8g span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template15_Container1__0a2NI .Template15_heroSection__kBmBX .Template15_RatingContainer__\+Xu8g img{height:100%;width:100%}.Template15_Container2__6CIkw{align-items:center;background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));display:flex;flex-direction:column;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:3}.Template15_Container2__6CIkw .Template15_background__NbA9Q{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container2__6CIkw .Template15_background__NbA9Q img{height:100%;width:100%}.Template15_Container2__6CIkw .Template15_myIntro__hFm-O{color:#fff;font-family:Poppins;font-size:4.50981rem;font-style:normal;font-weight:700;left:4rem;line-height:normal;position:absolute;top:2rem}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_myIntro__hFm-O{font-size:1.71825rem;margin-top:2rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX{border-radius:1.79163rem;height:40.16663rem;position:relative;width:45.02556rem;z-index:1}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX{border-radius:1.25rem;height:19.70575rem;margin-bottom:4rem;width:22.0895rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_introImage__OkuF-{height:43.09238rem;left:50%;position:absolute;top:-75%;transform:translateX(-50%);width:63.27169rem;z-index:1}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_introImage__OkuF-{height:22.10569rem;top:-100%;width:32.45738rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_introImage__OkuF- img{height:100%;object-fit:cover;width:100%;z-index:-1}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_introImage__OkuF- .Template15_introChangeIcon__nF8kK{height:3.5rem;position:absolute;right:25%;top:40%;width:3.5rem}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_introImage__OkuF- .Template15_introChangeIcon__nF8kK{height:2.5rem;width:2.5rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_backgroundWrapper__Fo6Yc{background:radial-gradient(54.36% 71.71% at 50% 50%,#ed00d5 23.44%,#0e0257 89.06%);border-radius:1.79163rem;height:100%;position:absolute;width:100%;z-index:2}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_backgroundWrapper__Fo6Yc{border-radius:1.25rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_backgroundWrapper__Fo6Yc .Template15_EditTextIcon__sY0Tn{height:3.5rem;left:2rem;position:absolute;top:2rem;width:3.5rem}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_backgroundWrapper__Fo6Yc .Template15_EditTextIcon__sY0Tn{height:2.5rem;top:0;width:2.5rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_backgroundWrapper__Fo6Yc .Template15_background1__yc0pJ{background:url(/static/media/introFrame.f744bd8bec6551f6601c.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1.79163rem;height:100%;mix-blend-mode:screen;width:100%}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_backgroundWrapper__Fo6Yc .Template15_background1__yc0pJ{border-radius:1.25rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_text__UrO\+r{bottom:5rem;color:#fff;font-family:Poppins;font-size:1.27806rem;font-style:normal;font-weight:300;height:23.40494rem;left:50%;line-height:normal;overflow-y:scroll;position:absolute;text-align:center;transform:translateX(-50%);width:38.02394rem}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_text__UrO\+r{font-size:.627rem;height:11.48244rem;width:18.6545rem}}.Template15_Container2__6CIkw .Template15_introText__W60zX .Template15_text__UrO\+r::-webkit-scrollbar{display:none}.Template15_Container2__6CIkw .Template15_buttons__2QHL7{display:flex;justify-content:space-between;margin-bottom:3rem;width:80%}.Template15_Container2__6CIkw .Template15_buttons__2QHL7 button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.68575rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container2__6CIkw .Template15_buttons__2QHL7 button{font-size:1.00056rem}}.Template15_Container3__SJHjd{background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Template15_Container3__SJHjd .Template15_background__NbA9Q{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container3__SJHjd .Template15_background__NbA9Q img{height:100%;width:100%}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;width:100%}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp{gap:.8rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ{display:flex;flex-direction:column;gap:2rem}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ{gap:.8rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp{border-radius:2.38981rem;height:25.5625rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp{border-radius:1.875rem;height:20.03319rem;width:10.49719rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp img{border-radius:1.875rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp .Template15_introChangeIcon__nF8kK{height:3.5rem;left:2rem;position:absolute;top:1rem;width:3.5rem}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp .Template15_introChangeIcon__nF8kK img{border-radius:0}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg2__gr0tp .Template15_introChangeIcon__nF8kK{height:2.5rem;width:2.5rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4{border-radius:2.38981rem;height:39.75rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4{border-radius:1.875rem;height:31.17588rem;width:10.49719rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4 img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4 img{border-radius:1.875rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4 .Template15_introChangeIcon__nF8kK{bottom:5rem;height:3.5rem;left:2rem;position:absolute;width:3.5rem}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4 .Template15_introChangeIcon__nF8kK img{border-radius:0}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_left__8zNEZ .Template15_introImg3__saqj4 .Template15_introChangeIcon__nF8kK{height:2.5rem;width:2.5rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL{display:flex;flex-direction:column;gap:2rem}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL{gap:.8rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma{border-radius:2.38981rem;height:44.75rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma{border-radius:1.875rem;height:35.08769rem;width:10.49719rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma img{border-radius:1.875rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma .Template15_introChangeIcon__nF8kK{height:3.5rem;left:2rem;position:absolute;top:1rem;width:3.5rem}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma .Template15_introChangeIcon__nF8kK img{border-radius:0}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg4__Ow9Ma .Template15_introChangeIcon__nF8kK{height:2.5rem;width:2.5rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG{border-radius:2.38981rem;height:20.375rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG{border-radius:1.875rem;height:16.00281rem;width:10.49719rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG img{border-radius:1.875rem}}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG .Template15_introChangeIcon__nF8kK{bottom:5rem;height:3.5rem;left:2rem;position:absolute;width:3.5rem}.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG .Template15_introChangeIcon__nF8kK img{border-radius:0}@media(orientation:portrait){.Template15_Container3__SJHjd .Template15_introImages__vi6Hp .Template15_right__wGQbL .Template15_introImg5__WN1RG .Template15_introChangeIcon__nF8kK{height:2.5rem;width:2.5rem}}.Template15_Container4__IeUN\+{background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));height:auto;max-width:100vw;min-height:100vh;position:relative;width:100vw;z-index:1}.Template15_Container4__IeUN\+ .Template15_background__NbA9Q{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container4__IeUN\+ .Template15_background__NbA9Q img{height:100%;width:100%}.Template15_Container4__IeUN\+ .Template15_content__WfZWX{align-items:center;-webkit-backdrop-filter:blur(7.7944264412px);backdrop-filter:blur(7.7944264412px);background:#0000004d;display:flex;flex-direction:column;gap:4rem;height:100%;min-height:100vh;width:100%}.Template15_Container4__IeUN\+ .Template15_content__WfZWX h2{color:#fff;font-family:Poppins;font-size:3.46344rem;font-style:normal;font-weight:800;line-height:normal;margin-top:2rem;text-align:center}@media(orientation:portrait){.Template15_Container4__IeUN\+ .Template15_content__WfZWX h2{font-size:2.01731rem}}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_carousel__ixn4O{border-radius:2.38981rem;height:42.35569rem;width:73.235rem}@media(orientation:portrait){.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_carousel__ixn4O{max-height:150vh;min-height:88vh}}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr h3{color:#fff;font-family:Poppins;font-size:3.06563rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr h3{font-size:1.96656rem}}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr .Template15_TextWrapper__MN8f9{height:max-content;position:relative;width:max-content}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr .Template15_TextWrapper__MN8f9 .Template15_EditTextIcon__sY0Tn{height:3.5rem;left:-1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr .Template15_TextWrapper__MN8f9 .Template15_EditTextIcon__sY0Tn{height:2.5rem;left:-1.2rem;top:-3rem;width:2.5rem}}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr .Template15_TextWrapper__MN8f9 .Template15_message__PFrdd{color:#f9f9f9;font-family:Poppins;font-size:1.16919rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;width:29.58188rem}@media(orientation:portrait){.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_shortMessage__S9Bjr .Template15_TextWrapper__MN8f9 .Template15_message__PFrdd{font-size:.75rem;width:18.97631rem}}.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_thankYou__Vyej5{color:#fff;font-family:Noto Serif;font-size:1.7525rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:2rem;text-align:center}@media(orientation:portrait){.Template15_Container4__IeUN\+ .Template15_content__WfZWX .Template15_thankYou__Vyej5{font-size:1rem;padding-bottom:3rem}}.Template15_galleryCard__kvt6-{border-radius:2.38981rem;border-radius:2.00225rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:42.35569rem;position:relative;width:73.235rem;z-index:1}.Template15_galleryCard__kvt6- .Template15_backImage__7GWbe{border-radius:2.38981rem;height:100%;position:absolute;width:100%;z-index:-1}.Template15_galleryCard__kvt6- .Template15_backImage__7GWbe img{border-radius:2.38981rem;height:100%;object-fit:cover;width:100%}.Template15_galleryCard__kvt6- .Template15_backImage__7GWbe video{border-radius:2.38981rem;height:100%;width:100%}.Template15_galleryCard__kvt6- .Template15_profile__W9HDY{align-items:center;display:flex;gap:1rem;padding:2rem 3rem}.Template15_galleryCard__kvt6- .Template15_profile__W9HDY .Template15_profilePic__sqRmz{border-radius:50%;height:4.56956rem;width:4.56956rem}.Template15_galleryCard__kvt6- .Template15_profile__W9HDY .Template15_profilePic__sqRmz img{border-radius:50%;height:100%;width:100%}.Template15_galleryCard__kvt6- .Template15_profile__W9HDY .Template15_detail__Je9ny{display:flex;flex-direction:column;gap:.1rem}.Template15_galleryCard__kvt6- .Template15_profile__W9HDY .Template15_detail__Je9ny h3{color:#fff;font-family:Poppins;font-size:1.65813rem;font-style:normal;font-weight:500;line-height:normal}.Template15_galleryCard__kvt6- .Template15_profile__W9HDY .Template15_detail__Je9ny h4{color:#fff;font-family:Poppins;font-size:.87369rem;font-style:normal;font-weight:400;line-height:normal}.Template15_galleryCard__kvt6- .Template15_details__QEu3y{align-items:center;-webkit-backdrop-filter:blur(3.8229084015px);backdrop-filter:blur(3.8229084015px);background:#0003;border-radius:0 0 2.82519rem 3.5315rem;display:flex;height:8.37431rem;justify-content:space-between;padding:0 4rem;width:100%}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_desc__\+XIno{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.37063rem;font-style:normal;font-weight:400;height:3.32631rem;line-height:123.4%;overflow:hidden;width:19.62738rem}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs{align-items:center;display:flex;gap:2rem;justify-content:center}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd{align-items:center;display:flex;justify-content:center}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd .Template15_likeIcon__ZGM-L{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd .Template15_likeIcon__ZGM-L img{height:100%;object-fit:cover;width:100%}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd .Template15_likeIcon__ZGM-L .Template15_likeCount__4ihvB{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h{height:2.84744rem;width:3.33563rem}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd{height:2.45969rem;width:4.17081rem}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h,.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd{align-items:center;display:flex;gap:.1rem}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h p,.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd p{color:#fff;font-family:Poppins;font-size:2.28269rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h img,.Template15_galleryCard__kvt6- .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd img{height:100%;width:100%}.Template15_MobileGallery__l-Gc6{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:58vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_backImage__7GWbe{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_backImage__7GWbe img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_profile__W9HDY{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_profile__W9HDY .Template15_profilePic__sqRmz,.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_profile__W9HDY .Template15_profilePic__sqRmz img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_profile__W9HDY .Template15_detail__Je9ny{display:flex;flex-direction:column;gap:.2rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_profile__W9HDY .Template15_detail__Je9ny h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_profile__W9HDY .Template15_detail__Je9ny h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;height:2.83844rem;justify-content:space-around;padding:0 1rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_desc__\+XIno{color:#fff;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%;width:14.12388rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs{align-items:center;display:flex;gap:2rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd{align-items:center;display:flex;justify-content:center}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd .Template15_likeIcon__ZGM-L{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:1.42rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd .Template15_likeIcon__ZGM-L img{height:100%;object-fit:cover;width:100%}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_like__20nOd .Template15_likeIcon__ZGM-L .Template15_likeCount__4ihvB{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h{height:.9075rem;width:1.06325rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd{height:.78394rem;width:1.32925rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h p,.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h,.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd{align-items:center;display:flex;gap:.2rem}.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_comment__UsX6h img,.Template15_MobileGallery__l-Gc6 .Template15_activeItem__afq3G .Template15_details__QEu3y .Template15_actions__SwSNs .Template15_share__0uDBd img{height:100%;width:100%}.Template15_MobileGallery__l-Gc6 .Template15_allItems__iRd75{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:96vw}.Template15_MobileGallery__l-Gc6 .Template15_allItems__iRd75::-webkit-scrollbar{display:none}.Template15_MobileGallery__l-Gc6 .Template15_allItems__iRd75 .Template15_smallCard__hSw3\+{border-radius:1.875rem;height:20vh;margin-right:2vw;min-width:31vw;width:31vw}.Template15_MobileGallery__l-Gc6 .Template15_allItems__iRd75 .Template15_smallCard__hSw3\+ img{border-radius:1.875rem;height:100%;width:100%}#carousel15{border-radius:2.38981rem;height:42.35569rem}#carousel15 .alice-carousel__dots,#carousel15 .alice-carousel__next-btn,#carousel15 .alice-carousel__prev-btn{display:none}.Template2_TemplateWrapper__v1SAI{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template2_TemplateWrapper__v1SAI::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__v1SAI .Template2_Setting__lhHfo{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template2_TemplateWrapper__v1SAI .Template2_Template2__kx2ph{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template2_TemplateWrapper__v1SAI .Template2_Template2__kx2ph::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__v1SAI .Template2_Template2__kx2ph section{scroll-snap-align:start;scroll-snap-stop:always}.Template2_Container1__-U689{align-items:center;background:#fff;display:flex;gap:1rem;height:100vh;justify-content:space-between;padding:4.5rem 8.125rem 7.125rem 5.625rem;position:relative;width:100%}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__-U689{flex-direction:column-reverse;padding:1rem 3rem 2rem 1rem;padding:1rem}}@media screen and (max-aspect-ratio:1/1){.Template2_Container1__-U689{flex-direction:column-reverse;padding:1rem}}.Template2_Container1__-U689 .Template2_Left__D1Prx{align-items:center;display:flex;flex-basis:50%;flex-direction:column;height:100%;justify-content:center;position:relative}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__-U689 .Template2_Left__D1Prx{flex-basis:30%;width:100%}}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_EditTextIcon__zBYM6{cursor:pointer;height:4rem;left:10%;position:absolute;top:34%;width:4rem}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_EditTextIcon__zBYM6{left:20%;top:20%}}@media screen and (max-width:455px){.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_EditTextIcon__zBYM6{left:10%;top:20%}}.Template2_Container1__-U689 .Template2_Left__D1Prx h3{color:#ddad51;font-family:Sedan SC;font-size:1.8rem;font-style:normal;font-weight:400;line-height:174%;text-align:center}.Template2_Container1__-U689 .Template2_Left__D1Prx h3:first-letter{font-size:2.5rem}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_h1__vHSAc{align-items:center;display:flex;height:7rem;justify-content:center;width:100%}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_h1__vHSAc p{color:#ddad51;font-family:Sedan SC;font-style:normal;font-weight:400;padding-left:1rem;text-align:center;text-transform:uppercase}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_h1__vHSAc p:first-letter{font-size:4.8rem}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_h1__vHSAc::-webkit-scrollbar{display:none}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_h1__vHSAc{height:6rem}}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_p__HBHww{color:#000;font-family:Poppins;font-size:.81256rem;font-style:normal;font-weight:300;height:5.75rem;margin-bottom:1rem;text-align:center;width:34.65175rem}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_p__HBHww::-webkit-scrollbar{display:none}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_ButtonContainer__XWx\+X{align-items:center;display:flex;gap:3.625rem;margin-top:3.08rem;position:relative}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_ButtonContainer__XWx\+X button{background:#fafafa;border:none;border-radius:1.63906rem;box-shadow:1rem 1rem 1.5rem 0 #00000026;color:#000;cursor:pointer;font-family:Poppins;font-size:1.24219rem;font-style:normal;font-weight:400;height:6.55619rem;line-height:normal;width:14.27106rem}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK{align-items:center;background:#ddad51;border-radius:2.58781rem;box-shadow:.5rem .5rem 1.5rem 0 #00000040;display:flex;flex-direction:column;height:10.35131rem;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10.35131rem;z-index:2}@media screen and (max-width:700px){.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK{border-radius:2rem;height:9rem;width:9rem}}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK h4{color:#fff;font-family:Poppins;font-size:3.19844rem;font-style:normal;font-weight:700;line-height:normal}.Template2_Container1__-U689 .Template2_Left__D1Prx .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK h5{color:#fff;font-family:Poppins;font-size:1.24219rem;font-style:normal;font-weight:400;line-height:normal}.Template2_Container1__-U689 .Template2_Right__e9cO-{flex-basis:50%;flex-shrink:0;height:100%;overflow:hidden;position:relative}@media screen and (max-aspect-ratio:1/1){.Template2_Container1__-U689 .Template2_Right__e9cO-{flex-basis:70%;max-width:100%;min-width:100%}}.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_coverImage__GyheZ{left:24%;top:5%}.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{height:100%;margin:0 auto;overflow:hidden;position:relative;width:100%}@media screen and (max-width:500px)and (max-height:930px){.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{width:100%!important}}@media screen and (max-aspect-ratio:1/1){.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{width:80%}}@media screen and (max-height:830px)and (min-height:500px){.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{width:80%;width:70%}}@media screen and (max-height:600px){.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{width:60%}}@media screen and (max-height:500px){.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{width:50%}}@media screen and (max-width:1280px){.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD{width:80%}}.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD .Template2_img1__WxThb{bottom:1%;height:98%;left:1%;position:absolute;right:1%;top:1%;width:98%;z-index:2}.Template2_Container1__-U689 .Template2_Right__e9cO- .Template2_ImageContainer__anVrD .Template2_img2__CFe\+a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.Template2_Container1__-U689 .Template2_RatingImg__3JxWq{align-items:center;bottom:3%;cursor:pointer;display:flex;height:9.77025rem;justify-content:center;position:absolute;right:4%;width:9.77025rem;z-index:5}@media screen and (max-width:800px){.Template2_Container1__-U689 .Template2_RatingImg__3JxWq{bottom:1rem;height:7.5rem;width:7.5rem}}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__-U689 .Template2_RatingImg__3JxWq{bottom:30%;left:5%}}.Template2_Container1__-U689 .Template2_RatingImg__3JxWq img{height:100%;width:100%}.Template2_Container1__-U689 .Template2_RatingImg__3JxWq span{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media screen and (max-width:800px){.Template2_Container1__-U689 .Template2_RatingImg__3JxWq span{font-size:1.5rem}}.Template2_Container2__2GstZ{display:flex;gap:3rem;height:100vh;overflow:hidden;width:100%}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container2__2GstZ{flex-direction:column}}.Template2_Container2__2GstZ .Template2_Left__D1Prx{align-items:center;display:flex;flex-basis:60%;flex-direction:column;height:100%;padding-top:2rem}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container2__2GstZ .Template2_Left__D1Prx{flex-basis:55%;padding-top:5rem}}@media screen and (max-width:830px)and (min-height:500px)and (max-height:750px){.Template2_Container2__2GstZ .Template2_Left__D1Prx{padding-top:1rem}}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:50rem;position:relative;width:50rem}@media screen and (max-height:740px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:45rem;width:45rem}}@media screen and (max-height:665px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:42rem;width:42rem}}@media screen and (max-height:640px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:48rem;width:48rem}}@media screen and (max-height:600px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:45rem;width:45rem}}@media screen and (max-height:580px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:40rem;width:40rem}}@media screen and (max-width:425px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:45rem;width:45rem}}@media screen and (max-width:570px)and (max-height:750px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:45rem;width:45rem}}@media screen and (max-width:470px)and (max-height:930px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:40rem;width:40rem}}@media screen and (max-width:1410px)and (max-height:670px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:40rem;width:40rem}}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX{height:38rem;width:38rem}}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_IntroImage__\+numP{left:10%;top:40%}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_IntroImage1__ybLNx{bottom:0;left:0}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_IntroImage2__fH-sO{bottom:-10%;left:45%}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_IntroImage3__JhTea{bottom:12%;right:4%}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_MainImage__9qOD4{align-items:center;background:#ddad51;border-radius:50%;display:flex;height:100%;justify-content:center;overflow:hidden;padding:1.2rem;position:relative;width:100%}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_MainImage__9qOD4:after{background:#fff;bottom:0;content:"";height:20rem;position:absolute;right:0;width:70%;z-index:1}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_MainImage__9qOD4 div{z-index:2}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_MainImage__9qOD4 .Template2_pImg__kW4ET{background:#ddad51;border-radius:50%;box-shadow:0 .5rem .5rem 0 #00000040;height:100%;width:100%;z-index:2}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp{background:#fff;border:.6rem solid #ddad51;border-radius:50%;box-shadow:1.25rem 1.25rem 1.93rem 0 #00000026;height:14rem;overflow:hidden;position:absolute;width:14rem;z-index:3}@media screen and (max-width:1410px)and (max-height:670px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp{height:12rem;width:12rem}}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp{height:10rem;width:10rem}}@media screen and (max-width:470px)and (max-height:930px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp{height:10rem;width:10rem}}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp img{height:100%;width:100%}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage1__kZJ\+\+{bottom:-3.75rem;left:6.875rem}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage1__kZJ\+\+{bottom:-2rem}}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:10rem}@media screen and (max-height:740px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:6rem}}@media screen and (max-width:1366px)and (max-height:665px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:4rem}}@media screen and (max-width:561px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:6rem}}@media screen and (max-width:425px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:6rem}}@media screen and (max-width:470px)and (max-height:700px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:2rem}}@media screen and (max-width:1410px)and (max-height:670px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-3.75rem;right:4rem}}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage2__xBdEN{bottom:-2rem}}.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage3__O47UA{bottom:11.25rem;right:-2.5rem}@media screen and (max-width:400px){.Template2_Container2__2GstZ .Template2_Left__D1Prx .Template2_ImageMainContainer__dkXBX .Template2_subImage__8omYp.Template2_subImage3__O47UA{right:-1.5rem}}.Template2_Container2__2GstZ .Template2_Right__e9cO-{flex-basis:40%;height:100%;padding-right:1rem;padding-top:20vh;position:relative}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_EditTextIcon__zBYM6{cursor:pointer;height:4rem;position:absolute;right:17%;top:23%;width:4rem}@media screen and (max-width:830px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_EditTextIcon__zBYM6{left:20%;top:20%}}@media screen and (max-width:455px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_EditTextIcon__zBYM6{left:10%;top:20%}}@media screen and (max-height:720px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:15vh}}@media screen and (max-width:830px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{flex-basis:45%;padding-left:2rem;padding-right:2rem;padding-top:0}}@media screen and (max-height:640px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:18vh}}@media screen and (max-height:640px)and (max-width:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:0}}@media screen and (max-height:600px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:15vh}}@media screen and (max-height:600px)and (max-width:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:0}}@media screen and (max-height:580px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:10vh}}@media screen and (max-height:580px)and (max-width:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:0}}@media screen and (max-height:550px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:0}}@media screen and (max-height:550px)and (max-width:900px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:0}}@media screen and (max-width:400px){.Template2_Container2__2GstZ .Template2_Right__e9cO-{padding-top:0}}.Template2_Container2__2GstZ .Template2_Right__e9cO- h2{color:#ddad51;font-family:Sedan SC;font-size:6rem;font-style:normal;font-weight:400;line-height:8rem}.Template2_Container2__2GstZ .Template2_Right__e9cO- h2 span{color:#ddad51;font-family:Sedan SC;font-size:4rem;font-style:normal;font-weight:400;line-height:8rem}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_p__HBHww{color:#515151;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:300;line-height:2.5rem;min-height:25rem;width:100%}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_p__HBHww::-webkit-scrollbar{display:none}@media screen and (max-width:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_p__HBHww{font-size:1.4rem;min-height:15rem}}@media screen and (max-width:470px)and (max-height:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_p__HBHww{font-size:1.4rem;min-height:18rem}}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X{align-items:center;display:flex;gap:5rem;justify-content:space-between;margin-top:1rem;padding-right:5.5rem}@media screen and (max-width:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X{padding-right:0}}@media screen and (max-width:700px)and (max-height:700px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X{margin-top:1rem}}@media screen and (max-height:600px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X{margin-top:2rem}}@media screen and (max-height:580px){.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X{margin-top:1rem}}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK{align-items:center;background:#ddad51;border-radius:1.0015rem;box-shadow:6.6767368317px 6.6767368317px 20.030210495px 0 #00000040;cursor:pointer;display:flex;height:7.18694rem;justify-content:space-between;padding:0 4.125rem 0 2.437rem;width:17.88475rem}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK h6{color:#fff;font-family:Poppins;font-size:1.46588rem;font-style:normal;font-weight:700;line-height:normal}.Template2_Container2__2GstZ .Template2_Right__e9cO- .Template2_ButtonContainer__XWx\+X .Template2_button__K8SeK span{color:#fff;font-family:Poppins;font-size:1.46588rem;font-style:normal;font-weight:700;height:2.003rem;line-height:normal;width:2.003rem}.Template2_Container3__kVvd5{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:1rem 0 4.81rem;width:100%}.Template2_Container3__kVvd5 .Template2_Top__vrZ0K{align-items:center;display:flex;gap:.562rem;justify-content:center;margin-bottom:1.687rem;position:relative;width:100%}@media screen and (max-width:460px){.Template2_Container3__kVvd5 .Template2_Top__vrZ0K{padding-bottom:2rem}}.Template2_Container3__kVvd5 .Template2_Top__vrZ0K h1{color:#ddad51;font-family:Sedan SC;font-size:3.85931rem;font-style:normal;font-weight:400;line-height:142%;text-transform:capitalize}@media screen and (max-width:460px){.Template2_Container3__kVvd5 .Template2_Top__vrZ0K h1{font-size:2.5rem}}.Template2_Container3__kVvd5 .Template2_Top__vrZ0K svg{height:4rem;width:16rem}@media screen and (max-width:460px){.Template2_Container3__kVvd5 .Template2_Top__vrZ0K svg{width:10rem}}.Template2_Container3__kVvd5 .Template2_Top__vrZ0K button{background:#0000;border:none;bottom:-10%;color:#ddad51;cursor:pointer;font-family:Sedan SC;font-size:1.6rem;font-style:normal;font-weight:400;letter-spacing:.1rem;line-height:142%;position:absolute;right:8%;text-decoration-line:underline}.Template2_Container3__kVvd5 .Template2_Top__vrZ0K button span{color:#ddad51;font-family:Sedan SC;font-size:2rem;font-weight:400;letter-spacing:.1rem}@media screen and (max-width:460px){.Template2_Container3__kVvd5 .Template2_Top__vrZ0K button{bottom:-5%;right:3%}}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7{align-items:center;display:flex;height:80vh;justify-content:center;margin-bottom:5.93rem;overflow:hidden;width:100%}@media screen and (max-width:725px){.Template2_Container3__kVvd5 .Template2_Middle__TaFK7{height:70vh}}@media screen and (max-width:500px){.Template2_Container3__kVvd5 .Template2_Middle__TaFK7{height:60vh}}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7{display:flex;gap:2.5rem;height:100%;overflow:hidden;position:relative;width:90.2rem}@media screen and (max-width:725px){.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7{width:100%}}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 input{display:none;position:absolute;top:0;z-index:10}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 input:first-child{left:1rem}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 input:nth-child(2){left:2rem}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 input:nth-child(3){left:3rem}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 input:nth-child(4){left:4rem}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 input:nth-child(5){left:5rem}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 .Template2_ImageWrapper__1gNZ9{align-items:center;display:flex;justify-content:center;transition:.5s}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 .Template2_ImageWrapper__1gNZ9 img{height:100%;object-fit:contain;width:100%}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 .Template2_ImageWrapper__1gNZ9 video{max-height:100%;width:100%}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 .Template2_ImageWrapper__1gNZ9 .Template2_ImgWrapperActive__5j9rw{align-items:center;background:#000;border-radius:6.6rem;box-shadow:14.4px 14.4px 21.6px 0 #11111126;display:flex;height:100%;justify-content:center;max-width:35rem;min-width:35rem;overflow:hidden;transition:.5s}.Template2_Container3__kVvd5 .Template2_Middle__TaFK7 .Template2_CarouseWrapper__dXlI7 .Template2_ImageWrapper__1gNZ9 .Template2_ImgWrapperNormal__qUys8{align-items:center;background:#000;border-radius:6.6rem;box-shadow:14.4px 14.4px 21.6px 0 #11111126;display:flex;height:80%;justify-content:center;max-width:25rem;min-width:25rem;overflow:hidden;transition:.5s}.Template2_Container3__kVvd5 .Template2_Bottom__xz71N{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.Template2_Container3__kVvd5 .Template2_Bottom__xz71N .Template2_EditTextIcon__zBYM6{cursor:pointer;height:4rem;left:38%;position:absolute;top:-8%;width:4rem}@media screen and (max-width:700px){.Template2_Container3__kVvd5 .Template2_Bottom__xz71N .Template2_EditTextIcon__zBYM6{left:20%;top:20%}}@media screen and (max-width:455px){.Template2_Container3__kVvd5 .Template2_Bottom__xz71N .Template2_EditTextIcon__zBYM6{left:10%;top:20%}}.Template2_Container3__kVvd5 .Template2_Bottom__xz71N h3{color:#ddad51;font-family:Sedan SC;font-size:1.98375rem;font-style:normal;font-weight:400;line-height:103.9%;margin-bottom:1.43rem;text-align:center}.Template2_Container3__kVvd5 .Template2_Bottom__xz71N .Template2_p__HBHww{color:#848484;font-family:Poppins;font-size:17.313px;font-style:normal;font-weight:300;line-height:162.4%;margin-bottom:1.7rem;min-height:10rem;text-align:center;width:30vw}@media screen and (max-width:725px){.Template2_Container3__kVvd5 .Template2_Bottom__xz71N .Template2_p__HBHww{width:90%}}.Template2_Container3__kVvd5 .Template2_Bottom__xz71N .Template2_p__HBHww::-webkit-scrollbar{display:none}.Template2_Container3__kVvd5 .Template2_Bottom__xz71N h2{color:#ddad51;font-family:" Noto Serif";font-size:2.88919rem;font-style:normal;font-weight:400;line-height:101.4%}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}#Tem2post1:checked~#ActiveImageContainer{margin-left:27.5rem}@media screen and (max-width:500px){#Tem2post1:checked~#ActiveImageContainer{margin-left:17.5rem}}@media screen and (max-width:450px){#Tem2post1:checked~#ActiveImageContainer{margin-left:calc(50vw - 17.5rem)}}#Tem2post2:checked~#ActiveImageContainer{margin-left:0}@media screen and (max-width:500px){#Tem2post2:checked~#ActiveImageContainer{margin-left:-15rem}}@media screen and (max-width:450px){#Tem2post2:checked~#ActiveImageContainer{margin-left:calc(-50vw + 1.5rem)}}#Tem2post3:checked~#ActiveImageContainer{margin-left:-27.5rem}@media screen and (max-width:500px){#Tem2post3:checked~#ActiveImageContainer{margin-left:-40rem}}@media screen and (max-width:450px){#Tem2post3:checked~#ActiveImageContainer{margin-left:calc(-50vw - 26rem)}}#Tem2post4:checked~#ActiveImageContainer{margin-left:-55rem}@media screen and (max-width:500px){#Tem2post4:checked~#ActiveImageContainer{margin-left:-68.5rem}}@media screen and (max-width:450px){#Tem2post4:checked~#ActiveImageContainer{margin-left:calc(-50vw - 54rem)}}#Tem2post5:checked~#ActiveImageContainer{margin-left:-82.5rem}@media screen and (max-width:500px){#Tem2post5:checked~#ActiveImageContainer{margin-left:-95rem}}@media screen and (max-width:450px){#Tem2post5:checked~#ActiveImageContainer{margin-left:calc(-50vw - 80rem)}}.Template3_Template3Wrapper__E-RX-{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template3_Template3Wrapper__E-RX-::-webkit-scrollbar{display:none}.Template3_Template3Wrapper__E-RX- .Template3_Setting__Uj0XW{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template3_Template3Wrapper__E-RX- .Template3_Template3__A5BXY{background:#fff;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template3_Template3Wrapper__E-RX- .Template3_Template3__A5BXY::-webkit-scrollbar{display:none}.Template3_Template3Wrapper__E-RX- .Template3_Template3__A5BXY section{scroll-snap-align:start;scroll-snap-stop:always}.Template3_container1__41laS{height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template3_container1__41laS .Template3_coverChangeIcon__HNtlB{height:3.5rem;left:47%;position:absolute;top:2%;width:3.5rem}.Template3_container1__41laS .Template3_coverImage__x-f\+E{height:100%;width:100%}.Template3_container1__41laS .Template3_coverImage__x-f\+E img{height:100%;object-fit:contain;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_coverImage__x-f\+E img{height:70%;object-fit:cover}}.Template3_container1__41laS .Template3_coverFrame__9PWGF{height:100%;position:absolute;top:0;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_coverFrame__9PWGF{height:100%}}.Template3_container1__41laS .Template3_coverFrame__9PWGF img{height:100%;width:100%}.Template3_container1__41laS .Template3_RatingContainer__vlygE{align-items:center;aspect-ratio:1/1;bottom:5%;cursor:pointer;display:flex;justify-content:center;position:absolute;right:16%;width:5.52rem;z-index:8}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_RatingContainer__vlygE{bottom:22%;right:10%;width:6.52rem}}.Template3_container1__41laS .Template3_RatingContainer__vlygE span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template3_container1__41laS .Template3_RatingContainer__vlygE img{height:100%;width:100%}.Template3_container1__41laS .Template3_coverName__LIJfU{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;display:flex;font-family:Poly;font-size:4.61106rem;font-style:normal;font-weight:400;height:6rem;justify-content:center;line-height:normal;max-width:80vh;position:absolute;right:8%;text-align:center;top:57%;transform:rotate(-90deg);white-space:nowrap;width:40rem}@media(max-width:1410px)and (max-height:562px){.Template3_container1__41laS .Template3_coverName__LIJfU{right:10%}}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_coverName__LIJfU{right:-6%;top:38%}}@media(max-width:670px)and (max-height:562px){.Template3_container1__41laS .Template3_coverName__LIJfU{right:6%}}@media(max-width:630px)and (min-height:600px){.Template3_container1__41laS .Template3_coverName__LIJfU{right:-21%;top:38%}}@media(max-width:400px){.Template3_container1__41laS .Template3_coverName__LIJfU{right:-25%;top:38%}}.Template3_container1__41laS .Template3_buttons__lIvTO{display:flex;flex-direction:column;gap:2rem;position:absolute;right:2rem;top:40%;z-index:10}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_buttons__lIvTO{right:4rem;top:83%}}@media(max-width:380px){.Template3_container1__41laS .Template3_buttons__lIvTO{top:81%}}.Template3_container1__41laS .Template3_buttons__lIvTO .Template3_follow__H1Bo4{align-items:center;background:linear-gradient(117deg,#ff0000e6,#ff9c09 63.54%,#ff3d00);background:var(--gor,linear-gradient(117deg,#ff0000e6 0,#ff9c09 63.54%,#ff3d00 100%));border:none;border-radius:0 1.5625rem 0 0;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;gap:.6rem;letter-spacing:.07313rem;line-height:94.5%;padding:1rem 5rem 1rem 2rem;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_buttons__lIvTO .Template3_follow__H1Bo4{font-size:2.3rem;padding:2rem 7rem 2rem 3rem}}@media(max-width:380px){.Template3_container1__41laS .Template3_buttons__lIvTO .Template3_follow__H1Bo4{font-size:2.1rem;padding:2rem 6rem 2rem 3rem}}.Template3_container1__41laS .Template3_buttons__lIvTO .Template3_message__wT3yw{border:1px solid #ffa41b;border-radius:0 0 0 1.5625rem;color:#ffa41b;cursor:pointer;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;letter-spacing:.07313rem;line-height:94.5%;padding:1.2rem 2rem 1.2rem 5rem;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_buttons__lIvTO .Template3_message__wT3yw{font-size:2.3rem;padding:2rem 3rem 2rem 6rem}}@media(max-width:380px){.Template3_container1__41laS .Template3_buttons__lIvTO .Template3_message__wT3yw{font-size:2.1rem;padding:2rem 3rem 2rem 6rem}}.Template3_container1__41laS .Template3_followerPost__1e6WD{left:2rem;position:absolute;top:40%}@media(max-width:930px)and (min-height:600px){.Template3_container1__41laS .Template3_followerPost__1e6WD{left:4rem;top:78%}}.Template3_container1__41laS .Template3_followerPost__1e6WD h2{-webkit-text-fill-color:#0000;background:linear-gradient(117deg,#ff0000e6,#ff9c09 63.54%,#ff3d00);background:var(--gor,linear-gradient(117deg,#ff0000e6 0,#ff9c09 63.54%,#ff3d00 100%));background-clip:text;-webkit-background-clip:text;font-family:Inter;font-size:3.45438rem;font-style:normal;font-weight:800;line-height:94.5%}@media(max-width:650px){.Template3_container1__41laS .Template3_followerPost__1e6WD h2{font-size:3.9155rem}}.Template3_container1__41laS .Template3_followerPost__1e6WD h3{color:#000;font-family:Poppins;font-size:1.5155rem;font-style:normal;font-weight:500;letter-spacing:.13638rem;line-height:94.5%;text-transform:uppercase}@media(max-width:650px){.Template3_container1__41laS .Template3_followerPost__1e6WD h3{font-size:1.9155rem}}.Template3_container1__41laS .Template3_followerPost__1e6WD .Template3_follower__AcUhT{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin-bottom:5rem}@media(max-width:380px){.Template3_container1__41laS .Template3_followerPost__1e6WD .Template3_follower__AcUhT{margin-bottom:3rem}}.Template3_container1__41laS .Template3_followerPost__1e6WD .Template3_post__8WJVT{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin-left:6rem}.Template3_container2__KY-6\+{height:100vh;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw}.Template3_container2__KY-6\+ .Template3_leftDot__2oL2F{height:3rem;left:1.22rem;position:absolute;top:1.22rem;width:8rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_leftDot__2oL2F{display:none}}.Template3_container2__KY-6\+ .Template3_leftDot__2oL2F img{height:100%;width:100%}.Template3_container2__KY-6\+ .Template3_rightDot__tAJdU{bottom:1.22rem;height:3rem;position:absolute;right:1.22rem;width:8rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_rightDot__tAJdU{display:none}}.Template3_container2__KY-6\+ .Template3_rightDot__tAJdU img{height:100%;width:100%}.Template3_container2__KY-6\+ .Template3_myIntro__\+fWw8{-webkit-text-fill-color:#0000;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;bottom:5.42vh;font-family:Poly;font-size:5.70681rem;font-style:italic;font-weight:400;line-height:normal;position:absolute;right:20rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_myIntro__\+fWw8{display:none}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN{display:flex;height:100%;position:absolute;width:100%}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame1__dJSYC{clip-path:polygon(40.5% 16%,41% 16%,29% 80%,28.5% 80%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame1__dJSYC{clip-path:polygon(50.5% 16%,51% 16%,18% 65%,17.5% 65%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame1__dJSYC img{height:98%;position:absolute;width:60%}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame2__nQ-cj{clip-path:polygon(71.5% 16%,72% 16%,62% 70%,61.5% 70%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame2__nQ-cj{clip-path:polygon(96.5% 16%,97% 16%,61.5% 70%,61% 70%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame2__nQ-cj img{height:98%;position:absolute;width:100%}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame3__eatWc{clip-path:polygon(95.5% 42%,96% 42%,88.5% 81%,78% 81%,78% 80%,88% 80%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame3__eatWc{clip-path:polygon(92% 87%,92.5% 87%,85.2% 99.3%,70% 99.3%,70% 99%,84.5% 99%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame3__eatWc img{height:100%;position:absolute;width:100%}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame4__9Lhj-{clip-path:polygon(90% 86%,90.5% 86%,88% 98%,9% 99%,9% 97%,87.5% 97%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame4__9Lhj-{display:none}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame4__9Lhj- img{height:98%;position:absolute;width:100%}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame5__UYXqt{clip-path:polygon(13% 6%,21% 6%,21% 7%,13.5% 7%,5% 51%,4.5% 51%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame5__UYXqt{clip-path:polygon(16% 1.3%,35% 1.3%,35% 1.5%,16.5% 1.5%,5% 20%,4.5% 20%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_frame5__UYXqt img{height:98%;position:absolute;width:100%}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage1__15VO\+{clip-path:polygon(14% 8%,41.5% 8%,25% 96%,0 96%,0 81%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage1__15VO\+{clip-path:polygon(17% 2%,58% 2%,0 88%,0 29%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_editIntro1Icon__TK9yR{height:3.5rem;left:19%;position:absolute;top:12%;width:3.5rem}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage1__15VO\+ img{bottom:0;height:98%;position:absolute;width:42%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage1__15VO\+ img{height:87%;top:2%;width:58%}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage2__VwDtB{background:#b8d3dc;clip-path:polygon(44% 5%,73% 5%,56% 96%,27% 96%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage2__VwDtB{clip-path:polygon(63% 1%,100% 1%,100% 8%,40% 100%,0 100%,0 93%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_editIntro2Icon__X9sN0{height:3.5rem;left:49%;position:absolute;top:13%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_editIntro2Icon__X9sN0{left:58%}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage2__VwDtB img{height:100%;left:15%;position:absolute;width:64%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage2__VwDtB img{height:100%;left:0;top:0;width:100%}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage3__EqkSM{bottom:0;clip-path:polygon(100% 0,100% 12%,87% 79%,61.5% 79%,76% 0);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage3__EqkSM{clip-path:polygon(100% 14%,100% 73%,84% 98.5%,44% 98.5%)}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_editIntro3Icon__Z-feD{height:3.5rem;left:77%;position:absolute;top:10%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_editIntro3Icon__Z-feD{left:82%;top:42%}}.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage3__EqkSM img{bottom:14rem;height:100%;position:absolute;right:0;width:40%}@media(max-width:930px)and (min-height:600px){.Template3_container2__KY-6\+ .Template3_image_container__GtCNN .Template3_introImage3__EqkSM img{bottom:0;height:87%;right:-6rem;width:67%}}.Template3_container3__tOql3{background-color:#fff;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3{max-height:200vh;min-height:160vh}}.Template3_container3__tOql3 .Template3_EditTextIcon__C4Y4I{height:3.5rem;left:48vw;position:absolute;top:2vh;width:3.5rem;z-index:5}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_EditTextIcon__C4Y4I{left:8vw;top:99vh}}.Template3_container3__tOql3 .Template3_bottomDot__Ra2Yk{bottom:3%;height:4rem;position:absolute;right:2%;width:8rem}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_bottomDot__Ra2Yk{bottom:6%;height:5rem;right:6%;width:12rem}}.Template3_container3__tOql3 .Template3_bottomDot__Ra2Yk img{height:100%;width:100%}.Template3_container3__tOql3 .Template3_myIntro__\+fWw8{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;display:flex;display:none;font-family:Poly;font-size:5.70681rem;font-style:italic;font-weight:400;justify-content:center;line-height:normal;margin-top:4rem;position:absolute;top:0;width:100%;z-index:9}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_myIntro__\+fWw8{display:flex}}.Template3_container3__tOql3 .Template3_galleryImage__QMQcK{height:100%;position:relative;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_galleryImage__QMQcK{min-height:100vh;width:100%}}.Template3_container3__tOql3 .Template3_galleryImage__QMQcK img{height:100%;object-fit:contain;width:50%}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_galleryImage__QMQcK img{height:100%;max-height:100vh;position:absolute;top:0;width:100%}}.Template3_container3__tOql3 .Template3_introChangeIcon__zZEa\+{height:3.5rem;left:3rem;position:absolute;top:2rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_introChangeIcon__zZEa\+{left:28rem;top:24rem}}.Template3_container3__tOql3 .Template3_galleryFrame__iX6hc{height:100%;position:absolute;top:0;width:100%}.Template3_container3__tOql3 .Template3_galleryFrame__iX6hc img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_galleryFrame__iX6hc{height:100vh;max-height:100vh;min-width:100vw}}.Template3_container3__tOql3 .Template3_galleryDesc__ZCYQI{-webkit-box-orient:vertical;-webkit-line-clamp:6;color:#000;display:-webkit-box;font-family:Inter;font-size:2rem;font-style:normal;font-weight:500;line-height:163.5%;max-width:50vw;overflow:hidden;position:absolute;right:5%;text-align:center;top:10%;width:49.244rem}.Template3_container3__tOql3 .Template3_galleryDesc__ZCYQI::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_galleryDesc__ZCYQI{-webkit-line-clamp:11;min-width:80vw;right:10%;top:103%}}.Template3_container3__tOql3 .Template3_buttons__lIvTO{display:flex;flex-direction:column;gap:4rem;max-width:50vw;position:absolute;right:5rem;top:60%;width:50rem}@media(max-width:930px)and (min-height:600px){.Template3_container3__tOql3 .Template3_buttons__lIvTO{min-width:90vw;right:4rem;top:128%}}.Template3_container3__tOql3 .Template3_buttons__lIvTO button span{cursor:pointer}.Template3_container3__tOql3 .Template3_buttons__lIvTO button{-webkit-text-fill-color:#0000;background:linear-gradient(117deg,#ff0000e6,#ff9c09 63.54%,#ff3d00);background:var(--gor,linear-gradient(117deg,#ff0000e6 0,#ff9c09 63.54%,#ff3d00 100%));background-clip:text;-webkit-background-clip:text;border:none;font-family:Inter;font-size:4.23244rem;font-style:normal;font-weight:700;line-height:138%;position:relative;white-space:nowrap}.Template3_container3__tOql3 .Template3_buttons__lIvTO button:first-child{margin-right:32%}.Template3_container3__tOql3 .Template3_buttons__lIvTO button:before{border-top:2px solid #323232;bottom:-1rem;content:"";height:.1rem;position:absolute;width:25%}.Template3_container4__Czy3m{display:flex;flex-direction:column;gap:2rem;height:100vh;position:relative;width:100%}.Template3_container4__Czy3m h1{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;display:flex;font-family:Poly;font-size:5.70681rem;font-style:italic;font-weight:400;justify-content:space-between;line-height:normal;padding:0 10rem}@media screen and (max-width:700px){.Template3_container4__Czy3m h1{flex-direction:column;padding:0 5rem}}@media screen and (max-width:550px){.Template3_container4__Czy3m h1{padding:0 1rem}}.Template3_container4__Czy3m h1 p{-webkit-text-fill-color:#0000;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;color:#000;cursor:pointer;font-family:Poly;font-size:1.8rem;font-style:normal;font-weight:400;line-height:138%}.Template3_container4__Czy3m .Template3_LeftArrow__nb7HL{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:2.5rem;height:3.5rem;justify-content:center;left:3%;position:absolute;top:40%;width:3.5rem}@media screen and (max-width:700px){.Template3_container4__Czy3m .Template3_LeftArrow__nb7HL{left:1%}}@media screen and (max-width:550px){.Template3_container4__Czy3m .Template3_LeftArrow__nb7HL{left:auto;right:15%;top:6.5%}}.Template3_container4__Czy3m .Template3_RightArrow__lAuxu{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:2.5rem;height:3.5rem;justify-content:center;position:absolute;right:3%;top:40%;width:3.5rem}@media screen and (max-width:700px){.Template3_container4__Czy3m .Template3_RightArrow__lAuxu{right:1%}}@media screen and (max-width:550px){.Template3_container4__Czy3m .Template3_RightArrow__lAuxu{left:auto;right:6%;top:6.5%}}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu{height:100%;overflow:hidden;padding:0 10rem;width:100%}@media screen and (max-width:700px){.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu{padding:0 5rem}}@media screen and (max-width:550px){.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu{padding:0 1rem}}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1{height:100%;overflow:hidden;width:100%}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_CarouselContainer__M\+gQl{display:flex;height:100%;position:relative;width:100%}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_CarouselContainer__M\+gQl input{display:none}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveImageContainer__yxuIq{align-items:center;background:#000;display:flex;height:100%;justify-content:center;max-width:50rem;min-width:50rem;overflow:hidden;position:relative;transition:.5s;z-index:2}@media screen and (max-width:550px){.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveImageContainer__yxuIq{max-width:100%;min-width:100%}}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveImageContainer__yxuIq img{height:100%;object-fit:contain;width:100%}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ImageContainer__kSNW2{align-items:center;background:#000;display:flex;height:100%;justify-content:center;margin-left:0;margin-right:-20rem;max-width:50rem;min-width:50rem;overflow:hidden;position:relative;transition:.5s;z-index:1}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ImageContainer__kSNW2 img{height:100%;object-fit:cover;width:100%}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#0f0f0f99;bottom:1.86rem;display:flex;gap:4rem;height:5.69688rem;left:50%;padding:0 2.87rem 0 2.16rem;position:absolute;transform:translateX(-50%);transition:.5s;width:46.53575rem}@media screen and (max-width:500px){.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb{max-width:100%;min-width:100%}}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb .Template3_Left__Ha3D2{color:#fff;flex:1 1;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:123.4%}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb .Template3_Right__UaxYT{align-items:center;display:flex;gap:2rem;height:2rem}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb .Template3_Right__UaxYT .Template3_Icon__i0aFa{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:100%;overflow:hidden}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb .Template3_Right__UaxYT .Template3_Icon__i0aFa img{height:100%;object-fit:contain;width:100%}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_ActiveFloatingContainer__SckTb .Template3_Right__UaxYT .Template3_Icon__i0aFa p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;height:1.8rem;line-height:123.4%;width:1.8rem}.Template3_container4__Czy3m .Template3_sliderContainer__7TCyu .Template3_CarouselWrapper__FI5r1 .Template3_DisableFloatingContainer__AF\+lg{transition:.5s}.Template3_container4__Czy3m .Template3_shortMessage__-spSa{color:#323232;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:10rem;margin:auto;max-height:12vh;text-align:center;width:50vw}.Template3_container4__Czy3m .Template3_shortMessage__-spSa::-webkit-scrollbar{display:none}.Template3_container4__Czy3m h4{color:#323232;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:400;line-height:94.5%;margin:0 auto;padding-bottom:2rem;text-align:center;width:100%}#temp3post1:checked~#ActiveImageContainer{margin-left:20rem}@media screen and (max-width:550px){#temp3post1:checked~#ActiveImageContainer{margin-left:0}}#temp3post2:checked~#ActiveImageContainer{margin-left:-10rem}@media screen and (max-width:550px){#temp3post2:checked~#ActiveImageContainer{margin-left:-30rem}}#temp3post3:checked~#ActiveImageContainer{margin-left:-40rem}@media screen and (max-width:550px){#temp3post3:checked~#ActiveImageContainer{margin-left:-60rem}}#temp3post4:checked~#ActiveImageContainer{margin-left:-70rem}@media screen and (max-width:550px){#temp3post4:checked~#ActiveImageContainer{margin-left:-90rem}}#temp3post5:checked~#ActiveImageContainer{margin-left:-100rem}@media screen and (max-width:550px){#temp3post5:checked~#ActiveImageContainer{margin-left:-120rem}}.Template4_Template4Wrapper__AhKNi{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template4_Template4Wrapper__AhKNi::-webkit-scrollbar{display:none}.Template4_Template4Wrapper__AhKNi .Template4_Setting__fLxan{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template4_Template4Wrapper__AhKNi .Template4_Template4__QreHz{background:#fff;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template4_Template4Wrapper__AhKNi .Template4_Template4__QreHz::-webkit-scrollbar{display:none}.Template4_Template4Wrapper__AhKNi .Template4_Template4__QreHz section{scroll-snap-align:start;scroll-snap-stop:always}.Template4_container1__85zeq{background:#222321;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template4_container1__85zeq .Template4_coverChangeIcon__Y014g{height:3.5rem;position:absolute;right:4rem;top:2rem;width:3.5rem}.Template4_container1__85zeq .Template4_coverImage__tEAtG{height:100%;position:relative;width:100%}.Template4_container1__85zeq .Template4_coverImage__tEAtG:after{aspect-ratio:1/1;border-right:5px solid #ff2727;border-top:5px solid #ff2727;content:"";position:absolute;right:0;top:0;width:7rem;z-index:1}@media(max-width:1410px)and (max-height:570px){.Template4_container1__85zeq .Template4_coverImage__tEAtG:after{width:4rem}}.Template4_container1__85zeq .Template4_coverImage__tEAtG:before{aspect-ratio:1/1;border-bottom:5px solid #ff2727;border-left:5px solid #ff2727;bottom:0;content:"";left:0;position:absolute;width:7rem;z-index:1}@media(max-width:1410px)and (max-height:580px){.Template4_container1__85zeq .Template4_coverImage__tEAtG:before{width:4rem}}.Template4_container1__85zeq .Template4_coverImage__tEAtG img{height:100%;width:100%}.Template4_container1__85zeq .Template4_coverFrame__1S-4x{height:100%;position:absolute;top:0;width:100%}.Template4_container1__85zeq .Template4_coverFrame__1S-4x img{height:100%;width:100%}.Template4_container1__85zeq .Template4_buttons__YWMjQ{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:50%;bottom:-5rem;display:flex;flex-direction:column;gap:4rem;justify-content:center;max-width:30vw;position:absolute;right:-4rem;width:36.84119rem}@media(max-width:930px)and (min-height:600px){.Template4_container1__85zeq .Template4_buttons__YWMjQ{min-width:70vw}}.Template4_container1__85zeq .Template4_buttons__YWMjQ button{background:#0000;border:none;color:#010101;cursor:pointer;font-family:Poppins;font-size:2.932rem;font-style:italic;font-weight:600;letter-spacing:.29319rem;line-height:normal;position:relative;text-transform:uppercase}.Template4_container1__85zeq .Template4_buttons__YWMjQ button:first-child:after{border:2px solid #000;bottom:-25%;content:"";left:10%;position:absolute;width:50%}.Template4_container1__85zeq .Template4_followers__pIWDr{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:50%;bottom:13%;display:flex;flex-direction:column;justify-content:center;max-width:15vw;position:absolute;right:23%;width:18.28538rem}@media(max-width:1410px)and (max-height:570px){.Template4_container1__85zeq .Template4_followers__pIWDr{bottom:14%;right:23%}}@media(max-width:930px)and (min-height:600px){.Template4_container1__85zeq .Template4_followers__pIWDr{bottom:5%;min-width:30vw;right:54%}}.Template4_container1__85zeq .Template4_followers__pIWDr .Template4_followerCount__MXXXH{color:#010101;font-family:Poppins;font-size:4.31813rem;font-style:normal;font-weight:800;letter-spacing:.43181rem;line-height:normal;text-transform:uppercase}.Template4_container1__85zeq .Template4_followers__pIWDr .Template4_textFollower__msF-r{color:#010101;font-family:Poppins;font-size:1.37931rem;font-style:italic;font-weight:600;letter-spacing:.13794rem;line-height:normal;text-transform:uppercase}.Template4_container1__85zeq .Template4_nameIcon__JnF1r{background:#fff;border-radius:0 3.75rem 0 0;display:flex;flex-direction:column;height:56.58244rem;max-height:82vh;max-width:9rem;min-height:75vh;position:absolute;top:6%;width:11.04031rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template4_container1__85zeq .Template4_nameIcon__JnF1r{border-radius:0 3.28306rem 0 0;color:red;height:44.01763rem;max-height:70vh;max-width:24rem;min-height:70vh;top:17%;width:20vw}}.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N{align-items:center;display:flex;height:80%;justify-content:center;width:calc(85vh - 80%);width:100%}.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N .Template4_coverName__SgdCI{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:2vh;font-style:normal;font-weight:500;height:-moz-fit-content;height:fit-content;justify-content:flex-start;line-height:100%;max-width:68vh;min-width:60vh;overflow:scroll;padding:1rem .2rem;text-align:center;transform:rotate(270deg);white-space:nowrap;width:35rem}@media(max-width:950px){.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N .Template4_coverName__SgdCI{font-size:4.726rem!important}}@media(max-width:930px)and (min-height:600px){.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N .Template4_coverName__SgdCI{font-size:5rem!important;min-width:55vh}}@media(max-width:380px){.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N .Template4_coverName__SgdCI{min-width:47vh}}@media(max-width:380px)and (max-height:680px){.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N .Template4_coverName__SgdCI{min-width:47vh}}.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_name__ETD8N .Template4_coverName__SgdCI::-webkit-scrollbar{display:none}.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_icon__rfUZz{align-items:center;display:flex;height:20%;justify-content:center;width:100%}.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_icon__rfUZz .Template4_iconContainer__AAqiq{fill:linear-gradient(180deg,#2f2f2f,#35343400);align-items:center;aspect-ratio:1/1;-webkit-backdrop-filter:blur(2.7964379787px);backdrop-filter:blur(2.7964379787px);background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;color:#fff;display:flex;font-family:Poppins;font-size:.97725rem;font-style:normal;font-weight:600;justify-content:center;line-height:normal;max-width:7vh;min-width:6.7vw;width:5.44188rem}@media(max-width:930px)and (min-height:600px){.Template4_container1__85zeq .Template4_nameIcon__JnF1r .Template4_icon__rfUZz .Template4_iconContainer__AAqiq{width:7.44rem}}.Template4_container2__Es\+0f{align-items:center;display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw}.Template4_container2__Es\+0f .Template4_introImage__od85f{height:100vh;position:relative;transform:rotate(-16deg) scaleX(1.32);width:100vw}.Template4_container2__Es\+0f .Template4_introImage__od85f img{height:100%;width:100%}.Template4_container2__Es\+0f .Template4_introImage__od85f .Template4_introFrame__XF750{height:100%;left:0;position:absolute;top:0;width:100%}.Template4_container2__Es\+0f .Template4_introImage__od85f .Template4_introFrame__XF750 img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_introImage__od85f{height:80%;top:-6%;transform:rotate(-16deg) scaleX(1.62)}}.Template4_container2__Es\+0f .Template4_introImage__od85f .Template4_introChangeIcon__FQHSV{height:3.5rem;position:absolute;right:25rem;top:16rem;transform:rotate(16deg);width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_introImage__od85f .Template4_introChangeIcon__FQHSV{right:5rem;top:5rem}}.Template4_container2__Es\+0f .Template4_introImage__od85f .Template4_introChangeIcon__FQHSV img{border-radius:0}.Template4_container2__Es\+0f .Template4_myIntro__R54lV{color:#010101;font-family:Poppins;font-size:3.98863rem;font-style:italic;font-weight:600;left:2rem;letter-spacing:.39888rem;line-height:normal;position:absolute;text-transform:uppercase;top:4rem;transform:rotate(-16deg);z-index:2}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_myIntro__R54lV{font-size:2.3rem;letter-spacing:.15rem;top:2rem}}.Template4_container2__Es\+0f .Template4_buttonWrapper__UVzgE{bottom:2rem;display:flex;flex-direction:column;gap:.3rem;position:absolute;right:4rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_buttonWrapper__UVzgE{bottom:4rem}}.Template4_container2__Es\+0f .Template4_buttonWrapper__UVzgE button{background-color:#0000;border:none;color:#010101;cursor:pointer;font-family:Poppins;font-size:1.91088rem;font-style:normal;font-weight:700;letter-spacing:.19106rem;line-height:normal;text-transform:uppercase}.Template4_container2__Es\+0f .Template4_buttonWrapper__UVzgE button:nth-child(2){margin-left:10rem}.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG{align-items:center;-webkit-backdrop-filter:blur(6.8477778435px);backdrop-filter:blur(6.8477778435px);background:#0c0c0c54;bottom:-1rem;display:flex;height:12.07075rem;position:absolute;transform:rotate(-16deg);width:164.74894rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG{bottom:13rem;width:120vw}}.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG .Template4_EditTextIcon__CY4g6{bottom:60%;height:3.5rem;left:40%;position:absolute;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG .Template4_EditTextIcon__CY4g6{bottom:80%;left:15%}}.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG .Template4_desc__0NkM2{color:#fff;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:500;left:46%;line-height:normal;max-height:10rem;overflow-y:scroll;position:relative;width:55.18331rem}.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG .Template4_desc__0NkM2::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template4_container2__Es\+0f .Template4_descWrapper__X3PsG .Template4_desc__0NkM2{font-size:1.1875rem;left:10%;max-width:90vw}}.Template4_container3__kqvpG{height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template4_container3__kqvpG .Template4_int1ChangeIcon__sM0xH{height:3.5rem;left:4rem;position:absolute;top:2rem;width:3.5rem}.Template4_container3__kqvpG .Template4_int2ChangeIcon__1Cz0M{height:3.5rem;position:absolute;right:4rem;top:2rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_int2ChangeIcon__1Cz0M{top:45%}}.Template4_container3__kqvpG .Template4_int3ChangeIcon__6ivZD{height:3.5rem;position:absolute;right:4rem;top:50%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_int3ChangeIcon__6ivZD{right:3rem;top:90%}}.Template4_container3__kqvpG .Template4_image_container__yvFvA{display:flex;height:100%;position:absolute;width:100%}.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage1__fl4MM{clip-path:polygon(0 0,0 68%,68% 0);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage1__fl4MM{clip-path:polygon(0 0,100% 0,100% 25%,0 43%)}}.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage1__fl4MM img{height:70%;position:absolute;width:68%}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage1__fl4MM img{height:44%;width:100%}}.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage2__8A-kr{background:#b8d3dc;clip-path:polygon(70% 0,100% 0,100% 17%,18% 100%,0 100%,0 70%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage2__8A-kr{clip-path:polygon(0 45%,100% 27%,100% 57%,0 75%)}}.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage2__8A-kr img{height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage2__8A-kr img{background-color:#000;height:51%;left:0;top:24.5%;width:100%}}.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage3__i6IGH{bottom:0;clip-path:polygon(100% 20%,20% 100%,100% 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage3__i6IGH{clip-path:polygon(0 77%,100% 59%,100% 100%,0 100%)}}.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage3__i6IGH img{bottom:0;height:80%;position:absolute;right:0;width:80%}@media(max-width:930px)and (min-height:600px){.Template4_container3__kqvpG .Template4_image_container__yvFvA .Template4_coverImage3__i6IGH img{height:42%;width:100%}}.Template4_container4__y\+F2A{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template4_container4__y\+F2A .Template4_headerSection__GIm\+X{align-items:center;display:flex;height:10%;justify-content:space-between;padding:0 5rem;width:100%}.Template4_container4__y\+F2A .Template4_headerSection__GIm\+X .Template4_myGallery__pNa9n{color:#000;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:500;line-height:normal}.Template4_container4__y\+F2A .Template4_headerSection__GIm\+X .Template4_viewAll__06kkx{color:#6d6d6d;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;line-height:normal}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs{height:65%;width:100%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:50vh;max-width:50vw;min-height:50vh;position:relative;width:95.70431rem}@media(max-width:930px)and (min-height:600px){.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM{min-height:58vh;min-width:90vw}}@media(max-width:400px){.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM{max-height:55vh}}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_imageSection__TieCF{background-color:#010101;border-radius:2.57763rem;height:100%;width:100%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_imageSection__TieCF img{border-radius:2.57763rem;height:100%;object-fit:contain;width:100%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;bottom:0;display:flex;justify-content:space-between;position:absolute;width:100%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_desc__0NkM2{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_like__gwWWT{align-items:center;display:flex;justify-content:center}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_like__gwWWT img{height:4.5rem;width:4.5rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_like__gwWWT p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4{gap:1rem}}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_Icon__LOmWk{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:5.8rem;margin-top:.4rem;width:6.4rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_Icon__LOmWk img{height:100%;width:100%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_Icon__LOmWk p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_comment__cmbfb{align-items:center;display:flex;justify-content:center}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_comment__cmbfb .Template4_commentIcon__8-mOI{height:5.185675rem;width:4.132rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_comment__cmbfb .Template4_commentIcon__8-mOI img{height:100%;object-fit:cover;width:100%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_comment__cmbfb .Template4_commentCount__wN4HR{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_shareIcon__\+PbId{height:6.285675rem;width:4rem}.Template4_container4__y\+F2A .Template4_carouselSection__nBxPs .Template4_activeContainer__9\+qsM .Template4_below__FZGBj .Template4_icons__vZNR4 .Template4_shareIcon__\+PbId img{height:100%;object-fit:cover;width:100%}.Template4_container4__y\+F2A .Template4_footer__70vbi{align-items:center;display:flex;flex-direction:column;height:25%;justify-content:space-evenly;margin:auto;position:relative;width:max-content}.Template4_container4__y\+F2A .Template4_footer__70vbi .Template4_EditTextIcon__CY4g6{height:3.5rem;left:-5rem;position:absolute;top:0;width:3.5rem;z-index:5}@media(max-width:930px)and (min-height:600px){.Template4_container4__y\+F2A .Template4_footer__70vbi .Template4_EditTextIcon__CY4g6{bottom:92%;left:17%}}.Template4_container4__y\+F2A .Template4_footer__70vbi .Template4_thankDesc__U9ugt{color:#000;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:60%;line-height:172%;max-height:60%;max-width:70vw;text-align:center;width:48.51713rem}.Template4_container4__y\+F2A .Template4_footer__70vbi .Template4_thankDesc__U9ugt::-webkit-scrollbar{display:none}.Template4_container4__y\+F2A .Template4_footer__70vbi .Template4_thanku__iXG8j{color:#000;font-family:Playball;font-size:2rem;font-style:normal;font-weight:400;line-height:94.5%}html::-webkit-scrollbar{display:none}.Template5_Template5Wrapper__2m1Jh{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template5_Template5Wrapper__2m1Jh::-webkit-scrollbar{display:none}.Template5_Template5Wrapper__2m1Jh .Template5_Setting__7N1gG{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template5_Template5Wrapper__2m1Jh .Template5_Template5__llqzG{background:#fff;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template5_Template5Wrapper__2m1Jh .Template5_Template5__llqzG::-webkit-scrollbar{display:none}.Template5_Template5Wrapper__2m1Jh .Template5_Template5__llqzG section{scroll-snap-align:start;scroll-snap-stop:always}.Template5_container1__dk\+DT{background-color:#0000;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template5_container1__dk\+DT .Template5_star__mgVDa{align-items:center;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:2.30219rem;font-style:normal;font-weight:600;height:8.2565rem;justify-content:center;left:4%;line-height:normal;position:absolute;top:4%;width:8.2565rem;z-index:15}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_star__mgVDa{height:3.98419rem;min-height:12vw;min-width:12vw;top:2%;width:3.98419rem}}@media(max-width:500px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_star__mgVDa{height:3.98419rem;min-height:16vw;min-width:16vw;top:2%;width:3.98419rem}}.Template5_container1__dk\+DT .Template5_follower__lW6bL{align-items:center;display:flex;flex-direction:column;left:6%;max-width:-moz-fit-content;max-width:fit-content;position:absolute;top:75%;transform:rotate(-21.387deg);z-index:6}@media(max-width:1410px)and (max-height:570px){.Template5_container1__dk\+DT .Template5_follower__lW6bL{left:6%;transform:rotate(-14.995deg)}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__dk\+DT .Template5_follower__lW6bL{left:7%;transform:rotate(-15.995deg)}}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_follower__lW6bL{left:38%;top:5%}}@media(max-width:440px){.Template5_container1__dk\+DT .Template5_follower__lW6bL{left:38%;top:5%;transform:rotate(-29.995deg)}}.Template5_container1__dk\+DT .Template5_follower__lW6bL .Template5_followerCount__33-sj{align-items:center;color:#010101;display:flex;font-family:Poppins;font-size:4.49138rem;font-size:minmax(2rem,6rem);font-style:italic;font-weight:700;height:4rem;justify-content:center;line-height:normal;overflow:hidden;width:12rem}.Template5_container1__dk\+DT .Template5_follower__lW6bL .Template5_textFollower__6RHCD{color:#010101;font-family:Poppins;font-size:1.37538rem;font-style:normal;font-weight:600;line-height:normal}.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{align-items:center;background-color:#140a29;border:1px solid #000;border-radius:4rem;bottom:17%;display:flex;height:8vh;justify-content:center;left:25%;min-height:4.3rem;position:absolute;width:55vw;z-index:5}@media(max-width:1950px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:18%}}@media(max-width:1420px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:16.7%}}@media(max-width:1280px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:18%}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:16.5%}}@media(max-width:1024px)and (max-height:500px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:18.15%}}@media(max-width:854px)and (max-height:500px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:17.55%}}@media(max-width:754px)and (max-height:500px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:16.55%}}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{border-radius:5rem;bottom:10%;height:9.4vh;width:70vw}}@media(max-width:440px){.Template5_container1__dk\+DT .Template5_nameFrame__nehhl{bottom:11%;height:9vh;left:25%;width:75vw}}.Template5_container1__dk\+DT .Template5_nameFrame__nehhl .Template5_coverName__COC6k{color:#fff;font-family:Bebas Neue;font-size:3.97088rem;font-style:normal;font-weight:400;height:4.844rem;overflow-x:hidden;text-align:center;width:60vw}.Template5_container1__dk\+DT .Template5_nameFrame__nehhl .Template5_coverName__COC6k::-webkit-scrollbar{display:none}.Template5_container1__dk\+DT button{background:#0000;border:none;color:#010101;cursor:pointer;font-family:Inter;font-size:2.625rem;font-style:normal;font-weight:800;letter-spacing:.525rem;line-height:normal;text-transform:uppercase;transform:rotate(-18.995deg)}.Template5_container1__dk\+DT .Template5_message__96PcT{position:absolute;right:14%;top:79%;z-index:6}@media(max-width:1420px)and (max-height:570px){.Template5_container1__dk\+DT .Template5_message__96PcT{right:16%;top:78%}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__dk\+DT .Template5_message__96PcT{right:16%;top:78%}}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_message__96PcT{left:-45%;top:84%;transform:rotate(-22.688deg)}}@media(max-width:530px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_message__96PcT{left:-45%;top:84%;transform:rotate(-35.688deg)}}@media(max-width:440px){.Template5_container1__dk\+DT .Template5_message__96PcT{font-size:2.6rem;left:-42%;top:83%;transform:rotate(-31.688deg)}}@media(max-width:380px){.Template5_container1__dk\+DT .Template5_message__96PcT{font-size:2.4rem;font-size:2.3rem;left:-45%;top:83%;transform:rotate(-28.688deg)}}.Template5_container1__dk\+DT .Template5_follow__45JG5{position:absolute;right:2%;top:80%;z-index:6}@media(max-width:1420px)and (max-height:570px){.Template5_container1__dk\+DT .Template5_follow__45JG5{right:2%;top:76%}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__dk\+DT .Template5_follow__45JG5{right:2%;top:76%}}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_follow__45JG5{right:3%;top:87%;transform:rotate(-21.688deg)}}@media(max-width:530px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_follow__45JG5{right:5%;top:89%;transform:rotate(-35.688deg)}}@media(max-width:440px){.Template5_container1__dk\+DT .Template5_follow__45JG5{font-size:2.6rem;right:2%;top:88%;transform:rotate(-33.688deg)}}@media(max-width:380px){.Template5_container1__dk\+DT .Template5_follow__45JG5{font-size:2.2rem;right:2%;top:87%;transform:rotate(-30.688deg)}}.Template5_container1__dk\+DT .Template5_coverChangeIcon__Pvpl3{filter:contrast(3);height:3.5rem;left:50%;position:absolute;top:10%;width:3.5rem;z-index:5}.Template5_container1__dk\+DT .Template5_editImageIcon__imR7S img{height:100%;object-fit:cover;width:100%}.Template5_container1__dk\+DT .Template5_coverImage__J4MHA{height:100%;overflow:hidden;position:absolute;top:0;width:100%}@media(max-width:650px){.Template5_container1__dk\+DT .Template5_coverImage__J4MHA{height:100%;width:100%}}.Template5_container1__dk\+DT .Template5_coverImage__J4MHA img{height:100%;width:100%}.Template5_container1__dk\+DT .Template5_frame__k6wAG{height:100%;position:absolute;top:0;width:100%}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_frame__k6wAG{height:100%;width:100%}.Template5_container1__dk\+DT .Template5_frame__k6wAG .Template5_desktopFrame__Sn9yQ{display:none}}.Template5_container1__dk\+DT .Template5_frame__k6wAG .Template5_mobileFrame__44y6L{display:none}@media(max-width:930px)and (min-height:600px){.Template5_container1__dk\+DT .Template5_frame__k6wAG .Template5_mobileFrame__44y6L{display:block}}.Template5_container1__dk\+DT .Template5_frame__k6wAG img{height:100%;width:100%}.Template5_container2__Kk3zc{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc{flex-direction:column}}.Template5_container2__Kk3zc .Template5_hero__LHosL{align-items:center;display:flex;height:100%;justify-content:center;width:45%}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_hero__LHosL{margin:auto;max-height:70vh;min-height:65vh;min-width:95%}}.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir{background-color:#fff;border-radius:2.92685rem;height:82.37925rem;max-height:95%;max-width:95%;overflow:hidden;position:relative;width:73.91375rem}.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{aspect-ratio:1/1;border:41.136px solid #ffffff4a;content:"";left:19%;position:absolute;top:15%;transform:rotate(-45deg);width:46%}@media(max-width:1950px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{left:20.5%;top:15%}}@media(max-width:1420px)and (max-height:570px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:27.598px solid #ffffff4a;left:23%;top:19%;width:42%}}@media(max-width:1280px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:33.598px solid #ffffff4a;width:44%}}@media(max-width:1280px)and (max-height:577px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:23.598px solid #ffffff4a;left:24%;top:18%;width:44%}}@media(max-width:1080px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:26.598px solid #ffffff4a;left:22%;width:44%}}@media(max-width:1080px)and (max-height:500px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:18.598px solid #ffffff4a;left:26%;width:38%}}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:23.598px solid #ffffff4a;left:24%;top:16%;width:45%}}@media(max-width:530px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:after{border:23.598px solid #ffffff4a;left:21%;top:15%;width:45%}}.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:before{border:19.175px solid #fff;border-radius:3.2685rem;box-sizing:border-box;content:"";height:95%;left:2.5%;position:absolute;top:2.5%;width:95%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir:before{border:11px solid #fff;border-radius:1.875rem}}.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir .Template5_introChangeIcon__QSzC\+{filter:contrast(3);height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir .Template5_editImageIcon__imR7S img{height:100%;width:100%}.Template5_container2__Kk3zc .Template5_hero__LHosL .Template5_leftImage__1qyir img{border-radius:3.12685rem;height:100%;object-fit:cover;width:100%}.Template5_container2__Kk3zc .Template5_content__NtrA5{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10rem 0;position:relative;width:55%}.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_EditTextIcon__J2x41{height:3.5rem;left:1vw;position:absolute;top:28vh;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_EditTextIcon__J2x41{left:2vw;top:4vh}}@media(max-width:1280px)and (max-height:577px){.Template5_container2__Kk3zc .Template5_content__NtrA5{padding:7rem 0}}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_content__NtrA5{margin-bottom:3rem;padding:0;width:100%}}.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_myIntro__2-4b2{align-items:center;background:#140a29;border-radius:15.29869rem;color:#fff;display:flex;font-family:Poppins;font-size:3.67169rem;font-style:italic;font-weight:600;height:9.53944rem;justify-content:center;letter-spacing:.36719rem;line-height:normal;max-height:14vh;max-width:45vw;text-transform:uppercase;width:49.24769rem}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_myIntro__2-4b2{height:7vh;min-width:68%}}.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_introDesc__x5bKp{color:#010101;font-family:Poppins;font-size:2.14181rem;font-style:normal;font-weight:500;line-height:normal;max-height:50vh;max-width:50vw;min-height:40vh;min-width:45vw;text-align:center;width:45.60706rem}.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_introDesc__x5bKp::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_introDesc__x5bKp{border:2px solid green;max-height:15vh;min-height:15vh;min-width:90%}}.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_buttons__arSv9{display:flex;justify-content:space-evenly;width:100%}.Template5_container2__Kk3zc .Template5_content__NtrA5 .Template5_buttons__arSv9 button{background:#0000;border:none;color:#010101;cursor:pointer;font-family:Poppins;font-size:2.44781rem;font-style:normal;font-weight:700;letter-spacing:.24475rem;line-height:normal;text-transform:uppercase}.Template5_container3__YP9sk{height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template5_container3__YP9sk .Template5_intro2ChangeIcon__Kk4N9{filter:contrast(3);height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template5_container3__YP9sk .Template5_editImageIcon__imR7S img{height:100%;object-fit:cover;width:100%}.Template5_container3__YP9sk .Template5_galleryImage__Fcb2G{height:100%;max-height:100vh;max-width:100vw;overflow:hidden;width:100%}.Template5_container3__YP9sk .Template5_galleryImage__Fcb2G img{height:100%;object-fit:cover;width:100%}.Template5_container3__YP9sk .Template5_frame__k6wAG{height:100%;left:0;max-height:100vh;max-width:100vw;position:absolute;top:0;width:100%}.Template5_container3__YP9sk .Template5_frame__k6wAG img{height:100%;object-fit:100% 100%;width:100%}.Template5_container3__YP9sk .Template5_border__Dm\+KQ{border:8px solid #000;border-radius:2.6875rem 12.49544rem;height:63.01444rem;height:95vh;left:2.5vw;max-height:95vh;max-width:95vw;position:absolute;top:2.5vh;width:95vw}@media(max-width:930px)and (min-height:600px){.Template5_container3__YP9sk .Template5_border__Dm\+KQ{border:8px solid #000;border-radius:2.6875rem 12.49544rem;height:56.28363rem;min-height:95vh;min-width:95vw;width:24.99088rem}}.Template5_container4__oOwzt{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template5_container4__oOwzt .Template5_headerSection__Yzxnq{align-items:center;display:flex;height:10%;justify-content:space-between;padding:0 5rem;width:100%}.Template5_container4__oOwzt .Template5_headerSection__Yzxnq .Template5_myGallery__P1LLv{color:#000;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:500;line-height:normal}.Template5_container4__oOwzt .Template5_headerSection__Yzxnq .Template5_viewAll__ABbza{color:#6d6d6d;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;line-height:normal}.Template5_container4__oOwzt .Template5_carouselSection__yEEte{height:65%;width:100%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:50vh;max-width:50vw;min-height:50vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb{min-height:58vh;min-width:90vw}}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_imageSection__6qqQa{background-color:#010101;border-radius:2.57763rem;height:100%;width:100%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_imageSection__6qqQa img{border-radius:2.57763rem;height:100%;object-fit:contain;width:100%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;bottom:0;display:flex;justify-content:space-between;position:absolute;width:100%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_desc__YkmSX{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_like__K8Aqd{align-items:center;display:flex;justify-content:center}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_like__K8Aqd img{height:4.5rem;width:4.5rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_like__K8Aqd p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0{gap:1rem}}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_Icon__6Bws2{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:5.8rem;margin-top:.4rem;width:6.4rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_Icon__6Bws2 img{height:100%;width:100%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_Icon__6Bws2 p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_comment__sraol{align-items:center;display:flex;justify-content:center}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_comment__sraol .Template5_commentIcon__GxFHk{height:5.185675rem;width:4.132rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_comment__sraol .Template5_commentIcon__GxFHk img{height:100%;object-fit:cover;width:100%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_comment__sraol .Template5_commentCount__1bCtE{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_shareIcon__azPX\+{height:6.285675rem;width:4rem}.Template5_container4__oOwzt .Template5_carouselSection__yEEte .Template5_activeContainer__nEuUb .Template5_below__eYp20 .Template5_icons__Fd-L0 .Template5_shareIcon__azPX\+ img{height:100%;object-fit:cover;width:100%}.Template5_container4__oOwzt .Template5_footer__LWV3K{align-items:center;display:flex;flex-direction:column;height:25%;justify-content:space-evenly;position:relative;width:100%}.Template5_container4__oOwzt .Template5_footer__LWV3K .Template5_EditTextIcon__J2x41{bottom:18vh;height:3.5rem;left:18vw;position:absolute;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template5_container4__oOwzt .Template5_footer__LWV3K .Template5_EditTextIcon__J2x41{bottom:23vh;left:4vw}}.Template5_container4__oOwzt .Template5_footer__LWV3K .Template5_thankDesc__3mb\+e{color:#000;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:60%;line-height:172%;max-height:60%;max-width:70vw;text-align:center;width:48.51713rem}@media(max-width:1950px)and (max-height:577px){.Template5_container4__oOwzt .Template5_footer__LWV3K .Template5_thankDesc__3mb\+e{min-height:75%}}.Template5_container4__oOwzt .Template5_footer__LWV3K .Template5_thankDesc__3mb\+e::-webkit-scrollbar{display:none}.Template5_container4__oOwzt .Template5_footer__LWV3K .Template5_thanku__SLcCj{color:#000;font-family:Playball;font-size:2rem;font-style:normal;font-weight:400;line-height:94.5%}.Template6_Template6Wrapper__Bh9is{height:100%;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template6_Template6Wrapper__Bh9is::-webkit-scrollbar{display:none}.Template6_Template6Wrapper__Bh9is .Template6_Setting__SAUV1{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template6_Template6Wrapper__Bh9is .Template6_saveButton__cf\+o4{background:#0000;border:none;color:#2f7a7a;cursor:pointer;font-size:larger;font-weight:700;left:2.913%;position:absolute;top:38%;z-index:10}.Template6_Template6__BazKS{height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template6_Template6__BazKS::-webkit-scrollbar{display:none}.Template6_Template6__BazKS section{scroll-snap-align:start;scroll-snap-stop:always}.Template6_container1__VN\+n3{background:#fff;background:linear-gradient(90deg,#fff 38%,#07080a 62%,#07080a);height:80.96044rem;max-height:100vh;max-width:100vw;min-width:100vw;position:relative;width:108rem}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3{min-height:100vh;min-width:100vw}}.Template6_container1__VN\+n3 .Template6_Reel1UploadBtn__uCz0H{height:3.5rem;position:absolute;right:3%;top:3%;width:3.5rem;z-index:10}.Template6_container1__VN\+n3 .Template6_coverImage__khwnI{height:81.41456rem;margin-left:auto;max-height:100vh;position:relative;width:62.76338rem;width:100vw}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_coverImage__khwnI{max-height:80vh;max-width:100vw;min-height:80vh}}.Template6_container1__VN\+n3 .Template6_coverImage__khwnI .Template6_editImageIcon__AoJGV{background-color:hsla(0,0%,100%,.027);font-size:xx-large;position:absolute;right:0;top:0;z-index:2}.Template6_container1__VN\+n3 .Template6_coverImage__khwnI .Template6_structure__Qmuo2{height:100%;left:0;position:absolute;top:0;width:100%}.Template6_container1__VN\+n3 .Template6_coverImage__khwnI .Template6_structure__Qmuo2 img{height:100%;width:100%}.Template6_container1__VN\+n3 .Template6_coverImage__khwnI img{height:100%;object-fit:contain;position:relative;width:100%;z-index:55;z-index:1}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_coverImage__khwnI img{object-fit:cover}}.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79{align-items:center;bottom:56%;color:#000;display:flex;height:10rem;justify-content:flex-start;left:16%;max-height:12vw;max-width:65vh;position:absolute;transform:rotate(-90deg);white-space:nowrap;width:42rem;z-index:2}.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79 span{font-family:Italiana;font-size:13.98263rem;font-style:normal;font-weight:400;line-height:normal;z-index:5}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79 span{font-size:7.5rem!important}}.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79:before{color:#000;content:"I'm";font-family:Italiana;font-size:5.08231rem;font-style:normal;font-weight:400;left:10%;line-height:normal;position:absolute;top:-30%}@media(max-width:650px){.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79:before{font-size:4.47863rem;top:-80%}}.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79::-webkit-scrollbar{display:none}@media(max-width:1410px)and (max-height:577px){.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79{left:24%}}@media(max-width:1280px){.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79{bottom:59%}}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79{bottom:52%;left:7%}}@media(max-width:630px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_nameContainer__Awk79{bottom:52%;left:-19%}}.Template6_container1__VN\+n3 .Template6_shadow__LSpjy{color:#ededed;font-family:Poppins;font-size:15rem;font-style:normal;font-weight:800;left:-5%;line-height:normal;position:absolute;text-align:center;text-transform:uppercase;top:25%;z-index:4}@media(max-width:1410px)and (max-height:580px){.Template6_container1__VN\+n3 .Template6_shadow__LSpjy{font-size:9.5rem}}@media(max-width:1250px){.Template6_container1__VN\+n3 .Template6_shadow__LSpjy{font-size:15.5rem}}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_shadow__LSpjy{left:-40%;top:-30%}}.Template6_container1__VN\+n3 .Template6_leftStructure__GAAfk{background-image:url(/static/media/desktop.96b2fd415db3c4abdd34.png);background-position:50%;background-size:cover;border:5px solid red!important;left:0;max-height:100vh;max-width:100vw;min-height:100vh;min-width:100vw;position:absolute;top:0;z-index:2}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_leftStructure__GAAfk{background-image:url(/static/media/mobileStructure.a0662596e6936126239d.png)}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj-{align-items:center;bottom:0;display:flex;justify-content:space-between;padding:0 5rem;position:absolute;width:100vw;z-index:9}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj-{align-items:center;display:flex;justify-content:center;max-width:100vw;min-height:20vh;position:relative}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs{background:#383a39;height:24.06531rem;margin-bottom:1rem;max-height:29.7246vh;max-width:47.3447vw;width:51.09525rem}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs{max-height:20vh;min-height:20vh;min-width:100vw}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_nameusername__y2uOM{align-items:center;display:flex;flex-direction:column;height:60%;justify-content:center;max-height:60%;width:100%}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_nameusername__y2uOM .Template6_name__uQVK0{color:#fff;font-family:Poppins;font-size:4.33081rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1410px)and (max-height:570px){.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_nameusername__y2uOM .Template6_name__uQVK0{font-size:3.89rem}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_nameusername__y2uOM .Template6_username__lXdpR{color:#fff;font-family:Poppins;font-size:2.03163rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1410px)and (max-height:570px){.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_nameusername__y2uOM .Template6_username__lXdpR{font-size:1.89rem}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_coverbuttons__ve\+Tl{align-items:flex-end;display:flex;height:40%;justify-content:space-evenly;padding:2rem;width:100%}@media(max-width:1410px)and (max-height:570px){.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_coverbuttons__ve\+Tl{justify-content:space-around;padding:.3rem}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverLeft__FDqhs .Template6_coverbuttons__ve\+Tl button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.563rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverRight__YxDue{align-items:center;display:flex;gap:2.3145rem;justify-content:center}@media(max-width:930px)and (min-height:600px){.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverRight__YxDue{justify-content:space-between;padding:1rem 4.5rem;position:absolute;top:-60%;width:100vw}}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverRight__YxDue .Template6_star__\+KTtj{align-items:center;background-color:515151;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.72663rem;font-style:normal;font-weight:600;height:9.615rem;justify-content:center;line-height:normal;width:9.615rem}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverRight__YxDue .Template6_followers__Y926h{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverRight__YxDue .Template6_followers__Y926h .Template6_followerCount__EsIcg{color:#fff;font-family:Poppins;font-size:5.01513rem;font-style:normal;font-weight:600;line-height:5rem}.Template6_container1__VN\+n3 .Template6_coverFooter__-FFj- .Template6_coverRight__YxDue .Template6_followers__Y926h .Template6_textFollower__42S11{color:#fff;font-family:Poppins;font-size:1.34181rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container2__a6lUA{background-color:#fff;height:80.96044rem;max-height:100vh;max-width:100vw;min-width:100vw;position:relative}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA{max-height:100vh;max-width:100vw;min-height:100vh;min-width:100vw}}.Template6_container2__a6lUA .Template6_hero__6cqnX{height:57.24463rem;max-height:65.7373vh;max-width:100vw;position:relative;width:108.60581rem;width:100vw}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA .Template6_hero__6cqnX{max-height:100vh;max-width:100vw;min-height:70vh;min-width:100vw}}.Template6_container2__a6lUA .Template6_hero__6cqnX .Template6_editImageIcon__AoJGV{height:3.5rem;position:absolute;right:4rem;top:2rem;width:3.5rem}.Template6_container2__a6lUA .Template6_hero__6cqnX .Template6_IntroImage__aQbo4{right:10%;top:8%}@media(max-width:650px){.Template6_container2__a6lUA .Template6_hero__6cqnX .Template6_IntroImage__aQbo4{top:0}}.Template6_container2__a6lUA .Template6_hero__6cqnX img{height:100%;object-fit:cover;width:100%}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;height:30%;justify-content:space-between;max-height:29vh;padding:0 6.6574rem;transform:translateY(-10%)}@media(max-width:650px){.Template6_container2__a6lUA .Template6_introFooter__kgMHQ{bottom:0;height:40vh;max-height:40vh;position:absolute}}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_EditTextIcon__vq89P{cursor:pointer;height:3.5rem;left:30%;position:absolute;top:7%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_EditTextIcon__vq89P{left:75%;top:5%}}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introTitle__ATt35{border:none;color:#000;font-family:Italiana;font-size:6.38463rem;font-style:normal;font-weight:400;line-height:6.7rem}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introDescription__rePnw{border:none;color:#000;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;height:23rem;line-height:138%;margin-bottom:2rem;min-height:7rem;overflow-y:scroll;width:100%}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introDescription__rePnw::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introDescription__rePnw{color:#000;font-family:Poppins;font-style:normal;font-weight:300;height:25vh;line-height:174%;min-width:70vw;width:20.37825rem}}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introButtons__4OJyr{align-items:center;display:flex;gap:6rem;justify-content:flex-start}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introButtons__4OJyr{flex-direction:column;gap:1rem}}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introButtons__4OJyr .Template6_buttonContainer__aUBbF{border:2px solid gray;height:100%;white-space:nowrap;width:100%}.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introButtons__4OJyr button{background:#0000;border:none;color:#3f3f3f;cursor:pointer;font-family:Poppins;font-size:1.50625rem;font-style:normal;font-weight:400;line-height:normal;padding:.6rem 5.6rem}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA .Template6_introFooter__kgMHQ .Template6_introButtons__4OJyr button{padding:1rem 13rem;white-space:nowrap}}.Template6_container2__a6lUA .Template6_bottomStructure__\+7Y6B{background-image:url(/static/media/structure2.1b8158457441d6d3d9db.png);background-position:50%;background-size:cover;min-height:100%;min-width:100%;position:absolute;top:28vh}@media(max-width:930px)and (min-height:600px){.Template6_container2__a6lUA .Template6_bottomStructure__\+7Y6B{top:13vh}}.Template6_container3__i\+XsR{background-color:#fff;height:80.96044rem;max-height:100vh;max-width:100vw;width:108rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR{max-height:100vh;min-height:100vh;min-width:100vw}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC{align-items:center;display:flex;height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC{flex-direction:column}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:50%}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V{min-height:70%;min-width:100%;transform:translateY(11vh)}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_galleryHero__FiqUQ{align-items:center;background:#000;border-radius:170.70488rem;display:flex;height:64.22494rem;justify-content:center;max-height:79.33vh;max-width:32.43vw;overflow:hidden;width:34.96975rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_galleryHero__FiqUQ{height:35.27194rem;min-height:60vh;min-width:72vw;width:19.20519rem}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_galleryHero__FiqUQ img{height:100%;object-fit:cover;width:100%}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_heroLeft__x7PXb{align-items:center;background:#000;border-radius:61.04025rem;display:flex;height:25.65025rem;justify-content:center;max-height:31.6761vh;max-width:11.59vw;overflow:hidden;position:absolute;right:70%;top:20%;width:12.50438rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_heroLeft__x7PXb{min-height:25vh;min-width:22vw;right:75%;top:10%}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_heroLeft__x7PXb img{height:100%;object-fit:cover;width:100%}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_heroRight__vAuAD{border-radius:61.04025rem;bottom:20%;height:25.65025rem;left:70%;max-height:31.6761vh;max-width:11.59vw;position:absolute;width:12.50438rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_heroRight__vAuAD{bottom:10%;left:75%;min-height:25vh;min-width:22vw}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryLeft__IhG1V .Template6_heroRight__vAuAD img{border-radius:61.04025rem;height:100%;object-fit:cover;width:100%}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;position:relative;width:50%}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_gallery__3yrWT{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;height:auto;justify-content:center;width:30vw}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_gallery__3yrWT{flex-wrap:nowrap;gap:1.7rem;justify-content:flex-start;margin-top:6rem;min-width:80vw;overflow:scroll}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_gallery__3yrWT::-webkit-scrollbar{display:none}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_galleryText__zWRqw{left:0;max-height:10vh;min-width:100vw;position:absolute;top:0;width:100%}@media(max-width:930px)and (min-height:600px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_galleryText__zWRqw{padding:0 3rem;transform:translatey(-69vh) translateX(-24vw)}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_galleryText__zWRqw .Template6_EditTextIcon__vq89P{bottom:-2rem;cursor:pointer;height:4rem;left:-5%;position:absolute;width:4rem}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_galleryText__zWRqw .Template6_myGallery__B7Gd7{color:#000;font-family:Italiana;font-size:4.48931rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_galleryText__zWRqw .Template6_galleryDesc__vqj48{border:none;color:#686868;font-family:Poppins;font-size:1.11306rem;font-style:normal;font-weight:400;height:3.92331rem;line-height:normal;margin-bottom:2rem;overflow-y:scroll;width:27.564rem}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_galleryText__zWRqw .Template6_galleryDesc__vqj48::-webkit-scrollbar{display:none}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_ViewAll__RmNrd{align-items:center;display:flex;justify-content:flex-end;padding-right:4rem;width:100%}@media screen and (max-width:700px){.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_ViewAll__RmNrd{bottom:10%;position:absolute;right:-8rem}}.Template6_container3__i\+XsR .Template6_galleryContainer__4hfnC .Template6_galleryRight__fzwLt .Template6_ViewAll__RmNrd p{color:#000;cursor:pointer;font-size:1.3rem}.Template6_container4__OyTlD{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:.5rem;padding-bottom:5rem;position:relative}.Template6_container4__OyTlD .Template6_EditTextIcon__vq89P{cursor:pointer;height:3.5rem;left:30%;position:absolute;top:2%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template6_container4__OyTlD .Template6_EditTextIcon__vq89P{left:13vw;top:2%}}.Template6_container4__OyTlD .Template6_shortMessage__5VyCV{color:#000;font-family:Italiana;font-size:3.82219rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container4__OyTlD .Template6_galleryDesc__vqj48{border:none;color:#686868;font-family:Poppins;font-size:1.70063rem;font-style:normal;font-weight:400;line-height:normal;min-height:10rem;overflow-y:scroll;text-align:center;width:35.616rem}.Template6_container4__OyTlD .Template6_galleryDesc__vqj48::-webkit-scrollbar{display:none}.Template6_container4__OyTlD .Template6_thankYou__8WiF0{color:#686868;font-family:Noto Serif;font-size:1.74913rem;font-style:normal;font-weight:400;line-height:normal;margin-top:1.7rem}.Template6_smallContainer__\+udKY{border-radius:6.748rem;cursor:pointer;height:6.748rem;width:6.748rem}@media(max-width:930px)and (min-height:600px){.Template6_smallContainer__\+udKY{min-height:6.748rem;min-width:6.748rem}}.Template6_smallContainer__\+udKY img{border-radius:6.748rem;height:100%;object-fit:cover;width:100%}:root{box-sizing:border-box}.Template_Template7Wrapper__BukDh{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template_Template7Wrapper__BukDh::-webkit-scrollbar{display:none}.Template_Template7Wrapper__BukDh .Template_Setting__yBsuT{cursor:pointer;height:3.5rem;left:5%;position:absolute;top:45%;width:3.5rem;z-index:10}.Template_Template7Wrapper__BukDh .Template_Template7__skwHr{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template_Template7Wrapper__BukDh .Template_Template7__skwHr::-webkit-scrollbar{display:none}.Template_Template7Wrapper__BukDh .Template_Template7__skwHr section{scroll-snap-align:start;scroll-snap-stop:always}.Template_Container1__QiIGS{background-color:#0000;height:100vh;overflow:hidden;position:relative;width:100vw}.Template_Container1__QiIGS .Template_Top__1SI\+j{height:75%;position:relative;width:100%}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_backgroundImage__UdmqX{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_backgroundImage__UdmqX img{height:100%;width:100%}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_coverImageIcon__PXBYV{right:8%;top:18%}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05{display:flex;flex-direction:column;height:100vh;left:50%;position:absolute;top:0;transform:translateX(-50%);width:65rem}@media screen and (max-width:660px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05{width:90%}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD{align-items:center;display:flex;flex:1 1;justify-content:center;max-height:70vh;min-height:35vh;overflow:hidden;position:relative}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_ImageWrapper__2ci97{bottom:0;max-height:100%;overflow:hidden;position:absolute;width:30rem}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_ImageWrapper__2ci97:after{background:#fff;bottom:11.8rem;content:"";height:4px;left:0;position:absolute;width:100%;z-index:-1}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_ImageWrapper__2ci97 img{height:100%;object-fit:contain;position:relative;width:100%;z-index:2}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_ImageWrapper__2ci97 .Template_coverPNGImageIcon__UvDlO{bottom:0;flex-direction:row;left:50%;transform:translateX(-60%)}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_TextWrapper__-WXKZ{align-items:center;border-bottom:4px solid #fff;border-left:4px solid #fff;border-right:4px solid #fff;bottom:1.8rem;display:flex;height:10rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:30rem;z-index:2}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_TextWrapper__-WXKZ p{color:#fff;display:flex;flex-wrap:wrap;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:700;letter-spacing:1.5rem;line-height:normal;text-align:center;text-transform:uppercase}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_TextWrapper__-WXKZ p span:nth-child(odd){margin-top:-1rem}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainTop__gc7bD .Template_TextWrapper__-WXKZ p span:nth-child(2n){margin-top:1rem}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG{max-height:20rem;min-height:20rem;position:relative;width:100%}@media screen and (max-height:750px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG{max-height:25vh;min-height:25vh}}@media screen and (max-height:550px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG{max-height:30vh;min-height:30vh}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7{align-items:center;background:#fff;border-radius:1.43231rem;box-shadow:17.18764px 17.18764px 11.45843px 11.45843px #00000040,0 4.58337px 4.58337px 0 #00000040;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-top:2rem;position:relative;width:100%;z-index:2}@media screen and (max-height:750px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7{padding-top:1rem}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7 p{color:#000;font-family:Poppins;font-size:2.57544rem;font-style:normal;font-weight:300;line-height:normal}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7 h1{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;background-position:100% 50%;font-family:Poppins;font-size:4.17069rem;font-style:italic;font-weight:700;line-height:193.9%;text-align:center;text-transform:uppercase;width:100%}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7 .Template_FollowersWrapper1__lwoc5{bottom:-5rem;color:#7d7d7d;font-family:Poppins;font-size:13rem;font-style:normal;font-weight:600;height:10rem;left:50%;line-height:76.4%;position:absolute;text-align:center;transform:translateX(-50%);width:24rem}@media screen and (max-height:750px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7 .Template_FollowersWrapper1__lwoc5{bottom:-6rem;font-size:10rem}}@media screen and (max-height:550px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_MainTopWrapper__L\+Er7 .Template_FollowersWrapper1__lwoc5{bottom:-8rem;font-size:5rem}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_FollowersWrapper2__54tlY{bottom:-5rem;color:#303030;font-family:Poppins;font-size:13rem;font-style:normal;font-weight:600;height:10rem;left:50%;line-height:76.4%;position:absolute;text-align:center;transform:translateX(-50%);width:24rem;z-index:1}@media screen and (max-height:750px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_FollowersWrapper2__54tlY{bottom:-6rem;font-size:10rem}}@media screen and (max-height:550px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_FollowersWrapper2__54tlY{bottom:-8rem;font-size:5rem}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_FollowersWrapper2__54tlY .Template_FollowersText__a3Fbi{color:#303030;font-family:Poppins;font-size:2.49619rem;font-style:normal;font-weight:400;left:50%;letter-spacing:1.65994rem;line-height:76.4%;position:absolute;transform:translateX(-50%)}@media screen and (max-width:500px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainMiddle__uStpG .Template_FollowersWrapper2__54tlY .Template_FollowersText__a3Fbi{font-size:2rem}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainBottom__-fDVV{align-items:flex-end;display:flex;justify-content:space-between;padding-bottom:2rem;padding-top:3rem;width:100%}@media screen and (max-height:930px)and (max-width:660px){.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainBottom__-fDVV{margin-top:7rem}}.Template_Container1__QiIGS .Template_Top__1SI\+j .Template_MainWrapper__wb\+05 .Template_MainBottom__-fDVV button{background:#0000;border:none;color:#252525;cursor:pointer;font-family:Poppins;font-size:1.88356rem;font-style:normal;font-weight:400;line-height:76.4%;padding:1.17725rem}.Template_Container1__QiIGS .Template_RatingContainer__MYa9U{align-items:center;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:100% 100%;bottom:5%;cursor:pointer;display:flex;height:8rem;justify-content:center;position:absolute;right:6%;width:8rem}@media screen and (max-height:930px)and (max-width:500px){.Template_Container1__QiIGS .Template_RatingContainer__MYa9U{bottom:7%!important;left:5%!important;right:auto}}@media screen and (max-height:670px)and (max-width:500px){.Template_Container1__QiIGS .Template_RatingContainer__MYa9U{bottom:9%!important;left:5%!important;right:auto}}@media screen and (max-width:700px){.Template_Container1__QiIGS .Template_RatingContainer__MYa9U{bottom:9%;height:7rem;left:5%;right:auto;width:7rem}}@media screen and (max-width:500px){.Template_Container1__QiIGS .Template_RatingContainer__MYa9U{bottom:12%;height:5rem;left:2%;right:auto;width:5rem}}.Template_Container1__QiIGS .Template_RatingContainer__MYa9U p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:1.56913rem;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width:700px){.Template_Container1__QiIGS .Template_RatingContainer__MYa9U p{font-size:1.2rem}}@media screen and (max-width:500px){.Template_Container1__QiIGS .Template_RatingContainer__MYa9U p{font-size:1rem}}.Template_Container2__M-PC4{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;overflow:hidden;padding-bottom:2rem;position:relative;width:100%}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__M-PC4{height:100vh}}.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj{height:100vh;overflow:hidden;position:relative;width:100%}@media screen and (max-width:650px){.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj{height:100vh}}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj{height:50vh}}.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_IntroImageIcon__S3oxS{left:15%;top:10%}.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introImage__Pt7sQ{clip-path:polygon(0 0,50% 0,100% 75%,100% 100%,60% 100%,0 10%);filter:drop-shadow(-27.5584602356px 41.3376922607px 41.3376922607px rgba(0,0,0,.25));height:100%;width:100%}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introImage__Pt7sQ{clip-path:polygon(0 0,70% 0,100% 34%,100% 100%,60% 100%,0 15%)}}.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introImage__Pt7sQ img{height:100%;width:100%}.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introText__9BPEk{bottom:2rem;left:5rem;position:absolute}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introText__9BPEk{bottom:1rem;left:3rem}}.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introText__9BPEk p{color:#000;font-family:Poppins;font-size:9.64006rem;font-style:normal;font-weight:700;line-height:76.4%;text-align:center}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__M-PC4 .Template_IntroImageWrapper__CByYj .Template_introText__9BPEk p{font-size:6rem}}.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE{position:relative;width:100%}.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE .Template_EditTextIcon__b8dPw{cursor:pointer;height:3.5rem;left:10%;position:absolute;top:5%;width:3.5rem}@media screen and (max-width:750px)and (max-height:750px){.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE .Template_EditTextIcon__b8dPw{left:2%;top:0}}.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE .Template_Text__JbuLf{color:#626262;font-family:\ ;font-size:2.64688rem;font-style:normal;font-weight:300;line-height:218.5%;margin:9rem auto 0;min-height:27rem;text-align:center;width:88.02031rem}.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE .Template_Text__JbuLf::-webkit-scrollbar{display:none}@media screen and (max-width:750px){.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE .Template_Text__JbuLf{line-height:140%;margin-top:5rem;width:90%}}@media screen and (max-width:750px)and (max-height:750px){.Template_Container2__M-PC4 .Template_IntroTextWrapper__vcuAE .Template_Text__JbuLf{line-height:120%;margin-top:4rem}}.Template_Container2__M-PC4 .Template_ButtonWrapper__3Jxod{align-items:center;display:flex;justify-content:space-between;padding:0 11rem}@media screen and (max-width:750px){.Template_Container2__M-PC4 .Template_ButtonWrapper__3Jxod{padding:0 5rem}}.Template_Container2__M-PC4 .Template_ButtonWrapper__3Jxod button{background:#0000;border:none;color:#000;font-family:Poppins;font-size:3.4375rem;font-style:normal;font-weight:400;line-height:76.4%;padding:1rem;position:relative;text-align:center}.Template_Container2__M-PC4 .Template_ButtonWrapper__3Jxod button:after{background:#000;bottom:-1rem;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:70%}.Template_Container3__9XH\+X{display:flex;flex-direction:column;height:100vh;width:100%}.Template_Container3__9XH\+X .Template_MYGalleryWrapper__8JwUc{align-items:center;display:flex;justify-content:center}.Template_Container3__9XH\+X .Template_MYGalleryWrapper__8JwUc h1{color:#000;font-family:Poppins;font-size:7.07463rem;font-style:normal;font-weight:300;line-height:200%;position:relative;text-align:center;text-transform:uppercase}.Template_Container3__9XH\+X .Template_MYGalleryWrapper__8JwUc h1:after{background:#c5c5c5;content:"";height:4px;left:0;position:absolute;top:3rem;width:40%}.Template_Container3__9XH\+X .Template_MYGalleryWrapper__8JwUc h1:before{background:#c5c5c5;bottom:3rem;content:"";height:4px;position:absolute;right:0;width:40%}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG{display:flex;flex:1 1;flex-direction:column;gap:1rem;height:100%;justify-content:space-between;overflow:hidden;width:100%}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_MainImageCarouselCont__L-uk\+{display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_MainImageCarouselCont__L-uk\+ .Template_MainImageWrapper__72vkk{align-items:center;background:#000;border-radius:2.47731rem;display:flex;height:100%;justify-content:center;overflow:hidden;width:80vw}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_MainImageCarouselCont__L-uk\+ .Template_MainImageWrapper__72vkk img,.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_MainImageCarouselCont__L-uk\+ .Template_MainImageWrapper__72vkk video{max-height:100%;max-width:100%;object-fit:cover}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj{display:flex;height:30%;justify-content:center;width:100%}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj .Template_InnerSubImageCarousel__B0mkz{display:flex;overflow:hidden;padding:0 5rem;width:80vw}@media screen and (max-width:1200px){.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj .Template_InnerSubImageCarousel__B0mkz{width:100vw}}@media screen and (max-width:700px){.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj .Template_InnerSubImageCarousel__B0mkz{padding:0 0 0 2rem}}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj .Template_InnerSubImageCarousel__B0mkz .Template_BoxWrapper__57AKP{background:#000;border-radius:1.41594rem;height:12rem;margin-right:1rem;max-height:12rem;min-height:100%;overflow:hidden;width:15rem}.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj .Template_InnerSubImageCarousel__B0mkz .Template_BoxWrapper__57AKP img,.Template_Container3__9XH\+X .Template_CarouselWrapper__aS\+UG .Template_SubImageCarouselCont__vcgyj .Template_InnerSubImageCarousel__B0mkz .Template_BoxWrapper__57AKP video{height:100%;width:100%}.Template_Container3__9XH\+X .Template_ViewAllWrapper__jhHNS{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;margin-top:1rem;padding-right:2rem}@media screen and (max-width:600px){.Template_Container3__9XH\+X .Template_ViewAllWrapper__jhHNS{justify-content:flex-end}}.Template_Container3__9XH\+X .Template_ViewAllWrapper__jhHNS button{background:#0000;border:none;color:#252525;cursor:pointer;font-family:Poppins;font-size:2.33131rem;font-style:normal;font-weight:400;line-height:103.9%;padding:0 1rem;text-align:center}.Template_Container4__Tz-Dc{align-items:center;display:flex;flex-direction:column;overflow:hidden;padding-bottom:5rem;padding-top:5rem;position:relative;width:100%}.Template_Container4__Tz-Dc h1{color:#252525;font-family:Poppins;font-size:4.01556rem;font-style:normal;font-weight:600;line-height:103.9%;margin-bottom:5rem;text-align:center}@media screen and (max-width:600px){.Template_Container4__Tz-Dc h1{font-size:3.8rem}}@media screen and (max-width:400px){.Template_Container4__Tz-Dc h1{font-size:3rem}}.Template_Container4__Tz-Dc .Template_EditTextIcon__b8dPw{cursor:pointer;height:4rem;left:23%;position:absolute;top:20%;width:4rem}@media screen and (max-width:700px){.Template_Container4__Tz-Dc .Template_EditTextIcon__b8dPw{left:10%;top:20%}}.Template_Container4__Tz-Dc .Template_ShortSMS__T4cbQ{color:#252525;font-family:Poppins;font-size:2.88144rem;font-style:normal;font-weight:300;height:9rem;line-height:103.9%;margin-bottom:6rem;text-align:center;width:65.67769rem}@media screen and (max-width:600px){.Template_Container4__Tz-Dc .Template_ShortSMS__T4cbQ{font-size:2rem;width:80%}}@media screen and (max-width:400px){.Template_Container4__Tz-Dc .Template_ShortSMS__T4cbQ{font-size:1.8rem}}.Template_Container4__Tz-Dc .Template_ShortSMS__T4cbQ::-webkit-scrollbar{display:none}.Template_Container4__Tz-Dc h4{color:#252525;font-family:"Noto Serif";font-size:5.84838rem;font-style:normal;font-weight:400;line-height:101.4%}@media screen and (max-width:600px){.Template_Container4__Tz-Dc h4{font-size:4rem}}@media screen and (max-width:400px){.Template_Container4__Tz-Dc h4{font-size:3rem}}.Template8_Template8Wrapper__OAmRR{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template8_Template8Wrapper__OAmRR::-webkit-scrollbar{display:none}.Template8_Template8Wrapper__OAmRR .Template8_Setting__PYmv1{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:12}.Template8_Template8Wrapper__OAmRR .Template8_saveButton__fgDR3{background:#0000;border:none;color:#2f7a7a;cursor:pointer;font-size:larger;font-weight:700;left:2.913%;position:absolute;top:38%;z-index:12}.Template8_Template8Wrapper__OAmRR .Template8_Template8__W\+8Us{height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template8_Template8Wrapper__OAmRR .Template8_Template8__W\+8Us::-webkit-scrollbar{display:none}.Template8_Template8Wrapper__OAmRR .Template8_Template8__W\+8Us section{scroll-snap-align:start;scroll-snap-stop:always}.Template8_container1__t8Mk5{height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%;z-index:2}.Template8_container1__t8Mk5 .Template8_background__GNu1Y{height:100%;overflow:hidden;width:100%}.Template8_container1__t8Mk5 .Template8_background__GNu1Y img{filter:blur(7px);height:100%;object-fit:cover;width:100%}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI{color:#fff;display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR{align-items:center;display:flex;justify-content:center;width:30%}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO{transform:rotate(-90deg);white-space:nowrap;z-index:2}@media(max-width:930px)and (min-height:600px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO{margin-bottom:32rem}}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO .Template8_sur__-6wJ1{color:#fff;font-family:Noto Serif;font-size:2.9965rem;font-style:normal;font-weight:700;line-height:normal;margin-left:3rem}@media(max-width:930px)and (min-height:600px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO .Template8_sur__-6wJ1{font-size:3.5rem}}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO .Template8_full__dBPPH{color:#fff;font-family:Noto Serif;font-size:5.02019rem;font-style:normal;font-weight:400;height:7rem;line-height:normal;width:90vh}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO .Template8_full__dBPPH::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_left__Yq4LR .Template8_name__NofxO .Template8_full__dBPPH{color:#fff;font-family:Noto Serif;font-style:normal;font-weight:400;line-height:normal}}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk{align-items:center;display:flex;justify-content:center;width:70%}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp{height:56.934rem;max-height:85vh;max-width:40vw;position:relative;width:46.23213rem}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_CoverImage__VZMEV{right:10rem;top:5rem}@media(max-width:930px)and (min-height:600px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp{height:70vh;left:-4.3rem;min-width:82vw}}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_editImageIcon__zpjsF{filter:contrast(3);height:3.5rem;left:calc(100% - 6rem);position:absolute;top:0;width:3.5rem}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH{align-items:flex-end;border:3px solid #ff0;border-radius:0 7.13456rem 7.13456rem 7.13456rem;bottom:-3.5rem;display:flex;height:66.49788rem;justify-content:center;left:25%;max-height:95vh;max-width:30vw;position:absolute;width:24.35275rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH{bottom:-8.4rem;height:80vh;min-width:53vw}}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE{align-items:center;background-color:#ff0;border-radius:7.13456rem;color:#333;display:flex;height:9.44219rem;justify-content:space-around;width:24.33469rem;width:100%}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_buttons__QOMxD{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;height:70%;justify-content:space-evenly;z-index:5}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_buttons__QOMxD .Template8_follow__t0Dhh{color:#000;cursor:pointer;font-family:Poppins;font-size:1.07581rem;font-style:normal;font-weight:600;line-height:normal;padding:.5rem;position:relative}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_buttons__QOMxD .Template8_follow__t0Dhh:after{border:1px solid #000;bottom:0;content:"";left:10%;position:absolute;width:1.84625rem}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_buttons__QOMxD .Template8_message__0Q-x2{color:#000;cursor:pointer;font-family:Poppins;font-size:.91138rem;font-style:normal;font-weight:600;line-height:normal;padding:.5rem}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_buttons__QOMxD button{background-color:#0000;border:none;cursor:pointer;outline:none}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_followers__vEE\+F .Template8_count__KJrXO{color:#000;font-family:Poppins;font-size:3.35581rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_frame__YpRuH .Template8_inner__2CNOE .Template8_followers__vEE\+F .Template8_text__zH7nh{color:#000;font-family:Poppins;font-size:1.07581rem;font-style:normal;font-weight:600;line-height:normal}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_right__6jvyk .Template8_hero__rYaHp img{height:100%;object-fit:cover;width:100%}.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_star__Nf7E7{align-items:center;background-color:#2f2f2f;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;bottom:0;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:2.30219rem;font-style:normal;font-weight:600;height:10.82019rem;justify-content:center;line-height:normal;position:absolute;right:6rem;width:10.82019rem;z-index:15}@media(max-width:1410px)and (max-height:577px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_star__Nf7E7{right:7rem}}@media(max-width:930px)and (min-height:600px){.Template8_container1__t8Mk5 .Template8_cover__Kk6tI .Template8_star__Nf7E7{bottom:7.2rem;height:3.98419rem;left:5.7rem;min-height:18vw;min-width:18vw;width:3.98419rem}}.Template8_container2__LcwpN{background-color:#000;display:flex;height:70.33956rem;max-height:100vh;max-width:100%;min-height:100vh;min-width:100vw;position:relative;width:107.875rem;z-index:1}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN{flex-direction:column-reverse}}.Template8_container2__LcwpN .Template8_left__Yq4LR{align-items:center;display:flex;flex-direction:column;gap:5rem;height:100%;justify-content:center;max-width:45vw;position:relative;width:45%}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_left__Yq4LR{height:30%;min-width:100vw}}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_Text__MBuXF{height:max-content;position:relative;width:max-content}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_Text__MBuXF .Template8_EditTextIcon__8REzF{cursor:pointer;height:3.5rem;left:5%;position:absolute;top:-5rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_Text__MBuXF .Template8_EditTextIcon__8REzF{left:-3vw;top:-4vh}}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_Text__MBuXF .Template8_desc__vmcqv{color:#fff;font-family:Poppins;font-size:2.01063rem;font-style:normal;font-weight:300;height:48vh;line-height:normal;max-height:55vh;max-width:42vw;overflow:hidden;text-align:center;width:40vw}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_Text__MBuXF .Template8_desc__vmcqv::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_Text__MBuXF .Template8_desc__vmcqv{height:10.5625rem;min-height:16vh;min-width:85vw;text-align:center;width:23.1875rem}}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_buttons__QOMxD{align-items:center;display:flex;gap:10rem;justify-content:center;position:relative}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_buttons__QOMxD button:first-child:before,.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_buttons__QOMxD button:last-child:before{bottom:-33%;color:#3e3e3e;content:"About me";filter:blur(2.2029826641px);position:absolute;transform:rotateX(180deg)}.Template8_container2__LcwpN .Template8_left__Yq4LR .Template8_buttons__QOMxD button{background-color:#0000;border:1px solid #ff0;border-bottom:none;color:#fff;font-family:Poppins;font-size:1.98125rem;font-style:normal;font-weight:600;line-height:normal;padding:.2rem 1rem;text-transform:uppercase}.Template8_container2__LcwpN .Template8_right__6jvyk{height:100%;max-width:55vw;position:relative;width:100%;z-index:10}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_right__6jvyk{height:70%;max-height:70vh;min-width:100vw}}.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp{bottom:-10vh;height:53.00794rem;left:17%;max-height:75vh;max-width:33vw;position:absolute;width:33.773rem;z-index:2}.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp:before{word-wrap:break-word;align-items:flex-start;border:7.548px solid #ffaf14;color:#fff;content:"my\aintro";display:flex;font-family:Poppins;font-size:3.27181rem;font-style:normal;font-weight:600;height:42.52125rem;left:50%;line-height:normal;max-height:60vh;padding:2rem 4rem;position:absolute;text-transform:capitalize;top:-40%;white-space:pre-wrap;width:38.95306rem;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp:before{top:-38%}}.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp:after{align-items:center;color:#333;content:"M";display:flex;font-family:Poppins;font-size:33.96806rem;font-style:normal;font-weight:600;height:100%;justify-content:center;left:9%;line-height:normal;position:absolute;text-transform:capitalize;top:-60%;width:97%;z-index:-2}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp:after{left:-2%}}.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_triangle__WvWfc{fill:#00000005;-webkit-backdrop-filter:blur(16.8920898438px);backdrop-filter:blur(16.8920898438px);bottom:2%;clip-path:polygon(100% 0,0 100%,100% 100%);height:30.59038rem;position:absolute;right:2%;width:30.07481rem;z-index:10}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_triangle__WvWfc{bottom:2vh;height:30vh;right:5%;width:70vw}}.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp .Template8_IntroImage__vedlc{right:1rem;top:1rem}@media(max-width:930px)and (min-height:600px){.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp{bottom:0;max-height:50vh;min-height:50vh;min-width:80vw;position:absolute;transform:translateX(-5%) translateY(0)}}.Template8_container2__LcwpN .Template8_right__6jvyk .Template8_hero__rYaHp img{height:100%;object-fit:cover;width:100%}.Template8_container3__6Txc\+{background-color:#000;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;position:relative;width:100%}.Template8_container3__6Txc\+ .Template8_header__aQiVq{align-items:flex-start;display:flex;flex-direction:column;height:17.56519rem;justify-content:space-evenly;margin-left:5.6547vw;max-height:15vh;position:relative;width:23.02363rem;z-index:4}.Template8_container3__6Txc\+ .Template8_header__aQiVq:before{border:1px solid #ffaf14;border-bottom:0;content:"";height:15.38738rem;max-height:5vh;position:absolute;top:-1.2rem;width:18.417rem;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_header__aQiVq{align-items:center;margin:2rem 0;max-height:8vh;width:100%}}.Template8_container3__6Txc\+ .Template8_header__aQiVq .Template8_mygallery__qFMgM{color:#fff;font-family:Poppins;font-size:4.30506rem;font-style:normal;font-weight:600;line-height:100%;margin-left:0;text-align:center;white-space:nowrap}@media(max-width:930px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_header__aQiVq .Template8_mygallery__qFMgM{font-size:3.30506rem}}.Template8_container3__6Txc\+ .Template8_header__aQiVq .Template8_viewall__Is-lY{color:#fff;cursor:pointer;font-family:Poppins;font-size:1.68006rem;font-style:normal;font-weight:300;line-height:100%;margin-top:2rem;text-align:center}@media(max-width:1440px)and (max-height:580px){.Template8_container3__6Txc\+ .Template8_header__aQiVq .Template8_viewall__Is-lY{margin-top:1rem}}.Template8_container3__6Txc\+ .Template8_mobileView__pWt58{display:none}.Template8_container3__6Txc\+ .Template8_mobileView__pWt58 .Template8_smallContainer__VjoEt{display:flex;overflow-y:scroll;padding:0 2rem}.Template8_container3__6Txc\+ .Template8_mobileView__pWt58 .Template8_smallContainer__VjoEt::-webkit-scrollbar{display:none}@media(max-width:931px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_mobileView__pWt58{display:block}}.Template8_container3__6Txc\+ .Template8_desktopView__tBagT .Template8_alice-carousel__prev-btn__Ie6Hq{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_desktopView__tBagT{display:none}}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM{min-height:58vh}}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_imageSection__aTR-Y{height:100%;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_imageSection__aTR-Y img,.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_imageSection__aTR-Y video{border-radius:2.57763rem;height:100%;object-fit:cover;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd-{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_upper__FMCIt{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_upper__FMCIt{padding:1.8rem}}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_upper__FMCIt .Template8_profileLogo__xXZ9u{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_upper__FMCIt .Template8_profileLogo__xXZ9u img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_upper__FMCIt .Template8_nameUsername__TNX29 .Template8_name__NofxO{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_upper__FMCIt .Template8_nameUsername__TNX29 .Template8_userName__FV4hP{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;justify-content:space-between;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_desc__vmcqv{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV{gap:1rem}}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_like__PUI7s{align-items:center;display:flex;justify-content:center}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_like__PUI7s .Template8_likeIcon__Hz26V{align-items:center;cursor:pointer;display:flex;height:6.85675rem}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_like__PUI7s .Template8_likeIcon__Hz26V img{height:100%;object-fit:cover;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_like__PUI7s .Template8_likeIcon__Hz26V .Template8_likeCount__TSDUX{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_comment__wh-Ng{align-items:center;display:flex;justify-content:center}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_comment__wh-Ng .Template8_commentIcon__QXHUQ{height:6.85675rem;width:4.32rem}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_comment__wh-Ng .Template8_commentIcon__QXHUQ img{height:100%;object-fit:cover;width:100%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_comment__wh-Ng .Template8_commentCount__HtW3R{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_shareIcon__zTIqs{height:6.85675rem;width:4.32rem}.Template8_container3__6Txc\+ .Template8_activeContainer__ZelOM .Template8_details__ShNd- .Template8_below__N1okd .Template8_icons__\+3hMV .Template8_shareIcon__zTIqs img{height:100%;object-fit:cover;width:100%}.Template8_container3__6Txc\+ .Template8_cardContainer__D0Ouk{border-radius:1.25rem;height:10.99963rem;min-height:20vh;min-width:50vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template8_container3__6Txc\+ .Template8_cardContainer__D0Ouk{min-height:23vh;min-width:47vw}}.Template8_container3__6Txc\+ .Template8_cardContainer__D0Ouk img,.Template8_container3__6Txc\+ .Template8_cardContainer__D0Ouk video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template8_container4__wGbvF{background-color:#000;padding-bottom:4.7rem}.Template8_container4__wGbvF .Template8_footer__Bpfaq{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}@media(max-width:650px){.Template8_container4__wGbvF .Template8_footer__Bpfaq{max-height:12%;transform:translateY(-5vh)}}.Template8_container4__wGbvF .Template8_footer__Bpfaq .Template8_shortMessage__SiwGU{align-items:center;display:flex;flex-direction:column;position:relative}.Template8_container4__wGbvF .Template8_footer__Bpfaq .Template8_shortMessage__SiwGU .Template8_EditTextIcon__8REzF{cursor:pointer;height:3.5rem;left:2%;position:absolute;top:10%;width:3.5rem}.Template8_container4__wGbvF .Template8_footer__Bpfaq .Template8_shortMessage__SiwGU .Template8_textShort__1Aded{color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:3.3rem}.Template8_container4__wGbvF .Template8_footer__Bpfaq .Template8_shortMessage__SiwGU .Template8_shortDesc__RczsF{border:none;color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:300;height:8.13581rem;line-height:normal;margin-bottom:4.2rem;overflow:scroll;text-align:center;width:46.84544rem}.Template8_container4__wGbvF .Template8_footer__Bpfaq .Template8_shortMessage__SiwGU .Template8_shortDesc__RczsF::-webkit-scrollbar{display:none}.Template8_container4__wGbvF .Template8_footer__Bpfaq .Template8_thankYou__WxOuo{color:#fff;font-family:Poppins;font-size:1.71231rem;font-style:normal;font-weight:300;line-height:normal;text-align:center}.Template9_Template9Wrapper__aqL8g{background:#010101;height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template9_Template9Wrapper__aqL8g::-webkit-scrollbar{display:none}.Template9_Template9Wrapper__aqL8g .Template9_Setting__u0LdP{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template9_Template9Wrapper__aqL8g .Template9_saveButton__D9BwP{background:#0000;border:none;color:#2f7a7a;cursor:pointer;font-size:larger;font-weight:700;left:2.913%;position:absolute;top:38%;z-index:10}.Template9_Template9Wrapper__aqL8g .Template9_Template9__2iNTH{background:#010101;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template9_Template9Wrapper__aqL8g .Template9_Template9__2iNTH::-webkit-scrollbar{display:none}.Template9_Template9Wrapper__aqL8g .Template9_Template9__2iNTH section{scroll-snap-align:start;scroll-snap-stop:always}.Template9_container1__TTKhH{background-color:#0000;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template9_container1__TTKhH .Template9_CoverImage1Icon__wpCBh{height:3.5rem;left:16%;position:absolute;top:6%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_CoverImage1Icon__wpCBh{left:10%;top:36%}}.Template9_container1__TTKhH .Template9_CoverImage2Icon__wLghk{height:3.5rem;left:54%;position:absolute;top:6%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_CoverImage2Icon__wLghk{left:52%;top:36%}}.Template9_container1__TTKhH .Template9_CoverImage3Icon__gdvhO{height:3.5rem;left:88%;position:absolute;top:6%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_CoverImage3Icon__gdvhO{left:88%;top:36%}}.Template9_container1__TTKhH .Template9_image_container__gOt0e{display:flex;height:65%;position:absolute;width:100%}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage1__yG3Oe{clip-path:polygon(0 0,42% 0,16% 100%,0 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage1__yG3Oe{clip-path:polygon(0 0,82% 0,0 85%)}}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage1__yG3Oe img{max-height:150%;min-height:100%;position:absolute;width:43%}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage1__yG3Oe img{width:82%}}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage2__gsinF{clip-path:polygon(42% 0,78% 0,56% 100%,16% 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage2__gsinF{clip-path:polygon(82% 0,100% 0,100% 26%,30% 100%,0 100%,0 85%)}}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage2__gsinF img{left:10%;min-height:100%;position:absolute;top:-60%;transform:rotate(28.646deg);width:68%}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage2__gsinF img{height:146%;left:16%;top:-20%;width:69%}}@media(max-width:630px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage2__gsinF img{height:130%;left:16%;top:-10%;width:69%}}@media(max-width:400px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage2__gsinF img{height:133%;left:16%;top:-15%;width:69%}}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43{clip-path:polygon(78% 0,100% 0,100% 100%,56% 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43{clip-path:polygon(100% 26%,100% 100%,30% 100%)}}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43 .Template9_Overlay3__KQP6e{background:#00000026;box-shadow:-20.443px 20.443px 30.66449px 0 #00000026;height:100%;position:absolute;width:100%;z-index:2}.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43 img{max-height:150%;min-height:140%;position:absolute;right:-35%;top:-4%;transform:rotate(28.646deg);width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43 img{min-height:71vh;min-width:64vw;right:-11%;top:17%;width:40%}}@media(max-width:630px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43 img{min-height:65vh;min-width:64vw;right:-21%;top:20%;width:40%}}@media(max-width:400px)and (min-height:600px){.Template9_container1__TTKhH .Template9_image_container__gOt0e .Template9_coverImage3__HHn43 img{min-height:69vh;min-width:64vw;right:-14%;top:20%;width:40%}}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC{bottom:8%;position:absolute;width:100%}@media(max-width:1420px)and (max-height:600px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC{transform:translateY(-10%)}}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_EditTextIcon__Ixw0A{bottom:30%;cursor:pointer;height:3.5rem;left:25%;position:absolute;width:3.5rem}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk{height:auto;margin:auto;width:-moz-fit-content;width:fit-content}@media(max-width:1410px)and (max-height:600px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk{transform:translateY(18%)}}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5{border:none;color:#fff;font-family:Poppins;font-size:11.49563rem;font-style:normal;font-weight:800;height:17rem;line-height:normal;position:relative;width:45rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5{font-size:10.48563rem}}@media(max-width:380px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5{font-size:9.848563rem}}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5::-webkit-scrollbar{display:none}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5 .Template9_surName__157XU{border:none;bottom:-3.612rem;color:#ff031b;font-family:Noto Serif;font-size:9.49738rem;font-style:normal;font-weight:400;height:11.4rem;left:7.18rem;line-height:100%;overflow-y:scroll;position:absolute;width:44rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5 .Template9_surName__157XU{font-size:8.48563rem}}@media(max-width:380px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5 .Template9_surName__157XU{font-size:7.848563rem}}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5 .Template9_surName__157XU::-webkit-scrollbar{display:none}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_name__sHRYk .Template9_fullName__hlyK5 .Template9_suf__zVuwD{color:#fff;font-family:Poppins;font-size:2.86125rem;font-style:normal;font-weight:500;left:6.9rem;line-height:99.5%;position:absolute;top:0;top:2rem}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_desc__1VVCi{border:none;color:#fff;font-family:Poppins;font-size:1.69463rem;font-style:normal;font-weight:300;height:7.687rem;line-height:normal;margin:3.9rem auto auto;outline:none;overflow:scroll;text-align:center;width:53.79675rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_desc__1VVCi{margin-left:14%;padding:.1rem 4rem;width:90%}}.Template9_container1__TTKhH .Template9_nameDesc__vgHtC .Template9_desc__1VVCi::-webkit-scrollbar{display:none}.Template9_container1__TTKhH .Template9_buttons__7w21k{align-items:flex-end;bottom:.21rem;display:flex;gap:20%;justify-content:center;position:absolute;width:100%}.Template9_container1__TTKhH .Template9_buttons__7w21k button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.49331rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}.Template9_container1__TTKhH .Template9_star__ghfuo{align-items:center;background-color:515151;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;bottom:21%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.72663rem;font-style:normal;font-weight:600;height:9.615rem;justify-content:center;left:5%;line-height:normal;position:absolute;width:9.615rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_star__ghfuo{bottom:7%;left:2%}}.Template9_container1__TTKhH .Template9_followers__JNhJ6{left:62%;position:absolute;top:26%;transform:rotate(-59.811deg)}@media(max-width:1410px)and (max-height:600px){.Template9_container1__TTKhH .Template9_followers__JNhJ6{left:68%;top:8%;transform:rotate(-48.811deg)}}@media(max-width:1280px)and (max-height:600px){.Template9_container1__TTKhH .Template9_followers__JNhJ6{left:67%;top:11%;transform:rotate(-54.811deg)}}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_followers__JNhJ6{left:53%;top:35%;transform:rotate(-55.811deg)}}.Template9_container1__TTKhH .Template9_followers__JNhJ6 .Template9_count__5HAxv{color:#fff;font-family:Poppins;font-size:9.41981rem;font-style:normal;font-weight:800;line-height:100%;text-align:center}.Template9_container1__TTKhH .Template9_followers__JNhJ6 .Template9_buttons__7w21k button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.49331rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}.Template9_container1__TTKhH .Template9_followers__JNhJ6 .Template9_star__ghfuo{align-items:center;background-color:#515151;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;bottom:24%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.72663rem;font-style:normal;font-weight:600;height:9.615rem;justify-content:center;left:5%;line-height:normal;position:absolute;width:9.615rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__TTKhH .Template9_followers__JNhJ6 .Template9_star__ghfuo{bottom:7%;left:2%}}.Template9_container1__TTKhH .Template9_followers__JNhJ6 .Template9_textFollower__zic9V{color:#fff;font-family:Poppins;font-size:1.60869rem;font-style:normal;font-weight:800;line-height:100%;text-align:center}.Template9_container2__zCbee{height:100vh;max-height:100vh;max-width:100vw;padding-top:2rem;position:relative;width:100vw}.Template9_container2__zCbee .Template9_myIntro__f1XHR{background:#fff;background-clip:text;-webkit-background-clip:text;background-image:url(/static/media/Amber.f0d380ddc8ed1bc1c940.png);background-repeat:no-repeat;background-size:93% 93%;color:#fff;color:#0000;font-family:Poppins;font-size:7.10456rem;font-style:normal;font-weight:800;line-height:7rem;max-height:-moz-fit-content;max-height:fit-content;min-height:10vh;padding-left:10rem;padding-top:5%}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_myIntro__f1XHR{padding-bottom:2rem;padding-left:0;padding-top:0;text-align:center}}@media(max-width:1420px)and (max-height:600px){.Template9_container2__zCbee .Template9_myIntro__f1XHR{padding-top:0}}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_myIntro__f1XHR{padding-top:0}}@media(max-height:500px){.Template9_container2__zCbee .Template9_myIntro__f1XHR{padding-top:0}}.Template9_container2__zCbee .Template9_introContainer__At5ye{bottom:0;display:flex;height:80%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye{flex-direction:column;height:90vh}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8{align-items:center;background-color:#0000;display:flex;gap:2rem;height:90%;justify-content:center;margin:auto;width:45%}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8{height:55vh;width:100%}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF{position:relative}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF .Template9_textMy__8gdhR{-webkit-text-stroke:1px #fff;bottom:-4.9912vh;color:#000;font-family:Poppins;font-size:7.10456rem;font-style:normal;font-weight:800;left:18%;line-height:normal;position:absolute;text-align:center;z-index:1}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF .Template9_textMy__8gdhR{bottom:-6%;left:18%}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF .Template9_introImage1__xYKyx{height:32.37513rem;margin-bottom:3rem;max-height:52.13861vh;max-width:18.16615vw;position:relative;width:17.7085rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF .Template9_introImage1__xYKyx{height:42vh;max-height:42vh;min-width:42vw;width:42vw}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF .Template9_introImage1__xYKyx .Template9_IntroImageIcon1__QPi4v{bottom:-2rem;height:3.5rem;left:-2rem;width:3.5rem}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_my__vx2rF .Template9_introImage1__xYKyx img{height:100%;object-fit:cover;width:100%}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs{position:relative}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs .Template9_textIntro__l2uu1{-webkit-text-stroke:1px #fff;color:#000;font-family:Poppins;font-size:7.10456rem;font-style:normal;font-weight:800;line-height:normal;position:absolute;text-align:center;top:-8.8%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs .Template9_textIntro__l2uu1{left:5%;top:-7%}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs .Template9_introImage2__GjepK{height:32.37513rem;margin-top:3rem;max-height:52.13861vh;max-width:18.16615vw;position:relative;width:17.7085rem;z-index:5}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs .Template9_introImage2__GjepK{height:42vh;max-height:42vh;min-width:42vw;width:42vw}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs .Template9_introImage2__GjepK .Template9_IntroImageIcon2__pw4KP{bottom:-2rem;height:3.5rem;left:-2rem;width:3.5rem}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_left__BRpH8 .Template9_intro__iPzVs .Template9_introImage2__GjepK img{height:100%;object-fit:cover;width:100%}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;width:55%}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP{height:35vh;width:100%}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_EditTextIcon__Ixw0A{cursor:pointer;height:3.5rem;left:12%;position:absolute;top:12%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_EditTextIcon__Ixw0A{top:1%}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introDesc__NU3\+3{border:none;color:#fff;font-family:Poppins;font-size:1.14219rem;font-style:normal;font-weight:300;height:21rem;line-height:normal;max-height:40vh;max-width:44vw;outline:none;overflow:scroll;padding:1rem;scroll-behavior:smooth;text-align:center;width:41.01463rem;width:44vw}@media(max-width:1280px)and (max-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introDesc__NU3\+3{max-height:47vh}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introDesc__NU3\+3::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introDesc__NU3\+3{font-size:1.54219rem;min-height:25vh;min-width:100%;padding:2rem 4rem}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introButtons__PUdv1{align-items:center;display:flex;justify-content:space-between;margin-top:-7rem;width:48vw}@media(max-width:1280px)and (max-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introButtons__PUdv1{margin-top:.21rem}}@media(max-width:930px)and (min-height:600px){.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introButtons__PUdv1{margin-top:0;width:90%}}.Template9_container2__zCbee .Template9_introContainer__At5ye .Template9_right__ODudP .Template9_introButtons__PUdv1 button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Noto Serif;font-size:4.07125rem;font-style:normal;font-weight:400;line-height:normal}.Template9_container3__oRGBs{height:100vh;width:100vw}.Template9_container3__oRGBs .Template9_threeImage__wOLxh{align-items:center;display:flex;gap:1rem;height:100%;justify-content:center;width:100%}@media(max-width:650px){.Template9_container3__oRGBs .Template9_threeImage__wOLxh{gap:1rem}}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image1__tFaNg{border-radius:1.59863rem;height:55.54563rem;max-height:80vh;position:relative;width:35.08169rem}@media(max-width:930px)and (min-height:600px){.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image1__tFaNg{max-height:57vh;max-width:50vw}}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image1__tFaNg .Template9_IntroImageIcon3__RCPgl{bottom:-2rem;height:3.5rem;left:10%;width:3.5rem}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image1__tFaNg .Template9_IntroImageIcon3__RCPgl img{border-radius:0}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image1__tFaNg img{border-radius:1.59863rem;height:100%;object-fit:cover;width:100%}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image2__Gn0hg{border-radius:1.59863rem;height:55.54563rem;max-height:80vh;position:relative;width:11.17794rem}@media(max-width:930px)and (min-height:600px){.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image2__Gn0hg{max-height:57vh;max-width:20vw}}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image2__Gn0hg .Template9_IntroImageIcon4__FgGb-{bottom:-2rem;height:3.5rem;left:50%;transform:translateX(-50%);width:3.5rem}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image2__Gn0hg .Template9_IntroImageIcon4__FgGb- img{border-radius:0}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image2__Gn0hg img{border-radius:1.59863rem;height:100%;object-fit:cover;width:100%}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image3__n7H5F{border-radius:1.59863rem;height:55.54563rem;max-height:80vh;position:relative;width:11.17794rem}@media(max-width:930px)and (min-height:600px){.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image3__n7H5F{max-height:57vh;max-width:20vw}}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image3__n7H5F .Template9_IntroImageIcon5__C4NtA{bottom:-2rem;height:3.5rem;left:50%;transform:translateX(-50%);width:3.5rem}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image3__n7H5F .Template9_IntroImageIcon5__C4NtA img{border-radius:0}.Template9_container3__oRGBs .Template9_threeImage__wOLxh .Template9_image3__n7H5F img{border-radius:1.59863rem;height:100%;object-fit:cover;width:100%}.Template9_container4__Bi\+Fr{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%}.Template9_container4__Bi\+Fr .Template9_header__e312N{align-items:flex-start;display:flex;flex-direction:column;height:17.56519rem;justify-content:space-evenly;margin-left:5.6547vw;max-height:15vh;position:relative;width:23.02363rem}@media(max-width:1280px)and (max-height:600px){.Template9_container4__Bi\+Fr .Template9_header__e312N{margin-top:1.3rem}}@media(max-width:930px)and (min-height:600px){.Template9_container4__Bi\+Fr .Template9_header__e312N{align-items:center;margin:2rem 0;max-height:8vh;width:100%}}.Template9_container4__Bi\+Fr .Template9_header__e312N .Template9_mygallery__-uzu5{color:#fff;font-family:Poppins;font-size:6.30506rem;font-style:normal;font-weight:600;line-height:100%;margin-left:0;text-align:center;white-space:nowrap}.Template9_container4__Bi\+Fr .Template9_header__e312N .Template9_viewall__h3ZbY{color:#fff;cursor:pointer;font-family:Poppins;font-size:1.68006rem;font-style:normal;font-weight:300;line-height:100%;margin-top:2rem;text-align:center}.Template9_container4__Bi\+Fr .Template9_mobileView__56QRx{display:none}.Template9_container4__Bi\+Fr .Template9_mobileView__56QRx .Template9_smallContainer__nvTti{display:flex;overflow-y:scroll;padding:0 2rem}.Template9_container4__Bi\+Fr .Template9_mobileView__56QRx .Template9_smallContainer__nvTti::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template9_container4__Bi\+Fr .Template9_mobileView__56QRx{display:block}}.Template9_container4__Bi\+Fr .Template9_desktopView__qYAb0{margin-top:3rem}.Template9_container4__Bi\+Fr .Template9_desktopView__qYAb0 .Template9_alice-carousel__prev-btn__jg07H{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template9_container4__Bi\+Fr .Template9_desktopView__qYAb0{display:none}}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ{min-height:58vh}}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_imageSection__MMdru{background-color:rgba(31,30,30,.486);border-radius:2.57763rem;height:100%;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_imageSection__MMdru img,.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_imageSection__MMdru video{border-radius:2.57763rem;height:100%;object-fit:contain;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_upper__1TCaL{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_upper__1TCaL{padding:1.8rem}}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_upper__1TCaL .Template9_profileLogo__hO\+Tl{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_upper__1TCaL .Template9_profileLogo__hO\+Tl img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_upper__1TCaL .Template9_nameUsername__LTVVt .Template9_name__sHRYk{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_upper__1TCaL .Template9_nameUsername__LTVVt .Template9_userName__kDHyt{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;justify-content:space-between;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_desc__1VVCi{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_like__O6A5Z{align-items:center;display:flex;justify-content:center}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_like__O6A5Z img{height:4.5rem;width:4.5rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_like__O6A5Z p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw{gap:1rem}}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_Icon__\+gYfo{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:5.8rem;margin-top:.4rem;width:6.4rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_Icon__\+gYfo img{height:100%;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_Icon__\+gYfo p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_comment__06cp7{align-items:center;display:flex;justify-content:center}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_comment__06cp7 .Template9_commentIcon__WALIz{height:5.185675rem;width:4.132rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_comment__06cp7 .Template9_commentIcon__WALIz img{height:100%;object-fit:cover;width:100%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_comment__06cp7 .Template9_commentCount__aV2JO{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_shareIcon__4fblQ{height:6.285675rem;width:4rem}.Template9_container4__Bi\+Fr .Template9_activeContainer__5FxmJ .Template9_details__iB0cW .Template9_below__JS8qq .Template9_icons__74Umw .Template9_shareIcon__4fblQ img{height:100%;object-fit:cover;width:100%}.Template9_container4__Bi\+Fr .Template9_cardContainer__uN7Ex{border-radius:1.25rem;height:10.99963rem;min-height:20vh;min-width:50vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template9_container4__Bi\+Fr .Template9_cardContainer__uN7Ex{min-height:23vh;min-width:47vw}}.Template9_container4__Bi\+Fr .Template9_cardContainer__uN7Ex img,.Template9_container4__Bi\+Fr .Template9_cardContainer__uN7Ex video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template9_container5__8VO79{padding-bottom:4.7rem}.Template9_container5__8VO79 .Template9_footer__osPeH{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}@media(max-width:930px)and (min-height:600px){.Template9_container5__8VO79 .Template9_footer__osPeH{max-height:12%;transform:translateY(-7vh)}}.Template9_container5__8VO79 .Template9_footer__osPeH .Template9_shortMessage__QCN-7{align-items:center;-webkit-backdrop-filter:blur(10.1858406067px);backdrop-filter:blur(10.1858406067px);background:#ffffff05;display:flex;flex-direction:column;height:20.61969rem;justify-content:center;margin-top:2rem;max-height:23vh;position:relative}.Template9_container5__8VO79 .Template9_footer__osPeH .Template9_shortMessage__QCN-7 .Template9_EditTextIcon__Ixw0A{cursor:pointer;height:3.5rem;left:2%;position:absolute;top:10%;width:3.5rem}.Template9_container5__8VO79 .Template9_footer__osPeH .Template9_shortMessage__QCN-7 .Template9_textShort__bTLaJ{color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:3.3rem}.Template9_container5__8VO79 .Template9_footer__osPeH .Template9_shortMessage__QCN-7 .Template9_shortDesc__bWNMX{border:none;color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:300;height:8.13581rem;line-height:normal;overflow:scroll;text-align:center;width:46.84544rem}.Template9_container5__8VO79 .Template9_footer__osPeH .Template9_shortMessage__QCN-7 .Template9_shortDesc__bWNMX::-webkit-scrollbar{display:none}.Template9_container5__8VO79 .Template9_footer__osPeH .Template9_thankYou__tMkvY{color:#fff;font-family:Poppins;font-size:1.71231rem;font-style:normal;font-weight:300;line-height:normal;margin-top:1rem;text-align:center}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{direction:ltr;margin:auto;position:relative;width:100%}.alice-carousel__wrapper{height:auto;overflow-x:hidden;overflow-y:hidden}.alice-carousel__stage,.alice-carousel__wrapper{box-sizing:border-box;position:relative;width:100%}.alice-carousel__stage{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;margin:0;padding:0;transform-style:flat;-webkit-transform-style:flat;white-space:nowrap}.alice-carousel__stage-item{box-sizing:border-box;display:inline-block;height:100%;line-height:0;margin:0;padding:0;position:relative;vertical-align:top;white-space:normal;width:100%}.alice-carousel__stage-item *{line-height:normal}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__next-btn,.alice-carousel__prev-btn{box-sizing:border-box;display:inline-block;padding:10px 5px;width:50%}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:attr(data-area);position:relative;text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{color:#465798;cursor:pointer;display:inline-block;margin:0;padding:5px}.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:darkred}.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{display:inline-block;left:20px;position:absolute;top:30px}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{background-color:#fff;border-radius:50%;height:32px;padding:10px;position:relative;width:32px}.alice-carousel__play-btn-item{background:#0000;border:0;cursor:pointer;height:32px;outline:none;position:absolute;width:32px}.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{border-color:#0000 #0000 #0000 #465798;border-style:solid;border-width:8px 0 8px 15px;content:"";display:block;height:0;pointer-events:none;position:absolute;transition:all .4s linear;width:0}.alice-carousel__play-btn-item:before{height:14px;left:5px}.alice-carousel__play-btn-item:after{left:18px;top:7px}.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{border-width:0 0 0 10px;height:30px}.alice-carousel__play-btn-item.__pause:after{left:18px;top:0}.alice-carousel__dots{list-style:none;margin:30px 3px 5px;padding:0;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){background-color:#e0e4fb;border-radius:50%;cursor:pointer;height:8px;width:8px}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}.alice-carousel__slide-info{background-color:#e0e4fb99;border-radius:5px;color:#465798;display:inline-block;padding:5px 10px;position:absolute;right:20px;top:20px}.alice-carousel__slide-info-item{line-height:0;vertical-align:middle}*{box-sizing:border-box;font-family:poppins,sans-serif;margin:0;padding:0}:root{--base-font-size:100%;--font-Poppins:"Poppins",sans-serif;--font-Inter:"Inter",sans-serif;--font-Chilanka:"Chilanka",cursive;--font-Roboto:"Roboto",sans-serif;--font-Bellefair:"Bellefair",serif;--font-Noto:"Noto Serif",serif;--color-text:#fff;--color-t09-text1:#000;--color-t09-text2:#525252;--color-t09-text3:#959595;--color-t09-text4:#202020;--color-t09-text5:#8c8c8c;--color-t09-text6:#262626;--color-t09-text7:#454545;--color-t09-icon1:#161111;--color-t09-background1:#7a7a7a;--color-t09-background2:#fff;--color-t09-background3:#f7ba1f;--color-t09-background4:#e7e7e7;font-size:100%;font-size:var(--base-font-size)}#root{height:100vh;overflow:hidden;width:100vw}.Toastify{font-size:16px;position:absolute;z-index:99999}.Toastify .Toastify__toast-theme--colored.Toastify__toast--default,.Toastify .Toastify__toast-theme--colored.Toastify__toast--error,.Toastify .Toastify__toast-theme--colored.Toastify__toast--info,.Toastify .Toastify__toast-theme--colored.Toastify__toast--success,.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--success .Toastify__toast-icon svg{fill:lime!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--error .Toastify__toast-icon svg{fill:red!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-icon svg{fill:#e1ff00!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--info .Toastify__toast-icon svg{fill:#3498db!important}.Toastify .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.react-transform-wrapper,.react-transform-wrapper .react-transform-component{height:100%!important;width:100%!important}
/*# sourceMappingURL=main.72707b60.css.map*/