.main-banner{display:flex;justify-content:center;align-items:center;background-color:#573236;height:400px}.main-banner h1{color:#279e9b}.hero{margin-top:-120px;padding-top:100px;background-attachment:fixed;background-repeat:no-repeat;background-position:20%;background-size:cover;height:auto}.hero1{position:relative;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;width:min(90vw,800px);margin:auto}.hero1 .text{margin:50px 0;text-align:right}.hero1 .text h1{font-weight:500;font-size:2.8rem;line-height:2.8rem;margin:0}.hero1 .text .sub-head{margin-bottom:30px;justify-self:end;width:90vw;text-align:right;margin:auto;margin-right:0}.hero1 .text p{font-size:1rem;margin:1rem 0 1rem auto;justify-self:end;width:50vw;text-align:right}.hero1 .text button{background-color:#FD818E;font-family:"Work Sans";font-weight:600;font-size:1rem;width:50vw;padding:0.8rem 1rem;color:white;border:none;border-radius:10px;margin-top:2rem;cursor:pointer;&:hover{background-color:#FF5D6F}}.hero1 img{position:absolute;bottom:0;left:0;width:30vw;height:300px;object-fit:cover;object-position:40% 0}.index__section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;overflow:hidden}.index__problems{width:min(90vw,800px);height:auto}.index__section.no_crop{overflow:unset}.index__problems .problem__image{position:relative}.index__problems .problem__image img{width:100%;border-radius:20px 20px 0 0}.index__problems .problem__image .image-caption{position:relative;font-family:'Inter 18pt';font-weight:600;font-size:1rem;line-height:1rem;text-align:center;width:100%;background:#FDC5BB;bottom:0;margin:0;margin-top:-5px;padding:20px 50px;border-radius:0 0 20px 20px}.index__problems .problem__text{display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:2rem;margin:1rem 0}.index__problems .problem__text>div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0.5rem;width:90vw;margin:auto;min-height:100px;position:relative;background:linear-gradient(0deg,rgba(253,197,187,1) 0%,rgba(253,197,187,0.7) 45%,rgba(253,197,187,0.7) 55%,rgba(253,197,187,1) 100%);border-radius:20px;&:after{content:'';position:absolute;bottom:0;width:0;height:0;border:21px solid transparent;border-top-color:#FDC5BB;border-bottom:0;margin-left:-10.5px;margin-bottom:-21px}}.index__problems .problem__text>div:nth-of-type(odd){margin-left:0;&:after{left:20%;border-right:0}}.index__problems .problem__text>div:nth-of-type(even){margin-right:0;&:after{right:20%;border-left:0}}.index__problems .problem__text .problem__text_p{display:flex;width:300px}.index__problems .problem__text .problem__text_p p{margin-right:10px}.index__problems .problem__text .bi-x-lg{font-size:3rem;color:red;margin-left:10px}.index__problems>h3{font-family:'Inter 18pt';font-weight:600;font-size:2rem;line-height:2rem;text-align:center;margin:100px 0 0 0}.solution___points{display:flex;flex-wrap:wrap;flex-direction:row;gap:2rem;justify-content:center;align-items:center;width:min(90vw,1000px)}.solution___points .content__point{display:flex;flex-direction:column;align-self:stretch;background-color:#FDC5BB;width:300px;padding:20px;border-radius:20px;height:auto;cursor:pointer;transition:transform ease-out 0.5s;&:hover{background-color:#FD818E;transform:scale(1.02);transition:transform ease-out 0.5s,background-color ease-out 0.5s}}.solution___points .content__point h3{vertical-align:top;margin:0;font-family:'Inter 18pt';font-weight:600;font-size:2rem;line-height:2rem;min-height:100px}.solution___points .content__point p{padding-top:20px;border-top:2px solid #2e2e2e}.how___points{display:flex;flex-wrap:wrap;flex-direction:row;align-items:start;justify-content:center;gap:2rem;margin:auto}.how___points .content__point{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:250px;height:320px;text-align:center;margin:auto}.how___points .content__point img{height:100px;width:auto}.how___points .content__point p{font-weight:500;font-size:1.2rem;line-height:1.2rem;margin:0}.how___points .content__point p:last-of-type{font-weight:400;font-size:1rem;line-height:1.5rem;margin:0}.why_content__header{display:none}.why_content{position:relative;display:flex;flex-direction:column;gap:2rem}.why__points{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.why_content .image{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.why_content .image>img{width:30vw;object-fit:cover;object-position:center;margin:auto}.why_content .image>h2{font-size:2.8rem}.why_content .content__point{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(90vw,700px);gap:1rem}.why_content .content__point img{width:100px;height:auto}.why_content .content__point .content__text{display:flex;flex-direction:column;align-items:center;text-align:center}.why_content .content__point .content__text h3{margin:0}@keyframes float1{0%{transform:translatey(0px)}50%{transform:translatey(-20px)}100%{transform:translatey(0px)}}@keyframes float2{0%{transform:translatey(0px)}50%{transform:translatey(20px)}100%{transform:translatey(0px)}}.why_content .heart_icon{position:absolute;width:100px;right:5px;top:-50px;transform:translatey(0px);animation:float2 5s ease-in-out infinite}.why_content .like_icon{position:absolute;width:150px;right:0px;bottom:-150px;transform:translatey(0px);animation:float1 8s ease-in-out infinite}@media screen and (min-width:425px){.hero1 img{position:absolute;bottom:0;object-position:40% 0}.hero1 .text h1{font-size:3.2rem;line-height:3.2rem}.hero1 .text .sub-head{width:90vw}.hero1 .text button{width:unset}.why_content .image>h2{font-size:3rem}}@media screen and (min-width:600px){.hero{background-position:center;height:calc(700px - 50px)}.hero1{flex-direction:row;width:min(90vw,1000px);align-items:center;justify-content:end}.hero1 .text{text-align:unset;margin:20px 20px 50px 20px}.hero1 .text p{font-size:1.2rem}.hero1 .text .sub-head{justify-self:unset;width:unset;text-align:unset}.hero1 img{position:relative;height:500px;width:300px;align-self:end}.hero1 .text h1{font-size:3.5rem;line-height:3.5rem}.hero1 .text p{justify-self:unset;width:unset;text-align:left}.index__problems .problem__image img{border-radius:20px}.index__problems .problem__image .image-caption{position:absolute;margin-top:0;font-size:2rem;line-height:2rem}.index__problems .problem__text{gap:1rem}.index__problems .problem__text>div{width:80%}.index__problems .problem__text .problem__text_p p{margin-right:unset}.index__problems .problem__text .bi-x-lg{margin-left:unset}.why_content .heart_icon{top:unset}}@media screen and (min-width:768px){.hero1 img{height:600px;width:400px;top:-50px}.index__section{overflow:unset}.index__problems .problem__text>div{gap:1rem;width:60%}.why_content{flex-direction:row;justify-content:start;gap:1rem;width:100%;overflow-x:clip}.why_content__header{display:unset}.why_content .image>img{width:300px;margin:0}.why_content .image>h2{display:none}.why_content .content__point{flex-direction:row;justify-content:start;width:calc(100% - 300px - 2rem)}.why_content .content__point .content__text{width:calc(100vw - 100px);align-items:start;text-align:left}.why_content .heart_icon{top:-50px}.why__points{align-items:start}}@media screen and (min-width:1024px){.why_content{width:min(100vw,1000px);overflow-x:visible}.why_content .content__point{width:100%}.why_content .content__point .content__text{width:100%}.why_content .heart_icon{position:absolute;width:100px;right:0;transform:translatey(0px);animation:float2 5s ease-in-out infinite}.why_content .like_icon{position:absolute;width:150px;right:0;bottom:-80px;transform:translatey(0px);animation:float1 8s ease-in-out infinite}}@media screen and (min-width:1200px){.why_content .heart_icon{right:-20px}.why_content .like_icon{right:-80px}}@media screen and (min-width:1440px){}@media screen and (min-width:2000px){}.test{position:relative;display:flex;justify-content:start;align-items:center;margin:auto;width:100%;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain}.testimonials{display:flex;justify-content:start;align-items:stretch;gap:1rem}.testimonials::-webkit-scrollbar{display:none;width:0;height:0}.testimony{font-family:'Inter 18pt';font-weight:400;font-size:1rem;line-height:1.5rem;border-radius:20px;color:#2e2e2e;background-color:#FDC5BB;padding:30px;width:80vw;scroll-snap-align:center;&>p{margin-bottom:0}}.testimony>.testimony-profile{display:flex;gap:1rem;align-items:center;&>img{width:80px;height:80px;aspect-ratio:1/1;border-radius:50%}}.testimony-name{display:flex;flex-direction:column;&>p{margin:0}}.testimony-name>.stars{&>i{font-size:1rem;color:#FD818E}}.button-left,.button-right{cursor:pointer;position:sticky;width:auto;padding:10px 16px;background-color:rgba(255,252,247,0.1);color:#FD818E;font-weight:bold;font-size:16px;transition:0.6s ease;border:1px solid #FD818E;border-radius:50%;user-select:none;aspect-ratio:1/1;&:hover{background-color:#FF5D6F;color:#fff2f1}}.test .button-left{left:20px}.test .button-right{right:20px}@media screen and (min-width:425px){}@media screen and (min-width:600px){.testimony{width:45vw}}@media screen and (min-width:768px){.testimonials{gap:2rem}.testimony{width:35vw}}@media screen and (min-width:1024px){.testimony{width:25vw}}:root{--background:#fff2f1;--font-colour:#2e2e2e;--colour-1:#2E2E2E;--colour-2:#FD818E;--colour-3:#FDC5BB;--hover-colour:#FF5D6F}::-moz-selection{background:#2e2e2e;color:#FFFCF7}::selection{background:#2e2e2e;color:#FFFCF7}a{color:black;text-decoration:none}a:hover,a:active{color:#573236}body{font-family:'Inter 18pt',sans-serif;color:#2e2e2e;background-color:#fff2f1}h1,h2,h3,h4,h5{font-family:'Work Sans',sans-serif}h1{font-weight:400;font-size:3.5rem}h2{font-weight:300;font-size:3rem}h3{font-weight:300;font-size:2.5rem}h4{font-weight:300;font-size:2rem}h5{font-weight:300;font-size:1rem}p{font-family:'Inter 18pt',sans-serif;font-size:1rem;line-height:1.5em}.p1{font-family:'Inter 18pt',sans-serif;font-size:0.75rem}.p2{font-family:'Inter 18pt',sans-serif;font-size:0.9rem}hr{border:none;border-top:1px solid #ccc}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;scroll-behavior:smooth}body:has(dialog:open){overflow:hidden}table,tr,th,td{border-collapse:collapse;border:1px solid;padding:0.5rem;width:500px}.inner-table{border:none;padding:0}.main{display:flex;flex-direction:column;justify-content:start;align-items:center;margin:50px 0}@media screen and (min-width:425px){}@media screen and (min-width:600px){}@media screen and (min-width:769px){.text-content{width:min(100%,700px)}}@media screen and (min-width:1024px){}@media screen and (min-width:1200px){}@media screen and (min-width:1440px){}@keyframes h1-slidein-top{from{transform:translateY(-300px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes h1-slidein-bottom{from{transform:translateY(200px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes h1-slidein-left{from{transform:translateX(-200px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes h1-slidein-right{from{transform:translateX(200px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes mobile-menu-slidein-left{from{transform:translateX(-500px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes hop{0%{transform:translateY(0)}30%{transform:translateY(-5px)}50%{transform:translateY(2px)}80%{transform:translateY(-1px)}100%{transform:translateY(0)}}.reveal.r-bottom{opacity:0}.reveal.r-bottom.active{opacity:1;transition:all 1s ease;animation:h1-slidein-bottom 1s ease}.reveal.r-left{opacity:0}.reveal.r-left.active{opacity:1;transition:all 1s ease;animation:h1-slidein-left 1s ease}.reveal.r-right{opacity:0}.reveal.r-right.active{opacity:1;transition:all 1s ease;animation:h1-slidein-right 1s ease}.reveal.fade{opacity:0}.reveal.fade.active{opacity:1;transition:all 2s ease;animation:fadein 2s ease}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraLight.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraLight.woff') format('woff');font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraBold.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraBold.woff') format('woff');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Black.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Light.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Medium.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Bold.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-SemiBold.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Regular.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Thin.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Thin.woff') format('woff');font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-BoldItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-BoldItalic.woff') format('woff');font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraBoldItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraBoldItalic.woff') format('woff');font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-BlackItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-BlackItalic.woff') format('woff');font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-Italic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-Italic.woff') format('woff');font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-LightItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-LightItalic.woff') format('woff');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraLightItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-ExtraLightItalic.woff') format('woff');font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-ThinItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-ThinItalic.woff') format('woff');font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-SemiBoldItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-SemiBoldItalic.woff') format('woff');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:'Work Sans';src:url('/websitebucket/sites/static/fonts/pamela/WorkSans-MediumItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/WorkSans-MediumItalic.woff') format('woff');font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Bold.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-BlackItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-BlackItalic.woff') format('woff');font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Black.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraLight.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraLight.woff') format('woff');font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-BoldItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-BoldItalic.woff') format('woff');font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraBoldItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraBoldItalic.woff') format('woff');font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraBold.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraBold.woff') format('woff');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Italic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Italic.woff') format('woff');font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraLightItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ExtraLightItalic.woff') format('woff');font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Light.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-SemiBold.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Medium.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-MediumItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-MediumItalic.woff') format('woff');font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Regular.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-LightItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-LightItalic.woff') format('woff');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ThinItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-ThinItalic.woff') format('woff');font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-SemiBoldItalic.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-SemiBoldItalic.woff') format('woff');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:'Inter 18pt';src:url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Thin.woff2') format('woff2'),url('/websitebucket/sites/static/fonts/pamela/Inter18pt-Thin.woff') format('woff');font-weight:100;font-style:normal;font-display:swap}.header-parent{display:inline}.header{position:relative;display:flex;width:100%;min-height:100px;padding:min(5vw,20px) min(5vw,50px);background-color:#fff2f1;box-shadow:0 6px 10px 0 rgba(0,0,0,0.4);z-index:10}.header2{position:relative;display:flex;width:100%;height:100px;padding:min(5vw,20px) min(5vw,50px);padding-top:0;background-color:transparent;z-index:10}.header .logo,.header2 .logo{position:absolute;top:50%;left:50%;width:100px;transform:translate(-50%,-50%)}.header .logo>img,.header2 .logo>img{width:100px}.header2.sticky{background-color:#fff2f1;color:black}.header.sticky,.header2.sticky{position:sticky;top:0;height:80px;padding:min(5vw,10px) min(5vw,50px);box-shadow:0 6px 10px 0 rgba(0,0,0,0.4);animation-name:fadein;animation-duration:0.3s;z-index:10}.header.sticky .logo>img,.header2.sticky .logo>img{margin:auto;width:80px}.header2.sticky .logo>img:first-child{display:none}.header2.sticky .logo>img:last-child{display:block}.header .menu-links,.header2 .menu-links{display:none}.menu li,.menu-links li{list-style-type:none}.menu li a,.menu-links li a{font-family:'Inter 18pt',sans-serif;font-weight:600;text-transform:uppercase;text-decoration:none;color:#424242;font-size:0.8rem;&:hover{color:#EF483F}}.overflow-hide{overflow:hidden}.menu-left{align-self:center}.menu-toggle{display:flex;align-items:center;justify-content:start;padding:0;background:none;border:none;font-size:2rem;cursor:pointer;color:white}.header2 .menu-toggle{color:#424242;padding-top:1rem}.header2.sticky .menu-toggle{padding-top:0;&:hover{color:var(--colour-4)}}.dialog__mobile-menu{border:none;margin:0;padding:0;background-color:rgba(255,242,241,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);max-width:100%!important;max-height:100%!important;width:100vw;height:100vh;height:100dvh;overflow-y:hidden;animation:mobile-menu-slidein-left 0.5s ease-out}.dialog__mobile-menu:open{animation:mobile-menu-slidein-left 0.5s ease-out;-webkit-animation:mobile-menu-slidein-left 0.5s ease-out}.dialog::backdrop{}.dialog__mobile-menu>.menu-links{position:relative;display:flex;flex-direction:column;align-items:start;padding-top:150px;padding-left:50px;gap:1.5rem;-webkit-overflow-scrolling:touch}.dialog__mobile-menu>.menu-links>li>a{font-size:1.5rem;color:black;&:hover{color:#FF5D6F}}.dialog__mobile-menu .close-button{display:block;color:black;position:absolute;top:30px;right:30px;border:none;background:transparent;width:30px;height:30px;padding:0;z-index:100;font-size:2rem;cursor:pointer}@media screen and (min-width:425px){.header .menu-links .header2 .menu-links{gap:0.8rem}}@media screen and (min-width:600px){}@media screen and (min-width:769px){.header,.header2{align-items:center;justify-content:center}.header .logo,.header2 .logo{position:relative;top:0;left:0;transform:translate(0,0);display:flex;align-items:center;width:auto}.header .logo>img,.header2 .logo>img{width:100px}.header.sticky .logo,.header2.sticky .logo{padding-top:0}.header .menu-links,.header2 .menu-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:end;width:min(70%,900px);gap:1rem;font-size:0.65rem;padding-left:0}.menu-toggle{display:none}}@media screen and (min-width:900px){.header .menu-links,.header2 .menu-links{gap:1.5rem;font-size:0.75rem}}@media screen and (min-width:1024px){.header .menu-links,.header2 .menu-links{gap:3rem}}@media screen and (min-width:1200px){}@media screen and (min-width:1440px){}#form{position:relative}.contactform_header{margin:0;margin-bottom:1rem;text-align:center}.htmx-indicator{position:absolute;display:none;width:100%;height:100%;background-color:rgba(255,255,255,0.9);opacity:0}.htmx-request .htmx-indicator,.htmx-request.htmx-indicator{display:flex;align-items:center;justify-content:center;opacity:1}#spinner-image{width:50px;height:50px}#spinner-image-small{width:30px;height:30px}.dialog{border:none;padding:20px;width:min(90vw,400px);animation:fadein 0.5s ease-out}.dialog:open{animation:fadein 0.5s ease-out;-webkit-animation:fadein 0.5s ease-out}.dialog::backdrop{background-color:rgba(255,255,255,0.2);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:fadein 0.5s ease-out;-webkit-animation:fadein 0.5s ease-out}.dialog .close-button{position:absolute;right:0;top:0;background-color:unset;border:none;font-size:1.2rem;color:#999999;cursor:pointer;&:hover{color:black}}.contact-fold{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;margin:100px auto;width:min(90vw,800px)}.contact-fold h2{flex-basis:100%;text-align:center;font-family:"Work Sans";font-weight:300;font-size:3rem;line-height:3rem}.contact-fold p{text-align:center;font-size:1.5rem;line-height:1.8rem;margin:0}.contact-fold button{background-color:#FD818E;font-family:"Work Sans";font-weight:600;font-size:1rem;padding:0.8rem 1rem;color:white;border:none;border-radius:10px;margin-top:2rem;cursor:pointer;&:hover{background-color:#FF5D6F}}.contactform_2{display:flex;flex-direction:column;gap:2rem;width:min(90vw,400px)}.contactform_2>p{text-align:left}.contactform_2 .contactform p{background-color:#fff2f1;top:-10px;line-height:1rem}.contactform{display:flex;flex-direction:column;justify-content:center;align-items:center}.contactform>.checkboxes{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:start;outline:none;padding-left:1rem}.contactform>.checkboxes>div{display:flex;flex-direction:column;gap:0.2rem}.contactform>.checkboxes>div>div>label{display:flex;flex-direction:row;align-items:center;font-size:0.8rem}.contactform>.checkboxes input[type="checkbox"]{width:12px}.contactform>div{position:relative;margin:0.5rem 0;width:100%;outline:1px solid #2E2E2E}.contactform>div:last-of-type{outline:none}.contactform>.checkboxes{outline:none}.contactform p{position:absolute;font-size:0.7rem;margin:unset;background-color:white;top:-10px;right:5px;padding:0 5px}.contactform input,.contactform textarea{font-family:"Inter 18pt",sans-serif;width:100%;padding:0.5rem 1rem;border:1px solid #2E2E2E;border:none;background-color:transparent;&:focus{outline:none}}.contactform textarea{font-family:"Inter 18pt",sans-serif}.contactform input{}.contact-button{background-color:#FD818E;font-family:"Work Sans";font-weight:600;font-size:1rem;padding:0.8rem 1.5rem;color:white;border:none;border-radius:10px;width:100%;margin:auto;cursor:pointer;&:hover{background-color:#FF5D6F}}.thankyou{display:flex;flex-direction:column;justify-content:center;align-items:center;width:min(80vw,300px);height:100%}.thankyou p{width:100%;height:100%}@media screen and (min-width:600px){.dialog{padding:50px}}@media screen and (min-width:768px){.contact-fold{margin:auto}.contactform_2{display:flex;flex-direction:row;gap:2rem;width:unset}.contactform_2>p{width:50%}}.messages{position:relative;padding:0.75rem 1.25rem;margin:1rem 0;font-size:0.8rem;width:fit-content();padding-right:40px}.messages.dismiss{display:none}.message-warning,.message-error{background-color:#ffdddd;color:black}.message-success{background-color:#d4edda;color:#black}.message-info{background-color:lightyellow;color:black}.messages .message-close{position:absolute;top:0;bottom:0;right:0;padding:0.75rem 1.25rem;font-size:1.5rem;font-weight:700;line-height:1;color:black;border:none;cursor:pointer;background-color:transparent}.messages .errorlist{position:relative;padding-left:unset;list-style-type:none}.messages .errorlist .errorlist{position:relative;padding-left:20px;list-style-type:disc}.messages .errorlist .errorlist>li::marker{}@media screen and (min-width:425px){}@media screen and (min-width:600px){}@media screen and (min-width:769px){}@media screen and (min-width:1024px){}@media screen and (min-width:1200px){}@media screen and (min-width:1440px){}footer{position:relative;display:flex;flex-direction:column;padding:100px 50px;padding-bottom:0}.footer{display:grid;grid-template-columns:repeat(1,1fr);margin:auto;margin-bottom:0;justify-items:center;align-items:start;width:100%}.footer-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.footer-menu a,.footer-menu p{line-height:1.5rem;color:white}.footer-menu a,.footer-menu p{margin:0}.footer-menu a:hover{color:#02aff0}.footer-menu .social-icons{display:flex;flex-direction:row;font-size:2rem;gap:2rem}.footer-menu .social-icons a{color:#2e2e2e;&:hover{color:#FD818E}}.footer-menu .footer-links{display:flex;flex-direction:column;gap:0.5rem}.footer-menu .footer-links a{font-family:"Open Sans",sans-serif;text-align:center;font-weight:600;font-size:0.75rem;text-transform:uppercase;text-decoration:none;color:#2e2e2e;&:hover{color:#FD818E}}.copyright-text{text-align:center;margin-top:20px}#admin-button{position:fixed;display:flex;justify-content:end;align-items:center;text-decoration:none;right:0;bottom:100px;z-index:1}#admin-button button{font-size:2rem;font-weight:600;padding:0.2em 0.2em;background-color:lightgrey;color:white;border:none;border-radius:10px 0 0 10px;cursor:pointer;&:hover{background-color:grey}}#whatsapp-button{position:fixed;display:flex;justify-content:end;align-items:center;text-decoration:none;right:10px;bottom:50px;z-index:2}#whatsapp-button button{font-size:3rem;padding:0.2em 0.3em;background-color:#25D366;color:white;border:none;border-radius:50%;cursor:pointer}#whatsapp-button button:hover{background-color:#128C7E}@media screen and (min-width:425px){}@media screen and (min-width:600px){.footer{grid-template-columns:repeat(1,1fr);justify-items:center;width:100%}.footer-menu .footer-links{display:flex;flex-direction:row;gap:2rem}#whatsapp-button{right:20px;bottom:90px}}@media screen and (min-width:769px){footer{padding:100px;padding-bottom:0}#whatsapp-button{right:50px}#whatsapp-button button{font-size:4rem}}@media screen and (min-width:1024px){}@media screen and (min-width:1200px){}@media screen and (min-width:1440px){}