:root{--font-family-title:"ethnocentric",sans-serif;--font-weight-title:400;--font-style-title:normal;--font-color-title:#0ff;--font-family-text:"Montserrat",sans-serif;--font-weight-text:400;--font-weight-text-medium:700;--font-weight-text-bold:900;--font-style-text:normal;--font-color-text:#fff;--color-body:#333;--background-card:#3b3b3b;--color-hover:orange;--font-paragraph-size:clamp(0.875rem,0.294vw + 0.816rem,1rem);--font-header-size:clamp(0.625rem,0.188vw + 0.581rem,0.75rem);--font-header-one-size:clamp(1.875rem,3vw + 1rem,2.5rem);--font-header-two-size:clamp(1.625rem,2.5vw + 0.875rem,2.125rem);--font-header-three-size:clamp(1.375rem,2vw + 0.75rem,1.875rem);--font-header-four-size:clamp(1.125rem,1.75vw + 0.625rem,1.625rem);--font-header-five-size:clamp(1rem,1.5vw + 0.5rem,1.375rem);--font-header-six-size:clamp(0.875rem,1.25vw + 0.375rem,1.125rem);--line-height-paragraph:clamp(1.3rem,-0.029vw + 1.318rem,1.313rem)}[data-theme=light]{--font-family-title:"ethnocentric",sans-serif;--font-weight-title:400;--font-style-title:normal;--font-color-title:#000;--font-family-text:"Montserrat",sans-serif;--font-weight-text:400;--font-weight-text-medium:700;--font-weight-text-bold:900;--font-style-text:normal;--font-color-text:#000;--color-body:#fff;--background-card:#fff;--font-paragraph-size:clamp(0.875rem,0.294vw + 0.816rem,1rem);--font-header-size:clamp(0.625rem,0.188vw + 0.581rem,0.75rem);--font-header-one-size:clamp(1.875rem,3vw + 1rem,2.5rem);--font-header-two-size:clamp(1.625rem,2.5vw + 0.875rem,2.125rem);--font-header-three-size:clamp(1.375rem,2vw + 0.75rem,1.875rem);--font-header-four-size:clamp(1.125rem,1.75vw + 0.625rem,1.625rem);--font-header-five-size:clamp(1rem,1.5vw + 0.5rem,1.375rem);--font-header-six-size:clamp(0.875rem,1.25vw + 0.375rem,1.125rem);--line-height-paragraph:clamp(1.3rem,-0.029vw + 1.318rem,1.313rem)}.navbar{background-color:var(--color-body);padding:1rem;position:sticky;top:0;z-index:1200}.navbar .max-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1040px}.navbar .max-nav .logo{color:var(--font-color-title);font-family:var(--font-family-title)}.navbar .max-nav .menu-links{background-color:var(--color-body);display:block;height:100%;left:0;overflow:hidden;position:fixed;top:59px;transform:translateX(-200vw);transition:all .3s ease;width:100vw;z-index:1200}.navbar .max-nav .menu-links .menu-item{align-items:center;display:flex;flex-direction:column;font-weight:700;padding:3rem}.navbar .max-nav .menu-links .menu-item a{color:var(--font-color-title);font-family:var(--font-family-title);font-size:24px;font-weight:700}.navbar .max-nav .nav-burger{align-items:flex-end;cursor:pointer;display:flex;flex-direction:column}.navbar .max-nav .nav-burger span{transition:.4s}.navbar .max-nav .nav-burger span:first-child{background-color:var(--font-color-title);border-radius:6px 0 10px 0;height:3px;margin:3px;width:30px}.navbar .max-nav .nav-burger span:nth-child(2){background-color:var(--font-color-title);border-radius:6px 0 10px 0;height:3px;margin:3px;width:25px}.navbar .max-nav .nav-burger span:nth-child(3){background-color:var(--font-color-title);border-radius:6px 0 10px 0;height:3px;margin:3px;width:20px}@keyframes slide{to{transform:translateX(-10px)}}@keyframes rotate{to{transform:rotate(45deg)}}@media screen and (min-width:812px) and (max-width:1024px){.navbar{padding:1rem;position:sticky;top:0;z-index:1200}.navbar .max-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1040px}.navbar .max-nav .logo{color:var(--font-color-title);font-family:var(--font-family-title)}.navbar .max-nav .menu-links{align-items:center;background-color:--color-body;display:flex;flex-direction:row;height:unset;justify-content:space-around;position:unset!important;transform:translateX(0);transition:all .3s ease;width:unset}.navbar .max-nav .menu-links .menu-item{align-items:center;display:flex;flex-direction:column;padding:1rem}.navbar .max-nav .menu-links .menu-item a{-webkit-text-stroke:1px var(--font-color-title);-webkit-text-fill-color:transparent;font-family:var(--font-family-title);font-size:1rem;font-weight:700}.navbar .max-nav .nav-burger{display:none}}@media screen and (min-width:1025px){.navbar{padding:1rem;position:sticky;top:0;z-index:1200}.navbar .max-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1040px}.navbar .max-nav .logo{color:var(--font-color-title);font-family:var(--font-family-title)}.navbar .max-nav .menu-links{align-items:center;background-color:--color-body;display:flex;flex-direction:row;height:unset;justify-content:space-around;position:unset!important;transform:translateX(0);transition:all .3s ease;width:unset}.navbar .max-nav .menu-links .menu-item{align-items:center;display:flex;flex-direction:column;padding:1rem}.navbar .max-nav .menu-links .menu-item a{-webkit-text-stroke:1px var(--font-color-title);-webkit-text-fill-color:transparent;font-family:var(--font-family-title);font-size:1rem;font-weight:700;transition:all .3s ease}.navbar .max-nav .menu-links .menu-item a:hover{-webkit-text-stroke:1px var(--color-hover)}.navbar .max-nav .nav-burger{display:none}}.nav-burger-close span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-burger-close span:nth-child(2){opacity:0}.nav-burger-close span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.menu-links-slide{transform:translateX(0)!important;transition:all .6s ease}.footer{border-top:1px solid var(--font-color-title)}.footer .max-footer{align-items:flex-start;background-image:url(/themes/leryde/assets/imgs/grid_footer.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;margin:0 auto;max-width:1040px}.footer .max-footer .wrapper-row{background-color:var(--color-body);padding:1rem;width:70%}.footer .max-footer .wrapper-row .social{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .social h2{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-header-five-size);font-weight:var(--font-weight-text-medium);margin-bottom:8px}.footer .max-footer .wrapper-row .social .container a svg{fill:var(--font-color-title);transition:.4s}.footer .max-footer .wrapper-row .social .container a svg:hover{transform:rotate(1turn)}.footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact h2{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-header-five-size);font-weight:var(--font-weight-text-medium);margin-bottom:8px}.footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .contact .container img{margin-right:6px}.footer .max-footer .wrapper-row .contact .container .adress{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .contact .container .phone{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact .container .phone img{margin-right:6px}.footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact .container .email img{margin-right:6px}.footer .max-footer .wrapper-row .contact .container .email a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px}.footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .privacy h2{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-header-five-size);font-weight:var(--font-weight-text-medium);margin-bottom:8px}.footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .privacy .container a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-bottom:8px}.footer .max-footer .wrapper-row #theme{margin-bottom:1rem}.footer .max-footer .wrapper-row #theme,.footer .max-footer .wrapper-row #theme .theme-toggle{align-items:flex-start;display:flex;flex-direction:column}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}.footer .max-footer .wrapper-row #theme .theme-toggle h2{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-header-five-size);font-weight:var(--font-weight-text-medium);margin-bottom:.5rem}.footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]{display:none}.footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]:checked+.switch{background-color:var(--font-color-text)}.footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]:checked+.switch .slider{transform:translateX(24px)}.footer .max-footer .wrapper-row #theme .theme-toggle .switch{background-color:var(--background-card,#333);border-radius:15px;cursor:pointer;height:26px;position:relative;transition:background-color .3s;width:50px}.footer .max-footer .wrapper-row #theme .theme-toggle .switch .slider{background-color:transparent;border-radius:50%;height:20px;left:3px;position:absolute;top:3px;transition:transform .3s;width:20px}.footer .max-footer .payments{align-items:center;background-color:var(--color-body);display:flex;flex-direction:row;justify-content:space-around;width:50%}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .payments{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .payments{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .payments{margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .payments{margin:0 auto}}.footer .max-footer .wrapper-brand{align-items:flex-start;background-color:var(--color-body);display:flex;flex-direction:column;padding:1rem}.footer .max-footer .wrapper-brand p{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-paragraph-size)}.footer .webmaster{align-items:center;background-color:var(--font-color-title);display:flex;flex-direction:row;justify-content:center;padding:1rem}.footer .webmaster p{color:var(--color-body);font-family:var(--font-family-text);font-size:12px;margin-right:1rem}.footer .webmaster img{height:auto;width:20px}@media screen and (min-width:576px) and (max-width:768px){.footer{border-top:1px solid var(--font-color-title)}.footer .max-footer{background-image:none}.footer .max-footer .wrapper-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.footer .max-footer .wrapper-row .social{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .social h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column;width:100%}.footer .max-footer .wrapper-row .contact .container .adress{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-left:8px}.footer .max-footer .wrapper-row .contact .container .phone{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .phone p{margin-left:8px}.footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .email a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-left:8px}.footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .privacy h2{margin-bottom:8px}.footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .privacy .container a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-bottom:8px}.footer .max-footer .wrapper-brand{width:100%}}@media screen and (min-width:769px) and (max-width:811px){.footer{border-top:1px solid var(--font-color-title)}.footer .max-footer{background-image:none}.footer .max-footer .wrapper-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.footer .max-footer .wrapper-row .social{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .social h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column;width:100%}.footer .max-footer .wrapper-row .contact .container .adress{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-left:8px}.footer .max-footer .wrapper-row .contact .container .phone{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .phone p{margin-left:8px}.footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .email a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-left:8px}.footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .privacy h2{margin-bottom:8px}.footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .privacy .container a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-bottom:8px}.footer .max-footer .wrapper-brand{align-items:baseline;display:flex;flex-direction:row;justify-content:space-between;width:100%}}@media screen and (min-width:812px) and (max-width:1024px){.footer{border-top:1px solid var(--font-color-title)}.footer .max-footer{background-image:none}.footer .max-footer .wrapper-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.footer .max-footer .wrapper-row .social{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .social h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column;width:100%}.footer .max-footer .wrapper-row .contact .container .adress{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-left:8px}.footer .max-footer .wrapper-row .contact .container .phone{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .phone p{margin-left:8px}.footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .email a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-left:8px}.footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .privacy h2{margin-bottom:8px}.footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .privacy .container a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-bottom:8px}.footer .max-footer .wrapper-brand{align-items:baseline;display:flex;flex-direction:row;justify-content:space-between;width:100%}}@media screen and (min-width:1025px){.footer{border-top:1px solid var(--font-color-title)}.footer .max-footer{background-image:none}.footer .max-footer .wrapper-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.footer .max-footer .wrapper-row .social{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .social h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact h2{margin-bottom:8px}.footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column;width:100%}.footer .max-footer .wrapper-row .contact .container .adress{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-left:8px}.footer .max-footer .wrapper-row .contact .container .phone{align-items:center;color:var(--font-color-text);display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:12px;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .phone p{margin-left:8px}.footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:unset}.footer .max-footer .wrapper-row .contact .container .email a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-left:8px}.footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .privacy h2{margin-bottom:8px}.footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .privacy .container a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;margin-bottom:8px}.footer .max-footer .wrapper-brand{align-items:baseline;display:flex;flex-direction:row;justify-content:space-between;width:100%}}.introuvable-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.introuvable-section p{margin-top:1rem;text-align:left}.introuvable-section .search-form{margin:2rem 0;width:100%}.introuvable-section .search-form label input{accent-color:var(--font-color-title);border-radius:6px;padding:1rem}.introuvable-section .search-form .search-submit{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:var(--font-family-text);font-weight:700;padding:1rem}@media screen and (min-width:576px) and (max-width:768px){.introuvable-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.introuvable-section .searchform{width:100%}.introuvable-section .searchform .search-form{margin:2rem 0}.introuvable-section .searchform .search-form label input{accent-color:var(--font-color-title);border-radius:6px;padding:1rem;width:80%}.introuvable-section .searchform .search-form .search-submit{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;border-radius:6px;color:#fff;font-family:var(--font-family-text);font-weight:700;padding:1rem}}@media screen and (min-width:769px) and (max-width:811px){.introuvable-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.introuvable-section .searchform{width:100%}.introuvable-section .searchform .search-form{margin:2rem 0}.introuvable-section .searchform .search-form label input{accent-color:var(--font-color-title);border-radius:6px;padding:1rem;width:80%}.introuvable-section .searchform .search-form .search-submit{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;border-radius:6px;color:#fff;font-family:var(--font-family-text);font-weight:700;padding:1rem}}@media screen and (min-width:812px) and (max-width:1024px){.introuvable-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.introuvable-section .searchform{width:100%}.introuvable-section .searchform .search-form{margin:2rem 0}.introuvable-section .searchform .search-form label input{accent-color:var(--font-color-title);border-radius:6px;padding:1rem;width:80%}.introuvable-section .searchform .search-form .search-submit{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;border-radius:6px;color:#fff;font-family:var(--font-family-text);font-weight:700;padding:1rem}}@media screen and (min-width:1025px){.introuvable-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.introuvable-section .searchform{width:100%}.introuvable-section .searchform .search-form{margin:2rem 0}.introuvable-section .searchform .search-form label input{accent-color:var(--font-color-title);border-radius:6px;padding:1rem;width:80%}.introuvable-section .searchform .search-form .search-submit{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;border-radius:6px;color:#fff;font-family:var(--font-family-text);font-weight:700;padding:1rem}}.contact-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.contact-section p{margin:1rem 0;text-align:left}.contact-section .split{align-items:center;background-image:url(/themes/leryde/assets/imgs/hero/paperplane.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;width:100%}.contact-section .split .container{width:-moz-fit-content;width:fit-content}@media screen and (min-width:1025px){.contact-section .split .container{width:50%}}.contact-section .split .container .wpcf7{background-color:--color-body;margin-block:2rem}.contact-section .split .container .wpcf7 .wpcf7-form{border:1px solid var(--font-color-title);border-radius:4px;padding:.5rem}.contact-section .split .container .wpcf7 .wpcf7-form p{margin:.5rem 0}.contact-section .split .container .wpcf7 .wpcf7-form p span input,.contact-section .split .container .wpcf7 .wpcf7-form p span textarea{accent-color:var(--font-color-title);border-radius:4px;padding:.5rem;width:100%}.contact-section .split .container .wpcf7 .wpcf7-form p span select{margin-top:.5rem;padding:.5rem;width:100%}.contact-section .split .container .wpcf7 .wpcf7-form p .wpcf7-submit{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:var(--font-family-text);font-weight:700;padding:1rem;transition:color .3s ease}.contact-section .split .container .wpcf7 .wpcf7-form p .wpcf7-submit:hover{color:var(--color-hover)}.contact-section .split .container .wpcf7 .wpcf7-form .wpcf7-response-output{background-color:var(--background-card);color:var(--font-color-text);font-family:var(--font-family-text);font-size:clamp(.75rem,.32vw + .675rem,.875rem)}.find-us-section{align-items:center;display:flex;flex-direction:column;margin:2rem 1rem}.find-us-section h1{margin-bottom:1rem}.find-us-section #map{height:400px;width:100%}.find-us-section #maps-link{background-color:transparent;background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border:none;color:#fff;cursor:pointer;font-family:var(--font-family-text);font-weight:700;padding:1rem;text-align:center;transition:color .3s ease;width:100%}.find-us-section #maps-link:hover{color:var(--color-hover)}.all-news{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.all-news .expired{opacity:.2}.all-news .wrapper-cards-news{align-items:center;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width:576px) and (max-width:768px){.all-news .wrapper-cards-news{display:grid!important;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:4rem;margin-top:1rem}}@media screen and (min-width:769px) and (max-width:811px){.all-news .wrapper-cards-news{display:grid!important;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:4rem;margin-top:1rem}}@media screen and (min-width:812px) and (max-width:1024px){.all-news .wrapper-cards-news{display:grid!important;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;margin-top:1rem}}@media screen and (min-width:1025px){.all-news .wrapper-cards-news{display:grid!important;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;margin-top:1rem}}.all-news .wrapper-cards-news .card-news{align-items:center;background-color:var(--background-card);border-radius:4px;clip-path:polygon(90% 100%,0 100%,0 0,100% 1%,99% 87%);-webkit-clip-path:polygon(90% 100%,0 100%,0 0,100% 1%,99% 87%);display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:1rem auto;padding:1rem;position:relative}.all-news .wrapper-cards-news .card-news svg{position:absolute;right:0;top:-1.25rem}.all-news .wrapper-cards-news .card-news a img{border-radius:4px;height:250px;-o-object-fit:cover;object-fit:cover;width:100%}.all-news .wrapper-cards-news .card-news .content{align-items:flex-start;display:flex;flex-direction:column}.all-news .wrapper-cards-news .card-news .content .category{color:var(--font-color-title);font-family:var(--font-family-text);font-size:var(--font-header-size);margin-block:8px;text-transform:uppercase}.all-news .wrapper-cards-news .card-news .content h6{margin-block:8px}.all-news .wrapper-cards-news .card-news .content p{text-align:left}.all-news .wrapper-cards-news .card-news .content p .read-more{color:var(--font-color-title)}.all-news .tool-pagination{align-items:center;display:flex;flex-direction:row;margin:1rem}.all-news .tool-pagination a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-paragraph-size)}.all-news .tool-pagination .pages{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.all-news .tool-pagination .pages li{margin:.5rem}.all-news .tool-pagination .pages li a{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-paragraph-size)}.all-news .tool-pagination .pages li span{background-color:var(--font-color-title);border:none;border-radius:4px;cursor:pointer;font-family:var(--font-family-text);font-weight:700;padding:.4rem}.newsletter-section{margin:8rem auto;padding-inline:1rem;width:-moz-fit-content;width:fit-content}.newsletter-section h1{margin-bottom:3rem;text-align:center}.newsletter-section p{text-align:left}.newsletter-section .captcha{color:orange;font-family:var(--font-family-text);font-size:var(--font-paragraph-size);margin:1rem auto}.newsletter-section .wrapper-form{margin:2rem 0}.newsletter-section .wrapper-form p:first-child{background-color:--background-card;border-radius:6px;font-size:18px;margin:1rem auto;padding:1rem;text-align:center}.newsletter-section .wrapper-form .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.newsletter-section .wrapper-form .tnp-field-email label{display:none}.newsletter-section .wrapper-form .tnp-field-email .tnp-email{border-radius:6px}.newsletter-section .wrapper-form .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.newsletter-section .wrapper-form .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.newsletter-section .wrapper-form .tnp-field-button{margin:0 auto}.newsletter-section .wrapper-form .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px;cursor:pointer}.newsletter-section .wrapper-form .tnp-unsubscribe .tnp-submit{background-color:transparent!important;background:transparent!important;border:none;border-bottom:1px solid #fff;color:var(--font-color-text);cursor:pointer;padding:.5rem}.newsletter-section .wrapper-form .tnp-reactivate{margin:1rem 0}.newsletter-section .wrapper-form .tnp-reactivate .tnp-submit{background:#8a2be2;border:none;border-radius:6px;color:var(--font-color-text);cursor:pointer;padding:1rem}.newsletter-section .wrapper-form-front{margin:2rem 0}.newsletter-section .wrapper-form-front .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.newsletter-section .wrapper-form-front .tnp-field-email label{display:none}.newsletter-section .wrapper-form-front .tnp-field-email .tnp-email{border-radius:6px}.newsletter-section .wrapper-form-front .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.newsletter-section .wrapper-form-front .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.newsletter-section .wrapper-form-front .tnp-field-button{margin:0 auto}.newsletter-section .wrapper-form-front .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px;cursor:pointer}.newsletter-section .wrapper-form-front .tnp-reactivate{margin:1rem 0}.newsletter-section .wrapper-form-front .tnp-reactivate .tnp-submit{background:#8a2be2;border:none;border-radius:6px;color:var(--font-color-text);cursor:pointer;padding:1rem}@media screen and (min-width:812px) and (max-width:1024px){.newsletter-section .captcha{color:orange;font-family:var(--font-family-text);font-size:14px!important;margin:1rem auto}}@media screen and (min-width:1025px){.newsletter-section .captcha{color:orange;font-family:var(--font-family-text);font-size:14px!important;margin:1rem auto}}@keyframes shake{0%{transform:translate(1px,1px) rotate(0deg)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0deg)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0deg)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0deg)}to{transform:translate(1px,-2px) rotate(-1deg)}}.toshake{animation-duration:.5s;animation-iteration-count:2;animation-name:shake}.wrapper-single{display:flex;flex-direction:column;margin:1rem}.wrapper-single .category{color:var(--font-color-title);font-family:var(--font-family-text);font-size:var(--font-header-size);margin:1rem 0;text-transform:uppercase}.wrapper-single .hero-img{margin:1rem 0}.wrapper-single .hero-img img{border-radius:6px;height:auto;width:100%}.wrapper-single .publish-share{align-items:flex-start;display:flex;flex-direction:column}.wrapper-single .publish-share .sharelinks{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0;width:100%}.wrapper-single .publish-share .sharelinks .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.wrapper-single .publish-share .sharelinks .shareby a img{height:auto;width:20px}.wrapper-single .publish-share .sharelinks .shareby .copy-btn{background-color:transparent;border:none;cursor:pointer}.wrapper-single .publish-share .sharelinks .shareby .copy-btn img{height:auto;width:20px}.wrapper-single .content p{margin-bottom:1rem;text-align:left}.wrapper-single .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .wp-block-list{margin-block:1rem}.wrapper-single .content .wp-block-list li{color:var(--font-color-text);font-family:var(--font-family-text);list-style:circle;margin-bottom:.5rem;margin-left:1rem}.wrapper-single .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single .content .wp-block-gallery{display:flex;flex-wrap:wrap}.wrapper-single .content .wp-block-gallery .blocks-gallery-item{margin-bottom:10px;margin-right:10px}.wrapper-single .content embed,.wrapper-single .content iframe,.wrapper-single .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .tnp-subscription-posts p{text-align:center}.wrapper-single .content .tnp-subscription-posts .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.wrapper-single .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-single .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.wrapper-single .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px;cursor:pointer}.wrapper-single .lecture{align-items:center;display:flex;flex-direction:column;margin:2rem 0}@media screen and (min-width:576px) and (max-width:768px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}@media screen and (min-width:1025px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}.wrapper-single .lecture .next-lecture,.wrapper-single .lecture .prev-lecture{align-items:center;display:flex;flex-direction:column;margin:1rem auto;width:100%}.wrapper-single .lecture .next-lecture h6,.wrapper-single .lecture .prev-lecture h6{margin-bottom:1rem}.wrapper-single .lecture .next-lecture .container,.wrapper-single .lecture .prev-lecture .container{align-items:flex-start;background-color:var(--background-card);border-radius:6px;color:var(--font-color-text);display:flex;flex-direction:row;justify-content:space-between;max-width:500px;padding:.4rem;width:100%}.wrapper-single .lecture .next-lecture .container .containr-left img,.wrapper-single .lecture .prev-lecture .container .containr-left img{border-radius:6px;height:auto;width:25%}@media screen and (min-width:576px) and (max-width:768px){.wrapper-single .publish-share .sharelinks{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0;width:70%!important}.wrapper-single .publish-share .sharelinks .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.wrapper-single .publish-share .sharelinks .shareby a img{height:auto;width:20px}.wrapper-single .publish-share .sharelinks .shareby .copy-btn{background-color:transparent;border:none}.wrapper-single .publish-share .sharelinks .shareby .copy-btn img{height:auto;width:20px}.wrapper-single .content{margin-top:2rem}.wrapper-single .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single .content .wp-block-gallery{display:grid!important;gap:10px;grid-template-columns:repeat(2,1fr)}.wrapper-single .content embed,.wrapper-single .content iframe,.wrapper-single .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .tnp-subscription-posts{align-items:flex-start;display:flex;flex-direction:column;margin:2rem auto;width:-moz-fit-content;width:fit-content}.wrapper-single .content .tnp-subscription-posts p{text-align:center}.wrapper-single .content .tnp-subscription-posts .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.wrapper-single .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-single .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.wrapper-single .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-single .publish-share .sharelinks{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0;width:70%!important}.wrapper-single .publish-share .sharelinks .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.wrapper-single .publish-share .sharelinks .shareby .copy-btn{background-color:transparent;border:none}.wrapper-single .content{margin-top:2rem}.wrapper-single .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single .content .wp-block-gallery{display:grid!important;gap:10px;grid-template-columns:repeat(2,1fr)}.wrapper-single .content embed,.wrapper-single .content iframe,.wrapper-single .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .tnp-subscription-posts{align-items:flex-start;display:flex;flex-direction:column;margin:2rem auto;width:-moz-fit-content;width:fit-content}.wrapper-single .content .tnp-subscription-posts p{text-align:center}.wrapper-single .content .tnp-subscription-posts .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.wrapper-single .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-single .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.wrapper-single .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single{margin:4rem auto!important;max-width:800px}.wrapper-single .publish-share .sharelinks{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0;width:70%!important}.wrapper-single .publish-share .sharelinks .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.wrapper-single .publish-share .sharelinks .shareby .copy-btn{background-color:transparent;border:none}.wrapper-single .content{margin-top:2rem}.wrapper-single .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single .content .wp-block-gallery{display:grid!important;gap:10px;grid-template-columns:repeat(2,1fr)}.wrapper-single .content embed,.wrapper-single .content iframe,.wrapper-single .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .tnp-subscription-posts{align-items:flex-start;display:flex;flex-direction:column;margin:2rem auto;width:-moz-fit-content;width:fit-content}.wrapper-single .content .tnp-subscription-posts p{text-align:center}.wrapper-single .content .tnp-subscription-posts .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.wrapper-single .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-single .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.wrapper-single .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px}}@media screen and (min-width:1025px){.wrapper-single{margin:4rem auto!important;max-width:800px}.wrapper-single .publish-share .sharelinks{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0;width:70%!important}.wrapper-single .publish-share .sharelinks .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.wrapper-single .publish-share .sharelinks .shareby .copy-btn{background-color:transparent;border:none}.wrapper-single .content{margin-top:2rem}.wrapper-single .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single .content .wp-block-gallery{display:grid!important;gap:10px;grid-template-columns:repeat(2,1fr);margin-block:1rem}.wrapper-single .content embed,.wrapper-single .content iframe,.wrapper-single .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .tnp-subscription-posts{align-items:flex-start;display:flex;flex-direction:column;margin:2rem auto;width:-moz-fit-content;width:fit-content}.wrapper-single .content .tnp-subscription-posts p{text-align:center}.wrapper-single .content .tnp-subscription-posts .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.wrapper-single .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-single .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.wrapper-single .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px}}.wrapper-single-service{display:flex;flex-direction:column;margin:1rem}.wrapper-single-service h1{color:--font-color-title;font-family:--font-family-title;font-size:1.5rem}.wrapper-single-service .hero-img{margin:1rem 0}.wrapper-single-service .content{line-height:1.2rem}.wrapper-single-service .content p{color:--font-color-text;font-family:--font-family-text;font-size:14px;text-align:left}.wrapper-single-service .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single-service .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single-service .content .wp-block-gallery{display:flex;flex-wrap:wrap}.wrapper-single-service .content .wp-block-gallery .blocks-gallery-item{margin-bottom:10px;margin-right:10px}.wrapper-single-service .content embed,.wrapper-single-service .content iframe,.wrapper-single-service .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single-service .content .tnp-subscription-posts p{color:--font-color-text;font-family:--font-family-text;font-size:14px;text-align:center}.wrapper-single-service .content .tnp-subscription-posts .tnp-subscription{color:--font-color-text;font-family:--font-family-text}.wrapper-single-service .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-single-service .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-single-service .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-single-service .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:--font-color-title}.wrapper-single-service .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single-service .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px}.wrapper-legal{margin:2rem 1rem}.wrapper-legal h3{margin:2rem 0}.wrapper-legal p{text-align:left}.wrapper-privacy{margin:2rem 1rem}.wrapper-privacy h3{margin:2rem 0}.wrapper-privacy p{text-align:left}.results-search-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.results-search-section .no-result{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-paragraph-size);margin-top:2rem}.results-search-section .search-results{margin-top:2rem}.results-search-section .search-results .search-result-item{margin-bottom:1rem}.results-search-section .search-results .search-result-item a{color:var(--font-color-title);font-family:var(--font-family-title);font-size:var(--font-paragraph-size)}.results-search-section .search-results .search-result-item .container{align-items:flex-start;background-color:var(--background-card);border-radius:6px;color:var(--font-color-text);display:flex;flex-direction:row;justify-content:space-between;max-width:500px;padding:.4rem;width:100%}.results-search-section .search-results .search-result-item .container .containr-left img{border-radius:6px;height:auto;width:25%}.wrapper-faq{align-items:flex-start;display:flex;flex-direction:column;margin:3rem 1rem 4rem}.wrapper-faq p{margin-block:1rem;text-align:left}.wrapper-faq .faq-items{border-bottom:1px solid var(--font-color-title);margin-block:1rem}.wrapper-faq .faq-items .faq-question{cursor:pointer;padding-bottom:1rem}.wrapper-faq .faq-items .faq-answer{display:none;transition:all .3s ease}.wrapper-faq .visible{animation:opacity .4s ease .5s forwards;display:block!important;opacity:0}@keyframes opacity{to{opacity:1}}.wrapper-marques{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.wrapper-marques h1{margin-bottom:1rem}.wrapper-marques .content p{margin-bottom:1rem;text-align:left}.wrapper-marques .content img{border-radius:6px;display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-marques .content .wp-block-list{margin-block:1rem}.wrapper-marques .content .wp-block-list li{color:var(--font-color-text);font-family:var(--font-family-text);list-style:circle;margin-bottom:.5rem;margin-left:1rem}.wrapper-marques .content .wp-block-image img{height:auto;max-width:100%}.wrapper-marques .content .wp-block-gallery{display:flex;flex-wrap:wrap}.wrapper-marques .content .wp-block-gallery .blocks-gallery-item{margin-bottom:10px;margin-right:10px}.wrapper-marques .content embed,.wrapper-marques .content iframe,.wrapper-marques .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-marques .content .tnp-subscription-posts p{text-align:center}.wrapper-marques .content .tnp-subscription-posts .tnp-subscription{color:var(--font-color-text);font-family:var(--font-family-text)}.wrapper-marques .content .tnp-subscription-posts .tnp-field-email label{display:none}.wrapper-marques .content .tnp-subscription-posts .tnp-field-email .tnp-email{border-radius:6px}.wrapper-marques .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-marques .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--font-color-title)}.wrapper-marques .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-marques .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background:#8a2be2;background:linear-gradient(90deg,#8a2be2 35%,#0ff);border-radius:6px;cursor:pointer}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--color-body);line-height:1;margin:0;transition:background-color .3s ease,color .3s ease}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.main-wrapper{margin:0 auto;max-width:1040px}.main-wrapper h1{font-size:var(--font-header-one-size)}.main-wrapper h1,.main-wrapper h2{color:var(--font-color-title);font-family:var(--font-family-title)}.main-wrapper h2{font-size:var(--font-header-two-size)}.main-wrapper h3{font-size:var(--font-header-three-size)}.main-wrapper h3,.main-wrapper h4{color:var(--font-color-title);font-family:var(--font-family-title)}.main-wrapper h4{font-size:var(--font-header-four-size)}.main-wrapper h5{font-size:var(--font-header-five-size)}.main-wrapper h5,.main-wrapper h6{color:var(--font-color-title);font-family:var(--font-family-title)}.main-wrapper h6{font-size:var(--font-header-six-size)}.main-wrapper p{color:var(--font-color-text);font-family:var(--font-family-text);font-size:var(--font-paragraph-size);line-height:var(--line-height-paragraph)}.main-wrapper .hero-section{background-image:url(/themes/leryde/assets/imgs/grid_footer.png);background-repeat:no-repeat;background-size:cover}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .hero-section{background-image:url(/themes/leryde/assets/imgs/grid_footer_large.png)!important;background-repeat:unset!important;background-size:unset!important}}@media screen and (min-width:1025px){.main-wrapper .hero-section{background-image:url(/themes/leryde/assets/imgs/grid_footer_large.png)!important;background-repeat:unset!important;background-size:unset!important}}.main-wrapper .hero-section img{clip-path:polygon(0 0,100% 0,100% 72%,49% 72%,0 85%);height:auto;width:100%}.main-wrapper .services-section{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem 6rem}.main-wrapper .services-section a{background-color:var(--font-color-title);border-radius:6px;color:var(--color-body);font-family:var(--font-family-text);font-size:var(--font-paragraph-size);padding:1rem;text-align:left;transition:background-color .3s ease}.main-wrapper .services-section a:hover{background-color:var(--color-hover)}.main-wrapper .services-section .visible{opacity:1!important;transform:translateY(0)!important}.main-wrapper .services-section .wrapper-cards-services-alt{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.main-wrapper .services-section .wrapper-cards-services-alt .container-service{margin:2rem 0;opacity:0;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out}.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper{align-items:flex-start;display:flex;flex-direction:column-reverse}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:space-around}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:space-around}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:space-around}}@media screen and (min-width:1025px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:space-around}}.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper .content h5{margin-block:1rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper .content{width:50%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper .content{width:50%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper .content{width:50%}}@media screen and (min-width:1025px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper .content{width:50%}}.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper .content p{margin-bottom:1rem;text-align:left}.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper img{border-radius:6px;height:auto;opacity:.4;width:100%}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper img{height:auto;width:60%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper img{height:auto;width:60%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper img{height:auto;width:60%}}@media screen and (min-width:1025px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service .wrapper img{height:auto;width:60%}}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service:nth-child(2) .wrapper{flex-direction:row-reverse!important}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service:nth-child(2) .wrapper{flex-direction:row-reverse!important}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service:nth-child(2) .wrapper{flex-direction:row-reverse!important}}@media screen and (min-width:1025px){.main-wrapper .services-section .wrapper-cards-services-alt .container-service:nth-child(2) .wrapper{flex-direction:row-reverse!important}}.main-wrapper .paypal{align-items:center;background-color:#0ff;border-radius:10px;display:flex;flex-direction:column;margin:4rem 1rem;max-width:500px;padding:1rem .3rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .paypal{margin:4rem auto}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .paypal{margin:4rem auto}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .paypal{margin:4rem auto}}@media screen and (min-width:1025px){.main-wrapper .paypal{margin:4rem auto}}.main-wrapper .paypal .container{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.main-wrapper .paypal .container span{font-weight:700;text-transform:uppercase}.main-wrapper .paypal .container p{color:#000}.main-wrapper .paypal a{color:#000;margin-top:1rem;text-decoration:underline}.main-wrapper .news-section{align-items:center;display:flex;flex-direction:column}.main-wrapper .news-section h1{margin-bottom:2rem}.main-wrapper .news-section .wrapper-cards-news{align-items:center;background-image:url(/themes/leryde/assets/imgs/backnews.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column}.main-wrapper .news-section .wrapper-cards-news .card-news{align-items:center;border:1px solid var(--font-color-title);display:flex;flex-direction:row;justify-content:space-between;margin:1rem;position:relative}.main-wrapper .news-section .wrapper-cards-news .card-news svg{left:-.11768rem!important;position:absolute;top:-1.8125rem!important}.main-wrapper .news-section .wrapper-cards-news .card-news .loop{color:var(--font-color-title);font-family:var(--font-family-title);font-size:32px;margin-left:6px}.main-wrapper .news-section .wrapper-cards-news .card-news .excerpt{color:var(--font-color-text);font-family:var(--font-family-text);font-size:12px;width:60%}.main-wrapper .news-section .wrapper-cards-news .card-news img{height:auto;width:75px}.main-wrapper .news-section .wrapper-cards-news .all-news{color:var(--font-color-text);font-family:var(--font-family-title);font-size:clamp(.875rem,.294vw + .816rem,1rem);font-weight:200;margin-left:100px;transition:color .3s ease}.main-wrapper .news-section .wrapper-cards-news .all-news:hover{color:var(--color-hover)}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .news-section{align-items:center;display:flex;flex-direction:column;margin:8rem 0!important}.main-wrapper .news-section .wrapper-cards-news{align-items:center;background-image:url(/themes/leryde/assets/imgs/backnews-medium.png)!important;background-repeat:no-repeat;display:flex;flex-direction:column;width:100%}.main-wrapper .news-section .wrapper-cards-news .card-news{align-items:center;border:1px solid var(--font-color-title);display:flex;flex-direction:row;height:80px;justify-content:space-between;margin:1rem;width:80%}.main-wrapper .news-section .wrapper-cards-news .card-news .loop{color:var(--font-color-title);font-family:var(--font-family-title);font-size:32px;margin-left:6px}.main-wrapper .news-section .wrapper-cards-news .card-news .excerpt{color:var(--font-color-text);font-family:var(--font-family-text);font-size:14px;width:60%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .news-section{align-items:center;display:flex;flex-direction:column;margin:8rem 0!important}.main-wrapper .news-section .wrapper-cards-news{align-items:center;background-image:url(/themes/leryde/assets/imgs/backnews-medium.png)!important;background-repeat:no-repeat;display:flex;flex-direction:column}.main-wrapper .news-section .wrapper-cards-news .card-news{align-items:center;border:1px solid var(--font-color-title);display:flex;flex-direction:row;height:80px;justify-content:space-between;margin:1rem;width:80%}.main-wrapper .news-section .wrapper-cards-news .card-news .loop{color:var(--font-color-title);font-family:var(--font-family-title);font-size:32px;margin-left:6px}.main-wrapper .news-section .wrapper-cards-news .card-news .excerpt{color:var(--font-color-text);font-family:var(--font-family-text);font-size:14px!important;width:60%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .news-section{align-items:center;display:flex;flex-direction:column;margin:8rem 0!important}.main-wrapper .news-section .wrapper-cards-news{align-items:center;background-image:url(/themes/leryde/assets/imgs/backnews-large.png)!important;background-repeat:no-repeat;display:flex;flex-direction:column}.main-wrapper .news-section .wrapper-cards-news .card-news{align-items:center;border:1px solid var(--font-color-title);display:flex;flex-direction:row;height:80px;justify-content:space-between;margin:1rem;width:80%}.main-wrapper .news-section .wrapper-cards-news .card-news .loop{color:var(--font-color-title);font-family:var(--font-family-title);font-size:32px;margin-left:6px}.main-wrapper .news-section .wrapper-cards-news .card-news .excerpt{color:var(--font-color-text);font-family:var(--font-family-text);font-size:16px!important;width:60%}}@media screen and (min-width:1025px){.main-wrapper .news-section{align-items:center;display:flex;flex-direction:column;margin:8rem 1rem!important}.main-wrapper .news-section .wrapper-cards-news{align-items:center;background-image:url(/themes/leryde/assets/imgs/backnews-large.png)!important;background-repeat:no-repeat;display:flex;flex-direction:column}.main-wrapper .news-section .wrapper-cards-news .card-news{align-items:center;border:1px solid var(--font-color-title);display:flex;flex-direction:row;height:80px;justify-content:space-between;margin:1rem;transition:all .3s ease;width:80%}.main-wrapper .news-section .wrapper-cards-news .card-news:hover{transform:scale(1.05)}.main-wrapper .news-section .wrapper-cards-news .card-news .loop{color:var(--font-color-title);font-family:var(--font-family-title);font-size:32px;margin-left:6px}.main-wrapper .news-section .wrapper-cards-news .card-news .excerpt{color:var(--font-color-text);font-family:var(--font-family-text);font-size:16px!important;width:60%}}.main-wrapper .brands-section{margin:1rem}.main-wrapper .brands-section video{height:auto;width:100%}
