.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{inset:-1.25rem;position:absolute;border-radius:.5rem;background-color:#fff9}.loader-container.small{transform:scale(.3);justify-content:flex-start;width:4rem;height:4rem}.loader-container.small .loader,.loader-container.small .loader:after{border-radius:50%;width:4rem;height:4rem}.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 #343434;border-right:1.1em solid #343434;border-bottom:1.1em solid #343434;border-left:1.1em solid #f1f1f1;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)}}.layout:not(.page--home) header{background-color:#fcda00}.layout:not(.page--home) header .headerInner-logo{width:5rem;height:6rem}.layout.page--home header{padding:2rem 0;height:13rem}.layout.page--home header .headerInner-logo{height:8.3125rem;width:9.5625rem}header{display:flex;justify-content:space-between;width:100%;position:fixed;left:0;top:0;z-index:4;height:7rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94),background-color .2s cubic-bezier(.25,.46,.45,.94),height .4s cubic-bezier(.25,.46,.45,.94)}header.hideHeader{transform:translateY(-14rem)}header.collapsed{padding:1rem 0;height:6rem!important;background-color:#ffffffe6!important;box-shadow:0 5px 6px -2px #00000026;transform:translateY(-6rem)}@media only screen and (max-width: 768px){header.collapsed{padding:.2rem;height:4rem}}header.collapsed .headerInner-logo{height:100%;color:#fcda00;width:4rem!important}header.collapsed .headerInner-burger{transform:scale(.7)}header.collapsed .headerInner-burger span{background-color:#495057}header.collapsed .menu.open{transform:translateY(0)}header.showHeader{transform:translateY(0);position:fixed}@media only screen and (max-width: 1024px){header{padding:.8rem 0;height:7rem}}@media only screen and (max-width: 568px){header{padding:.8rem 0;height:7.5rem}}header .headerInner{display:flex;align-items:center;justify-content:space-between;flex:1;z-index:1;position:relative}header .headerInner-logo{color:#fff;transition:color .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94),width .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);transform-origin:left}header .headerInner-logo:hover{color:#a0ce63}@media only screen and (max-width: 1024px){header .headerInner-logo{height:7.3125rem;width:6.7625rem}}@media only screen and (max-width: 568px){header .headerInner-logo{transform:scale(.9)}}@media only screen and (max-width: 375px){header .headerInner-logo{transform:scale(.85)}}@media only screen and (max-width: 1024px){header .headerInner-logo.open{color:#fcda00}}header .headerInner-logo svg{width:100%;height:100%}header .headerInner-burger{width:4rem;height:4rem;position:relative;cursor:pointer;display:inline-block;border-radius:50%;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform-origin:right;transform:scale(.9)}@media only screen and (max-width: 568px){header .headerInner-burger{transform:scale(.8)}}@media only screen and (max-width: 375px){header .headerInner-burger{transform:scale(.75)}}header .headerInner-burger span{background-color:#fff;position:absolute;transition:background-color .3s cubic-bezier(.8,.5,.2,1.4),transform .3s cubic-bezier(.8,.5,.2,1.4);width:2.9rem;height:6px;border-radius:1rem}header .headerInner-burger span:nth-child(1){top:.8rem;left:1.15rem;width:2.2rem}header .headerInner-burger span:nth-child(2){top:1.8rem;left:.55rem}header .headerInner-burger span:nth-child(3){top:2.8rem;left:.55rem}header .headerInner-burger.open:hover{transform:scale(.9)}header .headerInner-burger:not(.open):hover span:nth-child(1){transform:scaleX(.8)}header .headerInner-burger:not(.open):hover span:nth-child(2){transform:scaleX(.5)}header .headerInner-burger:not(.open):hover span:nth-child(3){transform:scaleX(.8)}header .headerInner-burger.open span{background-color:#bad875}header .headerInner-burger.open span:nth-child(1){transform:rotate(45deg);top:1.8rem;left:.6rem;width:2.9rem;z-index:1}header .headerInner-burger.open span:nth-child(2){transform:scaleX(1.4) scaleY(11);background-color:#fff;z-index:0;transition:background-color .3s cubic-bezier(.8,.5,.2,1.4) .5s,transform .3s cubic-bezier(.8,.5,.2,1.4) 0s}header .headerInner-burger.open span:nth-child(3){transform:rotate(-45deg);z-index:1;top:1.8rem}header .menu{position:absolute;background-color:#fcda00;inset:0;z-index:0;width:100vw;height:100vh;transform:translate(-100vw);opacity:0;transition:transform .8s cubic-bezier(.8,.5,.2,1.4) .5s,opacity .5s cubic-bezier(.25,.46,.45,.94) 2.2s;overflow:hidden}header .menu-inner{position:absolute;display:grid;grid-template-rows:auto 5rem;align-items:flex-start;top:0;right:0;background-color:#a0ce63;height:100vh;border-radius:50% 0 50% 50%;transform:translate(100vw,-100vh);padding-top:20vh;transition:transform .8s cubic-bezier(.8,.5,.2,1.4),border-radius .5s cubic-bezier(.25,.46,.45,.94);aspect-ratio:1}@media only screen and (max-width: 1024px){header .menu-inner{height:100vh;width:100vw;aspect-ratio:unset}}header .menu-inner nav{display:flex;flex-direction:column;align-items:center;gap:1rem}header .menu-inner nav .navItem{display:flex;flex-direction:column;color:#fff}header .menu-inner nav .navItem.hasChildren.parentIsActive{color:#fcda00}header .menu-inner nav .navItem.hasChildren.parentIsActive .arrow{transform:rotate(180deg)}header .menu-inner nav .navItem.hasChildren .arrow{width:1.6rem;height:1.22rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}header .menu-inner nav .navItem.hasChildren .arrow svg{width:100%;height:100%}header .menu-inner nav .navItem-inner{font-family:Gotham-Greek-Bold;text-transform:uppercase;font-size:1.4rem;display:grid;grid-template-columns:2rem auto 2rem;align-items:center;justify-content:center;gap:.5rem;height:1.5rem;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}header .menu-inner nav .navItem-inner img{opacity:0;height:2rem;width:2rem;transform:rotate(-20deg);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94) .3s}header .menu-inner nav .navItem-inner:hover{color:#fcda00}header .menu-inner nav .navItem-inner:hover img{opacity:1;transform:rotate(0)}header .menu-inner nav .navItem-inner:hover:after{content:""}header .menu-inner nav .navItem-submenu{flex-direction:column;align-items:center;justify-content:center;height:0;opacity:0;display:none;overflow:hidden;text-transform:uppercase;color:#fffc;font-family:Gotham-Greek-Bold;font-size:1.3rem;gap:.8rem;padding-top:1rem;padding-bottom:.6rem;transition:height .4s cubic-bezier(.25,.46,.45,.94)}header .menu-inner nav .navItem-submenu.isActive{display:flex;height:fit-content;opacity:1}header .menu-inner nav .navItem-submenu-item{transition:color .3s cubic-bezier(.25,.46,.45,.94)}header .menu-inner nav .navItem-submenu-item:hover{color:#fcda00}header .menu-inner-socialList{display:flex;justify-content:center;color:#fff;gap:1rem}header .menu-inner-socialList-item{height:1.3rem;width:1.4rem;transition:color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}header .menu-inner-socialList-item:hover{color:#fcda00}header .menu-inner-socialList-item svg{width:100%;height:100%}header .menu.open{transition:transform .8s cubic-bezier(.8,.5,.2,1.4),opacity .8s cubic-bezier(.25,.46,.45,.94) .2s;transform:translate(0);opacity:1}header .menu.open .menu-inner{transition:transform .8s cubic-bezier(.8,.5,.2,1) .5s,border-radius .5s cubic-bezier(.25,.46,.45,.94) .8s;transform:translate(5vw,-5vh) scale(1)}@media only screen and (max-width: 1024px){header .menu.open .menu-inner{border-radius:0;transform:translate(0) scale(1)}}.socialList{display:flex;flex-direction:column;gap:1rem}.socialList:after{content:"";border-radius:1rem;background-color:#fff;height:5px;width:100%;margin-top:1rem}.socialList.vertical{flex-direction:row;align-items:center;justify-content:center;gap:2rem;min-height:5rem}@media only screen and (max-width: 768px){.socialList.vertical{flex-direction:column}}.socialList.vertical:after{display:none}.socialList.vertical .socialList-title{font-family:Gotham-Greek-Bold;position:relative;display:flex;gap:2rem;height:40px;align-items:center}.socialList.vertical .socialList-title span:first-child:after{position:absolute;top:0;content:"";border-radius:1rem;background-color:#fff;height:40px;width:5px;margin-left:1rem}.socialList-title{text-transform:uppercase}.socialList-items{display:flex;gap:2rem}.socialList-items-item{width:1.8125rem;height:1.8125rem;cursor:pointer;transition:color .4s cubic-bezier(.25,.46,.45,.94)}.socialList-items-item svg{width:100%;height:100%}.socialList-items-item:hover{color:#fcda00}footer{display:flex;flex-direction:column;margin-top:-6rem}footer .footerContent{padding:clamp(4rem,2.5915rem + 4.507vw,8rem) 0 clamp(4rem,2.5915rem + 4.507vw,8rem);clip-path:polygon(0% 10%,100% 0%,100% 100%,0% 100%);background:linear-gradient(65deg,#a0ce63 30%,#0f78bc 30%)}@media only screen and (max-width: 1180px){footer .footerContent{background:linear-gradient(65deg,#a0ce63 24%,#0f78bc 24%)}}@media only screen and (max-width: 768px){footer .footerContent{background:linear-gradient(65deg,#a0ce63 40%,#0f78bc 40%)}}footer .footerContent .container{display:flex}@media only screen and (max-width: 768px){footer .footerContent .container{justify-content:space-between}}footer .footerContent-logo{color:#fcda00;display:flex;align-items:center;justify-content:flex-start;flex:0 1 50%}@media only screen and (max-width: 1180px){footer .footerContent-logo{flex:0 1 30%}}footer .footerContent-logo svg{height:8.3125rem;width:9.5625rem}@media only screen and (max-width: 1180px){footer .footerContent-logo svg{height:7.3125rem;width:6.5625rem}}footer .footerContent-inner{display:grid;grid-template-columns:1fr 1fr;column-gap:5rem;color:#fff;font-family:Gotham-Medium;font-size:1.25rem;line-height:1.3}@media only screen and (max-width: 1180px){footer .footerContent-inner{column-gap:2rem;font-size:1.1rem}}@media only screen and (max-width: 768px){footer .footerContent-inner{display:flex;justify-content:flex-end}}footer .footerContent-inner .footerLinkList{display:grid;grid-template-columns:1fr 1fr;column-gap:5rem}@media only screen and (max-width: 1180px){footer .footerContent-inner .footerLinkList{column-gap:2rem}}@media only screen and (max-width: 768px){footer .footerContent-inner .footerLinkList{display:none}}footer .footerContent-inner .footerLinkList-item{cursor:pointer;transition:color .4s cubic-bezier(.25,.46,.45,.94)}footer .footerContent-inner .footerLinkList-item:hover{color:#fcda00}footer .footerLegal{position:relative;background-color:#fcda00;display:flex;align-items:center;padding:1.5rem 0}footer .footerLegal:before{content:"";position:absolute;height:4.7rem;top:-3.5rem;right:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 157.34 91.12'%3E%3Cpath fill='%23fcda00' d='M84.22,38.32c0-4.2-3.79-6.72-7.34-5.2a7.45,7.45,0,0,0-3.29,2.68,24.31,24.31,0,0,1-6.41,6.34,37.17,37.17,0,0,0-5.2,4,32.79,32.79,0,0,0-9.18,18c-.88-14.49-8.94-30.58-21-37.58A65.63,65.63,0,0,1,16,14.51C11.87,10,5.3,11.09,3,16.24a10.84,10.84,0,0,0-.86,6.12A35,35,0,0,1,1.57,35.5,54.52,54.52,0,0,0,0,45C-.5,58.46,4.56,69.87,13,80a37.3,37.3,0,0,0,8.83,7.4C34.92,95.45,48.35,90,52,75.07c.13-.55.25-1.11.35-1.68a27.44,27.44,0,0,0,.84,4.28C56,87.82,65.28,91.33,74.05,85.52c9.57-6.36,16-22.2,12.43-33.76A45.09,45.09,0,0,1,84.22,38.32Z'/%3E%3Cpath fill='%23fcda00' d='M127.84,52.15a33.64,33.64,0,0,1-9.38,2.4,31.68,31.68,0,0,0,.11-10.43,20.22,20.22,0,0,0-2-5.87c-3.75-7.38-11.45-8.65-17.3-2.82C92.91,41.79,90.42,55,94.94,63.32a35.21,35.21,0,0,1,3.8,10,4.13,4.13,0,0,0,6.45,2.86,5.78,5.78,0,0,0,2.12-2.57,19,19,0,0,1,4-5.86,29.36,29.36,0,0,0,3.38-3.92c.45-.68.86-1.37,1.24-2.07a5.34,5.34,0,0,0,1,.76,17.69,17.69,0,0,1,5,4.34,26.41,26.41,0,0,0,3.28,3.57c5.15,4.43,11.25,6,17.9,5.83a18.68,18.68,0,0,0,5.68-1.18c7.28-2.68,9.32-9.7,4.54-15.79C148.1,52.65,136.11,48.87,127.84,52.15Z'/%3E%3Cpath fill='%23fcda00' d='M85,0C78.41-.24,70.13,5,67.91,11.54a25.79,25.79,0,0,1-3.45,7,3,3,0,0,0,1.68,4.87,4.33,4.33,0,0,0,2.42-.14,13.84,13.84,0,0,1,5.1-.8,21.7,21.7,0,0,0,3.78-.15c5.22-.83,9.22-3.67,12.48-7.69a15.06,15.06,0,0,0,2.16-4C94.15,5,91,.24,85,0Z'/%3E%3Cpath fill='%23fcda00' d='M155,19.61a2.79,2.79,0,0,0-1.4.73,9,9,0,0,1-2.83,1.83,14.07,14.07,0,0,0-2.2,1.09,12.89,12.89,0,0,0-5.39,7.9,9.63,9.63,0,0,0-.23,2.93c.27,3.93,3.41,5.92,7.05,4.46,4-1.6,7.53-6.91,7.1-11.41a16.68,16.68,0,0,1,.2-5.08A2,2,0,0,0,155,19.61Z'/%3E%3C/svg%3E");background-repeat:repeat-x;z-index:0}@media only screen and (max-width: 1180px){footer .footerLegal:before{height:4.2rem;top:-3rem}}@media only screen and (max-width: 1180px){footer .footerLegal:before{height:3.4rem;top:-2.5rem}}@media only screen and (max-width: 768px){footer .footerLegal:before{height:3rem;top:-2.2rem}}footer .footerLegal-content{display:flex;justify-content:space-between;align-items:center;width:100%;font-family:Gotham-Medium;font-size:.9rem;position:relative;z-index:1}@media only screen and (max-width: 768px){footer .footerLegal-content{flex-direction:column}}footer .footerLegal-copyright{color:#343434;order:0}@media only screen and (max-width: 768px){footer .footerLegal-copyright{order:1}}footer .footerLegal-copyrightLinkList{color:#343434;display:flex;gap:.5rem;cursor:pointer;order:1}@media only screen and (max-width: 768px){footer .footerLegal-copyrightLinkList{padding-bottom:.6rem;order:0}}footer .footerLegal-copyrightLinkList-item{display:flex;align-items:center;gap:.5rem;transition:color .4s cubic-bezier(.25,.46,.45,.94);line-height:1.6}footer .footerLegal-copyrightLinkList-item:hover{color:#0f78bc}footer .footerLegal-copyrightLinkList-item:not(:last-child):after{content:"";position:relative;background-color:#343434;width:4px;border-radius:1rem;height:1.3rem;cursor:default}@media only screen and (max-width: 768px){footer .footerLegal-copyrightLinkList-item:not(:last-child):after{height:1.1rem}}body:has(.page--franchise){overflow-x:clip}#root:has(.page--franchise){overflow-x:clip}.layout{display:flex;flex-direction:column;min-height:100vh;height:100%;overflow-x:hidden}.layout.page--franchise{overflow-x:clip}.layout:not(.page--home) .main{padding-top:7rem}.layout.page--etairia-istoria-kai-oroshma{background-color:#a0ce63}.layout .main{flex:1 1 100%;min-height:100vh;height:100%;display:flex;align-items:stretch}.image{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.image img{transition:opacity .5s cubic-bezier(.25,.46,.45,.94),filter .5s cubic-bezier(.25,.46,.45,.94);opacity:0;filter:blur(2px)}.image img.isVisible{opacity:1;filter:blur(0)}.image-loaderContainer{transform:scale(.7,.9);position:absolute;animation:reveal 1s cubic-bezier(.25,.46,.45,.94) infinite;padding:1rem}.image-loader{border-radius:65% 44% 0% 83%/64% 52% 35% 47%;background-color:#fff;width:5rem;height:5rem;transform:rotate(-140deg) scale(.7);opacity:.7}@keyframes reveal{0%{clip-path:polygon(0 100%,100% 100%,100% 100%,0% 100%)}to{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}}.hero{background:#fcda00;position:relative;z-index:1;height:100vh;min-height:50rem}@media only screen and (max-width: 1024px){.hero{min-height:unset}}.hero .p-carousel-items-content{padding-bottom:1rem}.hero .p-carousel-item{animation:zoom-out .5s cubic-bezier(.25,.46,.45,.94) forwards}.hero .p-carousel-item-active{animation:zoom-in .7s cubic-bezier(.25,.46,.45,.94) forwards}.hero .heroNav{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1rem;margin-right:1rem}.hero .heroNav-item{display:flex;flex-direction:column;gap:.4rem;cursor:pointer}.hero .heroNav-item:hover:not(.isDisabled) .icon{color:#0f78bc}.hero .heroNav .isDisabled{opacity:.6;cursor:unset}.hero .heroNav .navText{font-size:.9rem;color:#0f78bc;font-family:Gotham-Greek-Bold;transition:color .4s cubic-bezier(.25,.46,.45,.94)}.hero .heroNav .prev{text-align:right;align-items:flex-end}.hero .heroNav .prev .icon{transform:rotate(180deg)}.hero .heroNav .icon{color:#fff;width:2.25rem;height:1.25rem;transition:color .4s cubic-bezier(.25,.46,.45,.94)}.hero .heroNav .icon svg{width:100%;height:100%}.hero .heroNav .isActive{color:#0f78bc}.hero-inner{position:relative;display:flex;align-items:center;z-index:1;justify-content:center;gap:1rem;height:100%}@media only screen and (max-width: 1024px){.hero-inner{gap:2rem;padding-top:1rem;flex-direction:column}}@media only screen and (max-width: 568px){.hero-inner{gap:1rem}}.hero .toKoulouriSou{width:clamp(22rem,-2rem + 37.5vw,43rem);height:clamp(2rem,-.143rem + 3.348vw,3.875rem)}@media only screen and (max-width: 1024px){.hero .toKoulouriSou{width:35rem;height:3.2rem}}@media only screen and (max-width: 768px){.hero .toKoulouriSou{width:90vw;height:2.4rem}}@media only screen and (max-width: 375px){.hero .toKoulouriSou{width:90vw;height:1.3rem}}.hero .toKoulouriSou svg{width:100%;height:100%}.hero-image{width:clamp(17rem,7.857rem + 14.286vw,25rem);height:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-image-title{height:2.25rem}.hero-image-title svg{width:100%;height:100%}.hero-image img{width:100%}.hero .kalytero{width:clamp(12rem,1.072rem + 17.575vw,21.562rem);height:clamp(2rem,-.143rem + 3.348vw,3.875rem)}@media only screen and (max-width: 1024px){.hero .kalytero{width:21rem;height:3.2rem}}@media only screen and (max-width: 768px){.hero .kalytero{width:90vw;height:2.4rem}}@media only screen and (max-width: 375px){.hero .kalytero{width:90vw;height:1.3rem}}.hero .kalytero svg{width:100%;height:100%}.hero .hero-bottom{position:absolute;z-index:4;bottom:0;display:flex;justify-content:center;width:100vw;clip-path:polygon(0 45%,100% 0,100% 100%,0% 100%);background:#0f78bc;padding-top:3rem;padding-bottom:1rem}@media only screen and (max-width: 375px){.hero .hero-bottom{padding-top:1.5rem;padding-bottom:.5rem}}.hero .hero-bottom-inner{display:grid;grid-template-columns:1fr auto;column-gap:.4rem;color:#fff;cursor:pointer}@media only screen and (max-width: 375px){.hero .hero-bottom-inner{transform:scale(.9)}}.hero .hero-bottom-inner:hover{color:#fcda00}.hero .hero-bottom-inner .scrollText{transition:color .3s cubic-bezier(.25,.46,.45,.94);text-align:right;font-size:1.0625rem}.hero .hero-bottom-inner .scrollIcon{width:1rem;height:3.125rem;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.hero .hero-bottom-inner .scrollIcon svg{width:100%;height:100%}.hero .heroNextIcon{width:3rem;height:3rem}@keyframes slide-top{0%{transform:translate(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoom-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoom-out{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.mkButton{width:max-content;cursor:pointer}.mkButton.disabled{cursor:progress;opacity:.3}.mkButton-inner{position:relative;z-index:2}.mkButton-inner-content{z-index:2;position:relative}.mkButton-inner-content.withMinHeight{display:flex;align-items:center}.mkButton-inner-content-text{font-family:Gotham-Greek-Bold;font-size:clamp(1.1rem,1.0592rem + .4507vw,1.6rem);padding:clamp(.7rem,1.0479rem + 1.0268vw,2.3rem) 2rem;transform:translate(-.2rem,-.2rem)}@media only screen and (max-width: 568px){.mkButton-inner-content-text{font-size:1.1rem}}.mkButton-inner .mkbutton-lines{width:100%;height:100%;position:absolute;top:-.3rem;left:-.3rem;display:flex;flex-direction:column;justify-content:space-between}.mkButton-inner .mkbutton-lines:before{content:"";height:100%;width:2px;border-left:2px solid #fff;position:absolute;z-index:3;left:0;top:0;transition:color}.mkButton-inner .mkbutton-lines:after{content:"";height:100%;width:2px;border-right:2px solid #fff;position:absolute;z-index:3;right:0;top:0}.mkButton-inner .mkbutton-lines .topRow{display:flex;flex-wrap:nowrap;position:relative;z-index:3}.mkButton-inner .mkbutton-lines .topRow div{transition:width .4s cubic-bezier(.25,.46,.45,.94);border:1px solid #fff}.mkButton-inner .mkbutton-lines .topRow div:nth-child(1){width:15%;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.mkButton-inner .mkbutton-lines .topRow div:nth-child(2){width:20%;margin-left:7%;border-radius:1rem}.mkButton-inner .mkbutton-lines .topRow div:nth-child(3){width:5%;margin-left:5%;border-radius:1rem}.mkButton-inner .mkbutton-lines .topRow div:nth-child(4){width:45%;margin-left:8%;border-radius:1rem}.mkButton-inner .mkbutton-lines .bottomRow{display:flex;flex-wrap:nowrap;position:relative;z-index:3}.mkButton-inner .mkbutton-lines .bottomRow div{border:1px solid #fff;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.mkButton-inner .mkbutton-lines .bottomRow div:nth-child(1){width:12%;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.mkButton-inner .mkbutton-lines .bottomRow div:nth-child(2){width:10%;margin-left:7%;border-radius:1rem}.mkButton-inner .mkbutton-lines .bottomRow div:nth-child(3){width:45%;margin-left:5%;border-radius:1rem}.mkButton-inner .mkbutton-lines .bottomRow div:nth-child(4){width:10%;margin-left:12%;border-radius:1rem}.mkButton-inner-shadow{position:absolute;z-index:1;left:3px;bottom:-.8rem;height:auto;width:calc(100% - 6px);display:flex;justify-content:center;color:#0000001a;aspect-ratio:9/1}.mkButton-inner-shadow svg{width:100%;height:100%}.mkButton.small .mkButton-inner-content-text{padding:1.3rem 2rem;font-size:1.3rem}.mkButton:hover .topRow div:nth-child(1){width:20%}.mkButton:hover .topRow div:nth-child(2){width:40%}.mkButton:hover .topRow div:nth-child(3){width:10%}.mkButton:hover .topRow div:nth-child(4){width:25%}.mkButton:hover .bottomRow div:nth-child(1){width:5%}.mkButton:hover .bottomRow div:nth-child(2){width:12%}.mkButton:hover .bottomRow div:nth-child(3){width:35%}.mkButton:hover .bottomRow div:nth-child(4){width:25%}.mkButton:hover.btn-veraman .mkButton-inner-content{color:#38bdb0;background-color:#ffffffe6}.mkButton:hover.btn-veraman .mkbutton-lines,.mkButton:hover .topRow,.mkButton:hover .bottomRow,.mkButton:hover .topRow div,.mkButton:hover .bottomRow div{border-color:#38bdb0}.mkButton:hover.btn-green .mkButton-inner-content{color:#a0ce63;background-color:#ffffffe6}.mkButton:hover.btn-green .mkbutton-lines,.mkButton:hover.btn-green .topRow,.mkButton:hover.btn-green .bottomRow,.mkButton:hover.btn-green .topRow div,.mkButton:hover.btn-green .bottomRow div{border-color:#a0ce63}.mkButton:hover.btn-green .mkbutton-lines:after,.mkButton:hover.btn-green .mkbutton-lines:before,.mkButton:hover.btn-green .topRow:after,.mkButton:hover.btn-green .topRow:before,.mkButton:hover.btn-green .bottomRow:after,.mkButton:hover.btn-green .bottomRow:before,.mkButton:hover.btn-green .topRow div:after,.mkButton:hover.btn-green .topRow div:before,.mkButton:hover.btn-green .bottomRow div:after,.mkButton:hover.btn-green .bottomRow div:before{border-color:#a0ce63}.mkButton:hover.btn-light-green .mkButton-inner-content{color:#bad875;background-color:#ffffffe6}.mkButton:hover.btn-light-green .mkbutton-lines,.mkButton:hover.btn-light-green .topRow,.mkButton:hover.btn-light-green .bottomRow,.mkButton:hover.btn-light-green .topRow div,.mkButton:hover.btn-light-green .bottomRow div{border-color:#bad875}.mkButton:hover.btn-light-green .mkbutton-lines:after,.mkButton:hover.btn-light-green .mkbutton-lines:before,.mkButton:hover.btn-light-green .topRow:after,.mkButton:hover.btn-light-green .topRow:before,.mkButton:hover.btn-light-green .bottomRow:after,.mkButton:hover.btn-light-green .bottomRow:before,.mkButton:hover.btn-light-green .topRow div:after,.mkButton:hover.btn-light-green .topRow div:before,.mkButton:hover.btn-light-green .bottomRow div:after,.mkButton:hover.btn-light-green .bottomRow div:before{border-color:#bad875}.mkButton:hover.btn-blue .mkButton-inner-content{color:#0f78bc;background-color:#ffffffe6}.mkButton:hover.btn-blue .mkbutton-lines,.mkButton:hover.btn-blue .topRow,.mkButton:hover.btn-blue .bottomRow,.mkButton:hover.btn-blue .topRow div,.mkButton:hover.btn-blue .bottomRow div{border-color:#0f78bc}.mkButton:hover.btn-blue .mkbutton-lines:after,.mkButton:hover.btn-blue .mkbutton-lines:before,.mkButton:hover.btn-blue .topRow:after,.mkButton:hover.btn-blue .topRow:before,.mkButton:hover.btn-blue .bottomRow:after,.mkButton:hover.btn-blue .bottomRow:before,.mkButton:hover.btn-blue .topRow div:after,.mkButton:hover.btn-blue .topRow div:before,.mkButton:hover.btn-blue .bottomRow div:after,.mkButton:hover.btn-blue .bottomRow div:before{border-color:#0f78bc}.mkButton:hover.btn-light-blue .mkButton-inner-content{color:#79b5e2;background-color:#ffffffe6}.mkButton:hover.btn-light-blue .mkbutton-lines,.mkButton:hover.btn-light-blue .topRow,.mkButton:hover.btn-light-blue .bottomRow,.mkButton:hover.btn-light-blue .topRow div,.mkButton:hover.btn-light-blue .bottomRow div{border-color:#79b5e2}.mkButton:hover.btn-light-blue .mkbutton-lines:after,.mkButton:hover.btn-light-blue .mkbutton-lines:before,.mkButton:hover.btn-light-blue .topRow:after,.mkButton:hover.btn-light-blue .topRow:before,.mkButton:hover.btn-light-blue .bottomRow:after,.mkButton:hover.btn-light-blue .bottomRow:before,.mkButton:hover.btn-light-blue .topRow div:after,.mkButton:hover.btn-light-blue .topRow div:before,.mkButton:hover.btn-light-blue .bottomRow div:after,.mkButton:hover.btn-light-blue .bottomRow div:before{border-color:#79b5e2}.mkButton:hover.btn-purple-dark .mkButton-inner-content{color:#8380bc;background-color:#ffffffe6}.mkButton:hover.btn-purple-dark .mkbutton-lines,.mkButton:hover.btn-purple-dark .topRow,.mkButton:hover.btn-purple-dark .bottomRow,.mkButton:hover.btn-purple-dark .topRow div,.mkButton:hover.btn-purple-dark .bottomRow div{border-color:#8380bc}.mkButton:hover.btn-purple-dark .mkbutton-lines:after,.mkButton:hover.btn-purple-dark .mkbutton-lines:before,.mkButton:hover.btn-purple-dark .topRow:after,.mkButton:hover.btn-purple-dark .topRow:before,.mkButton:hover.btn-purple-dark .bottomRow:after,.mkButton:hover.btn-purple-dark .bottomRow:before,.mkButton:hover.btn-purple-dark .topRow div:after,.mkButton:hover.btn-purple-dark .topRow div:before,.mkButton:hover.btn-purple-dark .bottomRow div:after,.mkButton:hover.btn-purple-dark .bottomRow div:before{border-color:#8380bc}.mkButton:hover.btn-purple .mkButton-inner-content{color:#9797ca;background-color:#ffffffe6}.mkButton:hover.btn-purple .mkbutton-lines,.mkButton:hover.btn-purple .topRow,.mkButton:hover.btn-purple .bottomRow,.mkButton:hover.btn-purple .topRow div,.mkButton:hover.btn-purple .bottomRow div{border-color:#9797ca}.mkButton:hover.btn-purple .mkbutton-lines:after,.mkButton:hover.btn-purple .mkbutton-lines:before,.mkButton:hover.btn-purple .topRow:after,.mkButton:hover.btn-purple .topRow:before,.mkButton:hover.btn-purple .bottomRow:after,.mkButton:hover.btn-purple .bottomRow:before,.mkButton:hover.btn-purple .topRow div:after,.mkButton:hover.btn-purple .topRow div:before,.mkButton:hover.btn-purple .bottomRow div:after,.mkButton:hover.btn-purple .bottomRow div:before{border-color:#9797ca}.mkButton:hover.btn-yellow .mkButton-inner-content{color:#fcda00;background-color:#ffffffe6}.mkButton:hover.btn-yellow .mkbutton-lines,.mkButton:hover.btn-yellow .topRow,.mkButton:hover.btn-yellow .bottomRow,.mkButton:hover.btn-yellow .topRow div,.mkButton:hover.btn-yellow .bottomRow div{border-color:#fcda00}.mkButton:hover.btn-yellow .mkbutton-lines:after,.mkButton:hover.btn-yellow .mkbutton-lines:before,.mkButton:hover.btn-yellow .topRow:after,.mkButton:hover.btn-yellow .topRow:before,.mkButton:hover.btn-yellow .bottomRow:after,.mkButton:hover.btn-yellow .bottomRow:before,.mkButton:hover.btn-yellow .topRow div:after,.mkButton:hover.btn-yellow .topRow div:before,.mkButton:hover.btn-yellow .bottomRow div:after,.mkButton:hover.btn-yellow .bottomRow div:before{border-color:#fcda00}.mkButton:hover.btn-pink .mkButton-inner-content{color:#da6e9c;background-color:#ffffffe6}.mkButton:hover.btn-pink .mkbutton-lines,.mkButton:hover.btn-pink .topRow,.mkButton:hover.btn-pink .bottomRow,.mkButton:hover.btn-pink .topRow div,.mkButton:hover.btn-pink .bottomRow div{border-color:#da6e9c}.mkButton:hover.btn-pink .mkbutton-lines:after,.mkButton:hover.btn-pink .mkbutton-lines:before,.mkButton:hover.btn-pink .topRow:after,.mkButton:hover.btn-pink .topRow:before,.mkButton:hover.btn-pink .bottomRow:after,.mkButton:hover.btn-pink .bottomRow:before,.mkButton:hover.btn-pink .topRow div:after,.mkButton:hover.btn-pink .topRow div:before,.mkButton:hover.btn-pink .bottomRow div:after,.mkButton:hover.btn-pink .bottomRow div:before{border-color:#da6e9c}.mkButton.btn-veraman .mkButton-inner-content{color:#fff;background-color:#38bdb0;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-yellow .mkButton-inner-content{color:#343434;background-color:#fcda00;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-pink .mkButton-inner-content{color:#343434;background-color:#da6e9c;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-green .mkButton-inner-content{color:#fff;background-color:#a0ce63;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-light-green .mkButton-inner-content{color:#fff;background-color:#bad875;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-blue .mkButton-inner-content{color:#fff;background-color:#0f78bc;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-light-blue .mkButton-inner-content{color:#fff;background-color:#79b5e2;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-purple .mkButton-inner-content{color:#fff;background-color:#9797ca;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.mkButton.btn-purple-dark .mkButton-inner-content{color:#fff;background-color:#8380bc;transition:color .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94)}.statement{background-color:#0f78bc;background:linear-gradient(-180deg,#0f78bc 90%,#fcda00 90%);position:relative;z-index:1;padding-top:0;margin-bottom:3rem}@media only screen and (max-width: 1024px){.statement{margin-bottom:0;padding-top:2rem;padding-top:4rem}}@media only screen and (max-width: 768px){.statement{background:linear-gradient(-180deg,#0f78bc 40%,#9797ca 40%);padding-top:0;margin-bottom:0;margin-top:-1px;display:flex;flex-direction:column}}.statement-topBar{position:absolute;top:-7.3vw;right:0;left:0;width:0;height:0;border:100vw solid transparent;border-top:0;border-bottom:18vw solid #0f78bc;z-index:0;transform:rotate(-184.2deg)}.statement-content{padding-bottom:9rem;display:flex;justify-content:space-between;position:relative;z-index:1}@media only screen and (max-width: 1024px){.statement-content{padding-bottom:7rem}}@media only screen and (max-width: 768px){.statement-content{flex-direction:column;align-items:center;padding-bottom:2rem;order:0}.statement-content.container{padding:0}}.statement-imageContainer{flex:0 1 50%}@media only screen and (max-width: 1180px){.statement-imageContainer{flex:0 1 40%}}@media only screen and (max-width: 768px){.statement-imageContainer{flex:unset;max-width:32rem;order:2;justify-content:center;margin-top:-4rem;z-index:1;padding-bottom:3rem}}.statement-imageContainer-imageBg{background-position:center;background-size:contain;padding:clamp(5rem,1.571rem + 5.357vw,8rem);background-repeat:no-repeat}@media only screen and (max-width: 768px){.statement-imageContainer-imageBg{width:75%;margin:-7rem auto 0}}@media only screen and (max-width: 568px){.statement-imageContainer-imageBg{margin-top:-2rem;width:100%}}.statement-imageContainer-imageBg img{width:100%;height:100%}.statement-cta{margin-top:clamp(1.9rem,1.3366rem + 1.8028vw,3.5rem);display:flex;justify-content:flex-end}@media only screen and (max-width: 768px){.statement-cta{justify-content:center}}.statement-texts{flex:0 1 34rem;color:#fff;display:flex;flex-direction:column;text-align:right;justify-content:center;z-index:0}.statement-texts-text{color:#fff;text-align:right}@media only screen and (max-width: 768px){.statement-texts{text-align:right;align-items:flex-end;flex:unset;padding-top:3rem;padding-right:2rem;padding-left:2rem}}@media only screen and (max-width: 568px){.statement-texts{text-align:right;align-items:right}}.statement .floatingElement-left{position:absolute;top:-3vw;left:0;width:40vw;z-index:1;transform:rotate(-3.6deg);transform-origin:left;overflow:hidden}.statement .floatingElement-left img{width:100%}.statement .statement-background{display:flex;align-items:flex-end;width:100vw;min-height:48rem;height:100%;position:absolute;left:0;bottom:0;z-index:0}@media only screen and (max-width: 1024px){.statement .statement-background{bottom:-10px;min-height:unset}}@media only screen and (max-width: 768px){.statement .statement-background{display:none}}.statement .statement-background svg{width:100%;height:auto;aspect-ratio:192/78}.statement .mobile-statement-background{order:1;display:none;align-items:flex-start;width:100vw;height:100%;z-index:0;aspect-ratio:376/133}.statement .mobile-statement-background svg{width:100%}@media only screen and (max-width: 768px){.statement .mobile-statement-background{display:flex}}.featuredSeries{z-index:1;position:relative;padding:8rem 0 0;background-color:#fcda00;clip-path:polygon(0% 0%,34% 5%,100% 0%,100% 95%,0% 100%);margin-top:-4rem;display:flex;flex-direction:column;gap:3rem}@media only screen and (max-width: 1024px){.featuredSeries{margin-top:1rem;padding:4rem 0 0;clip-path:polygon(0% 0%,34% 5%,100% 0%,100% 94%,0% 99%)}}@media only screen and (max-width: 768px){.featuredSeries{padding:0}}.featuredSeries-content{display:flex;text-align:right;padding-bottom:3rem}@media only screen and (max-width: 1024px){.featuredSeries-content{padding-top:2rem}}@media only screen and (max-width: 768px){.featuredSeries-content{flex-direction:column;gap:2rem}}@media only screen and (max-width: 1180px){.featuredSeries-texts{padding-bottom:3rem;flex:1 0 60%}}@media only screen and (max-width: 768px){.featuredSeries-texts{padding:2rem 0 4rem}}.featuredSeries-seriesIcon{flex:0 0 50%}@media only screen and (max-width: 1024px){.featuredSeries-seriesIcon{flex:0 0 40%}}@media only screen and (max-width: 768px){.featuredSeries-seriesIcon{flex:unset;display:flex;justify-content:flex-end}}.featuredSeries-seriesIcon-icon{width:15.4375rem;height:14.875rem}.featuredSeries-seriesIcon-icon img{width:100%;height:100%}@media only screen and (max-width: 1279px){.featuredSeries-seriesIcon-icon{width:12rem;height:11rem}}@media only screen and (max-width: 1180px){.featuredSeries-seriesIcon-icon{width:11rem;height:10rem}}@media only screen and (max-width: 768px){.featuredSeries-seriesIcon-icon{width:9rem;height:8rem}}@media only screen and (max-width: 768px){.featuredSeries-seriesIcon-icon{width:8rem;height:7rem}}.featuredSeries-seriesIcon-icon svg{width:100%;height:100%}.featuredSeries-image{width:100vw;height:clamp(15rem,5rem + 26.667vw,37rem);position:relative;clip-path:polygon(0% 0%,100% 8%,100% 90%,0% 100%)}.featuredSeries-image img{object-fit:cover;position:absolute;top:0;right:0;width:100%;height:100%}.storeList{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:1rem;margin-top:2rem;padding-left:7rem;padding-right:7rem}@media only screen and (max-width: 1279px){.storeList{padding-left:0;padding-right:0}}@media only screen and (max-width: 768px){.storeList{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 568px){.storeList{grid-template-columns:1fr;padding-left:2rem;padding-right:2rem;margin-top:4rem}}.storeList-item{position:relative;padding:3rem;overflow:hidden}@media only screen and (max-width: 768px){.storeList-item:nth-child(3){display:none}}@media only screen and (max-width: 568px){.storeList-item:nth-child(2){display:none}}.storeList-item .imageDetails{position:absolute;top:3rem;left:3rem;background-color:#79b5e2e6;width:calc(100% - 6rem);height:calc(100% - 6rem);border-radius:50%;display:grid;place-content:center;text-align:center;font-family:Gotham-Greek-Bold;font-size:1.4rem;color:#fff;line-height:1.4;padding:1rem 4rem;transform:translateY(35rem) scale(.2);opacity:0;transition:transform .4s cubic-bezier(.25,.46,.45,.94) .2s,opacity .4s cubic-bezier(.25,.46,.45,.94);z-index:3}@media only screen and (max-width: 1180px){.storeList-item .imageDetails{font-size:1.1rem}}@media only screen and (max-width: 768px){.storeList-item .imageDetails{font-size:1rem}}.storeList-item .imageDetails a{color:#fcda00;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.storeList-item .imageDetails a:hover{color:#fff}.storeList-item:hover .imageDetails{transition:transform .4s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94) .2s;transform:translateY(0) scale(1);opacity:1}.storeList-item .imageCirle{position:absolute;top:3rem;left:2.5rem;right:0;width:calc(100% - 6rem);height:calc(100% - 6rem);color:#fff}.storeList-item .imageCirle svg{width:100%;height:100%}.storeList-item img{border-radius:50%;width:100%;height:100%;aspect-ratio:1/1;box-shadow:7px 5px 9px #00000038}.stores-locator{flex:0 1 33%;display:flex;justify-content:center;align-items:flex-end;position:relative;margin-right:6rem;transform:translateY(5rem)}@media only screen and (max-width: 1279px){.stores-locator{margin-right:0;transform:translateY(2rem)}}@media only screen and (max-width: 768px){.stores-locator{flex:unset;transform:translate(25%);height:7rem}}@media only screen and (max-width: 568px){.stores-locator{transform:translate(0);height:9rem}}.stores-locator-image{display:flex;align-items:flex-end;justify-content:flex-end;position:absolute;bottom:clamp(0rem,-2.727rem + 7.273vw,6rem);transform:translateY(2rem)}.stores-locator-image img{width:clamp(4rem,1.273rem + 7.273vw,10rem);height:auto}.stores-locator-icon{height:auto;width:100%;transform:translateY(clamp(4rem,2.636rem + 3.636vw,7rem));color:#fff}.stores-locator-icon svg{width:100%;height:auto;aspect-ratio:15/13}@media only screen and (max-width: 768px){.stores-locator-icon svg{height:10rem}}.module-new-stores .newStores{padding:0}.newStores{background:linear-gradient(110deg,#a0ce63 55%,#0f78bc 55%);position:relative;margin-top:-4rem;clip-path:polygon(0% 3%,100% 0%,100% 95%,76% 100%,0% 97%);padding:10rem 0;z-index:1}.newStores.light-green{background:#a0ce63}@media only screen and (max-width: 568px){.newStores{padding:8rem 0}}.newStores-content{display:flex;justify-content:space-between}@media only screen and (max-width: 768px){.newStores-content{flex-direction:column}}.newStores-texts{flex:0 1 66%;color:#fff;display:flex;flex-direction:column;justify-content:center}.newStores .subtitle{margin-bottom:clamp(1rem,.8239rem + .5634vw,1.5rem)}.newStores-cta{margin-top:clamp(1.5rem,.9718rem + 1.6901vw,3rem)}.homeFranchise{position:relative;display:flex;flex-direction:column;width:100vw;clip-path:polygon(0% 0%,63% 4%,100% 0%,100% 88%,40% 94%,0% 90%);min-height:100vh;padding:clamp(27rem,12.143rem + 23.214vw,40rem) 0;transform:translateY(-5rem);z-index:1}@media only screen and (max-width: 1180px){.homeFranchise{min-height:83vh}}@media only screen and (max-width: 768px){.homeFranchise{clip-path:polygon(0% 0%,63% -6%,100% 0%,100% 98%,40% 100%,0% 100%);padding:0}}.homeFranchise-content{background:linear-gradient(100deg,#9797ca 55%,transparent 55%);width:100vw;padding-top:clamp(1rem,-4.714rem + 8.929vw,6rem);inset:0;position:absolute;z-index:2}@media only screen and (max-width: 768px){.homeFranchise-content{position:relative;padding-top:0;padding-bottom:8rem;background:#9797ca;order:0}}@media only screen and (max-width: 1180px){.homeFranchise .container{margin-top:5rem}}@media only screen and (max-width: 768px){.homeFranchise .container{padding-top:6rem;padding-bottom:5rem}}@media only screen and (max-width: 568px){.homeFranchise .container{padding-top:3rem}}.homeFranchise-texts{padding-top:clamp(2rem,-2.714rem + 9.929vw,6rem);color:#fff;max-width:45%;display:flex;flex-direction:column;gap:1rem}.homeFranchise-texts .text{margin-top:2rem}@media only screen and (max-width: 768px){.homeFranchise-texts{max-width:100%}}.homeFranchise-image{position:absolute;z-index:1;right:0;top:0;bottom:0;background-size:cover;width:55vw}@media only screen and (max-width: 1180px){.homeFranchise-image{width:75vw}}@media only screen and (max-width: 768px){.homeFranchise-image{position:relative;width:100vw;height:28rem;clip-path:polygon(0% 0%,100% 7%,100% 100%,0% 100%);margin-top:-2rem;z-index:6;order:3}}.homeFranchise-image img{width:100%;height:100%;object-fit:cover}.homeFranchise-imageBg{position:absolute;top:66%;z-index:6;height:50vw;width:50vw;background-size:contain;background-repeat:no-repeat;left:0}@media only screen and (max-width: 768px){.homeFranchise-imageBg{position:relative;width:100%;order:2;margin-top:-10rem;aspect-ratio:8/7;height:10rem;background-size:cover}}.news{clip-path:polygon(0% 0%,42% 5%,100% 0%,100% 100%,0% 100%);position:relative;margin-top:-15rem;margin-bottom:0rem}@media only screen and (max-width: 1599px){.news{margin-top:-16rem}}@media only screen and (max-width: 1180px){.news{margin-top:-14rem}}@media only screen and (max-width: 768px){.news{clip-path:polygon(0% 0%,0% 5%,100% 0%,100% 93%,0% 100%);min-height:unset;margin-top:-9rem}}.news .p-carousel-items-content{padding-bottom:6rem}.news-news{padding-top:clamp(3rem,-14.143rem + 26.786vw,18rem);padding-bottom:clamp(3rem,-10.714rem + 21.429vw,15rem);position:relative;z-index:4}.news-newsTitle{position:relative;z-index:3;display:flex;justify-content:flex-end;padding-bottom:4rem;padding-top:2rem}@media only screen and (max-width: 768px){.news-newsTitle{padding-bottom:2rem}}@media only screen and (max-width: 568px){.news-newsTitle{padding-bottom:2rem}}.news-newsList{position:relative;z-index:5;display:flex;flex-wrap:nowrap;align-items:center;gap:4rem;width:100%;padding-bottom:10rem;justify-content:center}@media only screen and (max-width: 768px){.news-newsList{padding-bottom:8rem}}@media only screen and (max-width: 568px){.news-newsList{padding-bottom:0rem}}.news-newsList-item{position:relative;width:clamp(28rem,15rem + 20.313vw,39.375rem);height:clamp(22rem,10.571rem + 17.857vw,32rem);padding:2rem clamp(4rem,1.714rem + 3.571vw,6rem) 2rem 3rem;line-height:1.3;transform:scale(.9)}@media only screen and (max-width: 1180px){.news-newsList-item{transform:scale(.8)}}@media only screen and (max-width: 568px){.news-newsList-item{line-height:1.2}}@media only screen and (max-width: 375px){.news-newsList-item{padding-left:1.5rem}}.news-newsList-item-inner{display:flex;flex-direction:column;gap:clamp(.5rem,-.071rem + .893vw,1rem);height:clamp(13rem,5rem + 12.5vw,20rem)}@media only screen and (max-width: 568px){.news-newsList-item-inner{gap:.2rem;height:12rem}}.news-newsList-item-date{font-size:1rem;display:flex;align-items:center;gap:.5rem}.news-newsList-item-date svg{color:#fcda00;width:1rem;height:1.125rem}@media only screen and (max-width: 1180px){.news-newsList-item-date{font-size:.9rem}}.news-newsList-item-title{font-size:1.8rem;font-family:Gotham-Greek-Bold}@media only screen and (max-width: 1279px){.news-newsList-item-title{font-size:1.6rem}}@media only screen and (max-width: 1180px){.news-newsList-item-title{font-size:1.3rem}}@media only screen and (max-width: 768px){.news-newsList-item-title{font-size:1.2rem}}@media only screen and (max-width: 568px){.news-newsList-item-title{padding-top:.3rem}}.news-newsList-item-text{flex-grow:1;font-size:1.3rem}@media only screen and (max-width: 1279px){.news-newsList-item-text{font-size:1.2rem}}@media only screen and (max-width: 1180px){.news-newsList-item-text{font-size:1.1rem}}@media only screen and (max-width: 568px){.news-newsList-item-text{font-size:1.05rem}}.news-newsList-item-more{font-size:1.1rem;font-family:Gotham-Medium;color:#a0ce63;line-height:1.1;border-bottom:2px solid #a0ce63;width:fit-content;transition:color .3s cubic-bezier(.25,.46,.45,.94),border-bottom-color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}@media only screen and (max-width: 1180px){.news-newsList-item-more{font-size:1rem}}@media only screen and (max-width: 568px){.news-newsList-item-more{font-size:.95rem}}.news-newsList-item-more:hover{color:#343434;border-bottom-color:transparent}.news-newsList-item-image{position:absolute;right:0;top:0;border-radius:50%;width:clamp(5rem,3.714rem + 3.571vw,8rem);height:clamp(5rem,3.714rem + 3.571vw,8rem);background-color:#fff;box-shadow:7px 5px 9px #00000038;transform:translate(30%,-20%);padding:1rem;overflow:hidden}@media only screen and (max-width: 1180px){.news-newsList-item-image{transform:translate(10%,-30%)}}.news-newsList-item-image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.news-newsList-item-background{color:#fff;position:absolute;inset:0;z-index:-1}.news-newsList-item-background svg{width:100%;height:100%}.news-content{background:linear-gradient(116deg,transparent 40%,#a0ce63 40%);width:100%;height:100%;z-index:2;position:absolute;inset:0}@media only screen and (max-width: 768px){.news-content{background:#a0ce63}}.news-image{position:absolute;background-size:cover;background-repeat:no-repeat;left:0;top:0;width:66%;bottom:0;z-index:1}@media only screen and (max-width: 768px){.news-image{position:relative;width:100vw;height:25rem;clip-path:polygon(0% 2%,60% 10%,100% 0%,100% 100%,0% 93%);left:unset;top:unset;z-index:3}}.news-image img{width:100%;object-fit:cover;height:100%;position:absolute;inset:0}.news:before{content:"";position:absolute;bottom:0;width:35rem;height:28rem;left:0;background-color:#fcda00;clip-path:polygon(0 0,0% 100%,100% 100%);z-index:3}@media only screen and (max-width: 1440px){.news:before{width:28rem;height:22rem}}@media only screen and (max-width: 1279px){.news:before{width:20rem;height:17rem}}@media only screen and (max-width: 1279px){.news:before{width:20rem;height:18rem}}.news-megaphone{position:absolute;bottom:2rem;left:1rem;width:66vw;z-index:3;aspect-ratio:22/17;color:#fff}@media only screen and (max-width: 1440px){.news-megaphone{bottom:3rem}}@media only screen and (max-width: 1180px){.news-megaphone{bottom:4rem}}@media only screen and (max-width: 768px){.news-megaphone{display:none}}.news-megaphone .light{color:#fff0;display:none}.news-megaphone svg{width:100%;height:100%;transform-origin:left bottom}@media only screen and (max-width: 768px){.news-megaphone svg{transform:rotate(-10deg)}}.news-cta{margin-top:2rem;z-index:4;position:relative;display:flex;justify-content:center}@media only screen and (max-width: 1279px){.news-cta{padding-bottom:3rem}}@media only screen and (max-width: 1180px){.news-cta{padding-bottom:5rem}}@keyframes rotate-center{0%{transform:rotate(-20deg)}25%{transform:rotate(-10deg)}50%{transform:rotate(-5deg)}75%{transform:rotate(-10deg)}to{transform:rotate(-20deg)}}@keyframes flicker-in-1{0%{color:#fff0}10%{color:#fff0}10.1%{color:#ffffff80}10.2%{color:#fff0}20%{color:#fff0}20.1%{color:#ffffff80}20.6%{color:#fff0}30%{color:#fff0}30.1%{color:#ffffff80}30.5%{color:#ffffff80}30.6%{color:#fff0}45%{color:#fff0}45.1%{color:#ffffff80}50%{color:#ffffff80}55%{color:#ffffff80}55.1%{color:#ffffff80}57%{color:#fff0}57.1%{color:#ffffff80}60%{color:#ffffff80}60.1%{color:#fff0}65%{color:#fff0}65.1%{color:#ffffff80}75%{color:#ffffff80}75.1%{color:#fff0}77%{color:#fff0}77.1%{color:#ffffff80}85%{color:#ffffff80}85.1%{color:#fff0}86%{color:#fff0}86.1%{color:#ffffff80}to{color:#ffffff4d}}.home{width:100%}.catalogue{display:flex;flex-direction:column;padding-bottom:10rem}.catalogue-topBg{clip-path:polygon(0 12%,100% 0,100% 100%,0 100%);background:linear-gradient(178deg,#0f78bc 45%,#fcda00 45.5%);height:8rem;z-index:2;position:relative}@media only screen and (max-width: 1180px){.catalogue-topBg{height:7rem;clip-path:linear-gradient(179deg,#0f78bc 57%,#fcda00 57.5%)}}@media only screen and (max-width: 568px){.catalogue-topBg{display:none}}.catalogue-topNav{display:flex;align-items:center;justify-content:center;z-index:1;position:relative}@media only screen and (max-width: 768px){.catalogue-topNav{margin-top:.5rem}}.catalogue-topNav-inner{display:flex;padding:2rem;width:max-content;justify-content:center;gap:1rem;font-family:Gotham-Medium;z-index:1;position:relative;background-color:#0f78bc}@media only screen and (max-width: 768px){.catalogue-topNav-inner{flex-wrap:wrap;width:unset;padding:1rem}}.catalogue-topNav-lines{display:grid;grid-template-columns:13% 3% 20% 43% 3% 1% 5%;align-items:center;position:absolute;left:0;right:0;gap:2%;width:100%}@media only screen and (max-width: 768px){.catalogue-topNav-lines{top:-1px;align-items:flex-start;z-index:2}}.catalogue-topNav-lines span{height:3px;background-color:#fff}.catalogue-topNav-item{cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94);display:flex;gap:1rem}.catalogue-topNav-item:not(:last-child):after{content:" - ";cursor:default}.catalogue-topNav.blue{background-color:#0f78bc;color:#fff}.catalogue-topNav.blue .page-topNav-inner{background-color:#0f78bc}.catalogue-topNav.blue .page-topNav-item:hover{color:#fcda00}.catalogue-topNav.blue .page-topNav-item:hover:after{color:#fff}.catalogue-topNav.yellow{background-color:#fcda00;color:#343434}.catalogue-topNav.yellow .page-topNav-inner{background-color:#fcda00}.catalogue-topNav.yellow .page-topNav-item:hover{color:#0f78bc}.catalogue-topNav.yellow .page-topNav-item:hover:after{color:#343434}.catalogue .category{display:flex;flex-direction:column;padding-top:0;margin-top:-11px}.catalogue .category.category-0 .sectionImage{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.catalogue .category.category-0 .sectionImage .imageBorder-top{z-index:1;display:flex;align-items:flex-end;transform:rotate(0);height:.875rem;top:0;width:100%;left:0}.catalogue .category .sectionImage{position:absolute;right:0;clip-path:polygon(0% 28%,100% 8%,100% 100%,0% 100%);transform:scaleX(-1) translate(0) rotate(0);height:20rem;width:100vw;position:relative;margin-top:0;top:0;left:-1px;z-index:0}@media only screen and (max-width: 1180px){.catalogue .category .sectionImage{height:17rem;clip-path:polygon(0% 19%,100% 8%,100% 100%,0% 100%)}}.catalogue .category .sectionImage .imageBorder-top{position:absolute;z-index:1;display:flex;align-items:flex-end;transform:rotate(-2.1deg);height:6.875rem;top:-3.1rem;width:100%;left:0}@media only screen and (max-width: 1440px){.catalogue .category .sectionImage .imageBorder-top{transform:rotate(-2.9deg)}}@media only screen and (max-width: 1180px){.catalogue .category .sectionImage .imageBorder-top{top:-4.4rem;transform:rotate(-1.6deg)}}.catalogue .category .sectionImage .imageBorder-top .dash{height:3px;background-color:#fff}.catalogue .category .sectionImage .imageBorder-top .dash:nth-child(1){width:40%}.catalogue .category .sectionImage .imageBorder-top .dash:nth-child(2){margin-left:10%;width:calc(50% - 8px)}.catalogue .category .sectionImage .imageBorder-bottom{position:absolute;left:-20px;transform:rotate(0);bottom:10px;width:calc(100% + 40px);height:1px;z-index:1;display:flex;align-items:flex-end}.catalogue .category .sectionImage .imageBorder-bottom .dash{height:3px;background-color:#fff}.catalogue .category .sectionImage .imageBorder-bottom .dash:nth-child(1){width:60%}.catalogue .category .sectionImage .imageBorder-bottom .dash:nth-child(2){margin-left:10%;width:calc(30% - 7px)}.catalogue .category .sectionImage .image{width:100vw;max-width:unset;transform:translate(0) scaleX(-1)}.catalogue .category .sectionImage .image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.catalogue .category{padding-bottom:10rem}.catalogue .category-texts{display:flex;flex-direction:column;justify-content:center;padding:3rem 0;text-align:center;gap:1rem}.catalogue .category-texts-title{font-family:Gotham-Greek-Bold;font-size:4rem;color:#ffffffb3;transition:color .4s cubic-bezier(.25,.46,.45,.94)}.catalogue .category-texts-title:hover{color:#fff}@media only screen and (max-width: 1180px){.catalogue .category-texts-title{font-size:3.2rem}}@media only screen and (max-width: 768px){.catalogue .category-texts-title{font-size:2.5rem}}@media only screen and (max-width: 568px){.catalogue .category-texts-title{font-size:2rem}}.catalogue .category-texts-subtitle{font-family:Gotham-Greek-Bold;font-size:2rem;color:#fff}@media only screen and (max-width: 1180px){.catalogue .category-texts-subtitle{font-size:1.7rem}}@media only screen and (max-width: 768px){.catalogue .category-texts-subtitle{font-size:1.5rem}}.catalogue .category-texts-text{font-family:Gotham-Medium;font-size:1.5rem;color:#fff}@media only screen and (max-width: 1180px){.catalogue .category-texts-text{font-size:1.3rem}}@media only screen and (max-width: 768px){.catalogue .category-texts-text{font-size:1.1rem}}.catalogue .category-subcategoryItems{display:flex;flex-wrap:wrap;gap:10rem 3rem;justify-content:center}@media only screen and (max-width: 1180px){.catalogue .category-subcategoryItems{gap:7.5rem 2.5rem}}@media only screen and (max-width: 768px){.catalogue .category-subcategoryItems{gap:8rem 2rem}}@media only screen and (max-width: 568px){.catalogue .category-subcategoryItems{gap:4rem 2rem;flex-direction:column}}.catalogue .category .subcategoryItem{position:relative;display:flex;flex-direction:column;align-items:center}.catalogue .category .subcategoryItem-circles{position:absolute;bottom:0;width:80%;background-size:cover;background-repeat:no-repeat;left:50%;z-index:0;background-position:bottom;aspect-ratio:16/6;transform:translate(-50%,100%)}.catalogue .category .subcategoryItem-icon{position:relative;z-index:2}.catalogue .category .subcategoryItem-icon .iconBg{width:90%;aspect-ratio:28/31;margin:0 auto;color:#fff;transform:translate(8px)}@media only screen and (max-width: 1180px){.catalogue .category .subcategoryItem-icon .iconBg{transform:translate(8px) translateY(60px)}}.catalogue .category .subcategoryItem-icon .iconBg .circle{width:8.125rem;height:8.125rem;border-radius:50%;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width: 1180px){.catalogue .category .subcategoryItem-icon .iconBg .circle{width:7.125rem;height:7.125rem;top:37%}}.catalogue .category .subcategoryItem-icon .iconBg svg{width:100%;height:100%}.catalogue .category .subcategoryItem-icon .image{position:absolute;top:50%;width:9.6875rem;height:9.375rem;transform:translate(-50%,-50%);left:50%}@media only screen and (max-width: 1180px){.catalogue .category .subcategoryItem-icon .image{width:8.125rem;height:7.125rem;top:63%}}.catalogue .category .subcategoryItem-icon .image img{width:100%;height:100%}.catalogue .category .subcategoryItem .mkButton{width:100%;z-index:2}.catalogue .category .subcategoryItem .mkButton-inner-content-text{font-family:Gotham-Greek-Book;line-height:1.2;color:#343434}.catalogue .category .subcategoryItem .mkButton-inner-content-text strong{font-family:Gotham-Greek-Bold;text-transform:uppercase}.catalogue .category .subcategoryItem-image{position:absolute;z-index:1;transform:translateY(35%);bottom:0}.catalogue .category .subcategoryItem-image .image{width:11.25rem;height:12.5rem}@media only screen and (max-width: 1180px){.catalogue .category .subcategoryItem-image .image{width:10rem;height:11rem}}@media only screen and (max-width: 768px){.catalogue .category .subcategoryItem-image .image{width:9rem;height:10rem}}.catalogue .category .subcategoryItem-image .image img{width:100%;height:auto}.pageHeader{height:20rem;clip-path:polygon(0 0,100% 0,100% 75%,0 100%);position:relative;display:flex;z-index:3}@media only screen and (max-width: 1180px){.pageHeader{height:13rem;clip-path:polygon(0 0,100% 0,100% 75%,0 90%)}}@media only screen and (max-width: 568px){.pageHeader{height:10rem}}@media only screen and (max-width: 568px){.pageHeader{height:7rem}}.pageHeader.pale-yellow .headerTitle{color:#343434}.pageHeader.notext{clip-path:polygon(0 0,100% 0,100% 100%,0 75%);width:100vw}.pageHeader.notext .headerImage{width:100vw;clip-path:none}.pageHeader.notext .headerTitle{display:none}.pageHeader .headerImage{width:50vw;position:absolute;clip-path:polygon(0 0,100% 0,90% 100%,0 100%);top:0;left:0;bottom:0}@media only screen and (max-width: 568px){.pageHeader .headerImage{display:none}}.pageHeader .headerImage img{width:100%}.pageHeader .headerTitle{position:relative;display:flex;align-items:center;justify-content:flex-end;padding-bottom:4.375rem;font-size:3.4375rem;font-family:Gotham-Greek-Bold;color:#fff;width:100%;line-height:1.2}@media only screen and (max-width: 1180px){.pageHeader .headerTitle{font-size:2rem;padding-bottom:1rem}}@media only screen and (max-width: 568px){.pageHeader .headerTitle{justify-content:center;padding-bottom:0rem;font-size:1.6rem}.pageHeader .headerTitle span{max-width:unset;text-align:center;width:100%}}.pageHeader .headerTitle span{max-width:45%;text-align:right}@media only screen and (max-width: 568px){.pageHeader .headerTitle span{max-width:unset;text-align:center;width:100%}}.pageHeader.textleft{clip-path:polygon(0 0,100% 0,100% 100%,0 75%)}@media only screen and (max-width: 568px){.pageHeader.textleft{clip-path:polygon(0 0,100% 0,100% 90%,0 85%)}}.pageHeader.textleft .headerTitle{order:0;justify-content:flex-start}.pageHeader.textleft .headerTitle span{text-align:left}@media only screen and (max-width: 568px){.pageHeader.textleft .headerTitle{justify-content:center}.pageHeader.textleft .headerTitle span{max-width:unset;text-align:center;width:100%}}.pageHeader.textleft .headerImage{order:1;right:0;top:0;bottom:0;left:unset;clip-path:polygon(0 0,100% 0,100% 100%,13% 100%)}.pageHeader.noText{clip-path:none}.pageHeader.light-green{background-color:#a0ce63}.pageHeader.green{background-color:#3e927b}.pageHeader.purple{background-color:#8380bc}.pageHeader.blue{background-color:#0f78bc}.pageHeader.light-purple{background-color:#9797ca}.pageHeader.pale-yellow{background-color:#fefadb;color:#343434}.category{width:100vw;padding-bottom:6rem}@media only screen and (max-width: 568px){.category .category-subcategoryItems{max-width:20rem;margin:0 auto}}.category .subheader{width:100%;height:6rem;clip-path:polygon(0% 70%,130% -10%,100% 100%,0% 100%);transform:translateY(-2rem)}@media only screen and (max-width: 568px){.category .subheader{height:4rem}}.category-action{display:flex;justify-content:center;padding:3rem 0}.category .page-topNav-item{color:#fff}.category .page-topNav-item:hover{color:#0f78bc}.category .page-topNav-item:hover:after{color:#fff;cursor:default}.category .page-topNav-item p{display:flex;gap:.3rem}.category .page-topNav-item strong{font-family:Gotham-Medium}.category .page-topNav-item br{display:inline-block}.category-list-item{padding-top:5rem;padding-bottom:5rem}.category-list-item:nth-child(odd){clip-path:polygon(0% 3%,100% 0%,100% 100%,0% 100%)}@media only screen and (max-width: 568px){.category-list-item:nth-child(odd){clip-path:polygon(0% 1%,100% 0%,100% 100%,0% 100%)}}.category-list-item:nth-child(2n){clip-path:polygon(0% 3%,100% 0%,100% 100%,0% 97%)}@media only screen and (max-width: 568px){.category-list-item:nth-child(2n){clip-path:polygon(0% 1%,100% 0%,100% 100%,0% 99.5%)}}.category-list-item-texts{display:flex;justify-content:center;position:relative;height:9rem;align-items:center;text-align:right;gap:4rem}@media only screen and (max-width: 568px){.category-list-item-texts{gap:3rem;height:auto}}.category-list-item-texts-title{font-size:3rem;font-family:Gotham-Greek-Bold;color:#fff9;max-width:27rem}@media only screen and (max-width: 568px){.category-list-item-texts-title{text-align:center;font-size:2rem}}.category-list-item-texts .reversed{text-align:left}@media only screen and (max-width: 568px){.category-list-item-texts .reversed{display:none}}.category-list-item-subcategory{margin:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;line-height:1.3}.category-list-item-subcategory-title{font-size:1.9rem;font-family:Gotham-Greek-Bold}@media only screen and (max-width: 568px){.category-list-item-subcategory-title{font-size:1.7rem}}.category-list-item-subcategory-text{font-size:1.3rem;font-family:Gotham-Medium}@media only screen and (max-width: 568px){.category-list-item-subcategory-text{font-size:1.1rem}}.category .subcategoryItem-circles{position:absolute;bottom:0;width:80%;background-size:cover;background-repeat:no-repeat;left:50%;z-index:0;background-position:bottom;aspect-ratio:16/6;transform:translate(-40%,100%)}.category .subcategoryItem-icon{position:relative;z-index:2}.category .subcategoryItem-icon .circle{width:6.125rem;height:6.125rem;border-radius:50%;position:absolute;top:20%;left:50%;transform:translate(-50%,-71%)}.category .subcategoryItem-icon svg{width:100%;height:100%}.category .subcategoryItem-icon .image{position:absolute;top:50%;width:7.6875rem;height:7.375rem;transform:translate(-50%,-50%);left:50%}.category .subcategoryItem-icon .image img{width:100%;height:100%}.category .productList{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem 2rem;max-width:1300px;margin:0 auto;padding-top:3rem;padding-bottom:2rem}.category .productList-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;max-width:20rem;width:100%}@media only screen and (max-width: 568px){.category .productList-item{max-width:20rem}}.category .productList-item:hover .image img{transform:scale(1.1)}.category .productList-item-texts{position:relative;z-index:1;height:7.5rem;font-size:1.1rem;font-family:Gotham-Medium;display:flex;align-items:center;padding:0 2rem;text-align:center;line-height:1.3}@media only screen and (max-width: 568px){.category .productList-item-texts{height:9rem;font-size:1.1rem;padding:0 1.5rem}}.category .productList-item-productBg{position:absolute;z-index:0;width:20rem;height:30rem;bottom:-20px;clip-path:polygon(0 30%,100% 30%,100% 100%,0 100%)}@media only screen and (max-width: 568px){.category .productList-item-productBg{height:29rem;bottom:-10px}}.category .productList-item-productBg svg{width:100%;height:100%}.category .productList-item-circle{width:20rem;height:20rem;position:absolute;top:-5px;left:-5px;color:#fff;z-index:2}@media only screen and (max-width: 568px){.category .productList-item-circle{width:20rem;height:20rem}}.category .productList-item-circle svg{width:100%;height:100%}.category .productList-item-image{aspect-ratio:1/1;height:20rem;width:20rem;position:relative;z-index:1;overflow:hidden;border-radius:50%}@media only screen and (max-width: 568px){.category .productList-item-image{width:20rem;height:20rem}}.category .productList-item-image .image{border-radius:50%;position:relative;height:100%;overflow:hidden}.category .productList-item-image .image img{transition:transform 2s cubic-bezier(.25,.46,.45,.94);position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.newsIndex.page{padding-top:0}.newsIndex-action{padding:4rem 0;display:grid;place-content:center}.newsIndex .container{display:flex;justify-content:flex-end}.newsIndex .pageSection{padding-top:4rem;padding-bottom:2rem}.newsIndex .pageSection .sectionTexts{text-align:right;max-width:1300px;color:#fff;min-height:unset}.newsIndex .pageSection .sectionTexts .sectionsubTitle{font-size:1.4rem;font-family:Gotham-Greek-Bold;margin-bottom:1.5rem}.newsIndex .pageSection .sectionTexts .sectionText{font-size:1.2rem;line-height:1.3}.newsIndex .newsList.container{flex-wrap:wrap;justify-content:center;gap:2rem}@media only screen and (max-width: 1180px){.newsIndex .newsList.container{gap:0rem}}.newsDetails-inner{padding-top:3rem;padding-bottom:10rem}.newsDetails .container{max-width:1400px}.newsDetails .gallery .image{width:200px}.newsDetails .news-newsList{z-index:1;padding-bottom:0rem}.newsDetails-inner{color:#fff}.newsDetails-action{display:grid;place-content:center;margin-top:2rem}.newsDetails .newsDate{font-size:1rem;display:flex;align-items:center;gap:.5rem}.newsDetails .newsDate svg{color:#fcda00;width:1rem;height:1.125rem}@media only screen and (max-width: 1180px){.newsDetails .newsDate{font-size:.9rem}}.newsDetails .newsTitle{font-family:Gotham-Greek-Bold;font-size:1.9rem;line-height:1.3}.newsDetails .newsText{font-family:Gotham-Greek-Book;font-size:1.3rem;line-height:1.4}.newsDetails .newsText p{padding-bottom:1rem}.newsDetails .newsImage{max-width:100%;aspect-ratio:16/6;margin-top:3rem;margin-bottom:3rem;position:relative}.newsDetails .newsImage .image{position:relative;height:100%}.newsDetails .newsImage .image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center center}.newsDetails .gallery span{overflow:hidden;width:90%;margin:0 1rem;position:relative;height:100%}.newsDetails .gallery span img{position:absolute;left:0;top:.875rem;width:100%;height:100%;object-fit:cover;object-position:center center}.newsDetails .newsImage-lines{width:100%;height:101%;position:absolute;z-index:3;top:-.6rem;left:-.5rem;border-left:2px solid #fff;border-right:2px solid #fff;display:flex;flex-direction:column;justify-content:space-between}.newsDetails .newsImage-lines .topRow{display:flex;flex-wrap:nowrap}.newsDetails .newsImage-lines .topRow div{transition:width .4s cubic-bezier(.25,.46,.45,.94);border:1px solid #fff}.newsDetails .newsImage-lines .topRow div:nth-child(1){width:15%;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.newsDetails .newsImage-lines .topRow div:nth-child(2){width:20%;margin-left:7%;border-radius:1rem}.newsDetails .newsImage-lines .topRow div:nth-child(3){width:5%;margin-left:5%;border-radius:1rem}.newsDetails .newsImage-lines .topRow div:nth-child(4){width:45%;margin-left:8%;border-radius:1rem}.newsDetails .newsImage-lines .bottomRow{display:flex;flex-wrap:nowrap}.newsDetails .newsImage-lines .bottomRow div{border:1px solid #fff;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.newsDetails .newsImage-lines .bottomRow div:nth-child(1){width:12%;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.newsDetails .newsImage-lines .bottomRow div:nth-child(2){width:10%;margin-left:7%;border-radius:1rem}.newsDetails .newsImage-lines .bottomRow div:nth-child(3){width:45%;margin-left:5%;border-radius:1rem}.newsDetails .newsImage-lines .bottomRow div:nth-child(4){width:10%;margin-left:12%;border-radius:1rem}.newsDetails .p-carousel-items-container{width:100%}.newsDetails .p-carousel-item{position:relative}.newsDetails .p-carousel-item .newsImage-lines{width:90%;height:97%;top:.3rem;left:.5rem}.module-faq.pageSection .sectionTexts{max-width:unset;width:100%;margin:0 auto}.module-faq.pageSection .sectionTexts .p-accordion-header-text{color:#343434}.module-interest-form.pageSection .sectionTexts{max-width:unset;width:100%;margin:0 auto}.form-inner-title{font-size:1.5rem;font-family:Gotham-Greek-Bold;color:#fefadb;padding-bottom:1rem}.interestForm{width:100%;min-height:500px;position:relative;display:flex;flex-direction:column}.interestForm .success-icon{color:#fefadb}.interestForm .mandatoryFields{font-family:Gotham-Medium;color:#fefadb;margin-top:1rem}.interestForm .form{background-color:#202020;border-radius:10px;padding-top:2rem}.interestForm .form input,.interestForm .form textarea,.interestForm .form input::placeholder,.interestForm .form label,.interestForm .form span{background-color:#343434;color:#fefadb;font-weight:400}.interestForm .form .form-row-checkbox{width:100%;margin-top:1rem}.interestForm .form .form-row-checkbox .checkbox-label{padding:1rem;display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;position:relative}.interestForm .form .form-row-checkbox .checkbox-label input[type=checkbox]{width:1.2rem;height:1.2rem;min-width:1.2rem;accent-color:#fefadb;cursor:pointer;margin-top:.15rem;border:1px solid #fefadb;position:relative}.interestForm .form .form-row-checkbox .checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);background-color:#fefadb}.interestForm .form .form-row-checkbox .checkbox-label span{font-family:Gotham-Medium;font-size:.95rem;line-height:1.4}.divider{width:100%;margin:1rem 0;display:grid;grid-template-columns:20% 3% 10% 1% 2% 2% 13% 3% 22% 4% 20%}.divider.footerDivider{position:absolute;bottom:-1.5rem;left:0;right:0}.divider.horizontal{height:100%;grid-template-columns:unset;grid-template-rows:20% 3% 10% 1% 2% 2% 13% 3% 22% 4% 20%;width:2px}.divider.horizontal span{width:2px;height:100%}.divider span{display:block;height:2px;background-color:#fff;border-radius:2px}.divider span.transparent{background-color:transparent}.module-career-form.pageSection .sectionTexts{max-width:unset;width:100%;margin:0 auto}.careerForm{width:100%;min-height:500px;position:relative;display:flex;flex-direction:column}.careerForm .success-icon{color:#fcda00}.careerForm .mandatoryFields{font-family:Gotham-Medium;color:#fcda00}.careerForm .form{background-color:#79b5e2}.careerForm .form input,.careerForm .form textarea{background-color:#0f78bc;color:#fff}.careerForm .form label,.careerForm .form-sectionTitle{color:#fff}.module-contact-form.pageSection .sectionTexts{width:100%}.module-contact-form.pageSection.textright .imageTop{left:-60px}@media only screen and (max-width: 768px){.module-contact-form.pageSection.textright .imageTop{left:-130px}}.module-contact-form.pageSection.textright .sectionImage{left:-100px}@media only screen and (max-width: 768px){.module-contact-form.pageSection.textright .sectionImage{left:-130px}}.contactForm{width:100%;min-height:500px;position:relative;display:flex;flex-direction:column}.contactForm .success-icon{color:#9797ca}.contactForm .mandatoryFields{font-family:Gotham-Medium;color:#fcda00}.contactForm .form{background-color:#8380bc}.contactForm .form input,.contactForm .form textarea{background-color:#9797ca}.module-contact-info.pageSection{padding:3rem 0}.module-contact-info.pageSection .sectionTexts{min-height:unset}.contactInfo-list{display:flex;justify-content:space-between}@media only screen and (max-width: 768px){.contactInfo-list{flex-direction:column;gap:1rem;padding-bottom:2rem}}.contactInfo-list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;flex:0 1 30%}@media only screen and (max-width: 768px){.contactInfo-list-item{flex:unset}}.contactInfo-list-item.divider{flex:0 1 5%}@media only screen and (max-width: 768px){.contactInfo-list-item.divider{display:none}}.contactInfo-list-item:hover{color:#fcda00}.contactInfo-list-item-icon{margin-top:3rem;max-width:16rem;max-height:13rem;transition:color .4s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 1024px){.contactInfo-list-item-icon{max-width:8rem;max-height:5rem}}@media only screen and (max-width: 768px){.contactInfo-list-item-icon{margin-top:0;max-width:10rem;max-height:9rem}}.contactInfo-list-item-icon svg{width:100%;height:100%}.contactInfo-list-item-text{font-size:1.3rem;font-family:Gotham-Greek-Bold;padding-top:1rem;margin-bottom:3rem;transition:color .4s cubic-bezier(.25,.46,.45,.94);max-width:20rem;text-align:center}@media only screen and (max-width: 768px){.contactInfo-list-item-text{margin-bottom:0}}*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;font-weight:400}.p-disabled,.p-component:disabled{opacity:.6}.p-error{color:#e24c4c}.p-text-secondary{color:#6b7280}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;border-radius:6px}.p-link:focus-visible{outline:0 none;outline-offset:0}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-calendar.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-datepicker{padding:.5rem;background:#ffffff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px}.p-datepicker:not(.p-datepicker-inline){background:#ffffff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#ffffff}.p-datepicker .p-datepicker-header{padding:.5rem;color:#4b5563;background:#ffffff;font-weight:600;margin:0;border-bottom:1px solid #e5e7eb;border-top-right-radius:6px;border-top-left-radius:6px}.p-datepicker .p-datepicker-header .p-datepicker-prev,.p-datepicker .p-datepicker-header .p-datepicker-next{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:2rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{color:#4b5563;transition:background-color .2s,color .2s,box-shadow .2s;font-weight:600;padding:.5rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover{color:#06b6d4}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0}.p-datepicker table th{padding:.5rem}.p-datepicker table th>span{width:2.5rem;height:2.5rem}.p-datepicker table td{padding:.5rem}.p-datepicker table td>span{width:2.5rem;height:2.5rem;border-radius:50%;transition:box-shadow .2s;border:1px solid transparent}.p-datepicker table td>span.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker table td>span:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker table td.p-datepicker-today>span{background:#d1d5db;color:#4b5563;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker .p-datepicker-buttonbar{padding:1rem 0;border-top:1px solid #e5e7eb}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #e5e7eb;padding:.5rem}.p-datepicker .p-timepicker button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-timepicker button:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-timepicker button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1.25rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0 none}.p-datepicker .p-monthpicker{margin:.5rem 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker .p-yearpicker{margin:.5rem 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #e5e7eb;padding-right:.5rem;padding-left:.5rem;padding-top:0;padding-bottom:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0;border-left:0 none}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}@media screen and (max-width: 769px){.p-datepicker table th,.p-datepicker table td{padding:0}}.p-input-filled .p-cascadeselect{background:#f3f4f6}.p-input-filled .p-cascadeselect:not(.p-disabled):hover{background-color:#f3f4f6}.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus{background-color:#fff}.p-checkbox{width:22px;height:22px}.p-checkbox .p-checkbox-box{border:2px solid #d1d5db;background:#ffffff;width:22px;height:22px;color:#4b5563;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s;color:#fff;font-size:14px}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:14px;height:14px}.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}.p-treeselect{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;width:100%}.p-treeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0}.p-treeselect.p-treeselect-clearable .p-treeselect-label{padding-right:1.75rem}.p-treeselect .p-treeselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;color:#fff}.p-treeselect .p-treeselect-label.p-placeholder{color:#fff}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#fff;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-treeselect .p-treeselect-clear-icon{color:#6b7280;right:3rem}.p-treeselect.p-invalid.p-component{border-color:#e24c4c}.p-treeselect.p-inputwrapper-focus.p-focus .p-treeselect-label.p-placeholder,.p-treeselect.p-inputwrapper-focus.p-focus .p-treeselect-trigger{color:#fff}.p-treeselect.p-inputwrapper-focus .p-treeselect-label.p-placeholder,.p-treeselect.p-inputwrapper-focus .p-treeselect-trigger{color:#343434}.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.375rem .75rem}.p-treeselect-panel{background:#ffffff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-treeselect-panel .p-treeselect-header{padding:.75rem 1.25rem;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container{margin-right:.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter{padding-right:1.75rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon{right:.75rem;color:#6b7280}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter{padding-right:3.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon{right:2.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-close{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible{outline:0 none;outline-offset:0}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0 none}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#f3f4f6;color:#0f78bc}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#fff;color:#0f78bc}.p-button.p-button-secondary,.p-buttonset.p-button-secondary>.p-button,.p-splitbutton.p-button-secondary>.p-button,.p-fileupload-choose.p-button-secondary{color:#fff;background:#64748b}.p-button.p-button-secondary:not(:disabled):hover,.p-buttonset.p-button-secondary>.p-button:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-secondary:not(:disabled):hover{background:#475569;color:#fff;border-color:#475569}.p-button.p-button-secondary:not(:disabled):focus,.p-buttonset.p-button-secondary>.p-button:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-secondary:not(:disabled):focus{box-shadow:0 0 0 .2rem #e2e8f0}.p-button.p-button-secondary:not(:disabled):active,.p-buttonset.p-button-secondary>.p-button:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-secondary:not(:disabled):active{background:#334155;color:#fff;border-color:#334155}.p-button.p-button-secondary.p-button-outlined,.p-buttonset.p-button-secondary>.p-button.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined,.p-fileupload-choose.p-button-secondary.p-button-outlined{background-color:transparent;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-buttonset.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover{background:rgba(100,116,139,.04);color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-buttonset.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active{background:rgba(100,116,139,.16);color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-text,.p-buttonset.p-button-secondary>.p-button.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text,.p-fileupload-choose.p-button-secondary.p-button-text{background-color:transparent;color:#64748b;border-color:transparent}.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-buttonset.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover{background:rgba(100,116,139,.04);border-color:transparent;color:#64748b}.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-buttonset.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active{background:rgba(100,116,139,.16);border-color:transparent;color:#64748b}.p-button.p-button-info,.p-buttonset.p-button-info>.p-button,.p-splitbutton.p-button-info>.p-button,.p-fileupload-choose.p-button-info{color:#fff;background:#0ea5e9;border:1px solid #0ea5e9}.p-button.p-button-info:not(:disabled):hover,.p-buttonset.p-button-info>.p-button:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-info:not(:disabled):hover{background:#0284c7;color:#fff;border-color:#0284c7}.p-button.p-button-info:not(:disabled):focus,.p-buttonset.p-button-info>.p-button:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-info:not(:disabled):focus{box-shadow:0 0 0 .2rem #bfdbfe}.p-button.p-button-info:not(:disabled):active,.p-buttonset.p-button-info>.p-button:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-info:not(:disabled):active{background:#0369a1;color:#fff;border-color:#0369a1}.p-button.p-button-info.p-button-outlined,.p-buttonset.p-button-info>.p-button.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined,.p-fileupload-choose.p-button-info.p-button-outlined{background-color:transparent;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-buttonset.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover{background:rgba(14,165,233,.04);color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-buttonset.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active{background:rgba(14,165,233,.16);color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-text,.p-buttonset.p-button-info>.p-button.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text,.p-fileupload-choose.p-button-info.p-button-text{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-buttonset.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover{background:rgba(14,165,233,.04);border-color:transparent;color:#0ea5e9}.p-button.p-button-info.p-button-text:not(:disabled):active,.p-buttonset.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active{background:rgba(14,165,233,.16);border-color:transparent;color:#0ea5e9}.p-button.p-button-success,.p-buttonset.p-button-success>.p-button,.p-splitbutton.p-button-success>.p-button,.p-fileupload-choose.p-button-success{color:#fff;background:#22c55e;border:1px solid #22c55e}.p-button.p-button-success:not(:disabled):hover,.p-buttonset.p-button-success>.p-button:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-success:not(:disabled):hover{background:#16a34a;color:#fff;border-color:#16a34a}.p-button.p-button-success:not(:disabled):focus,.p-buttonset.p-button-success>.p-button:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-success:not(:disabled):focus{box-shadow:0 0 0 .2rem #bbf7d0}.p-button.p-button-success:not(:disabled):active,.p-buttonset.p-button-success>.p-button:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-success:not(:disabled):active{background:#15803d;color:#fff;border-color:#15803d}.p-button.p-button-success.p-button-outlined,.p-buttonset.p-button-success>.p-button.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined,.p-fileupload-choose.p-button-success.p-button-outlined{background-color:transparent;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-buttonset.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover{background:rgba(34,197,94,.04);color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-buttonset.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active{background:rgba(34,197,94,.16);color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-text,.p-buttonset.p-button-success>.p-button.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text,.p-fileupload-choose.p-button-success.p-button-text{background-color:transparent;color:#22c55e;border-color:transparent}.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-buttonset.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover{background:rgba(34,197,94,.04);border-color:transparent;color:#22c55e}.p-button.p-button-success.p-button-text:not(:disabled):active,.p-buttonset.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active{background:rgba(34,197,94,.16);border-color:transparent;color:#22c55e}.p-button.p-button-warning,.p-buttonset.p-button-warning>.p-button,.p-splitbutton.p-button-warning>.p-button,.p-fileupload-choose.p-button-warning{color:#fff;background:#f97316;border:1px solid #f97316}.p-button.p-button-warning:not(:disabled):hover,.p-buttonset.p-button-warning>.p-button:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-warning:not(:disabled):hover{background:#ea580c;color:#fff;border-color:#ea580c}.p-button.p-button-warning:not(:disabled):focus,.p-buttonset.p-button-warning>.p-button:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-warning:not(:disabled):focus{box-shadow:0 0 0 .2rem #fde68a}.p-button.p-button-warning:not(:disabled):active,.p-buttonset.p-button-warning>.p-button:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-warning:not(:disabled):active{background:#c2410c;color:#fff;border-color:#c2410c}.p-button.p-button-warning.p-button-outlined,.p-buttonset.p-button-warning>.p-button.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined,.p-fileupload-choose.p-button-warning.p-button-outlined{background-color:transparent;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-buttonset.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover{background:rgba(249,115,22,.04);color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-buttonset.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active{background:rgba(249,115,22,.16);color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-text,.p-buttonset.p-button-warning>.p-button.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text,.p-fileupload-choose.p-button-warning.p-button-text{background-color:transparent;color:#f97316;border-color:transparent}.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-buttonset.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover{background:rgba(249,115,22,.04);border-color:transparent;color:#f97316}.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-buttonset.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active{background:rgba(249,115,22,.16);border-color:transparent;color:#f97316}.p-button.p-button-help,.p-buttonset.p-button-help>.p-button,.p-splitbutton.p-button-help>.p-button,.p-fileupload-choose.p-button-help{color:#fff;background:#a855f7;border:1px solid #a855f7}.p-button.p-button-help:not(:disabled):hover,.p-buttonset.p-button-help>.p-button:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-help:not(:disabled):hover{background:#9333ea;color:#fff;border-color:#9333ea}.p-button.p-button-help:not(:disabled):focus,.p-buttonset.p-button-help>.p-button:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-help:not(:disabled):focus{box-shadow:0 0 0 .2rem #e9d5ff}.p-button.p-button-help:not(:disabled):active,.p-buttonset.p-button-help>.p-button:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-help:not(:disabled):active{background:#7e22ce;color:#fff;border-color:#7e22ce}.p-button.p-button-help.p-button-outlined,.p-buttonset.p-button-help>.p-button.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined,.p-fileupload-choose.p-button-help.p-button-outlined{background-color:transparent;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-buttonset.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover{background:rgba(168,85,247,.04);color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-buttonset.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active{background:rgba(168,85,247,.16);color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-text,.p-buttonset.p-button-help>.p-button.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text,.p-fileupload-choose.p-button-help.p-button-text{background-color:transparent;color:#a855f7;border-color:transparent}.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-buttonset.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover{background:rgba(168,85,247,.04);border-color:transparent;color:#a855f7}.p-button.p-button-help.p-button-text:not(:disabled):active,.p-buttonset.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active{background:rgba(168,85,247,.16);border-color:transparent;color:#a855f7}.p-button.p-button-danger,.p-buttonset.p-button-danger>.p-button,.p-splitbutton.p-button-danger>.p-button,.p-fileupload-choose.p-button-danger{color:#fff;background:#ef4444;border:1px solid #ef4444}.p-button.p-button-danger:not(:disabled):hover,.p-buttonset.p-button-danger>.p-button:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-danger:not(:disabled):hover{background:#dc2626;color:#fff;border-color:#dc2626}.p-button.p-button-danger:not(:disabled):focus,.p-buttonset.p-button-danger>.p-button:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-danger:not(:disabled):focus{box-shadow:0 0 0 .2rem #fecaca}.p-button.p-button-danger:not(:disabled):active,.p-buttonset.p-button-danger>.p-button:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-danger:not(:disabled):active{background:#b91c1c;color:#fff;border-color:#b91c1c}.p-button.p-button-danger.p-button-outlined,.p-buttonset.p-button-danger>.p-button.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined,.p-fileupload-choose.p-button-danger.p-button-outlined{background-color:transparent;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-buttonset.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover{background:rgba(239,68,68,.04);color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-buttonset.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active{background:rgba(239,68,68,.16);color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-text,.p-buttonset.p-button-danger>.p-button.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text,.p-fileupload-choose.p-button-danger.p-button-text{background-color:transparent;color:#ef4444;border-color:transparent}.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-buttonset.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover{background:rgba(239,68,68,.04);border-color:transparent;color:#ef4444}.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-buttonset.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active{background:rgba(239,68,68,.16);border-color:transparent;color:#ef4444}.p-button.p-button-link{color:#0e7490;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#0e7490;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:0 0 0 .2rem #a5f3fc;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#0e7490;border-color:transparent}.p-tree{border:1px solid #e5e7eb;background:#ffffff;color:#4b5563;padding:1.25rem;border-radius:6px}.p-tree .p-tree-container .p-treenode{padding:.143rem;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:0 none;outline-offset:0}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:6px;transition:box-shadow .2s;padding:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:0 none;outline-offset:0}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#6b7280}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon{color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#ecfeff;color:#0e7490}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#0e7490}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#6b7280}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-tree .p-treenode-droppoint{height:.5rem}.p-tree .p-treenode-droppoint.p-treenode-droppoint-active{background:#8af9ff}.p-treetable .p-paginator-top,.p-treetable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-treetable .p-treetable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb;transition:box-shadow .2s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb}.p-treetable .p-sortable-column{outline-color:#a5f3fc}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#0e7490;background:#ecfeff;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#f3f4f6;color:#374151}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#374151}.p-treetable .p-sortable-column.p-highlight{background:#ecfeff;color:#0e7490}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#0e7490}.p-treetable .p-treetable-tbody>tr{background:#ffffff;color:#4b5563;transition:box-shadow .2s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:0 none;outline-offset:0}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon{color:#4b5563}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid #a5f3fc;outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#ecfeff;color:#0e7490}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#0e7490}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#0e7490}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#4b5563}.p-treetable .p-column-resizer-helper{background:#06b6d4}.p-treetable .p-treetable-scrollable-header,.p-treetable .p-treetable-scrollable-footer{background:#f9fafb}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-treetable-header{border-width:1px 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td{border-width:1px}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd{background:#f8f8fa}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight{background:#ecfeff;color:#0e7490}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#0e7490}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#0e7490}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-treetable.p-treetable-sm .p-treetable-header{padding:.875rem}.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-footer{padding:.5rem}.p-treetable.p-treetable-lg .p-treetable-header{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-footer{padding:1.25rem}.p-card{background:#ffffff;color:#4b5563;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border-radius:6px}.p-card .p-card-body{padding:1.25rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#6b7280}.p-card .p-card-content{padding:1.25rem 0}.p-card .p-card-footer{padding:1.25rem 0 0}.p-fieldset{border:1px solid #e5e7eb;background:#ffffff;color:#4b5563;border-radius:6px}.p-fieldset .p-fieldset-legend{padding:1.25rem;border:1px solid #e5e7eb;color:#374151;background:#f9fafb;font-weight:700;border-radius:6px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:background-color .2s,color .2s,box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1.25rem;color:#374151;border-radius:6px;transition:box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-fieldset .p-fieldset-content{padding:1.25rem}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1.25rem 0;padding:0 1.25rem}.p-divider.p-divider-horizontal:before{border-top:1px #e5e7eb}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1.25rem;padding:1.25rem 0}.p-divider.p-divider-vertical:before{border-left:1px #e5e7eb}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-panel .p-panel-header{border:1px solid #e5e7eb;padding:1.25rem;background:#f9fafb;color:#374151;border-top-right-radius:6px;border-top-left-radius:6px}.p-panel .p-panel-header .p-panel-title{font-weight:700}.p-panel .p-panel-header .p-panel-header-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-panel.p-panel-toggleable .p-panel-header{padding:.75rem 1.25rem}.p-panel .p-panel-content{padding:1.25rem;border:1px solid #e5e7eb;background:#ffffff;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:0 none}.p-panel .p-panel-footer{padding:.75rem 1.25rem;border:1px solid #e5e7eb;background:#ffffff;color:#4b5563;border-top:0 none}.p-splitter{border:1px solid #e5e7eb;background:#ffffff;border-radius:6px;color:#4b5563}.module-stores.pageSection.textbottom .pageSection-inner{order:0}.module-stores .p-accordion-header-text{color:#fff}@media only screen and (max-width: 1440px){.module-stores.pageSection .sectionTexts{max-width:500px}}@media only screen and (max-width: 1279px){.module-stores.pageSection .sectionTexts{max-width:400px}}@media only screen and (max-width: 1180px){.module-stores.pageSection .sectionTexts{max-width:unset;min-height:unset;text-align:left}}.module-stores.pageSection .sectionTexts .areaDropDown,.module-stores.pageSection .sectionTexts .areaDropDownContainer{display:none}@media only screen and (max-width: 1180px){.module-stores.pageSection .sectionTexts .areaDropDown,.module-stores.pageSection .sectionTexts .areaDropDownContainer{display:flex;width:100%}}.module-stores.pageSection .pageSection-inner{min-height:unset}.stores .storesAccordion{text-align:left}@media only screen and (max-width: 1180px){.stores .storesAccordion{display:none}}.stores .storesAccordion .p-accordion-header-link{display:flex;justify-content:space-between;position:relative;color:#fff}.stores .storesAccordion .p-accordion-header-link .divider{opacity:.5}.stores .storesAccordion .p-accordion-header-link svg{width:1.2rem;height:1.2rem;order:2}.stores .storesAccordion .p-toggleable-content{padding:1rem 1.2rem}.stores .mkButton-inner-content{margin-top:1rem;padding-bottom:.5rem}.stores .storeMapList{display:flex;flex-direction:column;gap:1rem}.stores .storeMapList-item{align-items:center;font-family:Gotham-Medium;color:#fff;transition:color .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.stores .storeMapList-item:hover,.stores .storeMapList-item.selected{color:#fcda00}.stores .storeMapList-item.selected a{text-decoration:underline}.stores .storeMapList-item-address{display:inline}.stores .storeMapList-item a{color:#fcda00;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.stores .storeMapList-item a:hover{color:#fff}.stores .storeMapList-item-location{width:1.25rem;height:1.75rem;margin-left:.4rem;color:#fcda00;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94);display:inline-block}.stores .storeMapList-item-location svg{width:100%;height:100%}@media only screen and (max-width: 1599px){.pageSection{padding-top:4rem}}.pageSection .sectionImageContainer.storesMap{top:18rem;width:800px;height:650px;transform:scale(1)!important}.pageSection .sectionImageContainer.storesMap .map{clip-path:polygon(0 0,95% 0,100% 100%,0 100%)}@media only screen and (max-width: 1599px){.pageSection .sectionImageContainer.storesMap .map{clip-path:polygon(0 0,95% 0,99.7% 100%,0 100%)}}@media only screen and (max-width: 1440px){.pageSection .sectionImageContainer.storesMap .map{clip-path:polygon(0 0,94% 0,99.7% 100%,0 100%)}}@media only screen and (max-width: 1180px){.pageSection .sectionImageContainer.storesMap .map{clip-path:none}}@media only screen and (max-width: 1440px){.pageSection .sectionImageContainer.storesMap{width:700px}}@media only screen and (max-width: 1279px){.pageSection .sectionImageContainer.storesMap{width:650px}}@media only screen and (max-width: 1180px){.pageSection .sectionImageContainer.storesMap{width:100vw;top:2rem;position:relative}}@media only screen and (max-width: 768px){.pageSection .sectionImageContainer.storesMap{position:relative;top:unset}}.pageSection .sectionImageContainer.storesMap .sectionImage{transform:none;position:absolute;left:-4px;right:unset;clip-path:none;width:100%;height:calc(100% + 40px);top:-20px}@media only screen and (max-width: 1440px){.pageSection .sectionImageContainer.storesMap .sectionImage{left:-2px}}@media only screen and (max-width: 1279px){.pageSection .sectionImageContainer.storesMap .sectionImage{left:0}}@media only screen and (max-width: 1180px){.pageSection .sectionImageContainer.storesMap .sectionImage{max-width:unset;width:100vw}}.pageSection .sectionImageContainer.storesMap .sectionImage .imageBorder-top{position:absolute;left:0;transform:none;top:0;width:calc(100% - 20px);height:13px;z-index:1;display:flex;align-items:flex-end}@media only screen and (max-width: 1180px){.pageSection .sectionImageContainer.storesMap .sectionImage .imageBorder-top{width:100%}}.pageSection .sectionImageContainer.storesMap .sectionImage .imageBorder-bottom{position:absolute;left:0;transform:unset;bottom:10px;width:calc(100% + 20px);height:1px;z-index:1;display:flex;align-items:flex-end}.pageSection .sectionImageContainer.storesMap .sectionImage .imageBorder-side{position:absolute;height:calc(100% - 10px);transform:rotate(-3.4deg);top:0;width:0px;z-index:3;display:flex;padding-bottom:0;flex-direction:column;align-items:flex-start;left:unset;right:10px}@media only screen and (max-width: 1180px){.pageSection .sectionImageContainer.storesMap .sectionImage .imageBorder-side{display:none}}.markerColumns{display:flex;align-items:center}.markerColumns .logo{width:4rem;height:4rem;color:#fcda00;position:relative}.markerColumns .logo svg{width:100%;height:100%}.markerColumns .logo .p-image-preview-container{position:absolute;left:0;top:0}.markerColumns .logo .p-image-preview-indicator{border-radius:50%}.markerColumns .logo .p-image-preview-indicator svg{width:60%;height:60%}.markerColumns .markerInner{font-size:1.1rem;font-family:Gotham-Greek-Book;color:#343434;display:flex;flex-direction:column;gap:.7rem;padding:1rem}.markerColumns .markerInner strong{font-family:Gotham-Medium}.markerColumns .image{height:4rem;width:4rem;position:relative;height:100%;border-radius:50%;overflow:hidden}.markerColumns img{width:4rem;height:4rem;position:absolute;left:0;top:0;object-fit:cover;object-position:center}.section-0 .pageSection{padding-top:8rem}.pageSection{position:relative;padding-top:4rem;padding-bottom:8rem}@media only screen and (max-width: 768px){.pageSection{padding-bottom:2rem}}.pageSection .inside{position:absolute;inset:10px}.pageSection .imageTop{position:absolute;max-width:800px;width:100%;z-index:1;clip-path:polygon(0% 3%,0% 33%,97% 22%);aspect-ratio:1;top:0;right:0;transform:scaleX(-1) rotate(0)}.pageSection-inner{position:relative;display:flex;justify-content:flex-start;min-height:550px}@media only screen and (max-width: 1180px){.pageSection-inner{min-height:unset}}.pageSection .sectionTexts{max-width:550px;min-height:650px;padding-bottom:2rem}@media only screen and (max-width: 1180px){.pageSection .sectionTexts{max-width:490px}}@media only screen and (max-width: 768px){.pageSection .sectionTexts{max-width:unset;min-height:unset;text-align:left}}.pageSection .sectionTexts ul{padding-top:1rem;list-style-position:inside;list-style:none;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.pageSection .sectionTexts ul li{display:flex;align-items:center}.pageSection .sectionTexts ul li:before{content:"*";padding-right:.3125rem;height:1.4rem}.pageSection .sectionTitle{font-size:2.5rem;font-family:Gotham-Greek-Bold;padding-bottom:1rem}@media only screen and (max-width: 768px){.pageSection .sectionTitle{font-size:1.5rem}}.pageSection .sectionSubtitle{font-size:1.3rem;font-family:Gotham-Medium;padding-bottom:1rem}@media only screen and (max-width: 768px){.pageSection .sectionSubtitle{font-size:1.15rem;padding-bottom:.5rem}}.pageSection .sectionText{font-size:1.3rem;font-family:Gotham-Greek-Book;line-height:1.4}@media only screen and (max-width: 768px){.pageSection .sectionText{font-size:1.1rem}}.pageSection .sectionText h3{padding-top:1rem;font-family:Gotham-Greek-Bold}.pageSection .sectionText p{padding:1.5rem 0}.pageSection .sectionImageContainer{width:100vw;height:100%;position:absolute;z-index:0;top:0;right:0;transform-origin:right}@media only screen and (max-width: 1440px){.pageSection .sectionImageContainer{transform:scale(.82)}}@media only screen and (max-width: 1279px){.pageSection .sectionImageContainer{transform:scale(.7)}}@media only screen and (max-width: 1180px){.pageSection .sectionImageContainer{transform:scale(.6)}}@media only screen and (max-width: 1024px){.pageSection .sectionImageContainer{transform:scale(.5)}}.pageSection .sectionImage{position:absolute;right:0;top:10rem;clip-path:polygon(-1% 12%,100% -3%,100% 100%,-2% 100%);max-width:50rem;min-height:30rem;width:100%;height:calc(100% - 23rem);transform:scaleX(-1) translate(-50px) rotate(5deg)}.pageSection .sectionImage:hover img{transform:scale(1.05)}@media only screen and (max-width: 1024px){.pageSection .sectionImage{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}}@media only screen and (max-width: 768px){.pageSection .sectionImage{min-height:unset}}.pageSection .sectionImage .imageBorder-top{position:absolute;left:-30px;transform:rotate(-12deg);top:-76px;width:calc(100% + 45px);height:168px;z-index:1;display:flex;align-items:flex-end;padding-bottom:10px}.pageSection .sectionImage .imageBorder-top .dash{height:3px;background-color:#fff}.pageSection .sectionImage .imageBorder-top .dash:nth-child(1){width:40%}.pageSection .sectionImage .imageBorder-top .dash:nth-child(2){margin-left:10%;width:calc(50% - 8px)}.pageSection .sectionImage .imageBorder-bottom{position:absolute;left:-20px;transform:rotate(0);bottom:10px;width:calc(100% + 40px);height:1px;z-index:1;display:flex;align-items:flex-end}.pageSection .sectionImage .imageBorder-bottom .dash{height:3px;background-color:#fff}.pageSection .sectionImage .imageBorder-bottom .dash:nth-child(1){width:60%}.pageSection .sectionImage .imageBorder-bottom .dash:nth-child(2){margin-left:10%;width:calc(30% - 7px)}.pageSection .sectionImage .imageBorder-side{position:absolute;height:calc(100% - 7px);transform:rotate(0);top:-4px;width:40px;z-index:3;display:flex;padding-bottom:0;flex-direction:column;align-items:flex-start;left:unset;right:-37px}.pageSection .sectionImage .imageBorder-side .dash{width:3px;background-color:#fff}.pageSection .sectionImage .imageBorder-side .dash:nth-child(1){flex:0 1 70%}.pageSection .sectionImage .imageBorder-side .dash:nth-child(2){flex-grow:1;margin-top:40px}.pageSection .sectionImage .imageBorder-side .dash:nth-child(3){margin-top:20px;flex:0 0 10%}.pageSection .sectionImage .image{position:relative;max-width:50vw;min-width:800px;transform:translate(-10px) scaleX(-1);background-size:cover;clip-path:polygon(0% 1%,100% -3%,100% 100%,0% 100%)}.pageSection .sectionImage .image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 2s cubic-bezier(.25,.46,.45,.94)}.pageSection .imageTop.light-green{background-color:#a0ce63}.pageSection .imageTop.yellow{background-color:#fcda00}.pageSection .imageTop.blue{background-color:#0f78bc}.pageSection .imageTop.light-blue{background-color:#79b5e2}.pageSection .imageTop.green{background-color:#a0ce63}.pageSection .imageTop.purple{background-color:#9797ca}.pageSection.textbottom{display:flex;flex-direction:column;padding-top:0}.pageSection.textbottom .pageSection-inner{justify-content:flex-end;order:1;width:100%}.pageSection.textbottom .sectionTexts{width:100%;max-width:unset;min-height:unset;text-align:left;padding-top:4rem}@media only screen and (max-width: 768px){.pageSection.textbottom .sectionTexts{padding-top:2rem}}.pageSection.textbottom .imageTop{display:none}.pageSection.textbottom .sectionImage{transform:scaleX(-1) translate(0) rotate(0);max-width:unset;min-height:unset;height:16.25rem;width:100vw;position:relative;margin-top:0;order:0;top:0;left:-1px}@media only screen and (max-width: 768px){.pageSection.textbottom .sectionImage{height:9rem}}.pageSection.textbottom .sectionImage .image{width:100vw;max-width:unset;transform:translate(0) scaleX(-1)}.pageSection.textbottom .imageBorder-top{transform:rotate(-2deg);height:6.875rem;top:-3.75rem;width:100%;left:0}@media only screen and (max-width: 1024px){.pageSection.textbottom .imageBorder-top{transform:rotate(0);height:5rem}}.pageSection.textbottom .imageBorder-side{display:none}@media only screen and (max-width: 1024px){.pageSection.textbottom .pageSection-footer{height:3rem;clip-path:polygon(0 0,100% 20%,100% 100%,0 100%)}}.pageSection.texttop .pageSection-inner{justify-content:center}.pageSection.texttop .sectionTexts{text-align:left;width:100%;max-width:75rem}.pageSection.texttop .imageTop{display:none}.pageSection.texttop .sectionImage{transform:scaleX(-1) translate(0) rotate(0);max-width:unset;min-height:unset;height:21.25rem;width:100vw;position:relative;margin-bottom:10rem}.pageSection.texttop .sectionImage .image{width:100vw;max-width:unset}.pageSection.texttop .imageBorder-top{transform:rotate(-2deg);height:6.875rem;top:-3.75rem;width:100%;left:0}.pageSection.texttop .imageBorder-side{display:none}.pageSection.textleft .sectionImage{transform:scaleX(-1) translate(-50px) rotate(5deg)}.pageSection.textright .pageSection-inner{justify-content:flex-end}.pageSection.textright .sectionImageContainer{left:0;transform-origin:left}.pageSection.textright .sectionTexts{text-align:right}.pageSection.textright .sectionTexts ul{display:flex;flex-direction:column;align-items:flex-end}.pageSection.textright .sectionTexts ul li{align-items:flex-start}.pageSection.textright .imageTop{right:unset;left:0;transform:scale(1);clip-path:polygon(0% 6%,0% 39%,90% 12%)}.pageSection.textright .sectionImage{transform:rotate(-5deg);position:absolute;left:-40px;right:unset;clip-path:polygon(9% 0,100% -1%,100% 100%,0 100%)}.pageSection.textright .sectionImage .image{transform:rotate(0) translate(-10px);clip-path:polygon(9% 0,100% -1%,100% 100%,0 100%)}.pageSection.textright .pageSection-footer{clip-path:polygon(0 95%,100% 0,100% 100%,0 100%)}.pageSection.green{background-color:#a0ce63;color:#fff}.pageSection.green .imageBorder-top,.pageSection.green .imageBorder-side{background-color:#a0ce63}.pageSection.light-green{background-color:#bad875;color:#fff}.pageSection.light-green .imageBorder-top,.pageSection.light-green .imageBorder-side{background-color:#bad875}.pageSection.yellow{background-color:#fcda00;color:#343434}.pageSection.yellow .imageBorder-top,.pageSection.yellow .imageBorder-side{background-color:#fcda00}.pageSection.pale-yellow{background-color:#fefadb;color:#343434}.pageSection.pale-yellow .imageBorder-top,.pageSection.pale-yellow .imageBorder-side{background-color:#fcda00}.pageSection.blue{background-color:#0f78bc;color:#fff}.pageSection.blue .imageBorder-top,.pageSection.blue .imageBorder-side{background-color:#0f78bc}.pageSection.light-blue{background-color:#79b5e2;color:#fff}.pageSection.light-blue .imageBorder-top,.pageSection.light-blue .imageBorder-side{background-color:#79b5e2}.pageSection.purple{background-color:#8380bc;color:#fff}.pageSection.purple .imageBorder-top,.pageSection.purple .imageBorder-side{background-color:#8380bc}.pageSection.light-purple{background-color:#9797ca;color:#fff}.pageSection.light-purple .imageBorder-top,.pageSection.light-purple .imageBorder-side{background-color:#9797ca}.pageSection-footer{width:100%;height:7rem;clip-path:polygon(0 0,100% 93%,100% 100%,0 100%);position:absolute;bottom:-5px;left:0;right:0;z-index:3}.pageSection-footer.green{background-color:#a0ce63}.pageSection-footer.light-green{background-color:#bad875}.pageSection-footer.yellow{background-color:#fcda00}.pageSection-footer.pale-yellow{background-color:#fefadb}.pageSection-footer.blue{background-color:#0f78bc}.pageSection-footer.purple{background-color:#9797ca}.pageSection-footer.transparent{background-color:#fcda00}.pageSection.module-interest-form .sectionTexts{text-align:right}.page{width:100vw;padding-bottom:7rem}.page .isHidden{display:none}.page-topNav{display:flex;align-items:center;justify-content:center;position:relative}.page-topNav-inner{display:flex;padding:2rem;width:max-content;justify-content:center;gap:1rem;font-family:Gotham-Medium;z-index:1;position:relative}@media only screen and (max-width: 768px){.page-topNav-inner{padding:1rem}}.page-topNav-lines{display:grid;grid-template-columns:13% 3% 20% 43% 3% 1% 5%;align-items:center;position:absolute;left:0;right:0;gap:2%;width:100%}@media only screen and (max-width: 768px){.page-topNav-lines{top:-10px;align-items:flex-start;z-index:1}}.page-topNav-lines span{height:3px;background-color:#fff}.page-topNav-item{cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94);display:flex;gap:1rem;flex-wrap:wrap}@media only screen and (max-width: 768px){.page-topNav-item{font-size:.8rem;text-align:center}}.page-topNav-item:not(:first-child):before{content:" - ";cursor:default}.page-topNav.blue{background-color:#0f78bc;color:#fff}.page-topNav.blue .page-topNav-inner{background-color:#0f78bc}.page-topNav.blue .page-topNav-item:hover{color:#fcda00}.page-topNav.blue .page-topNav-item:hover:after{color:#fff}.page-topNav.yellow{background-color:#fcda00;color:#343434}.page-topNav.yellow .page-topNav-inner{background-color:#fcda00}.page-topNav.yellow .page-topNav-item:hover{color:#0f78bc}.page-topNav.yellow .page-topNav-item:hover:after{color:#343434}.page .video{padding:2rem 0;background-color:#fcda00}.page .video iframe{width:100vw;height:700px}@media only screen and (max-width: 768px){.page .video iframe{height:400px}}@media only screen and (max-width: 768px){.page .video iframe{height:300px}}.page .p-accordion{padding-top:1.5rem}.page .p-accordion-tab{padding-bottom:1rem}.page .p-accordion-header-link{transition:color .3s cubic-bezier(.25,.46,.45,.94)}.page .p-accordion-header-link svg{width:2.125rem;height:2.125rem;margin-right:.4rem}@media only screen and (max-width: 768px){.page .p-accordion-header-link svg{width:20px;height:20px}}.page .p-accordion-header{min-height:2.6rem}.page .p-accordion-header-text{font-size:1.6rem;font-family:Gotham-Medium;line-height:1.4;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width: 768px){.page .p-accordion-header-text{font-size:1.2rem}}.page .p-toggleable-content{font-size:1.2rem;line-height:1.3}@media only screen and (max-width: 768px){.page .p-toggleable-content{font-size:1rem}}.page-text{margin-top:3rem;color:#fff;font-family:Gotham-Medium;font-size:1.2rem;line-height:1.3;display:flex;align-items:center;justify-content:center;flex-direction:column;clip-path:polygon(0 0,100% 10%,100% 100%,0 100%)}.page-text.yellow{background-color:#fcda00;color:#343434}.page-text.yellow .page-text-border-top{background-color:#fcda00}.page-text.green{background-color:#3e927b;color:#fff}.page-text.green .page-text-border-top{background-color:#3e927b}@media only screen and (max-width: 1180px){.page-text{margin-top:0}}.page-text-inner{padding:3rem 0;text-align:center}.page-text-border{position:relative;width:100%}.page-text-border-top{position:absolute;left:-30px;transform:rotate(.4deg);top:7px;width:110%;z-index:1;display:flex;align-items:flex-start;height:7px}.page-text-border-top .dash{height:3px;background-color:#fff}.page-text-border-top .dash:nth-child(1){width:40%}.page-text-border-top .dash:nth-child(2){margin-left:10%;width:calc(50% - 8px)}.page-text-border-bottom{position:absolute;transform:rotate(0);bottom:10px;width:100%;height:1px;z-index:1;display:flex;align-items:flex-end}.page-text-border-bottom .dash{height:3px;background-color:#fff}.page-text-border-bottom .dash:nth-child(1){width:60%}.page-text-border-bottom .dash:nth-child(2){margin-left:10%;width:calc(30% - 7px)}.page .section-history{margin:5rem 0;position:relative}@media only screen and (max-width: 1440px){.page .section-history-sideImage{transform:translate(-200px)}}@media only screen and (max-width: 1279px){.page .section-history-sideImage{transform:translate(-300px)}}.page .section-history-sideImage.right{right:-5px}@media only screen and (max-width: 1440px){.page .section-history-sideImage.right{right:-200px!important;transform:translate(0)}}@media only screen and (max-width: 1279px){.page .section-history-sideImage.right{right:-300px!important;transform:translate(0)}}@media only screen and (max-width: 1180px){.page .section-history-sideImage{display:none}}.page .section-history .timelineTop{height:227px;width:100%;color:#e5f0d3}@media only screen and (max-width: 568px){.page .section-history .timelineTop{height:110px;width:7.3rem}}.page .section-history .timelineTop svg{width:100%;height:100%}.page .timelineMarker{display:flex;align-items:center;gap:1rem;z-index:1;position:relative}@media only screen and (max-width: 568px){.page .timelineMarker{gap:.4rem}}.page .timelineMarker-image{width:9rem;height:9rem;border-radius:50%;background-color:#fff;overflow:hidden;padding:1.5rem}@media only screen and (max-width: 1440px){.page .timelineMarker-image{width:5rem;height:5rem;padding:.7rem}}.page .timelineMarker-image img{width:100%;height:100%}.page .timelineMarker-tag{width:1.6875rem;height:12.375rem;color:#fff}@media only screen and (max-width: 1440px){.page .timelineMarker-tag{width:.625rem;height:3.75rem}}.page .timelineMarker-tag svg{width:100%;height:100%}.page .historyContent{padding:0 2rem 1rem;max-width:25rem}@media only screen and (max-width: 1440px){.page .historyContent{min-height:9rem}}.page .historyContent-title{font-size:2.5rem;font-family:Gotham-Greek-Bold;color:#fcda00}@media only screen and (max-width: 1440px){.page .historyContent-title{font-size:2rem}}@media only screen and (max-width: 1180px){.page .historyContent-title{font-size:1.5rem}}.page .historyContent-subtitle{color:#fff;font-size:1.6rem;line-height:1.2}@media only screen and (max-width: 1440px){.page .historyContent-subtitle{font-size:1.4rem}}@media only screen and (max-width: 1180px){.page .historyContent-subtitle{font-size:1.2rem}}.page .historyContent-text{color:#fff;font-size:1.1rem;line-height:1.3}@media only screen and (max-width: 1440px){.page .historyContent-text{font-size:1rem}}.page .p-timeline-event{position:relative}@media only screen and (max-width: 568px){.page .p-timeline-event{display:grid;grid-template-columns:110px auto}}@media only screen and (max-width: 568px){.page .p-timeline-event-opposite{display:none}}.page .p-timeline-event:before{content:"";position:absolute;width:7px;height:100%;left:calc(50% - 4px);top:-45%;background-color:#e5f0d3;z-index:0}@media only screen and (max-width: 568px){.page .p-timeline-event:before{height:100%;left:52px;top:10px}}.page .p-timeline-event:last-child:before{top:-65%}.page .p-timeline-event:nth-child(2n) .historyContent{align-self:flex-end}@media only screen and (max-width: 568px){.page .p-timeline-event:nth-child(2n) .historyContent{text-align:left;align-self:flex-start}}@media only screen and (max-width: 568px){.page .p-timeline-event:nth-child(2n) .timelineMarker{padding-left:1rem}}@media only screen and (max-width: 568px){.page .p-timeline-event:nth-child(2n) .timelineMarker .left{display:none}}.page .p-timeline-event:nth-child(2n) .timelineMarker .right{opacity:0}@media only screen and (max-width: 568px){.page .p-timeline-event:nth-child(2n) .timelineMarker .right{opacity:1;transform:rotate(180deg)}}@media only screen and (max-width: 568px){.page .p-timeline-event:nth-child(odd) .timelineMarker{padding-left:1rem}}.page .p-timeline-event:nth-child(odd) .timelineMarker .left{opacity:0}@media only screen and (max-width: 568px){.page .p-timeline-event:nth-child(odd) .timelineMarker .left{display:none}}.page .p-timeline-event:nth-child(odd) .timelineMarker .right{transform:rotate(180deg)}.page .p-timeline-event-content{display:flex;flex-direction:column;justify-content:center}.page .franchise-module{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width: 1024px){.page .franchise-module{margin-top:3rem!important}.page .franchise-module img{width:100%;height:auto}}.page .franchise-module ol{padding-left:1.5rem}.page .franchise-module h3{font-size:1.5rem}@media only screen and (max-width: 1180px){.page .franchise-module h3{font-size:1.2rem}}.page .franchise-module .franchise-title{font-size:2rem;font-family:Gotham-Greek-Bold;text-align:center;padding-bottom:1rem}@media only screen and (max-width: 1440px){.page .franchise-module .franchise-title{font-size:1.8rem}}@media only screen and (max-width: 1180px){.page .franchise-module .franchise-title{font-size:1.4rem}}.page .franchise-module .franchise-subtitle{font-size:1.4rem;font-family:Gotham-Greek-Bold;padding-bottom:1rem}@media only screen and (max-width: 1440px){.page .franchise-module .franchise-subtitle{font-size:1.2rem}}@media only screen and (max-width: 1180px){.page .franchise-module .franchise-subtitle{font-size:1rem}}.page .franchise-module .franchise-content{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:start}.page .franchise-module .franchise-content .franchise-left-column{position:sticky;top:2rem}@media only screen and (max-width: 1180px){.page .franchise-module .franchise-content{display:flex;flex-direction:column}.page .franchise-module .franchise-content .franchise-left-column{position:static;order:2}}.notFound{display:flex;flex-direction:column;width:100vw;min-height:100vh;height:100%}.notFound-inner{padding:3rem;min-height:10rem;text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.notFound-title{font-family:Gotham-Greek-Bold;font-size:7rem;color:#fff}.notFound-text{font-family:Gotham-Greek-Book;font-size:2rem;color:#fff}.notFound-logo{width:6rem;height:7rem;color:#fcda00}.notFound-logo svg{width:100%;height:100%}@keyframes slideLeft{0%{width:100vw}to{width:50vw}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LeftToRight{0%{opacity:0;transform:translate(-5rem)}to{opacity:1;transform:translate(0)}}@keyframes RightToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-5rem)}}.form{display:flex;flex-direction:column;margin-top:2rem;height:100%;flex-grow:1;padding:1rem 2rem 4rem 1.5rem;position:relative}@media only screen and (max-width: 768px){.form{margin-top:1.5rem}}.form.success{display:flex;justify-content:center;text-align:center;gap:1rem;align-items:center}.form.success .success-icon{width:10rem;height:10rem}.form.success .success-icon svg{width:100%;height:100%}.form.success .success-title{font-size:2rem;font-family:Gotham-Greek-Bold;color:#fff}.form.success .success-text{font-size:1.2rem;color:#fff}.form .rectangleBorder{position:absolute;top:-.5rem;right:0;bottom:0;left:-.5rem;width:100%;height:100%}.form .rectangleBorder div{position:absolute;display:grid}.form .rectangleBorder span{width:100%;height:2px;background-color:#fff;border-radius:4px}.form .rectangleBorder-top{left:0;top:0;width:100%;height:2px;grid-template-columns:75% 20%;gap:5%}.form .rectangleBorder-right{right:0;top:0;height:100%;width:2px;grid-template-rows:60% 20%;gap:20%}.form .rectangleBorder-right span{height:unset;width:2px}.form .rectangleBorder-left{left:0;top:0;height:100%;width:2px;grid-template-rows:55% 15% 20%;row-gap:5%}.form .rectangleBorder-left span{height:unset;width:2px}.form .rectangleBorder-bottom{bottom:0;width:100%;height:2px;grid-template-columns:20% 75%;gap:5%}.form-inner{display:flex;flex-direction:column;position:relative;z-index:2;gap:1rem}.form-sectionTitle{font-size:1.3rem;font-family:Gotham-Greek-Bold;text-align:left;display:flex;align-items:center}.form-sectionTitle span{font-size:2rem;color:#fcda00;height:1.2rem}@media only screen and (max-width: 768px){.form-sectionTitle{font-size:1.1rem}}.form-row{display:flex;justify-content:space-between;gap:2rem;flex-wrap:nowrap}@media only screen and (max-width: 1180px){.form-row{flex-wrap:wrap}}@media only screen and (max-width: 768px){.form-row{gap:1rem;margin-bottom:1rem}}.form-row .form-error{font-size:.9rem;font-family:Gotham-Medium;color:#ed6a71;background-color:#ffffffe6;padding:.4rem;text-align:left}.form-row.pad-1{padding:1rem 0}.form-row .radioGroup{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media only screen and (max-width: 768px){.form-row .radioGroup{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 568px){.form-row .radioGroup{grid-template-columns:1fr}}.form-row .radioGroup-item{display:flex;align-items:center;gap:.4rem}.form-row .radioGroup-item label{font-family:Gotham-Medium}.form-row .radioGroup-item .p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-row .radioGroup-item .p-radiobutton{display:inline-flex;cursor:pointer;user-select:none;vertical-align:bottom}.form-row .radioGroup-item .p-radiobutton .p-radiobutton-box{border:2px solid #fff;width:22px;height:22px;color:#495057;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.form-row .radioGroup-item .p-radiobutton .p-radiobutton-box.p-highlight{border-color:#0f78bc;background:#79b5e2}.form-row .radioGroup-item .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon{background-color:#0f78bc}.form-row .radioGroup-item .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.2s;background-color:#fff;border-radius:50%}.form-row-input{width:100%;position:relative}.form-row-input label{font-family:Gotham-Medium;font-size:1.1rem;position:absolute;top:0;left:0;z-index:-1;transform:translate(1rem,1.5rem);transform-origin:left;transition:transform .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94);z-index:1;display:flex;align-items:center}.form-row-input label span{font-size:2rem;height:1rem;color:#fcda00;height:1.4rem}@media only screen and (max-width: 768px){.form-row-input label{font-size:1rem}}.form-row-input input,.form-row-input textarea{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='65%25%2c 10%25%2c25%25%2c10%25' stroke-dashoffset='80' stroke-linecap='square'/%3e%3c/svg%3e");padding:1.4rem 1.2rem;width:100%}.form-row-input input:focus+label,.form-row-input input.isDirty+label,.form-row-input textarea:focus+label,.form-row-input textarea.isDirty+label{transform:translate(1rem,.3rem) scale(.8);color:#fcda00}.form-row-input textarea{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='65%25%2c 10%25%2c25%25%2c10%25' stroke-dashoffset='120' stroke-linecap='square'/%3e%3c/svg%3e");padding:1.4rem 1.2rem;width:100%}.form-action{display:flex;justify-content:center;margin-top:4rem}.p-dropdown{display:flex;align-items:center;padding:1.3rem 1rem;font-family:Gotham-Medium;color:#fff}.p-dropdown:not(.p-disabled):hover{color:#0f78bc}.p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0}.p-dropdown .p-dropdown-label{background:transparent;border:0 none;text-align:left}.p-dropdown .p-dropdown-label:enabled:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-dropdown .p-dropdown-clear-icon{color:#6b7280;right:3rem}.p-dropdown.p-invalid.p-component{border-color:#e24c4c}.p-dropdown-panel{background:#ffffff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-dropdown-panel .p-dropdown-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#6b7280}.p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter{padding-right:3.5rem;margin-right:-3.5rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter-clear-icon{right:2.5rem}.p-dropdown-panel .p-dropdown-items{padding:.75rem 0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{background:#ecfeff}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover{color:#4b5563;background:#f3f4f6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.75rem 1.25rem;background:#ffffff;font-weight:700}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-input-filled .p-dropdown{background:#f3f4f6}.p-input-filled .p-dropdown:not(.p-disabled):hover{background-color:#f3f4f6}.p-input-filled .p-dropdown:not(.p-disabled).p-focus{background-color:#fff}.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}@font-face{font-family:Gotham-Medium;src:url(/assets/Gotham-Medium-4ff10100.otf) format("opentype");font-weight:400}@font-face{font-family:Gotham-Greek-Bold;src:url(/assets/GothamGreek-Bold-964d781a.otf) format("opentype");font-weight:700}@font-face{font-family:Gotham-Greek-Book;src:url(/assets/GothamGreek-Book-5c8f3299.otf) format("opentype");font-weight:400}@font-face{font-family:CFFAT;src:url(/assets/CFFAT-7bed27cf.OTF) format("opentype");font-weight:400}body{overscroll-behavior-y:contain;margin:0;overflow-x:hidden;background-color:#fcda00}#root{min-height:100vh;overflow-x:hidden;font-family:Gotham-Greek-Book}.container{max-width:1600px;margin:0 auto;padding-left:2rem;padding-right:2rem}@media only screen and (max-width: 1599px){.container{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 1180px){.container{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 768px){.container{padding-left:2rem;padding-right:2rem;font-size:15px}}.svg-defs{display:none}.layoutWidth{max-width:1600px;width:100%;margin:0 auto}.fill-yellow{fill:#fcda00}.fill-blue{fill:#0f78bc}.fill-green{fill:#a0ce63}.fill-veraman{fill:#38bdb0}.fill-purple{fill:#9797ca}.showMobile{display:none}@media only screen and (max-width: 768px){.showMobile{display:block}}@media only screen and (max-width: 768px){.showDesktop{display:none!important}}.version{position:fixed;bottom:1rem;right:1rem;z-index:6;font-size:.9rem;color:#5c5c5c}.color-yellow{color:#fcda00}.color-blue{color:#0f78bc}.color-light-blue{color:#79b5e2}.color-green{color:#a0ce63}.color-light-green{color:#bad875}.color-light-purple{color:#9797ca}.color-pink{color:#da6e9c}.color-purple{color:#8380bc}.bg-yellow{background-color:#fcda00}.bg-blue{background-color:#0f78bc}.bg-light-blue{background-color:#79b5e2}.bg-green{background-color:#a0ce63}.bg-light-green{background-color:#bad875}.bg-light-purple{background-color:#9797ca}.bg-pink{background-color:#da6e9c}.bg-purple{background-color:#8380bc}.bg-white{background-color:#fff}.news .p-carousel-content,.newsDetails .p-carousel-content{max-width:1600px;width:100%;padding-top:2rem}@media only screen and (max-width: 568px){.news .p-carousel-container button,.newsDetails .p-carousel-container button{display:none}}.news .p-carousel-items-content,.newsDetails .p-carousel-items-content{margin-top:2rem}@media only screen and (max-width: 568px){.news .p-carousel-items-content,.newsDetails .p-carousel-items-content{display:flex;justify-content:center;padding-top:0}}.news .p-carousel .p-carousel-item,.newsDetails .p-carousel .p-carousel-item{height:25rem}.news .p-carousel[pr_id_2] .p-carousel-item,.newsDetails .p-carousel[pr_id_2] .p-carousel-item{display:flex;justify-content:center}.news .p-carousel-indicators,.newsDetails .p-carousel-indicators{display:flex;gap:1rem;height:1.8rem;margin-top:2rem}.news .p-carousel-indicator button,.newsDetails .p-carousel-indicator button{width:1.625rem;height:1.625rem;background-color:#79b5e2e6;border-radius:50%;box-shadow:3px 3px 0 -1px #00000059}.news .p-highlight button,.newsDetails .p-highlight button{background-color:#0f78bc}.news .p-carousel-prev.p-disabled .newsNavItem,.newsDetails .p-carousel-prev.p-disabled .newsNavItem{opacity:.5}.news .newsNavItem,.newsDetails .newsNavItem{width:4.5625rem;height:2.0625rem;color:#fff;transition:color .4s cubic-bezier(.25,.46,.45,.94)}.news .newsNavItem:hover,.newsDetails .newsNavItem:hover{color:#fcda00}.news .newsNavItem.next,.newsDetails .newsNavItem.next{transform:rotate(180deg)}.news .newsNavItem svg,.newsDetails .newsNavItem svg{width:100%;height:100%}.fadeIn{animation:fadeIn .4s cubic-bezier(.25,.46,.45,.94) both}.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}*{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}input:-internal-autofill-selected{appearance:unset!important;background-image:unset!important;background-color:unset!important;color:unset!important}html{font-family:Gotham-Greek-Book;font-size:14px}@media only screen and (min-width: 321px){html{font-size:15px}}@media only screen and (min-width: 569px){html{font-size:15px}}@media only screen and (min-width: 768px){html{font-size:16px}}strong{font-family:Gotham-Greek-Bold}em{font-style:italic}.title{font-family:Gotham-Greek-Bold;font-size:clamp(1.5rem,1.1831rem + 1.3521vw,2.4rem);line-height:1.2}@media only screen and (max-width: 768px){.title{font-size:1.4rem;line-height:1.1}}.subtitle{font-family:Gotham-Medium;font-size:clamp(1.2rem,.9887rem + .9014vw,1.8rem);margin-bottom:clamp(1.3rem,1.0535rem + .7887vw,2rem);line-height:1.2}@media only screen and (max-width: 768px){.subtitle{font-size:1.2rem;line-height:1.2}}.text{line-height:1.2;font-size:clamp(1.2rem,.933rem + .556vw,1.6rem)}@media only screen and (max-width: 768px){.text{font-size:clamp(1.2rem,.8rem + .695vw,1.6rem);line-height:1.1}}
