:root{font-family:Calibri,sans-serif;--transitionDuration: .2s;--whiteColor: #FAFAFA;--whiteRGBColor: 250, 250, 250;--darkGreyColor: #2E2E2E;--greyColor: #A1A1A1;--lightGreyColor: #EEEEEE;--lightGreyRGBColor: 217, 217, 217;--navigationColor: #A2C0B6;--burgerMenuColor: #85ADA0;--goldColor: #B69260;--greenColor: #689A89;--greenRGBColor: 104, 154, 137;--headerHeight: 6rem;--footerHeight: 150px;--redColor: #cf0000}@media screen and (min-width: 768px){:root{--headerHeight: 7rem;--footerHeight: 175px}}@media screen and (min-width: 1024px){:root{--headerHeight: 8rem;--footerHeight: 200px}}body{position:relative;background-color:var(--whiteColor);min-height:100dvh;margin:0 auto;max-width:1800px}body:before{content:"";display:block;height:calc(2rem + var(--headerHeight))}body:after{content:"";display:block;height:calc(3rem + var(--footerHeight))}body:has(.notFoundImage),body:has(.errorImage){min-height:unset;margin:unset}:is(body:has(.notFoundImage),body:has(.errorImage)):before{height:calc(var(--headerHeight) / 2)}:is(body:has(.notFoundImage),body:has(.errorImage)):after{display:none}main{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width: 768px){main{gap:2rem}}@media screen and (min-width: 1024px){main{gap:3rem}}header{z-index:1;position:fixed;top:0;left:0;right:0;padding:0 .7rem;height:var(--headerHeight);background-color:var(--navigationColor);display:flex;justify-content:space-between;align-items:center}header>picture img{max-height:5rem;max-width:5rem;background-color:var(--whiteColor);border-radius:5rem}@media screen and (min-width: 768px){header>picture img{max-height:6rem;max-width:6rem}}@media screen and (min-width: 1024px){header>picture img{max-height:7rem;max-width:7rem}}header>nav{max-height:6rem}header>nav>ul{max-height:5rem;justify-content:space-evenly;align-items:center}header>nav>ul li:has(button){position:relative}header>nav>ul li:has(button) button.dropDownMenuToggle{background:none;border:none;padding:unset;margin:unset;height:100%}header>nav>ul li:has(button) button.dropDownMenuToggle:after{display:inline-block;content:"▶";transition:var(--transitionDuration);margin-left:4px;padding:0 2px 0 3px;font-size:1.1rem}header>nav>ul li:has(button) button.dropDownMenuToggle.opened:after{transform:rotate(90deg);transition:ease-in-out var(--transitionDuration)}header>nav>ul li:has(button) .dropDownMenu{position:absolute;margin-top:.5rem;padding:.25rem;border:2px solid var(--darkGreyColor);background:var(--navigationColor);width:calc(100% - .5rem)}header>nav>ul li:has(button) .dropDownMenu ul{display:unset}header>nav>ul li:has(button) .dropDownMenu ul li:hover{background:#3232321a}header>nav>ul li:has(button) .dropDownMenu ul li:not(:first-child){margin-top:.5rem}header>nav>ul li.navContact>button{all:unset;font-size:inherit;cursor:pointer;border:none;background:none;transition:var(--transitionDuration);color:var(--darkGreyColor);font-weight:700;padding:0;height:19px}@media screen and (min-width: 768px){header>nav>ul li.navContact>button{height:22px}}@media screen and (min-width: 1024px){header>nav>ul li.navContact>button{height:23px}}header>nav a,header>nav .navContact>button{color:var(--darkGreyColor);text-decoration:none;transition:var(--transitionDuration)}:is(header>nav a,header>nav .navContact>button):hover,:is(header>nav a,header>nav .navContact>button):active,:is(header>nav a,header>nav .navContact>button):focus{text-decoration:underline}:is(header>nav a,header>nav .navContact>button):hover,:is(header>nav a,header>nav .navContact>button):active,:is(header>nav a,header>nav .navContact>button).currentPage{color:rgba(var(--whiteRGBColor),.8)}header>nav .mobileWidth>button{background:transparent;border:none}header>nav .mobileWidth>button>img{max-height:3rem;max-width:3rem}header .burgerMenu{position:absolute;right:0;height:calc(100dvh - 9rem);min-width:180px;width:45%;padding:2rem 1rem 1rem;background:var(--burgerMenuColor)}header .burgerMenu>nav{position:absolute;right:1rem;bottom:0;margin:0 0 1rem 1rem}header .burgerMenu>nav>ul{display:block;text-align:end}header .burgerMenu>nav a{font-weight:400;font-size:.8rem;color:var(--darkGreyColor)}header .burgerMenu>ul{flex-direction:column;gap:1rem}header .burgerMenu>ul ul{margin-top:.5rem;padding-left:.5rem;border-left:1px solid var(--darkGreyColor)}header .burgerMenu>ul ul li:not(:first-child){margin-top:.5rem}nav{font-weight:700;font-size:1.1rem}@media screen and (min-width: 768px){nav{font-size:1.2rem}}@media screen and (min-width: 1024px){nav{font-size:1.3rem}}nav>ul{color:var(--greenColor);list-style:none;min-width:140px;display:flex;gap:.5rem;padding:0;margin:0}@media screen and (min-width: 768px){nav>ul{min-width:525px}}@media screen and (min-width: 1024px){nav>ul{min-width:575px}}footer{position:absolute;left:0;bottom:0;right:0;border-radius:20px 20px 0 0;padding:10px;max-height:var(--footerHeight);background:rgba(var(--greenRGBColor),.8)}footer section{width:100%;justify-content:space-around;display:flex;margin-bottom:.5rem}@media screen and (min-width: 768px){footer section{margin-bottom:0}}footer section picture img{max-height:6rem;max-width:6rem;background-color:var(--whiteColor);border-radius:5rem}@media screen and (min-width: 768px){footer section picture img{max-height:8rem;max-width:8rem}}@media screen and (min-width: 1024px){footer section picture img{max-height:10rem;max-width:10rem}}footer section div{display:flex;flex-direction:column;text-align:right;align-self:center}footer section div div.socialNetworkLinks{gap:.5rem;flex-direction:row;align-self:flex-end}footer section div div.socialNetworkLinks>a svg{fill:var(--darkGreyColor)}footer section div div.socialNetworkLinks>a svg:hover,footer section div div.socialNetworkLinks>a svg:active{fill:rgba(var(--whiteRGBColor),.8)}footer section div a{color:var(--darkGreyColor);transition:var(--transitionDuration)}footer section div a svg{height:2rem}footer section div a:hover,footer section div a:active{cursor:pointer;color:rgba(var(--whiteRGBColor),.8)}h1,.bigText{font-size:2rem;color:var(--goldColor);font-weight:700;text-align:center}@media screen and (min-width: 768px){h1,.bigText{font-size:2.5rem}}@media screen and (min-width: 1024px){h1,.bigText{font-size:3rem}}h2{font-size:1.4rem;color:var(--greenColor);font-weight:700}@media screen and (min-width: 768px){h2{font-size:1.7rem}}@media screen and (min-width: 1024px){h2{font-size:2rem}}h3,.clickableThirdHeading{font-size:1.3rem;color:var(--greenColor);font-weight:700}@media screen and (min-width: 768px){h3,.clickableThirdHeading{font-size:1.4rem}}@media screen and (min-width: 1024px){h3,.clickableThirdHeading{font-size:1.5rem}}h4{font-size:1.2rem;color:var(--greenColor);font-weight:700}@media screen and (min-width: 768px){h4{font-size:1.3rem}}@media screen and (min-width: 1024px){h4{font-size:1.4rem}}a{color:var(--greenColor);text-decoration:underline}a svg{transition:var(--transitionDuration)}a svg.linkSideIcon{fill:var(--greenColor)}a:hover,a:active{color:var(--goldColor)}:is(a:hover,a:active) svg{fill:var(--goldColor)}p,i,li,summary,label,article.contactForm>form>.field>select{font-size:1rem}@media screen and (min-width: 768px){p,i,li,summary,label,article.contactForm>form>.field>select{font-size:1.1rem}}@media screen and (min-width: 1024px){p,i,li,summary,label,article.contactForm>form>.field>select{font-size:1.2rem}}article>p,section>p{margin-left:5px}@media screen and (min-width: 768px){article>p,section>p{margin-left:7px}}@media screen and (min-width: 1024px){article>p,section>p{margin-left:10px}}.mobileWidth{display:block}@media screen and (min-width: 768px){.mobileWidth{display:none}}.nonMobileWidth{display:none}@media screen and (min-width: 768px){.nonMobileWidth{display:block}}.centerText{text-align:center}.rightText{display:block;width:100%;text-align:right}.boldText{font-weight:700}.italicText{font-style:italic}.redText{color:var(--redColor)}.bigNumber{font-weight:700;font-size:1.7rem}@media screen and (min-width: 768px){.bigNumber{font-size:2rem}}@media screen and (min-width: 1024px){.bigNumber{font-size:2.2rem}}.tinyText{margin:0;font-size:.8rem}@media screen and (min-width: 768px){.tinyText{font-size:.9rem}}@media screen and (min-width: 1024px){.tinyText{font-size:1rem}}.bigText{margin:1rem 0}.wipImage,.notFoundImage,.errorImage{display:flex;justify-content:center}:is(.wipImage,.notFoundImage,.errorImage)>img{max-height:20rem;max-width:20rem}picture.hero{margin:auto 0;max-width:100dvw}picture.hero:not(.home){max-height:20rem}picture.hero.home{max-height:30rem}picture.hero img{width:100%;height:100%;object-fit:cover}picture.hero.sophrology>img{filter:saturate(70%);object-position:50% 65%}button.actionButton{padding:20px;border:none;border-radius:50px;background-color:var(--goldColor);color:var(--darkGreyColor);font-weight:700;font-size:1.2rem;cursor:pointer;transition:var(--transitionDuration)}.callToContact button.actionButton{padding:10px}@media screen and (min-width: 768px){.callToContact button.actionButton{padding:15px}}@media screen and (min-width: 1024px){.callToContact button.actionButton{padding:20px}}button.actionButton:hover,button.actionButton:active{background-color:var(--greenColor);color:var(--whiteColor)}.lightGreyBox{background:var(--lightGreyColor);border-radius:20px;padding:10px;max-width:1600px;margin:0 auto}.softSeparation{color:var(--greyColor);width:90%}div.displaySameHeight{width:90%;margin:2rem auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-around;align-items:center}@media screen and (min-width: 768px){div.displaySameHeight{gap:2rem;width:70%}}div.screenOverlay{z-index:2;overflow-y:scroll;position:fixed;height:100dvh;width:100dvw;top:0;left:0;right:0;background:rgba(var(--lightGreyRGBColor),.7)}div.screenOverlay:has(.burgerMenu){display:block;top:6rem;height:calc(100dvh - 6rem)}@media screen and (min-width: 768px){div.screenOverlay:has(.burgerMenu){display:none}}article.contactForm{position:relative;top:1.5rem;width:80%;max-width:500px;background:var(--whiteColor);margin:0 auto;border-radius:20px;padding:1rem}@media screen and (min-width: 768px){article.contactForm{top:2rem;padding:1.3rem}}@media screen and (min-width: 1024px){article.contactForm{max-width:600px;top:1rem;padding:1.5rem}}article.contactForm .bigText{margin:.5rem 0 0}article.contactForm .errorText{color:var(--redColor);font-size:1rem;margin:.5rem 0}article.contactForm button{display:none;position:absolute;right:1rem;top:1.3rem;background:transparent;border:none;cursor:pointer}@media screen and (min-width: 400px){article.contactForm button{display:block}}@media screen and (min-width: 768px){article.contactForm button{top:1.4rem}}@media screen and (min-width: 1024px){article.contactForm button{top:1.5rem}}article.contactForm button img{max-height:3rem;max-width:3rem}@media screen and (min-width: 768px){article.contactForm button img{max-height:4rem;max-width:4rem}}@media screen and (min-width: 1024px){article.contactForm button img{max-height:4.5rem;max-width:4.5rem}}article.contactForm>form :last-child:has(input[type=submit]){text-align:right}article.contactForm>form .field{margin:0 auto .5rem;width:80%}@media screen and (min-width: 768px){article.contactForm>form .field{width:70%;margin-bottom:.7rem}}@media screen and (min-width: 1024px){article.contactForm>form .field{margin-bottom:1rem}}article.contactForm>form .field:has(input[type=checkbox]){width:90%}article.contactForm>form .field:has(input[type=checkbox])>label{font-size:1rem}article.contactForm>form .field:has(input[type=submit]){margin-bottom:0}article.contactForm>form .field input:not([type=checkbox]),article.contactForm>form .field select,article.contactForm>form .field textarea{width:100%;box-sizing:border-box;border:none;background:rgb(var(--lightGreyRGBColor));padding:.25rem .5rem}article.contactForm>form .field input,article.contactForm>form .field select{border-radius:20px}article.contactForm>form .field input:focus,article.contactForm>form .field select:focus,article.contactForm>form .field textarea:focus{outline-color:var(--goldColor)}article.contactForm>form .field input:not([type=checkbox]),article.contactForm>form .field textarea{font-size:.9rem}@media screen and (min-width: 768px){article.contactForm>form .field input:not([type=checkbox]),article.contactForm>form .field textarea{font-size:1rem}}@media screen and (min-width: 1024px){article.contactForm>form .field input:not([type=checkbox]),article.contactForm>form .field textarea{font-size:1.1rem}}article.contactForm>form .field textarea{border-radius:5px;resize:none;height:3rem}@media screen and (min-width: 768px){article.contactForm>form .field textarea{height:4rem}}@media screen and (min-width: 1024px){article.contactForm>form .field textarea{height:5rem}}article.contactForm>form .field input[type=submit]{cursor:pointer;width:60%;padding:.3rem;margin-top:.5rem;border:none;border-radius:50px;background-color:rgba(var(--lightGreyRGBColor),.7);color:var(--darkGreyColor);font-weight:700;font-size:1.2rem;transition:var(--transitionDuration)}article.contactForm>form .field input[type=submit]:hover,article.contactForm>form .field input[type=submit]:active{background-color:rgba(var(--lightGreyRGBColor),1)}article.contactForm>form .field input[type=submit][status=waiting],article.contactForm>form .field input[type=submit][status=error]{background-color:var(--goldColor)}:is(article.contactForm>form .field input[type=submit][status=waiting],article.contactForm>form .field input[type=submit][status=error]):hover,:is(article.contactForm>form .field input[type=submit][status=waiting],article.contactForm>form .field input[type=submit][status=error]):active{background-color:var(--greenColor);color:var(--whiteColor)}article.contactForm>form>.field>label:not(:last-child){display:block;margin-bottom:.2rem}article{margin:.5rem}.explanationBlocks>div{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}@media screen and (min-width: 768px){.explanationBlocks>div{margin:1rem;flex-wrap:nowrap;gap:2rem}}@media screen and (min-width: 1024px){.explanationBlocks>div{gap:3rem}}.explanationBlocks>div>div,.explanationBlocks>div>section{width:100%}.explanationBlocks h2{text-align:left;margin-top:0;margin-bottom:15px}.explanationBlocks picture{align-content:center}.explanationBlocks picture>img{display:block;height:100%;width:10rem;margin:0 auto;border-radius:2rem;object-position:center right;object-fit:cover}@media screen and (min-width: 768px){.explanationBlocks picture>img{width:14rem}}@media screen and (min-width: 1024px){.explanationBlocks picture>img{width:20rem}}.textCarousel{width:100%}.textCarousel>h2{text-align:left;margin-top:0;margin-bottom:15px}.textCarousel>.carousel{z-index:0;display:flex;justify-content:space-between;max-width:90vw}.textCarousel>.carousel>.swiper-button-prev,.textCarousel>.carousel>.swiper-button-next{border:none;color:var(--darkGreyColor);width:unset}.textCarousel>.carousel>.swiper-wrapper{height:unset}.textCarousel>.carousel .swiper-slide{background:var(--whiteColor);border-radius:20px;max-width:80%;padding:0 1rem 1rem;text-align:center}.textCarousel>.carousel .swiper-slide p{margin:0}.textCarousel>.carousel .swiper-pagination>.swiper-pagination-bullet-active{background:var(--goldColor)}.textCarousel>.carousel.testimonies{min-height:14rem}@media screen and (min-width: 768px){.textCarousel>.carousel.testimonies{min-height:15rem}}.textCarousel>.carousel.testimonies .swiper-pagination{bottom:0}@media screen and (min-width: 768px){.textCarousel>.carousel.testimonies .swiper-pagination{bottom:0}}.textCarousel>.carousel:not(.testimonies){min-height:12rem}@media screen and (min-width: 768px){.textCarousel>.carousel:not(.testimonies){min-height:13rem}}.textCarousel>.carousel:not(.testimonies) .swiper-pagination{bottom:0}@media screen and (min-width: 768px){.textCarousel>.carousel:not(.testimonies) .swiper-pagination{bottom:0}}.pointsListing{text-align:left}.pointsListing>div:has(+ol) p:not(:last-of-type),.pointsListing>div:has(+ul) p:not(:last-of-type),.pointsListing>ol+div p,.pointsListing>ul+div p{margin-top:0;margin-bottom:0}.pointsListing>div:has(+ol),.pointsListing>div:has(+ul),.pointsListing>ol+div,.pointsListing>ul+div{margin-bottom:1.4rem}.pointsListing>ol{margin-top:2rem}@media screen and (min-width: 768px){.pointsListing>ol{width:80%;margin:2rem auto}}.pointsListing>ol>li:not(:first-child){margin-top:1rem}@media screen and (min-width: 768px){.pointsListing>ol>li:not(:first-child){margin-top:2rem}}@media screen and (min-width: 1024px){.pointsListing>ol>li:not(:first-child){margin-top:3rem}}.pointsListing>ol>li::marker{font-weight:700}.pointsListing>ul>li:not(:first-child){margin-top:1rem}.pointsListing>*.hidden{list-style:none;padding-left:0;margin-left:1rem;margin-bottom:2rem}.pointsListing>*.hidden>li:not(:first-child){margin-top:.5rem}.keyPoints>section{width:calc(100% - .5rem);margin:0 auto;display:grid;grid-auto-rows:minmax(50px,auto)}@media screen and (min-width: 768px){.keyPoints>section{width:80%}}@media screen and (min-width: 1024px){.keyPoints>section{max-width:800px;grid-gap:2rem}}.keyPoints>section>div{border:1px solid var(--darkGreyColor);border-radius:20px;padding:8px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.keyPoints>section>div>h3{margin:0;word-break:break-word}@media screen and (min-width: 768px){.keyPoints>section>div>h3{word-break:none}}.keyPoints>section>div>p{font-size:.9rem}@media screen and (min-width: 768px){.keyPoints>section>div>p{font-size:1rem}}@media screen and (min-width: 1024px){.keyPoints>section>div>p{font-size:1.2rem}}.keyPoints>section>div>p:not(:nth-child(2)){margin-top:0}.keyPoints>section>div.clickableElement{border:1px solid var(--goldColor)}.keyPoints>section.noHeadGrid{grid-template-columns:repeat(2,1fr);grid-gap:2rem}.keyPoints>section.noHeadGrid>.leftElement{grid-row:span 2;grid-column:1}.keyPoints>section.noHeadGrid>.rightElement{grid-column:2;grid-row-start:calc(var(--row) * 2 + 2);grid-row-end:span 2}.keyPoints>section.noHeadGrid>div p,.keyPoints>section.noHeadGrid>div i{text-align:center}.keyPoints>section.centeredHeadGrid{grid-template-columns:repeat(6,1fr);grid-gap:8px}@media screen and (min-width: 768px){.keyPoints>section.centeredHeadGrid{grid-template-columns:repeat(4,1fr);grid-gap:1rem}}.keyPoints>section.centeredHeadGrid>.headElement{grid-row:1;grid-column:2/6}@media screen and (min-width: 768px){.keyPoints>section.centeredHeadGrid>.headElement{grid-column:2/4}}.keyPoints>section.centeredHeadGrid>.leftElement{grid-row:auto;grid-column:1/4}@media screen and (min-width: 768px){.keyPoints>section.centeredHeadGrid>.leftElement{grid-column:1/3}}.keyPoints>section.centeredHeadGrid>.rightElement{grid-row:auto;grid-column:4/7}@media screen and (min-width: 768px){.keyPoints>section.centeredHeadGrid>.rightElement{grid-column:3/5}}article.callToContact{background:var(--lightGreyColor);border-radius:20px;padding:10px;width:90%;max-width:1400px;margin:0 auto}@media screen and (min-width: 768px){article.callToContact{width:60%}}article.callToContact a{transition:var(--transitionDuration);display:flex;align-items:center;gap:1rem;padding:.25rem .5rem}article.callToContact a svg{height:35px}.factsTable>h2{text-align:center}@media screen and (min-width: 768px){.factsTable>p:last-child{margin:1.1rem auto;max-width:900px}}.factsTable>i{margin:1.1rem auto;max-width:700px}.factsTable>.factsGrid{background:var(--lightGreyColor);max-width:700px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(100px,auto);grid-gap:0;border:1px solid var(--darkGreyColor);border-radius:20px}.factsTable>.factsGrid>div{padding:5px;text-align:center}.factsTable>.factsGrid>div h3{word-break:break-word}@media screen and (min-width: 768px){.factsTable>.factsGrid>div h3{word-break:none}}.factsTable>.factsGrid>div:nth-child(-n+2){border-bottom:1px solid var(--darkGreyColor)}.factsTable>.factsGrid>div:nth-child(2n){border-left:1px solid var(--darkGreyColor)}.factsTable>.factsGrid>div.largeLastElement{grid-column:1/3}.factsTable>.factsGrid>div .pointsListing>ul{margin-left:-1rem}@media screen and (min-width: 768px){.factsTable>.factsGrid>div .pointsListing>ul{margin-left:unset}}.factsTable>.factsGrid>div .pointsListing>ul li>span{word-break:break-word}@media screen and (min-width: 380px){.factsTable>.factsGrid>div .pointsListing>ul li>span{word-break:none}}.stepsListing>section *{margin:0}.stepsListing>section:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width: 768px){.stepsListing>section:not(:last-child){margin-bottom:3rem}}.stepsListing>section .pointsListing{margin:0 auto;max-width:500px}@media screen and (min-width: 768px){.stepsListing>section .pointsListing{max-width:600px}}@media screen and (min-width: 1024px){.stepsListing>section .pointsListing{max-width:700px}}.stepsListing>section .pointsListing h4,.stepsListing>section .pointsListing p{text-align:center;margin:.5rem 0}.stepsListing>section .pointsListing ul{margin:0 auto;max-width:80%}.detailsBlocks{margin:0 .5rem}@media screen and (min-width: 768px){.detailsBlocks{width:70%;margin:0 auto}}@media screen and (min-width: 1024px){.detailsBlocks{width:80%}}.detailsBlocks details{border:2px solid var(--goldColor);border-radius:10px}.detailsBlocks details:not(:last-child){border-bottom:none}.detailsBlocks details summary{transition:var(--transitionDuration);border-radius:10px;padding:1rem;font-size:1.3rem;color:var(--greenColor);font-weight:700;cursor:pointer;position:relative}@media screen and (min-width: 768px){.detailsBlocks details summary{font-size:1.4rem}}@media screen and (min-width: 1024px){.detailsBlocks details summary{font-size:1.5rem}}.detailsBlocks details summary::marker{content:""}.detailsBlocks details summary:before,.detailsBlocks details summary:after{transition:var(--transitionDuration);right:1rem;content:"";border-block-start:3px solid var(--greenColor);height:0;width:1rem;inset-block-start:50%;inset-block-end:0;position:absolute}.detailsBlocks details summary:after{transform:rotate(90deg);transform-origin:50%}.detailsBlocks details .pointsListing{padding:0 .5rem}.detailsBlocks details[open]{padding-bottom:.5rem}.detailsBlocks details[open] summary{background:var(--lightGreyColor)}.detailsBlocks details[open] summary:after{transform:rotate(0)}.miniProfile h1{margin-top:0}@media screen and (min-width: 768px){.miniProfile h1{margin-top:calc(21.44px - .5rem)}}.miniProfile>div:first-of-type{margin:0 auto;display:flex;gap:.5rem}@media screen and (min-width: 768px){.miniProfile>div:first-of-type{align-items:center;max-width:90%}}@media screen and (min-width: 1024px){.miniProfile>div:first-of-type{max-width:50%}}@media screen and (min-width: 768px){.miniProfile>.sidesFormat{gap:2rem}}.miniProfile>.sidesFormat>picture{align-content:center}.miniProfile>.sidesFormat>picture>img{height:100%;width:10rem;border-radius:2rem;object-position:center right;object-fit:cover}@media screen and (min-width: 768px){.miniProfile>.sidesFormat>picture>img{width:14rem}}@media screen and (min-width: 1024px){.miniProfile>.sidesFormat>picture>img{width:20rem}}.miniProfile>.circleFormat>picture img{height:7rem;width:7rem;background-color:var(--whiteColor);border-radius:5rem;object-position:top;object-fit:cover}@media screen and (min-width: 768px){.miniProfile>.circleFormat>picture img{height:10rem;width:10rem;border-radius:6rem}}@media screen and (min-width: 1024px){.miniProfile>.circleFormat>picture img{height:12rem;width:12rem;border-radius:7rem}}.miniProfile>.circleFormat>div.imageSideText{margin-bottom:1rem}.miniProfile>.circleFormat>div.imageSideText :first-child{margin-top:0}.miniProfile>.circleFormat>div.imageSideText :last-child{margin-bottom:0}@media screen and (min-width: 1024px){.miniProfile .pointsListing{max-width:75%;margin:0 auto}}div.notificationBlock{position:fixed;z-index:2;background:var(--lightGreyColor);border-radius:1rem;bottom:2rem;width:80%;margin-left:.5rem;padding:0rem 1rem}@media screen and (min-width: 768px){div.notificationBlock{width:500px}}@media screen and (min-width: 1024px){div.notificationBlock{margin-left:1rem}}div.notificationBlock.success{border-left:.5rem solid #98ce8e}div.notificationBlock.success>p:first-of-type{color:#98ce8e}div.notificationBlock.failure{border-left:.5rem solid #f48081}div.notificationBlock.failure>p:first-of-type{color:#f48081}.interventionZone{background:var(--lightGreyColor);width:90%;padding:0 1rem;margin:0 auto;border-radius:2rem;border:1px solid var(--darkGreyColor)}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto;transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto;transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.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{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
