.alert{width:100%;padding:.9rem .875rem;font-size:.875rem;display:flex;border-radius:.25rem;letter-spacing:.01071rem;gap:.875rem;margin-top:.5rem}.alert.isHidden{display:none}.alert-icon{width:1.375rem;height:1.375rem}.alert-icon svg{width:1.375rem;height:1.375rem}.alert-message{line-height:1.4;font-family:Roboto,sans-serif}.alert-close{display:flex;align-items:center;margin-left:1rem;cursor:pointer}.alert-close svg{width:1rem;height:1rem}.alert-close.error{color:#611a15}.alert-close.success{color:#fdecea}.alert.error{background-color:#fdecea}.alert.error .alert-message{color:#611a15}.alert.error .alert-icon{color:#f44336}.alert.success{background-color:#3c9869}.alert.success .alert-message,.alert.success .alert-icon{color:#fdecea}.btn{border:none;border-radius:5px;cursor:pointer;font-size:1.25rem;font-weight:700;outline:none;padding:1.3125rem 1.875rem;transition:transform .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.btn{font-size:1rem}}.btn.marginTop{margin-top:1.5rem}.btn.marginBottom{margin-bottom:1.5rem}.btn.isRound{border-radius:2rem;padding:1.0125rem 1.875rem}.btn.withIcon{display:flex;justify-content:space-between;gap:2rem}.btn .icon{width:24px;height:20px}.btn.full-width{width:100%}.btn.green{background-color:#10c567;color:#fff}.btn.red{background-color:#d2232a;color:#fff}.btn.blue{background-color:#007ac3;color:#fff}.btn.white{background-color:#fff;border:1px solid #007ac3;color:#007ac3}.btn.lightBlue{background-color:#cad6f9;color:#242732}.btn.darkGrey{background-color:#4c4f52;color:#fff}.btn:hover{transform:scale(1.05)}.btn.disabled{background-color:#d8d8d8;color:#fff}.btn.disabled:hover{transform:none}.auth{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;position:relative;padding-top:.8125rem;padding-bottom:4rem}@media only screen and (max-width: 768px){.auth{width:95vw}}@media only screen and (max-width: 568px){.auth{width:100%}}.auth-inner{margin:1.625rem .9375rem}.auth-title{color:#4c4f52;font-size:1rem;font-weight:700;line-height:1.125rem;margin-bottom:2.875rem;text-align:center}.auth-inner{max-width:26.25rem;width:100%}@media only screen and (max-width: 568px){.auth-inner{padding-left:1rem;padding-right:1rem}}.auth-container{display:flex;flex-wrap:wrap;max-width:75rem;width:100%;padding-top:4.1875rem}.auth-container-left{display:flex;flex:1 0 50%;flex-direction:column;align-items:center}@media only screen and (max-width: 768px){.auth-container-left{order:1}}.auth-container-left h2{color:#4c4f52;font-size:2rem;font-weight:600;line-height:110%;padding:0 5.4375rem;text-align:center}.auth-container-right{flex:1 0 50%}.auth .articleGallery{max-width:37.125rem;margin:0 auto;width:100%}.auth .articleGallery .p-carousel-items-container{height:25rem;width:100%;position:relative}.auth .articleGallery .p-carousel-content{gap:3px}.auth .articleGallery .p-carousel-container button{display:none}@media only screen and (max-width: 568px){.auth .articleGallery .p-carousel-container button{display:none}}.auth .articleGallery .p-carousel-items-content{margin-top:1rem}@media only screen and (max-width: 568px){.auth .articleGallery .p-carousel-items-content{display:flex;justify-content:center;padding-top:0}}.auth .articleGallery .p-carousel .p-carousel-item .p-image{position:relative;height:100%}.auth .articleGallery .p-carousel .p-carousel-item img{opacity:1;position:absolute;left:0;top:0;width:96%;height:96%;object-fit:cover;object-position:center center;border-radius:.625rem}.auth .articleGallery .p-carousel[pr_id_2] .p-carousel-item{display:flex;justify-content:center}.auth .articleGallery .p-carousel-indicators{display:flex;align-items:center;gap:.3125rem;height:.5625rem;margin-top:.9375rem;padding-inline-start:0}.auth .articleGallery .p-carousel-indicator.p-highlight button{width:.75rem;height:.75rem;background-color:#3d3838}.auth .articleGallery .p-carousel-indicator button{width:.625rem;height:.625rem;background-color:#ccc;border-radius:50%}.auth form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.auth form .acceptTerms{transform:translateY(1rem);display:flex;align-items:center;gap:.4rem;width:100%}.auth form .acceptTerms a{color:#007ac3;line-height:1.3}.auth form .acceptTerms small{transform:none}.auth.isActive{display:flex}.auth input{width:100%}.auth .logo{position:relative;left:50%}.auth .logo-icon{transform:translate(-50%);width:5.9375rem;height:1.75rem}.loader-container{top:0;left:0;right:0;min-height:100vh;height:100%;position:fixed;display:grid;background-color:#ffffffc2;place-content:center;overflow:hidden;visibility:visible;transition:opacity .3s ease-out;z-index:100}.loader-container.componentLoader{position:absolute;border-radius:.5rem;background-color:transparent;min-height:unset;inset:0}.loader-container.small{justify-content:center}.loader-container.small .loader{font-size:6px}.loader-container.small .loader,.loader-container.small .loader:after{border-radius:50%;width:2rem;height:2rem}.loader-container .loader,.loader-container .loader:after{border-radius:50%;width:6rem;height:6rem}.loader-container .loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid #007ac3;border-right:1.1em solid #007ac3;border-bottom:1.1em solid #007ac3;border-left:1.1em solid #e7e7e7;transform:translateZ(0);animation:load8 1.1s infinite linear;overflow:hidden;padding-top:50%;transform:translate(50%)}@-webkit-keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.burgerMenu{display:flex;flex-direction:column;justify-content:space-between;width:1.5625rem;z-index:3;position:relative;cursor:pointer;transition:transform .6s cubic-bezier(.25,.46,.45,.94);gap:3px}.burgerMenu:before,.burgerMenu:after,.burgerMenu div{content:"";width:100%;height:4px;border-radius:10px;background-color:#5f5d5d;transition:transform .3s cubic-bezier(.25,.46,.45,.94);transform-origin:left}.burgerMenu:before{transform-origin:left}.burgerMenu:after{transform-origin:left}.burgerMenu.navIsOpen:before{transform:rotate(45deg)}.burgerMenu.navIsOpen:after{transform:rotate(-45deg) translate(-3px,3px)}.burgerMenu.navIsOpen div{opacity:0}.topNav{position:absolute;background-color:#fff;width:100vw;padding:0;top:0;transform:translateY(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:2}.topNav-inner{max-width:1440px;width:100%;margin:0 auto;padding:0}.topNav nav{display:flex;justify-content:center;width:100%;position:relative}@media only screen and (max-width: 1024px){.topNav nav{flex-direction:column}}.topNav nav .nav-item{transition:color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer;display:flex;flex-direction:column}.topNav nav .nav-item:hover{color:#007ac3}.topNav nav .nav-item:hover .nav-item-icon{transform:rotate(-180deg)}.topNav nav .nav-item-icon{width:.875rem;height:.9rem;transition:color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 1024px){.topNav nav .nav-item-icon{color:#007ac3}}.topNav nav .nav-item-title{display:flex;gap:1rem;align-items:center;flex:1 0 100%;width:100%;padding:1.5rem 1rem;background-color:#fff;position:relative;z-index:2}.topNav nav .nav-item-title.mobileOnly{display:none}@media only screen and (max-width: 1024px){.topNav nav .nav-item-title.mobileOnly{display:flex}}@media only screen and (max-width: 1024px){.topNav nav .nav-item-title{justify-content:space-between;border-bottom:1px solid #d8d8d8}}.topNav nav .isActive .nav-children{display:flex;transform:translateY(3.9rem)}@media only screen and (max-width: 1024px){.topNav nav .isActive .nav-children{transform:translateY(0)}}.topNav .nav-children{position:absolute;background-color:#fff;z-index:0;top:0;flex-direction:column;gap:1rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94);transform:translateY(-100%);margin-left:1rem;padding:12px 1rem 1.875rem}@media only screen and (max-width: 1024px){.topNav .nav-children{position:relative;display:none;margin-left:0;padding:1rem 0rem}}.topNav .nav-children-item{color:#007ac3;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 1024px){.topNav .nav-children-item{padding:.4rem 1rem 1.4rem 2.5rem;border-bottom:1px solid #d8d8d8}}.topNav .nav-children-item:hover{color:#4c4f52}.topNav.navIsOpen{transform:translateY(5rem)}.header{position:relative;background-color:#fff;width:100vw}.header .header-inner{width:100%;background-color:#fff;z-index:3;position:relative}.header .container{display:flex;justify-content:space-between;align-items:center;max-width:100rem;padding:2rem 1rem;background-color:#fff;position:relative;z-index:2}.header .logo{position:absolute;left:50%;transform:translate(-50%);width:5.9375rem;height:1.75rem}.header .sideActions{display:flex;gap:.5rem;align-items:center}.header .sideActions-icon{width:1.625rem;height:1.625rem;color:#5f5d5d;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.header .sideActions-icon:hover{color:#007ac3}.header .sideActions-search{position:relative}@media only screen and (max-width: 568px){.header .sideActions-search{display:none}}.header .sideActions-search input{border:1px solid #5f5d5d;border-radius:1rem;padding:.4rem 1.8rem .4rem 1rem;font-size:.625rem;color:#5f5d5d;width:7.5rem;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.header .sideActions-search input:focus{width:10rem}.header .sideActions-search input::placeholder{font-size:.625rem;color:#5f5d5d}.header .sideActions-search-icon{position:absolute;top:.7rem;right:.6rem;width:1.125rem;height:.9375rem;color:#5f5d5d}.footer{width:100vw}.footer .container{display:flex;justify-content:space-between;align-items:center;max-width:90rem;flex-wrap:wrap}.footer .seperator{height:1px;background-color:#d8d8d8}.footer-inner{display:flex;flex-direction:column;width:100%;padding:1rem}.footer-links{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding-bottom:1rem}@media only screen and (max-width: 768px){.footer-links{gap:1rem}}.footer-links-brand{display:flex;flex-direction:column;gap:.7rem;align-items:center;justify-content:flex-end}@media only screen and (max-width: 768px){.footer-links-brand:first-child{order:0}}@media only screen and (max-width: 768px){.footer-links-brand:last-child{order:1}}.footer-links-brand-image{width:8.75rem;height:auto}.footer-links-brand-image img{width:100%}.footer-links-brand-social{display:flex;gap:.4rem}.footer-links-brand-social .social-icon{width:1.75rem;height:1.75rem;color:#007ac3;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.footer-links-brand-social .social-icon:hover{color:#d8d8d8}.footer-links-nav{display:flex;gap:1rem;justify-content:center;font-size:.75rem;font-weight:700;color:#5f5d5d}@media only screen and (max-width: 768px){.footer-links-nav{order:2;flex-wrap:wrap;padding-top:1rem}}.footer-links-nav-item{transition:color .3s cubic-bezier(.25,.46,.45,.94);color:#525252}.footer-links-nav-item:hover{color:#007ac3}.footer-copyright{color:#007ac3;padding:.5rem;font-size:.75rem}.margin-logo{margin:10px 0}.addToHomeScreen{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;background-color:#000000b3!important;padding:1rem;border-radius:1rem;max-width:30rem!important;width:100%!important;margin-left:.3rem;margin-right:.3rem}@media only screen and (max-width: 568px){.addToHomeScreen{max-width:21rem!important}}.addToHomeScreen svg{max-width:2rem;max-height:2rem}.addToHomeScreen .justify-between{justify-content:space-between}.addToHomeScreen .m-1{margin-top:1rem}.addToHomeScreen .text-white{color:#fff}.addToHomeScreen .p-3{padding:.75rem}.addToHomeScreen .top-0{top:0}.addToHomeScreen .text-lg{font-size:1.125rem;line-height:1.75rem}@media only screen and (max-width: 568px){.addToHomeScreen .text-lg{font-size:1rem}}.addToHomeScreen .gap-2{gap:.5rem}.addToHomeScreen .flex{display:flex;justify-content:flex-start;width:100%}.addToHomeScreen .items-center{align-items:center}.addToHomeScreen .mb-2{margin-bottom:1rem}.addToHomeScreen .flex-col{flex-direction:column}.addToHomeScreen .w-full{width:100%}.addToHomeScreen .pb-12{padding-bottom:3rem}.addToHomeScreen .pb-6{padding-bottom:1.5rem}.addToHomeScreen .px-4{padding-left:1rem;padding-right:1rem}@media only screen and (max-width: 568px){.addToHomeScreen .px-4{padding-left:.3rem;padding-right:.3rem}}.addToHomeScreen .h-\[60\%\]{height:60%}.addToHomeScreen .z-50{z-index:50}.addToHomeScreen .right-0{right:0}.addToHomeScreen .left-0{left:0}.addToHomeScreen .bottom-0{bottom:0}.addToHomeScreen .animate-bounce{animation:bounce 1s infinite}.addToHomeScreen .-z-10{z-index:-10}.addToHomeScreen .-bottom-\[50px\]{bottom:-50px}.addToHomeScreen .absolute{position:absolute}.addToHomeScreen .p-1{padding:.25rem}.addToHomeScreen .border-2{border-width:2px}.addToHomeScreen [role=button],.addToHomeScreen button{cursor:pointer}.addToHomeScreen [type=button],.addToHomeScreen [type=reset],.addToHomeScreen [type=submit],.addToHomeScreen button{background-color:transparent;background-image:none}.addToHomeScreen button,.addToHomeScreen select{text-transform:none}.addToHomeScreen button,.addToHomeScreen input,.addToHomeScreen optgroup,.addToHomeScreen select,.addToHomeScreen textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.addToHomeScreen .hide{border:1px solid #fff;padding:1rem;border-radius:.25rem}.layout{display:grid;grid-template-rows:auto 1fr auto;height:100%;min-height:100vh}.layout main{width:100vw}@media only screen and (max-width: 568px){.layout main{padding-left:1rem;padding-right:1rem}}.promotion{display:flex;flex-direction:column;max-width:1220px;width:100%;margin:0 auto}.promotion:hover img{transform:scale(1.03)}.promotion:hover .promotion-footer{background-color:#007ac344}.promotion .imageContainer{width:100%;overflow:hidden;border-radius:10px;z-index:1;position:relative}.promotion .imageContainer img{object-fit:cover;width:100%;transition:transform 1s cubic-bezier(.25,.46,.45,.94)}.promotion-footer{transform:translateY(-10px);padding:2.625rem 2rem 2rem;background-color:#d1f4f3;border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-weight:700;font-size:clamp(1rem,.912rem + .3756vw,1.25rem);color:#525252;transition:background-color .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.promotion-footer{padding:1.5rem 1rem 1rem}}.highlights .title{font-size:1.875rem;font-weight:700;padding:18px 1rem;max-width:1220px;width:100%;margin:0 auto;display:flex;justify-content:flex-start}.highlights .imageContainer{width:100%;height:100%;z-index:1;position:relative;display:grid;place-content:center;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.highlights .imageContainer.centerImage{width:100%;height:38vw}@media only screen and (max-width: 568px){.highlights .imageContainer.centerImage{height:11rem}}.highlights .imageContainer.centerImage img{object-fit:contain;height:38vw;width:auto}@media only screen and (max-width: 568px){.highlights .imageContainer.centerImage img{height:11rem}}.highlights .imageContainer img{width:100%;border-radius:10px;transition:transform 1s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.highlights .imageContainer img{border-radius:5px}}.highlights .imageContainer img:hover{transform:scale(1.03)}.highlights .p-carousel-item-start{transform:translate(-110%) scale(2.6);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.highlights .p-carousel-item-start{transform:translate(-238%) scale(4)}}.highlights .p-carousel-item-start .imageContainer{transform:none!important}.highlights .p-carousel-item-end{transform:translate(110%) scale(2.6);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.highlights .p-carousel-item-end{transform:translate(238%) scale(4)}}.highlights .p-carousel-item-end .imageContainer{transform:none!important}.highlights .swiper-wrapper{margin-bottom:4rem;margin-top:1rem}.highlights .swiper-slide{transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94)}.highlights .swiper-slide-prev{opacity:0;transform:translate(-100%)}.highlights .swiper-slide-next{opacity:0;transform:translate(100%)}.highlights .swiper-slide-active{opacity:1;transform:scale(1)}.highlights .p-carousel-item-active .imageContainer{transform:scale(1.9);height:45rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.highlights .itemGroup{grid-template-columns:20% 60% 20%;display:grid;align-items:center}.highlights [data-pc-section=thumbnailitem]{overflow-y:hidden}.userInfo{background:linear-gradient(90deg,#c2d7f7 3.65%,#f3ceff 94.55%);padding:1.5rem 1rem;margin-bottom:1.5rem}.userInfo-inner{display:flex;max-width:1220px;width:100%;margin:0 auto;justify-content:space-between}@media only screen and (max-width: 568px){.userInfo-inner{display:grid;grid-template-columns:55% auto}}.userInfo-header{display:flex;flex-direction:column;gap:.5rem}.userInfo-header-title{font-size:clamp(1.1rem,.8271rem + 1.1643vw,1.875rem);font-weight:700;line-height:1.3}@media only screen and (max-width: 568px){.userInfo-header-title{width:11rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}.userInfo-header-subtitle{color:#4c4f52;font-size:clamp(.85rem,.7092rem + .6009vw,1.25rem);line-height:1.3}.userInfo-points{display:flex;flex-direction:column;gap:.5rem}.userInfo-points-title{color:#242732;font-size:clamp(.85rem,.7092rem + .6009vw,1.25rem);font-weight:700}.userInfo-points-subtitle{color:#4c4f52;font-size:clamp(.85rem,.7092rem + .6009vw,1.25rem)}.userInfo-points-link{font-size:.6875rem;margin-top:.625rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.userInfo-points-link:hover{color:#007ac3}.userInfo-points-link span{width:2.4375rem;height:.375rem}.dashboard .container{display:flex;justify-content:center;padding-top:3rem;padding-bottom:3rem}.newsfeed{padding:0 1rem}@media only screen and (max-width: 568px){.newsfeed{padding:0}}.newsfeed-title{font-size:1.875rem;font-weight:700;padding:1.125rem 0;max-width:1220px;width:100%;margin:0 auto;display:flex;justify-content:flex-start}@media only screen and (max-width: 568px){.newsfeed-title{max-width:100%}}.newsfeed .articleList{padding:2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));gap:2rem;max-width:1220px;width:100%;margin:0 auto}@media only screen and (max-width: 568px){.newsfeed .articleList{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}}.newsfeed .articleList-item{border-radius:.3125rem;background-color:#f1f1f1;display:flex;flex-direction:column;cursor:pointer;transition:filter .3s cubic-bezier(.25,.46,.45,.94)}.newsfeed .articleList-item:hover{filter:grayscale(70%)}.newsfeed .articleList-item:hover h3,.newsfeed .articleList-item:hover .articleList-item-description,.newsfeed .articleList-item:hover .articleList-item-link,.newsfeed .articleList-item:hover .articleList-item-category{color:#007ac3}.newsfeed .articleList-item-texts{padding:1rem;display:flex;flex-direction:column;flex-grow:1;gap:1rem}.newsfeed .articleList-item-category{color:#525252;font-size:.8125rem;font-weight:700;line-height:1.1}.newsfeed .articleList-item h3{color:#242732;font-size:1.125rem;font-weight:500;letter-spacing:-.4px;line-height:1.2;flex-grow:1}.newsfeed .articleList-item-description{color:#525252;font-size:.8125rem;font-weight:500;height:43px;line-height:1.1;overflow:hidden}.newsfeed .articleList-item-link{font-size:.75rem;font-weight:700;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.newsfeed .articleList-item-link:hover{color:#007ac3}.newsfeed .articleList-item .imageContainer{height:13.9rem;aspect-ratio:16/9;overflow:hidden;border-radius:.3125rem}@media only screen and (max-width: 568px){.newsfeed .articleList-item .imageContainer{height:auto;width:100%}}.newsfeed .articleList-item .imageContainer .image{position:relative;height:100%}.newsfeed .articleList-item .imageContainer img{opacity:1;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.newsfeed .loadMore{color:#505759;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.6875rem;text-transform:uppercase;cursor:pointer}.newsfeed .loadMore .icon-more{width:1.1125rem;height:.9625rem}.newsfeed .loadMore:hover{color:#007ac3}.article{margin-bottom:5rem}.article .container{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}@media only screen and (max-width: 1279px){.article{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width: 568px){.article{padding-left:0rem;padding-right:0rem}}.article-category{color:#aaa;font-weight:700}.article-title{font-size:1.625rem;font-weight:700}.article-subtitle{display:flex;gap:1.3rem;color:#aaa;font-weight:700;align-items:center}.article-date{display:flex;gap:.3rem;align-items:center}.article-date .calendar{color:#aaa;width:16px;height:18px}.article-info{display:flex;background-color:#cad6f9;padding:3rem 2rem 2rem;justify-content:space-between;transform:translateY(-2rem)}@media only screen and (max-width: 568px){.article-info{padding:1.4rem 1rem 1rem}}.article-files h3{font-size:1.15rem;padding-bottom:20px}.article-file{padding-bottom:10px;display:flex}.article-file a{display:inline;align-items:center;color:#007ac3;font-weight:700;line-height:1;text-decoration:none;width:700px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.article-file a:hover{text-decoration:underline}.article-file-attach-file{margin-right:1.25rem}.article-file-attach-file svg{width:1.25rem;height:1.25rem}.article .earned-points{position:sticky;top:20rem;z-index:200}.article .earned-points-container{display:flex;width:100%;justify-content:right}.article .earned-points-container-image{position:relative;right:9.375rem;width:6.25rem}@media only screen and (max-width: 568px){.article .earned-points-container-image{right:-2.5rem;width:5rem}}.article .earned-points-container-text{position:relative;display:flex;flex-direction:column;align-items:center;top:2.8125rem;right:14.5625rem}@media only screen and (max-width: 568px){.article .earned-points-container-text{top:3.2rem;right:1.7rem}}.article .earned-points-container-text-number{color:#fff;text-align:center;font-size:1.875rem;font-weight:700}@media only screen and (max-width: 568px){.article .earned-points-container-text-number{font-size:1.4375rem}}.article .earned-points-container-text-points{color:#fff;text-align:center;font-size:1.25rem;font-weight:700}@media only screen and (max-width: 568px){.article .earned-points-container-text-points{font-size:1rem}}.article .likeArticle{position:relative;display:flex;align-items:center;gap:clamp(.5rem,.3239rem + .7512vw,1rem);width:fit-content;background-color:#fff;border-radius:2rem;padding:clamp(.4rem,.2592rem + .6009vw,.8rem) clamp(.9rem,.7768rem + .5258vw,1.25rem);font-size:clamp(.95rem,.8884rem + .2629vw,1.125rem) rem;font-weight:700;transition:color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.article .likeArticle.isLiked,.article .likeArticle:hover{background-color:#007ac3;color:#fff}.article .likeArticle.isLiked .likeArticle-icon,.article .likeArticle:hover .likeArticle-icon{color:#fff}.article .likeArticle-icon{color:#007ac3;width:1.375rem;height:1.1875rem}.article .addToFavorites{position:relative;display:flex;align-items:center;gap:clamp(.5rem,.3239rem + .7512vw,1rem);font-size:clamp(.95rem,.8884rem + .2629vw,1.125rem) rem;font-weight:700;transition:color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.article .addToFavorites.isFavorite .addToFavorites-icon,.article .addToFavorites:hover .addToFavorites-icon{color:#007ac3}.article .addToFavorites-icon{width:1.125rem;height:1.375rem;color:transparent;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.article .content{max-width:75rem;color:#4c4f52;font-size:1.15rem;line-height:1.5}.article .content .text{max-width:43.75rem;width:100%;margin:0 auto}.article .content .articleGallery{margin:0 auto;max-width:62.5rem;width:100%;overflow:hidden;position:relative}.article .content .articleGallery .p-image{position:relative;width:100%;display:flex;justify-content:center}.article .content .articleGallery img{object-fit:contain}.article .content .articleGallery .p-carousel-items-container{width:100%;position:relative}.article .content .articleGallery .p-carousel-container button{display:none}@media only screen and (max-width: 568px){.article .content .articleGallery .p-carousel-container button{display:none}}.article .content .articleGallery .p-carousel-items-content{margin-top:2rem}@media only screen and (max-width: 568px){.article .content .articleGallery .p-carousel-items-content{display:flex;justify-content:center;padding-top:0}}.article .content .articleGallery .p-carousel .p-carousel-item .p-image{position:relative;width:100%}.article .content .articleGallery .p-carousel .p-carousel-item img{object-fit:contain;height:100%;width:100%}.article .content .articleGallery .p-carousel[pr_id_2] .p-carousel-item{display:flex;justify-content:center}.article .content .articleGallery .p-carousel-indicators{display:flex;gap:1rem;height:clamp(1rem,.7183rem + 1.2019vw,1.8rem);margin-top:clamp(1.5rem,1.3239rem + .7512vw,2rem);padding-inline-start:0}.article .content .articleGallery .p-carousel-indicator.p-highlight button{background-color:#007ac3}.article .content .articleGallery .p-carousel-indicator button{width:clamp(.7rem,.5944rem + .4507vw,1rem);height:clamp(.7rem,.5944rem + .4507vw,1rem);background-color:#aaa;border-radius:50%}.article .content .vimeo{position:relative;display:flex;width:100%}@media only screen and (max-width: 768px){.article .content .vimeo iframe{height:400px}}@media only screen and (max-width: 568px){.article .content .vimeo iframe{height:200px}}.article-reference{position:fixed;bottom:3rem;width:100%;display:flex;justify-content:center}.article-reference-action{flex:1 0 40rem;max-width:50rem;width:100%}.article-reference-action button{width:100%}.article-image{z-index:1;position:relative;display:grid;place-content:center;transition:transform .5s cubic-bezier(.25,.46,.45,.94);overflow:hidden;border-radius:.625rem;margin-top:1rem;width:100%}.article-image img{object-fit:contain;width:100%}.p-image{width:100%}.p-image-preview-indicator{width:100%;height:100%;min-width:4rem;min-height:4rem;z-index:3}.p-image-preview-indicator .p-icon{width:4rem;height:4rem;color:#fff}.p-image-mask{display:flex;align-items:center;justify-content:center}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-image-mask{--maskbg: rgba(0, 0, 0, .9)}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay{background-color:#0006;transition-duration:.2s}.p-image-toolbar{position:absolute;top:0;right:0;display:flex;z-index:1}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8f9fa;background-color:transparent;width:3rem;height:3rem}.p-image-preview{transition:transform .15s;max-width:100vw;max-height:100vh;width:100%;height:100%;transform:scale(1)!important}.attach-file{width:40px}.recipeArticle .container{display:flex;flex-direction:column;gap:1rem;padding-top:2rem}@media only screen and (max-width: 1279px){.recipeArticle{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width: 568px){.recipeArticle{padding-left:0rem;padding-right:0rem}}.recipeArticle-category{color:#aaa;font-weight:700}.recipeArticle-title{font-size:1.625rem;font-weight:700}.recipeArticle-subtitle{display:flex;gap:1.3rem;color:#aaa;font-weight:700;align-items:center}.recipeArticle-date{display:flex;gap:.3rem;align-items:center}.recipeArticle-date .calendar{color:#aaa;width:16px;height:18px}.recipeArticle-info{display:flex;background-color:#cad6f9;padding:3rem 2rem 2rem;justify-content:space-between;transform:translateY(-2rem)}@media only screen and (max-width: 568px){.recipeArticle-info{padding:1.7rem 1rem 1rem}}.recipeArticle .likeArticle{position:relative;display:flex;align-items:center;width:fit-content;background-color:#fff;border-radius:2rem;padding:clamp(.4rem,.2592rem + .6009vw,.8rem) clamp(.9rem,.7768rem + .5258vw,1.25rem);gap:clamp(.5rem,.3239rem + .7512vw,1rem);font-size:clamp(.95rem,.8884rem + .2629vw,1.125rem) rem;font-weight:700;transition:color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.recipeArticle .likeArticle.isLiked,.recipeArticle .likeArticle:hover{background-color:#007ac3;color:#fff}.recipeArticle .likeArticle.isLiked .likeArticle-icon,.recipeArticle .likeArticle:hover .likeArticle-icon{color:#fff}.recipeArticle .likeArticle-icon{color:#007ac3;width:1.375rem;height:1.1875rem}.recipeArticle .addToFavorites{position:relative;display:flex;align-items:center;gap:clamp(.5rem,.3239rem + .7512vw,1rem);font-size:clamp(.95rem,.8884rem + .2629vw,1.125rem) rem;font-weight:700;transition:color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.recipeArticle .addToFavorites.isFavorite .addToFavorites-icon,.recipeArticle .addToFavorites:hover .addToFavorites-icon{color:#007ac3}.recipeArticle .addToFavorites-icon{width:1.125rem;height:1.375rem;color:transparent;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.recipeArticle .content{max-width:75rem;color:#4c4f52;line-height:1.4}.recipeArticle .content .text{max-width:43.75rem;width:100%;margin:0 auto;font-size:1.2rem}.recipeArticle .content .images{display:flex;flex-direction:column;gap:2rem;align-items:center}.recipeArticle .tabs{display:flex;flex-direction:column;gap:1rem}.recipeArticle .tabs-header{display:flex;gap:1rem;font-weight:500;border-bottom:1px solid #e8e8e8}.recipeArticle .tabs-header-item{color:#4c4f52;font-size:1.25rem;padding:.375rem .75rem;cursor:pointer}.recipeArticle .tabs-header-item.isActive{border-bottom:6px solid #1890ff;font-weight:700}.recipeArticle .tabs-content{font-size:1.15rem;line-height:1.5}.recipeArticle .tabs-content-item{display:none}.recipeArticle .tabs-content-item.isActive{display:block}.recipeArticle .tabs-content-item.isActive.recipeTabs__tab{margin:2.1875rem 0rem 0rem}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution{width:95%;padding:0rem .8125rem;color:#4c4f52}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>p,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>p{padding-bottom:.75rem}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>h2,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>h2{margin:1rem 1.6875rem 0;font-size:1.75rem}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>h3,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>h3{margin:1rem 1.6875rem 0;font-size:24px}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>h4,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>h4{margin:1rem 1.6875rem 0;font-size:1.25rem}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>ul,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>ul{display:flex;flex-direction:column;list-style-type:none}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>ul>li,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>ul>li{margin:1rem 1.6875rem 0;text-decoration:none}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>ol,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>ol{display:flex;flex-direction:column}.recipeArticle .tabs-content-item.isActive.recipeTabs__materials>ol>li,.recipeArticle .tabs-content-item.isActive.recipeTabs__execution>ol>li{margin:1rem 1.6875rem 0;text-decoration:none}.recipeArticle-image{z-index:1;position:relative;display:grid;place-content:center;transition:transform .5s cubic-bezier(.25,.46,.45,.94);overflow:hidden;border-radius:.625rem;margin-top:1rem;width:100%}.recipeArticle-image img{object-fit:contain;width:100%}.webform{display:flex;justify-content:center;flex-direction:column;align-items:center}.webform .subForm{display:flex;flex-direction:column;gap:2rem}.webform .subForm-title{font-size:1.3rem;font-weight:600;text-align:center}.webform .subForm .sep{margin-bottom:2rem 0;border-bottom:1px solid grey}.webform .hidden{position:absolute}.webform .dromika-myInfo{display:flex;width:100%;line-height:130%}@media only screen and (max-width: 768px){.webform .dromika-myInfo{display:flex;flex-direction:column;padding:0 .625rem}}.webform .dromika-myInfo-label{width:30%}@media only screen and (max-width: 768px){.webform .dromika-myInfo-label{width:100%;margin-bottom:.9375rem}}.webform .dromika-closeForm{width:100%;display:flex;justify-content:flex-end;font-weight:700;align-items:center}.webform .dromika-closeForm-button{padding:.125rem .375rem .25rem;text-align:center;border:.0625rem solid;border-radius:50%;margin-right:.625rem}.webform .dromika-closeForm-button:hover{cursor:pointer;color:#15c9cf}.webform .dromika-addRemoveButtons{display:flex;justify-content:space-between;align-items:center}.webform .contestImage{width:100%}.webform .contestImage img{object-fit:contain;height:100%;width:100%}.webform .contestForm{margin-top:4rem;max-width:50rem;width:100%;display:flex;flex-direction:column;gap:2rem}.webform .contestForm .contestSubForm{gap:2rem;display:flex;flex-direction:column;margin-bottom:1rem;border:1px solid grey;padding:1rem;border-radius:1rem}.webform .contestForm .contestSubForm-actions{display:flex;justify-content:flex-end}.webform .contestForm .radios,.webform .contestForm .checkboxes,.webform .contestForm .checkbox,.webform .contestForm .webform_checkboxes_other{display:grid;grid-template-columns:15rem auto;align-items:center}.webform .contestForm .hidden{display:none}.webform .contestForm .inputField{display:grid;grid-template-columns:15rem auto;align-items:center}@media only screen and (max-width: 768px){.webform .contestForm .inputField{display:flex;flex-direction:column;align-items:flex-start;padding:0 .625rem}}.webform .contestForm .inputField input{height:unset;padding:.1rem 0;color:#4c4f52}.webform .contestForm .inputField textarea{padding:.4rem}.webform .contestForm ::placeholder{transform:none;opacity:1;color:#aaa}.webform .contestForm label,.webform .contestForm .label{font-size:1rem;font-weight:600;color:#4c4f52;transform:none;transition:transform .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 768px){.webform .contestForm label,.webform .contestForm .label{transform:none;transition:none;margin-bottom:.625rem}}.webform .contestForm .actionButton{max-width:20rem;width:100%;margin:1rem auto 3rem}.webform .contestForm .redeemPoints{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;width:100%;padding:2rem 0 4rem;background:#cad6f9}@media only screen and (max-width: 1024px){.webform .contestForm .redeemPoints{padding:2rem 1rem}}.webform .contestForm .redeemPoints-title{font-size:1.625rem;font-weight:700}.webform .contestForm .redeemPoints-subtitle{font-size:1.625rem;font-weight:700;margin-top:20px}.webform .contestForm .redeemPoints-number{font-size:3rem;font-weight:700;letter-spacing:-2.5px;line-height:1.2;padding-bottom:2rem}.webform .contestForm .redeemPoints-types{display:flex;max-width:50rem;width:100%;margin:0 auto;justify-content:space-between;gap:2rem}@media only screen and (max-width: 1024px){.webform .contestForm .redeemPoints-types{gap:1rem}}.webform .contestForm .redeemPoints-types-item{background-color:#fff;color:#4c4f52;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:25rem;width:100%;position:relative;padding-bottom:2rem;transition:transform 1s cubic-bezier(.25,.46,.45,.94)}.webform .contestForm .redeemPoints-types-item:hover{transform:scale(1.08)}.webform .contestForm .redeemPoints-types-item-selected{background-color:#5db0f7;color:#fff;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:25rem;width:100%;position:relative;padding-bottom:2rem;transition:transform 1s cubic-bezier(.25,.46,.45,.94)}.webform .contestForm .redeemPoints-types-item-disabled{color:#ffffff38;background-color:#8080802d;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:25rem;width:100%;position:relative;padding-bottom:2rem;transition:transform 1s cubic-bezier(.25,.46,.45,.94);cursor:not-allowed}.webform .contestForm .redeemPoints-types-item-title{width:100%;font-size:1.125rem;text-align:center;font-weight:600;padding:.5625rem 1.125rem;border-bottom:1px solid #cad6f9}.webform .contestForm .redeemPoints-types-item-points{font-size:4.0625rem;font-weight:700;padding:1rem 0}.webform .contestForm .redeemPoints-types-item-pointsTitle{font-size:1.125rem;font-weight:500}.webform .contestForm .redeemPoints-types-item-button{position:absolute;bottom:-1rem;background-color:#4c4f52;border:1px solid #4c4f52;width:100%;font-size:1.125rem;font-weight:700;color:#fff;border-radius:2rem;padding:1rem;text-align:center;cursor:pointer;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94)}.webform .contestForm .redeemPoints-types-item-button:hover{color:#4c4f52;background-color:#fff}.webform form .errorInfo{font-size:.75rem;color:#d2232a;margin-top:8px}.webform .thankyou{text-align:left;width:100%}@media only screen and (max-width: 568px){.webform .thankyou{width:100%}.webform .thankyou img{width:200px;height:auto}}.webform .thankyou-title{width:550px;font-size:1.875rem;font-style:normal;font-weight:500;line-height:120%;padding-left:1.25rem}@media only screen and (max-width: 568px){.webform .thankyou-title{width:100%;font-size:.8rem;padding-left:0rem;text-align:center}}.webform .thankyou-content{display:flex;flex-direction:column;align-items:center}.webform .button-addmore{padding:.5rem 1.25rem;border-radius:3.125rem;background-color:#15c9cf;background-size:25px auto;color:#fff;font-weight:600}.webform .button-addmore-text{display:flex;align-items:center}.webform .button-addmore-text svg{width:25px;height:25px;margin-right:10px}.webform .button-remove{padding:.5rem 1.25rem;border-radius:3.125rem;background-color:#d2232a;background-size:25px auto;color:#fff;font-weight:600}.webform .button-remove-text{display:flex;align-items:center}.webform .button-remove-text svg{width:25px;height:25px;margin-right:10px}.newsfeed-content{max-width:75rem;padding-top:1.25rem;color:#4c4f52;line-height:1.4;font-size:.875rem}.recipefeed-title{font-size:1.875rem;font-weight:700;padding:18px 0;max-width:1220px;width:100%;margin:0 auto;display:flex;justify-content:flex-start}.recipefeed .recipeList{padding:2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));gap:2rem;max-width:1220px;width:100%;margin:0 auto}@media only screen and (max-width: 568px){.recipefeed .recipeList{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}}.recipefeed .recipeList-item{border-radius:.3125rem;background-color:#f1f1f1;display:flex;flex-direction:column;cursor:pointer;transition:filter .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.recipefeed .recipeList-item{max-width:100%}}.recipefeed .recipeList-item:hover{filter:grayscale(70%)}.recipefeed .recipeList-item:hover h3,.recipefeed .recipeList-item:hover .recipeList-item-description,.recipefeed .recipeList-item:hover .recipeList-item-link,.recipefeed .recipeList-item:hover .arecipeList-item-category{color:#007ac3}.recipefeed .recipeList-item-texts{padding:1rem;display:flex;flex-direction:column;flex-grow:1;gap:1rem}.recipefeed .recipeList-item h3{color:#242732;font-size:1.125rem;font-weight:500;letter-spacing:-.4px;line-height:1.2;flex-grow:1}.recipefeed .recipeList-item-link{font-size:.75rem;font-weight:700;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.recipefeed .recipeList-item-link:hover{color:#007ac3}.recipefeed .recipeList-item .imageContainer{height:13.9rem;aspect-ratio:16/9;overflow:hidden;border-radius:.3125rem}.recipefeed .recipeList-item .imageContainer .image{position:relative;height:100%}.recipefeed .recipeList-item .imageContainer img{opacity:1;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.recipefeed .loadMore{color:#505759;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.6875rem;text-transform:uppercase;cursor:pointer}.recipefeed .loadMore .icon-more{width:1.1125rem;height:.9625rem}.recipefeed .loadMore:hover{color:#007ac3}.footerpages-container{display:flex;flex-direction:column;margin:auto;max-width:90rem;margin-bottom:1.25rem}@media only screen and (max-width: 568px){.footerpages-container{margin-bottom:4.375rem}}.footerpages-container-title{font-family:Manrope,sans-serif;margin:2.625rem 7.6875rem 1.5625rem;font-size:1.25rem;font-weight:700;color:#000;text-align:left}@media only screen and (max-width: 568px){.footerpages-container-title{margin:0rem .8125rem 1.4375rem}}.footerpages-container-body{padding:0rem 7.6875rem;text-align:left;color:#4c4f52;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:131.5%}@media only screen and (max-width: 568px){.footerpages-container-body{font-size:.75rem;padding:0rem .8125rem}}.footerpages-container-body h1{margin-bottom:.625rem}@media only screen and (max-width: 568px){.footerpages-container-body h1{margin-bottom:.4375rem}}.footerpages-container-body h1 span{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:500;color:#000;line-height:120%}@media only screen and (max-width: 568px){.footerpages-container-body h1 span{font-size:1.125rem;font-weight:500}}.footerpages-container-body h2{margin-bottom:.625rem}@media only screen and (max-width: 568px){.footerpages-container-body h2{margin-bottom:.4375rem}}.footerpages-container-body h2 span{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:500;color:#000;line-height:120%}@media only screen and (max-width: 568px){.footerpages-container-body h2 span{font-size:1.0625rem;font-weight:500}}.footerpages-container-body h3{font-size:1.5rem}.footerpages-container-body h4{font-size:1.25rem}.footerpages-container-body p{font-size:.875rem;line-height:1.375rem;margin-bottom:1.25rem;background-color:#fff!important}@media only screen and (max-width: 568px){.footerpages-container-body p{font-size:.75rem;margin-bottom:.875rem}}.footerpages-container-body span{font-family:Manrope,sans-serif;font-weight:400;font-size:1rem;line-height:131.5%;color:#4c4f52}@media only screen and (max-width: 568px){.footerpages-container-body span{font-size:.75rem}}.footerpages-container-body a{text-decoration:none;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;white-space:normal;display:inline}@media only screen and (max-width: 568px){.footerpages-container-body a{display:block}}.footerpages-container-body a span{color:#007ac3}.footerpages-container-body a span :hover{cursor:pointer}.footerpages-container-body ul{margin-left:2.5rem;margin-bottom:1.25rem}@media only screen and (max-width: 568px){.footerpages-container-body ul{margin-left:1.875rem;margin-bottom:.875rem}}.complaint{background-color:#fff;font-family:Manrope,sans-serif}.complaint-container{width:auto;padding:2.375rem 7.6875rem 5rem;font-family:Manrope,sans-serif}@media only screen and (max-width: 568px){.complaint-container{padding:0rem .8125rem 2.5rem}}.complaint-thoughts{font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.complaint-thoughts-title{margin-bottom:1.25rem}@media only screen and (max-width: 568px){.complaint-thoughts-title{margin-bottom:.3125rem}}.complaint-thoughts-title h1{font-size:1rem;color:#aaa}@media only screen and (max-width: 568px){.complaint-thoughts-title h1{font-size:.6875rem}}.complaint-thoughts-text{color:#000;font-size:1.875rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.0469rem;margin-bottom:2rem}.complaint-thoughts-text h2{font-size:1.875rem;margin-bottom:.5625rem}@media only screen and (max-width: 568px){.complaint-thoughts-text h2{font-size:1.0625rem;line-height:normal;letter-spacing:-.0266rem;margin-bottom:.625rem;width:15.5625rem}}.complaint-thoughts-text h3,.complaint-thoughts-text h4{color:#4c4f52;font-size:1.125rem;font-weight:400;line-height:120%;letter-spacing:-.0281rem}@media only screen and (max-width: 568px){.complaint-thoughts-text h3,.complaint-thoughts-text h4{font-size:.75rem!important;line-height:normal;letter-spacing:-.0187rem;width:13rem}}.complaint-thoughts-text-details{color:#525252;font-weight:600;font-size:1.125rem;line-height:131.5%;margin-bottom:1.25rem}@media only screen and (max-width: 568px){.complaint-thoughts-text-details{font-size:.75rem;font-weight:400}}.complaint-thoughts-thanks{color:#2d2d2d;text-align:center;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;margin-top:1.0625rem}@media only screen and (max-width: 568px){.complaint-thoughts-thanks{margin-top:.875rem;font-size:.9375rem}}.complaint-imageContainer{display:flex;justify-content:center;width:13.5rem;height:13.5rem;margin:4rem auto 0rem}@media only screen and (max-width: 568px){.complaint-imageContainer{width:6.75rem;height:6.75rem;margin:0rem auto}}.complaint-buttonContainer{display:flex;flex-direction:column;align-items:center;margin-top:4.6875rem;margin-bottom:4.6875rem}@media only screen and (max-width: 568px){.complaint-buttonContainer{margin-top:3.9375rem;margin-bottom:2.625rem}}.complaint-buttonContainer button{width:21.25rem;height:3rem;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;font-size:1.125rem;color:#000;border-radius:276.364px;background-color:#cad6f9;margin-bottom:1.0625rem}@media only screen and (max-width: 568px){.complaint-buttonContainer button{width:17.75rem;height:2.75rem;font-size:.9375rem}}.complaint-buttonContainer button:hover{background-color:#cad6f9}.buttonAnonymous{color:#fff!important;background:#4c4f52!important}.MuiButton-root{text-transform:none}.contact{display:flex;align-items:baseline}.contact-details{color:#525252;font-weight:600;font-size:1.125rem;line-height:131.5%}@media only screen and (max-width: 568px){.contact-details{font-weight:400;font-size:.75rem}}.contact-details-bold{color:#525252;font-size:1.125rem;font-weight:800}@media only screen and (max-width: 568px){.contact-details-bold{font-weight:600;font-size:.75rem}}.complaintForm-title-label{border-radius:.3125rem;background:#f1f1f1;margin:7px 0;text-align:left;text-indent:.8125rem;width:100%;height:2.75rem;outline:none;border:none;color:#4c4f52;font-family:Manrope,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width: 640){.complaintForm-title-label{margin:.5rem 0rem;font-size:.8125rem}}.complaintForm-title-message{color:#4c4f52;background:#f1f1f1;padding:1.125rem .8125rem;border-radius:.3125rem;margin:.5625rem 0;width:100%;height:19.75rem;font-family:Manrope,sans-serif;font-size:1.1875rem;outline:none;border:none;resize:none}@media only screen and (max-width: 640){.complaintForm-title-message{margin:.5rem 0rem;font-size:.8125rem;height:13.5625rem;padding:.75rem .8125rem}}.complaintForm-anonymous-text{color:#4c4f52;font-family:Manrope;font-size:1.875rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.0469rem}@media only screen and (max-width: 568px){.complaintForm-anonymous-text{font-size:1.0625rem;letter-spacing:-.0266rem;margin-bottom:0rem}}.complaintForm-buttonContainer{display:flex;flex-direction:column;align-items:center;margin-top:6.75rem}@media only screen and (max-width: 568px){.complaintForm-buttonContainer{margin-top:2.625rem}}.complaintForm-buttonContainer button{width:21.25rem;height:3rem;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;font-size:1.125rem;color:#000;border-radius:17.2727rem;background-color:#cad6f9;margin-bottom:1.0625rem}@media only screen and (max-width: 568px){.complaintForm-buttonContainer button{width:14.5rem;height:2.75rem;font-size:.9375rem}}.complaintForm-buttonContainer button:hover{background-color:#cad6f9}.complaintForm-textarea textarea::-webkit-scrollbar{width:.3125rem;background:#f1f1f1}.complaintForm-textarea textarea::-webkit-scrollbar-thumb{background:#cad6f9;border-radius:.3125rem;width:.3125rem}.complaintForm-textarea textarea::-webkit-scrollbar-track-piece{width:.3125rem}.complaintForm-textarea-anonymous textarea::-webkit-scrollbar{width:.3125rem;background:#f1f1f1}.complaintForm-textarea-anonymous textarea::-webkit-scrollbar-thumb{background:#4c4f52;border-radius:.3125rem;width:.3125rem}.complaintForm-textarea-anonymous textarea::-webkit-scrollbar-track-piece{width:.3125rem}.profileImage{padding:4rem 0;background-color:#f1f1f1;display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width: 568px){.profileImage{padding:2rem 0}}.profileImage .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.profileImage .container .imageLoader{position:relative;min-height:15rem;width:100%}.profileImage-name{font-size:clamp(1rem,.6919rem + 1.3146vw,1.875rem);font-weight:700}@media only screen and (max-width: 568px){.profileImage-name{text-align:center}}.profileImage-userImage{width:11rem;height:11rem}.profileImage-camera{position:relative;cursor:pointer;left:6rem;top:-3rem}.profileImage-camera .p-button{background:none;border:none}.profileImage-camera .p-fileupload svg{width:3rem;height:2rem}@media only screen and (max-width: 568px){.profileImage-camera{left:3.5rem;top:-2.2rem}.profileImage-camera .p-fileupload svg{width:1.5rem;height:1.5rem}}.profileImage-profilePicture{position:relative}.profileImage-profilePicture img{border-radius:50%;width:11rem;height:11rem}@media only screen and (max-width: 568px){.profileImage-profilePicture img{width:6.4375rem;height:6.4375rem}}.tabPoints{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;padding:2rem 0 4rem}@media only screen and (max-width: 768px){.tabPoints{padding:1rem 0 2rem}}.tabPoints-title{font-size:1.625rem;font-weight:700}.tabPoints-number{font-size:clamp(3rem,1.8556rem + 4.8826vw,6.25rem);font-weight:700;letter-spacing:-2.5px;line-height:1.2;padding-bottom:2rem}@media only screen and (max-width: 768px){.tabPoints-number{padding-bottom:1rem}}.tabPoints-types{display:flex;max-width:50rem;width:100%;margin:0 auto;justify-content:space-between;gap:clamp(.5rem,-.0282rem + 2.2535vw,2rem)}.tabPoints-types-item{background-color:#fff;color:#4c4f52;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:25rem;width:100%;position:relative;padding-bottom:2rem;transition:transform 1s cubic-bezier(.25,.46,.45,.94)}.tabPoints-types-item:hover{transform:scale(1.08)}.tabPoints-types-item-title{width:100%;font-size:clamp(1rem,.956rem + .1878vw,1.125rem);text-align:center;font-weight:600;padding:calc(1.563rem - clamp(.563rem,.4091rem + .6565vw,1rem)) clamp(1rem,.956rem + .1878vw,1.125rem);border-bottom:1px solid #cad6f9}.tabPoints-types-item-points{font-size:clamp(2rem,1.2736rem + 3.0993vw,4.063rem);font-weight:700;padding:1rem 0}.tabPoints-types-item-pointsTitle{font-size:clamp(1rem,.956rem + .1878vw,1.125rem);font-weight:500}.tabPoints-types-item-button{position:absolute;bottom:-1rem;background-color:#4c4f52;border:1px solid #4c4f52;width:100%;font-size:1.125rem;font-weight:700;color:#fff;border-radius:2rem;padding:1rem;text-align:center;cursor:pointer;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94)}.tabPoints-types-item-button:hover{color:#4c4f52;background-color:#fff}.profileLegend{padding:2rem 0;background-color:#f1f1f1;display:flex;color:#4c4f52;width:100%}.profileLegend .container{display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.profileLegend-title{font-size:clamp(1rem,.912rem + .3756vw,1.25rem);font-weight:700;width:100%}.profileLegend-list{display:flex;flex-direction:column;gap:1rem;width:100%;justify-content:center}.profileLegend-list-item{padding:1rem;display:grid;grid-template-columns:clamp(1.5rem,.7077rem + 3.3803vw,3.75rem) clamp(4.5rem,2.7835rem + 7.3239vw,9.375rem) auto;gap:1rem;background-color:#fff;align-items:center}.profileLegend-list-item-icon{width:clamp(1.5rem,.8176rem + 2.9115vw,3.438rem);height:clamp(1.4rem,.7486rem + 2.7793vw,3.25rem)}.profileLegend-list-item-icon.points5{color:#b2dcfc}.profileLegend-list-item-icon.points10{color:#5db0f7}.profileLegend-list-item-icon.points15{color:#3478bd}.profileLegend-list-item-title{font-size:clamp(.8rem,.5975rem + .8638vw,1.375rem);font-weight:700}.profileLegend-list-item-text{font-size:clamp(.8rem,.6415rem + .6761vw,1.25rem);font-weight:600}.articles{padding:2rem 0;display:flex;flex-wrap:wrap;gap:2rem;max-width:1220px;width:100%;margin:0 auto}.articles-item{border-radius:.3125rem;background-color:#fff;display:flex;flex:0 0 23rem;flex-direction:column;cursor:pointer;transition:filter .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 568px){.articles-item{max-width:100%}}.articles-item:hover{filter:grayscale(70%)}.articles-item:hover h3,.articles-item:hover .articleList-item-description,.articles-item:hover .articleList-item-link,.articles-item:hover .articleList-item-category{color:#007ac3}.articles-item-header{padding:.4rem 0;background-color:#fff;display:flex;gap:1rem}.articles-item-icon{color:#007ac3;width:1rem;height:1rem}.articles-item-icon svg{width:100%;height:100%}.articles-item-texts{padding:1rem;display:flex;flex-direction:column;flex-grow:1;gap:1rem}.articles-item-category{color:#525252;font-size:.8125rem;font-weight:700;line-height:1.1}.articles-item h3{color:#242732;font-size:1.125rem;font-weight:500;letter-spacing:-.4px;line-height:1.2;flex-grow:1;padding-top:1rem}.articles-item-description{color:#525252;font-size:.8125rem;font-weight:500;height:43px;line-height:1.1;overflow:hidden}.articles-item-link{font-size:.75rem;font-weight:700;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.articles-item-link:hover{color:#007ac3}.articles-item .imageContainer{max-height:13.9rem;aspect-ratio:16/9;overflow:hidden;border-radius:.3125rem}.articles-item .imageContainer .image{position:relative;height:100%}.articles-item .imageContainer img{opacity:1;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.profileChangePassword{padding:3.75rem 0px;width:25rem}@media only screen and (max-width: 768px){.profileChangePassword{width:18.75rem}}.profileChangePassword .button-div{padding-top:2.5rem}.profileChangePassword form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.profileChangePassword form .p-inputtext{padding:1rem 2.8rem 1rem 1rem}.profileChangePassword .successMessage{line-height:1.4}.profileTabs{display:flex;flex-direction:column}.profileTabs-header{padding:1.5rem 0;border-bottom:1px solid #ccc;font-size:clamp(1rem,.912rem + .3756vw,1.25rem)}@media only screen and (max-width: 768px){.profileTabs-header{width:100%;overflow:scroll;scrollbar-width:none}}.profileTabs-header .container{display:flex;gap:clamp(1rem,.2958rem + 3.0047vw,3rem);padding:0 1rem}.profileTabs-header-item{position:relative;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94);min-width:fit-content}.profileTabs-header-item:hover{color:#007ac3}.profileTabs-header-item.isActive{font-weight:700}.profileTabs-header-item.isActive:after{content:"";position:absolute;bottom:-1.5rem;left:0;height:4px;width:100%;background-color:#007ac3}.profileTabs-content .container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1280px;padding:0 1rem}.profileTabs-content-item{display:none;flex-direction:column}.profileTabs-content-item.points{background-color:#cad6f9;width:100%}.profileTabs-content-item.isActive{display:flex}.profile{display:flex;flex-direction:column}.searchresults{text-align:center;font-family:Manrope,sans-serif}.searchresults-container{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.125rem}.searchresults-container-searchbar{display:flex;justify-content:space-between;align-items:center;border:solid .0625rem #5f5d5d;border-radius:1.5625rem;width:55rem;padding:.625rem 1.25rem}.searchresults-container-searchbar input{color:#5f5d5d;width:49rem}.searchresults-container-searchbar input:focus{width:49rem}.searchresults-container-searchbar input::placeholder{color:#5f5d5d}.searchresults-container-searchbar-icon{width:1.25rem;height:1.375rem;color:#5f5d5d;cursor:pointer}.searchresults-container-search{width:20rem;display:flex;justify-content:center;margin-top:3rem}.searchresults-container-searchedTerm{margin-left:1.25rem;color:#4c4f52;font-size:1.25rem}.searchresults-container-noResults{color:#4c4f52;font-size:1rem;margin-top:1.875rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}*{margin:0;padding:0;box-sizing:border-box;font:inherit;color:inherit;outline:transparent;background:transparent;border-radius:0;border:0}*:before,*:after{box-sizing:border-box}html{text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1}ol[class],ul[class]{list-style:none}img,svg{display:block}button,input,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}button,input[type=submit],input[type=checkbox],input[type=radio],select,label,a{cursor:pointer}button[disabled]{cursor:default}textarea{resize:none}a{text-decoration:none;touch-action:manipulation}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:unset;-webkit-text-fill-color:unset;-webkit-box-shadow:unset;transition:background-color 5000s ease-in-out 0s;color:unset!important}*{font-family:Manrope,sans-serif}strong{font-weight:700}em{font-style:italic}.fs-12{font-size:.75rem}.fs-14{font-size:.875rem}.fs-16{font-size:clamp(.9rem,.865rem + .15vw,1rem)}.fs-20{font-size:clamp(1rem,.912rem + .376vw,1.25rem)}.fs-24{font-size:24px}.fs-28{font-size:28px}.fs-32{font-size:32px}.fs-48{font-size:48px}.fs-64{font-size:64px}.fc-white{color:#fff}.cap{text-transform:uppercase}.form-column{display:flex;flex-direction:column;gap:.4rem;max-width:550px;overflow:hidden}@media only screen and (max-width: 768px){.form-column{width:100%}}.form-row{display:flex;gap:.5rem;align-items:center}.centered{justify-content:center}.margin-bottom{margin-bottom:20px}.inputContainer{position:relative}.inputContainer .inputIcon{position:absolute;top:-10px;right:0;color:#0000008a;width:1.5rem;height:1.5rem;z-index:2}form .errorInfo{font-size:.75rem;color:#d2232a;margin-top:-.4rem}form label{font-size:.875rem;color:#007ac3;position:relative;z-index:1;display:flex;align-items:center;transform-origin:left;transform:translateY(-1.3rem) scale(1);transition:transform .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}form label.radioLabel{transform:none}form label a{color:#4c4f52;text-decoration:none}form label a :hover{color:#007ac3}form label.error,form label.error small{color:#d2232a}form label small{color:#4c4f52;font-size:1rem;font-weight:500;transform:translateY(1.2rem)}form select{border:1px solid;padding:.7rem;border-radius:.6rem;color:#4c4f52;position:relative;display:flex;justify-content:space-between;background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:.65rem auto;background-image:url("data:image/svg+xml,%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}form textarea,form input,form input:-webkit-autofill,form input:-webkit-autofill:hover,form input:-webkit-autofill:focus,form input:-webkit-autofill:active{position:relative;height:1.1876rem;margin:0;display:block;padding:.375rem 0 .8rem;transition:box-shadow .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94);font-size:1rem;background:#fff!important;-webkit-box-shadow:0 0 0 30px white inset!important;border-bottom:1px solid rgba(0,0,0,.42)}form textarea.error,form input.error,form input:-webkit-autofill.error,form input:-webkit-autofill:hover.error,form input:-webkit-autofill:focus.error,form input:-webkit-autofill:active.error{border-bottom:1px solid #d2232a}form textarea::placeholder,form input::placeholder,form input:-webkit-autofill::placeholder,form input:-webkit-autofill:hover::placeholder,form input:-webkit-autofill:focus::placeholder,form input:-webkit-autofill:active::placeholder{opacity:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);color:#242732}form textarea{border:1px solid rgba(0,0,0,.42);min-height:14rem;width:100%}form input:focus+label,form input:not(:placeholder-shown)+label,form textarea:focus+label,form textarea:not(:placeholder-shown)+label{transform:translateY(-3rem) scale(.7)}form a{text-decoration:underline}form a:hover{color:#007ac3}.inputField{position:relative}.p-inputtext{background-color:#fff;width:100%;position:relative;box-shadow:0 1px #0000006b}.p-inputtext:enabled:focus,.p-inputtext:focus,.p-inputtext:hover{box-shadow:0 2px #3f51b5}.checkboxGroup-item label{gap:.5rem}.radioGroup,.checkboxGroup{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media only screen and (max-width: 768px){.radioGroup,.checkboxGroup{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 568px){.radioGroup,.checkboxGroup{grid-template-columns:1fr}}.radioGroup-item,.checkboxGroup-item{display:flex;align-items:center;gap:.4rem}.radioGroup-item .p-hidden-accessible,.checkboxGroup-item .p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.radioGroup-item .p-radiobutton,.checkboxGroup-item .p-radiobutton{display:inline-flex;cursor:pointer;user-select:none;vertical-align:bottom}.radioGroup-item .p-radiobutton.p-highlight .p-radiobutton-box .p-radiobutton-icon,.checkboxGroup-item .p-radiobutton.p-highlight .p-radiobutton-box .p-radiobutton-icon{background-color:#007ac3}.radioGroup-item .p-radiobutton .p-radiobutton-box,.checkboxGroup-item .p-radiobutton .p-radiobutton-box{border:2px solid #007ac3;background:#fff;width:22px;height:22px;color:#d8d8d8;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;display:grid;place-content:center}.radioGroup-item .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,.checkboxGroup-item .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.2s;background-color:#fff;border-radius:50%}.p-input-icon-right{display:flex;align-items:center}.p-input-icon-right .p-inputtext{padding-right:3rem}.p-input-icon-right i{transform:translateY(-50%)}.p-checkbox{display:inline-flex;cursor:pointer;user-select:none;vertical-align:bottom;position:relative}.acceptTerms .p-checkbox .p-checkbox-input{width:0}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:.0625rem}.p-checkbox .p-checkbox-box{display:flex;justify-content:center;align-items:center;border:.0625rem solid #007ac3;background-color:#fff;width:1.125rem;height:1.125rem;border-radius:.25rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-checkbox .p-checkbox-input{display:inline;border-bottom:0rem;position:relative}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s;color:#007ac3;font-size:.875rem}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:.875rem;height:.875rem}.p-checkbox .p-checkbox-box.p-highlight{border-color:#06b6d4;background:#06b6d4}.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover{border-color:#0e7490;background:#0e7490;color:#fff}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{border-color:#06b6d4}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#0e7490;background:#0e7490;color:#fff}.p-checkbox.p-invalid>.p-checkbox-box{border-color:#e24c4c}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox .p-checkbox-box.p-highlight{background:#06b6d4}.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#f3f4f6}.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{background:#0e7490}.forgot-password{color:#4c4f52;font-size:.875rem;font-weight:400;line-height:.9375rem;margin-top:.9375rem;text-align:center}.p-fileupload .p-fileupload-buttonbar{background:#f9fafb;padding:1.25rem;border:1px solid #e5e7eb;color:#374151;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px;gap:.5rem}.p-fileupload .p-fileupload-content{background:#fff;padding:2rem 1rem;border:1px solid #e5e7eb;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload-row{display:flex;align-items:center}.p-fileupload .p-fileupload-row>div{padding:1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-fileupload-file-thumbnail{flex-shrink:0}.p-fileupload .p-fileupload-buttonbar .p-button{margin-right:.5rem}.p-button.p-fileupload-choose{position:relative;overflow:hidden}.p-button{margin:0;display:inline-flex;cursor:pointer;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button.p-fileupload-choose input[type=file]{display:none}.p-button{color:#fff;background:#06b6d4;border:1px solid #06b6d4;padding:.75rem 1.25rem;font-size:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-button .p-button-icon-left{margin-right:.5rem}.isHidden{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body{overscroll-behavior-y:none;margin:0;overflow-x:hidden}#root{display:grid;width:100vw;min-height:100vh;height:100%;max-width:100vw}.svg-defs{display:none}.container{max-width:1220px;margin:0 auto;width:100%}@media only screen and (max-width: 768px){.desktopOnly{display:none!important}}.mobileOnly{display:none}@media only screen and (max-width: 768px){.mobileOnly{display:flex}}a{color:#007ac3}svg{width:100%;height:100%}ul{display:block;list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px;unicode-bidi:isolate}.rotate180{transform:rotate(180deg)}.p-fileupload svg{width:1.25rem;height:1.25rem}.faq .container{display:flex;flex-direction:column;justify-content:center;padding-top:3rem;padding-bottom:3rem}.faq-item{display:flex;flex-direction:column;border-bottom:.0625rem solid #ccc;padding:.9375rem 0rem;cursor:pointer}.faq-question{display:flex;justify-content:space-between}.faq-question-text{width:90%;font-weight:400;font-size:1.125rem}.faq-question-icon{width:1.5rem;height:1.5rem;transition:.3s;transform:rotate(0)}.faq-question-icon.isActive{transition:.3s;transform:rotate(180deg)}.faq-answer{display:none}.faq-answer.isActive{display:block;width:80%;color:#4c4f52;font-size:16px;font-weight:400;line-height:22px;padding:10px 0}.quiz{width:100%}.quiz .container{display:flex;flex-direction:column;align-items:center}.quiz-message{font-size:20px;margin-bottom:2.5rem}@media only screen and (max-width: 768px){.quiz-message{font-size:16px}}.quiz .action .icon{transform:rotate(180deg)}.quiz .step0{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1000px;width:100%;height:40rem;margin:0 auto;position:relative;margin-bottom:1.25rem}@media only screen and (max-width: 768px){.quiz .step0{height:30rem}}.quiz .step0-title{position:absolute;top:2rem;color:#fff;font-size:1.25rem;font-weight:700;width:100%;text-align:center;padding:1rem}.quiz .step0-title.pollTitle{position:relative;font-size:2.3rem}.quiz .step0-successText{position:relative;top:2rem;color:#fff;font-size:1.5rem;width:100%;text-align:center;padding:1rem}.quiz .step0 .btn{position:absolute;bottom:7rem;max-width:20rem}@media only screen and (max-width: 568px){.quiz .step0 .btn{bottom:1rem}}.quiz .step0 .action{width:100%;display:flex;justify-content:center}.quiz .step0 .action .icon{transform:rotate(180deg)}.quiz .step0 img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;object-position:center}@media only screen and (max-width: 568px){.quiz .step0 img{object-fit:contain}}.quiz .step{display:grid;grid-template-columns:29rem 1fr;gap:4rem;align-items:center;justify-content:center;max-width:900px;width:100%;margin:0 auto;position:relative}@media only screen and (max-width: 768px){.quiz .step{grid-template-columns:1fr}}.quiz .step-question{position:relative;height:40rem}@media only screen and (max-width: 768px){.quiz .step-question{height:25rem}}.quiz .step-question-image{position:absolute;z-index:1;height:100%;width:100%}.quiz .step-question-image img{opacity:1;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.quiz .step-question-texts{position:relative;z-index:3;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;color:#fff}.quiz .step-question-texts-top{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.quiz .step-question-texts-total{font-size:1.125rem;margin-bottom:2rem;display:flex;justify-content:space-between}.quiz .step-question-texts-header{font-size:1.375rem;font-weight:700}@media only screen and (max-width: 768px){.quiz .step-question-texts-header{font-size:1rem}}.quiz .step-question-texts-title{font-size:1.375rem;font-weight:700;margin-bottom:2rem}@media only screen and (max-width: 768px){.quiz .step-question-texts-title{font-size:1rem}}.quiz .step-question-texts-info{max-width:11rem;font-size:.75rem;font-weight:700}.quiz .step .answers{display:flex;flex-direction:column;align-items:center}.quiz .step .answers-list{display:flex;flex-direction:column;gap:2rem;width:100%}.quiz .step .answers-list-item{border:none;border-radius:5px;cursor:pointer;font-size:1.25rem;font-weight:700;outline:none;padding:1.3125rem 1.275rem;transition:transform .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94);background-color:#fff;border:1px solid #007ac3;display:grid;grid-template-columns:1.5rem auto;width:100%;color:#007ac3}.quiz .step .answers-list-item.resultItem{cursor:default;display:flex;gap:.4rem}.quiz .step .answers-list-item.resultItem:hover{transform:none}.quiz .step .answers-list-item.isCorrect{background-color:#10c567;border-color:#10c567;color:#fff}.quiz .step .answers-list-item.isWrong{background-color:#d2232a;border-color:#d2232a;color:#fff}.quiz .step .answers-list-item-text{text-align:center}.quiz .step .answers-list-item.blue{background-color:#007ac3;color:#fff}.quiz .step .answers-list-item:hover{transform:scale(1.04)}.quiz .step .answers-list .resultText{font-size:1.25rem;line-height:1.4}.quiz .step .answers-list .resultText span{font-weight:700}.quiz .nextButton{color:#007ac3;margin-top:3rem;display:flex;justify-content:space-between;font-weight:700;gap:2rem;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.quiz .nextButton:hover{color:#5f5d5d}.quiz .nextButton.disabled{color:#d8d8d8;cursor:default}.quiz .nextButton .icon{transform:rotate(180deg);width:2rem;height:1.2rem}.quiz .buzzfeed{display:flex;align-items:center;flex-direction:column;justify-content:center;max-width:1000px;width:100%;height:auto;margin:0 auto}.quiz .buzzfeed-text{margin-bottom:1.25rem;font-weight:700;font-size:1.25rem;z-index:1000;width:400px;text-align:center}@media only screen and (max-width: 768px){.quiz .buzzfeed-text{width:100%}}.quiz .buzzfeed img{width:100%;height:100%;object-fit:contain;object-position:center;margin-bottom:1.25rem}.container{display:flex;font-size:1.65rem;padding:30px 0}@media only screen and (max-width: 768px){.container{font-size:1rem}}.container-text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.container-text-error{font-size:10.5rem}@media only screen and (max-width: 768px){.container-text-error{font-size:6.4rem}}:export{maxcontent:1220px}.photocontest .container{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}@media only screen and (max-width: 1279px){.photocontest{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width: 568px){.photocontest{padding-left:0rem;padding-right:0rem}}.photocontest-banner{width:100%}.photocontest-empty{padding:1.875rem 1.875rem 5rem;font-size:1.375rem;text-align:center;font-weight:700;color:#646464}.photocontest-row{margin-bottom:1.5625rem}.photocontest-content{padding:0 1.5625rem}.photocontest-title{font-size:.875rem;font-family:Manrope,sans-serif;font-weight:700;margin-bottom:.3125rem}.photocontest-store{font-size:.75rem;line-height:.9375rem;color:#007ac3;margin-bottom:.625rem}.photocontest-message{font-size:.75rem;line-height:.9375rem;color:#aaa;margin-top:.625rem;margin-bottom:.625rem}.photocontest-image{margin-bottom:1.25rem}.photocontest-image img{max-width:100%}.photocontest-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 0;background:#cad6f9}.photocontest-likes{margin-left:1.5625rem;font-family:Manrope,sans-serif;color:#007ac3;font-weight:700;font-size:1rem;line-height:.9375rem}.photocontest-button{background-color:#fff;margin-right:1.5625rem;border-radius:2rem;font-weight:700;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.photocontest-button-container{position:relative;display:flex;align-items:center;gap:clamp(.5rem,.3239rem + .7512vw,1rem);width:fit-content;padding:.625rem}.photocontest-button:hover{background-color:#007ac3;color:#fff;cursor:pointer}.photocontest-button:hover .photocontest-button-icon{color:#fff}.photocontest-button :disabled{background-color:#aaa;border-radius:2rem;color:#e7e7e7;cursor:not-allowed}.photocontest-button :disabled .photocontest-button-icon{color:#e7e7e7}.photocontest-button-icon{color:#007ac3;width:1.375rem;height:1.1875rem}.photocontest-liked{background-color:#007ac3;margin-right:1.5625rem;border-radius:2rem;font-weight:700;color:#fff;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.photocontest-liked-container{position:relative;display:flex;align-items:center;gap:clamp(.5rem,.3239rem + .7512vw,1rem);width:fit-content;padding:.625rem}.photocontest-liked:hover{background-color:#fff;color:#007ac3;cursor:pointer}.photocontest-liked:hover .photocontest-liked-icon{color:#007ac3}.photocontest-liked :disabled{background-color:#aaa;border-radius:2rem;color:#e7e7e7;cursor:not-allowed}.photocontest-liked :disabled .photocontest-liked-icon{color:#e7e7e7}.photocontest-liked-icon{color:#fff;width:1.375rem;height:1.1875rem}
