@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0;}body{background:#fff;color:#000;font-size:16px;font-family:"Poppins", Arial, sans-serif;font-weight:300;line-height:1.45;}a{color:#ed1c24;text-decoration:none;transition:all 0.2s linear;}a:hover,a:active,a:focus{color:#ed1c24;}img,svg{display:block;max-width:100%;height:auto;margin:0 auto;}b,strong{font-weight:800;}.pageWidth{width:1440px;max-width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;}@media (max-width: 1000px){.pageWidth{padding-left:1rem;padding-right:1rem;}}.hidden{display:none;}button{cursor:pointer;}.button{background:#ed1c24;border-radius:4px;padding:0.5rem 1rem;color:#fff;font-weight:800;border:none;}.button:hover{background:#931313;color:#fff !important;}.box-1{background:#ffe44e;padding:0.5rem;color:#000;font-size:12px;text-align:center;font-weight:800;}@media (max-width: 760px){.box-1{font-size:10px;}}header{background:#ed1c24;}header .pageWidth{display:flex;padding:0;position:relative;z-index:999999;}header h2{padding:1.5rem;display:flex;align-items:center;position:relative;}header h2::before{content:"";display:block;height:60%;border-right:1px solid #fff;position:absolute;right:-1px;top:20%;}header .date{padding:1.5rem;font-size:24px;color:#fff;display:flex;align-items:center;}header .counter{padding:0 1.5rem;display:flex;flex-direction:column;justify-content:center;}header .counter ul{display:flex;gap:0.5rem;list-style:none;margin:0 0 1.25rem;}header .counter li{border-radius:4px;background:#fff;width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;}header .counter strong{color:#ed1c24;font-size:24px;line-height:1;}header .counter strong + small{color:#000;margin:0;}header .counter small{display:block;margin:0 0 0.5rem;font-size:10px;line-height:1;color:#fff;}header .sign-up{padding:1.5rem;display:flex;align-items:center;margin:0 0 0 auto;}header .sign-up a{padding:0.5rem 1rem;border-radius:4px;background:#fff;font-weight:800;text-transform:uppercase;}header .sign-up img{display:inline;vertical-align:top;margin-right:0.25rem;}header .menu{background:#fff;width:180px;display:flex;align-items:center;justify-content:center;}header .menu button{background:none;border:none;padding:1rem;font-weight:800;text-transform:uppercase;color:#ed1c24;font-size:16px;transition:all 0.2s linear;}header .menu button:hover{color:#ed1c24;}header .menu i{display:inline-block;vertical-align:top;margin-right:0.5rem;width:38px;height:22px;background:url("/wp-content/themes/base/images/menu.svg?v=2") center center scroll no-repeat transparent;background-size:contain;}body.menu-open header .menu{background:#000;}body.menu-open header .menu button{color:#fff;}body.menu-open header .menu button i{background-image:url("/wp-content/themes/base/images/close.svg?v=2");}header nav{display:none;position:absolute;right:0;top:100%;width:300px;background:#000;padding:1rem 1.5rem;min-height:85vh;}body.menu-open header nav{display:block;}header nav ul{list-style:none;}header nav ul ul{display:none;padding-left:1.5rem;margin:0 0 1.5rem;}header nav li{display:block;}header nav a{display:block;padding:0.5rem 0;color:#fff;font-size:20px;font-weight:800;}header nav ul ul a{font-size:16px;font-weight:300;}header nav .menu-item-has-children{padding-right:30px;position:relative;cursor:pointer;}header nav .menu-item-has-children::before{content:"";position:absolute;right:0;top:0;width:30px;height:45px;transition:all 0.2s linear;background:url("/wp-content/themes/base/images/more.svg") center center scroll no-repeat transparent;}header nav .menu-item-has-children.open > ul{display:block;}header nav .menu-item-has-children.open::before{transform:rotate(180deg);}@media (max-width: 1200px){header h2{padding:1rem;}header h2 img{width:200px;}header .date{padding:1rem;font-size:20px;}header .sign-up{padding:1rem;}header .counter{padding:0 1rem;}header .counter ul{margin:0 0 0.25rem;}header .counter > small{margin:0 0 0.25rem;}header .menu{width:auto;}}@media (max-width: 1000px){header h2{padding:2rem 1rem;}header h2 img{width:100px;}header .date{font-size:16px;}header .menu button{font-size:0;}header .menu i{margin:0;}header .sign-up a{font-size:14px;}}@media (max-width: 760px){header .pageWidth{flex-wrap:wrap;}header h2{order:1;flex:1;padding:1rem;}header h2::before{display:none;}header .menu{order:2;width:80px;}header .date{order:3;flex:0 0 100%;border-top:1px solid #fff;justify-content:center;padding:0.5rem 1rem 0;font-size:14px;}header .counter{order:4;flex:0 0 100%;flex-direction:row;align-items:center;padding:0.5rem 1rem;}header .counter > small{font-size:9px;text-align:right;margin:0 0.5rem 0 0;}header .counter ul{margin:0;}header .counter li{width:36px;height:36px;}header .counter strong{font-size:16px;}header .sign-up{order:5;flex:1;padding:0 1rem 0.5rem;justify-content:flex-end;}header .sign-up a{font-size:14px;padding:0.45rem 1rem;width:100%;text-align:center;}header nav{top:71px;width:100%;}}section.focus .pageWidth{display:flex;align-items:center;position:relative;min-height:600px;}section.focus .pageWidth::before{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(to top,#fff,transparent);}section.focus .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}section.focus .desc{position:relative;z-index:2;width:700px;max-width:100%;}section.focus h1,section.focus h2{font-size:48px;font-weight:800;margin:0 0 0.5rem;}section.focus h1 span,section.focus h2 span{line-height:1.65;}section.focus p{font-size:20px;}section.focus span{display:inline;color:#fff;padding:0.25rem 0.75rem;line-height:1.9;background-image:linear-gradient(120deg,#ed1c24 0,#ed1c24 100%);background-repeat:no-repeat;background-size:100% 100%;background-position:0 88%;background-color:#ed1c24;box-decoration-break:clone;-webkit-box-decoration-break:clone;}@media (max-width: 760px){section.focus .pageWidth{min-height:400px;}section.focus h1,section.focus h2{font-size:28px;}section.focus p{font-size:14px;}section.focus span{padding:0.125rem 0.6rem;}}footer{background:#f4f4f4;}footer .pageWidth{padding-top:2rem;padding-bottom:2rem;display:flex;align-items:center;gap:1.5rem;}footer h2 img{margin:0;}footer ul{display:flex;flex-wrap:wrap;gap:0.5rem 1rem;list-style:none;font-size:12px;font-weight:800;margin:0 auto;}footer ul a{color:#0a0405;}@media (max-width: 760px){footer .pageWidth{flex-wrap:wrap;padding:1rem;gap:1rem;}footer h2{order:1;flex:1;}footer h2 img{width:160px;}footer p{order:2;flex:0 0 60px;}footer ul{order:3;flex:0 0 100%;border-top:1px solid #e7e7e7;padding:1.5rem 0 0;display:block;columns:2;gap:1rem;}footer ul li{margin:0 0 0.75rem;}}#wpadminbar{z-index:999999 !important;}.acenter{text-align:center;}ul.list-1{display:flex;flex-wrap:wrap;list-style-type:none;justify-content:center;font-weight:700;margin:2rem auto;}ul.list-1 li{margin:1rem 1.5%;position:relative;text-align:center;max-width:17%;}ul.list-1 span.img{display:block;border:1px solid #e3e3e3;position:relative;width:200px;max-width:100%;padding:0 0 50%;margin:0.25rem auto 0;}ul.list-1 span.img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;height:80%;object-fit:contain;}ul.list-1 small{display:block;color:#b7b7b7;font-size:10px;}ul.list-1 a{color:#b7b7b7;}ul.list-1.large li{max-width:47%;}ul.list-1.large span.img{width:400px;}ul.list-1.medium li{max-width:30.33%;}ul.list-1.medium span.img{width:300px;}@media (max-width: 600px){ul.list-1{margin-top:1rem;}ul.list-1 small{font-size:10px;}ul.list-1 li{max-width:22%;}ul.list-1 span.img{padding:0 0 65%;}}.splide__container{box-sizing:border-box;position:relative;}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important;}.splide.is-initialized:not(.is-active) .splide__list{display:block;}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none;}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto;}.splide__progress__bar{width:0;}.splide{position:relative;visibility:hidden;}.splide.is-initialized,.splide.is-rendered{visibility:visible;}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative;}.splide__slide img{vertical-align:bottom;}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px;}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none;}.splide__toggle.is-active .splide__toggle__pause{display:inline;}.splide__track{overflow:hidden;position:relative;z-index:0;}@keyframes splide-loading{0%{transform:rotate(0);}to{transform:rotate(1turn);}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.splide__track--fade>.splide__list{display:block;}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0;}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1;}.splide--rtl{direction:rtl;}.splide__track--ttb>.splide__list{display:block;}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1;}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em;}.splide__arrow:hover:not(:disabled){opacity:.9;}.splide__arrow:hover:not(:disabled) svg{fill:#fff;}.splide__arrow:disabled{opacity:.3;}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px;}.splide__arrow--prev{left:1em;}.splide__arrow--prev svg{transform:scaleX(-1);}.splide__arrow--next{right:1em;}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px;}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1;}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px;}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1;}.splide__pagination__page:hover{cursor:pointer;opacity:.9;}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px;}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px;}.splide__progress__bar{background:#ccc;height:3px;}.splide__slide{-webkit-tap-highlight-color:transparent;}.splide__slide:focus{outline:0;}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf;}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf;}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf;}}.splide__toggle{cursor:pointer;}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px;}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px;}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer;}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000;}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em;}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1);}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto;}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1);}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%);}.splide__arrows--ttb .splide__arrow--prev{top:1em;}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg);}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto;}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg);}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0;}ul.list-2 span.img{display:block;background:#fff;border:1px solid #e3e3e3;position:relative;width:200px;max-width:100%;padding:0 0 50%;margin:0;}ul.list-2 span.img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:80% !important;max-height:80%;}ul.list-2 small{display:block;color:#b7b7b7;font-size:10px;text-align:center;}@media (max-width: 500px){ul.list-2 small{font-size:8px;}}section.partner{position:relative;z-index:1;}section.partner-slider{margin:-4rem auto 4rem;position:relative;z-index:1;}ul.list-3{display:flex;gap:2rem;list-style:none;margin:0 0 4rem;}ul.list-3 li{flex:1;box-shadow:0 0 8px 4px rgba(0,0,0,0.1);background:#fff;border-radius:4px;position:relative;overflow:hidden;}ul.list-3 div.img img{display:block;width:100%;height:auto;aspect-ratio:1.6;object-fit:cover;}ul.list-3 div.desc{padding:1.5rem;}ul.list-3.v2 div.desc{padding:1.5rem 1.5rem 4rem;}ul.list-3 a{color:#000;}ul.list-3 h3{font-size:18px;margin:0 0 0.5rem;transition:all 0.2s linear;}ul.list-3 p{font-size:14px;}ul.list-3 small{display:block;font-size:12px;margin:0 0 0.5rem;}ul.list-3 a:hover h3{color:#ed1c24;}ul.list-3 span{position:absolute;bottom:1.5rem;right:1.5rem;color:#ed1c24;font-weight:800;transition:all 0.2s linear;}ul.list-3 span i{margin-left:0.25rem;}ul.list-3 a:hover span{color:#000;}@media (max-width: 1200px){ul.list-3{gap:1.5rem;}ul.list-3 div.desc{padding:1rem;}ul.list-3.v2 div.desc{padding:1rem 1rem 3rem;}ul.list-3 p{font-size:14px;}ul.list-3 span{font-size:12px;bottom:1rem;right:auto;left:1rem;}ul.list-3 span i{width:12px;height:8px;}}@media (max-width: 1000px){ul.list-3{flex-wrap:wrap;}ul.list-3 li{flex:0 0 calc(50% - 0.75rem);}}@media (max-width: 760px){ul.list-3{gap:1rem;}ul.list-3 li{flex:0 0 calc(50% - 0.5rem);}ul.list-3 div.desc{padding:0.75rem;}ul.list-3.v2 div.desc{padding:0.75rem 0.75rem 2.5rem;}ul.list-3 h3{font-size:14px;margin:0 0 0.5rem;}ul.list-3 p{font-size:11px;}ul.list-3 span{font-size:10px;bottom:0.75rem;left:0.75rem;}}ul.list-3a{list-style:none;}ul.list-3a li{box-shadow:0 0 8px 4px rgba(0,0,0,0.1);background:#fff;border-radius:4px;margin:8px;overflow:hidden;}ul.list-3a div.img img{display:block;width:100%;height:auto;aspect-ratio:1.6;object-fit:cover;}ul.list-3a div.desc{padding:1.5rem;}ul.list-3a a{color:#000;}ul.list-3a h3{font-size:18px;margin:0 0 0.5rem;transition:all 0.2s linear;}ul.list-3a p{font-size:14px;}ul.list-3a small{display:block;font-size:12px;margin:0 0 0.5rem;}ul.list-3a a:hover h3{color:#ed1c24;}@media (max-width: 1200px){ul.list-3a div.desc{padding:1rem;}ul.list-3a p{font-size:14px;}}@media (max-width: 760px){ul.list-3a div.desc{padding:0.75rem;}ul.list-3a h3{font-size:14px;margin:0 0 0.5rem;}ul.list-3a p{font-size:11px;}}ul.list-3b{display:flex;gap:2rem;list-style:none;margin:0 0 3rem;}ul.list-3b li{flex:1;border-radius:4px;position:relative;overflow:hidden;}ul.list-3b div.img{margin:0 0 1.5rem;background:#fff;border-radius:4px;overflow:hidden;}ul.list-3b div.img img{display:block;margin:0 auto;aspect-ratio:1;object-fit:cover;}ul.list-3b a{color:#000;}ul.list-3b h3{font-size:18px;margin:0 0 0.5rem;transition:all 0.2s linear;}ul.list-3b p{font-size:16px;color:#ed1c24;}ul.list-3b a:hover h3{color:#ed1c24;}@media (max-width: 1200px){ul.list-3b{gap:1.5rem;}ul.list-3b p{font-size:14px;}}@media (max-width: 1000px){ul.list-3b{flex-wrap:wrap;}ul.list-3b li{flex:0 0 calc(50% - 0.75rem);}}@media (max-width: 760px){ul.list-3b{gap:1rem;}ul.list-3b li{flex:0 0 calc(50% - 0.5rem);}ul.list-3b div.img{margin:0 0 0.5rem;}ul.list-3b h3{font-size:14px;margin:0 0 0.5rem;}ul.list-3b p{font-size:11px;}}i.arr{display:inline-block;background:url("/wp-content/themes/base/images/arrow.svg?v=2") center center scroll no-repeat;background-size:contain;width:22px;height:12px;}section.featured{background:#ed1c24;padding:3rem 0;margin:10rem auto 4rem;}section.featured div.pageWidth{display:flex;gap:1.5rem;color:#fff;}section.featured div.img{flex:0 0 50%;}section.featured div.img img{margin-top:-8rem;}section.featured div.desc{flex:1;}section.featured h2{font-size:32px;font-weight:800;margin:0 0 1.5rem;}section.featured p{margin:0 0 1.5rem;}section.featured span{font-weight:800;transition:all 0.2s linear;}section.featured span i{margin-left:0.25rem;filter:brightness(0) invert(1);}section.featured a{color:#fff;}section.featured a:hover span{color:#000;}@media (max-width: 1000px){section.featured h2{font-size:26px;}}@media (max-width: 760px){section.featured{margin:6rem auto 2rem;}section.featured div.pageWidth{flex-direction:column;}section.featured div.img{flex:0 0 100%;}section.featured div.img img{margin-top:-6rem;}section.featured h2{font-size:20px;margin:0 0 1rem;}section.featured p{font-size:14px;margin:0 0 1rem;}section.featured span{font-size:14px;}}div.box-2{display:flex;gap:1.5rem;justify-content:space-between;align-items:center;margin:0 0 2rem;}div.box-2 span{font-weight:800;}div.box-2 span a:hover{color:#000;}div.box-2 span i{margin-left:0.25rem;}@media (max-width: 760px){div.box-2 span{font-size:14px;}div.box-2 span i{width:12px;height:12px;}}section.events{margin:0 0 4rem;}section.shop{padding:4rem 0 2rem;background:#f0f0f0;}section.social{padding:4rem 0;}section.social h2{margin:0 0 1.5rem;}section.social h2 img{display:inline-block;vertical-align:middle;margin:0 0.25rem 0 0;}@media (max-width: 1000px){section.social h2{text-align:center;}}div.box-3{display:flex;gap:2rem;}div.box-3 div.one{flex:1;overflow:hidden;}div.box-3 div.one.fb{flex:0 0 500px;}div.box-3 h2 a{color:#000;}div.box-3 h2 a:hover{color:#931313;}@media (max-width: 1000px){div.box-3{flex-direction:column;}div.box-3 div.one.fb{flex:1;}}ul.list-4{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;}ul.list-4 li{flex:0 0 33.3333%;}section.single{position:relative;margin:0 auto 4rem;}section.single div.pageWidth{position:relative;}section.single picture.main-img{position:absolute;left:0;top:0;width:100%;}section.single picture.main-img::before{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(to top,#fff,transparent);}section.single picture.main-img img{display:block;width:100%;height:auto;}section.single div.head{position:relative;z-index:1;width:880px;max-width:100%;margin:0 auto;padding:6rem 0;}section.single div.body{position:relative;z-index:1;width:880px;max-width:100%;margin:0 auto;background:#fff;padding:3rem;box-shadow:0 0 8px 4px rgba(0,0,0,0.1);border-radius:4px;font-size:20px;}@media (max-width: 760px){section.single div.head{padding:6rem 0 1.5rem;}section.single div.body{padding:1.5rem;}}article h1{font-size:48px;font-weight:900;color:#fff;margin:0 auto 0.2rem;}article h1 span{display:inline;color:#fff;padding:0.25rem 0.75rem;line-height:1.65;background-image:linear-gradient(120deg,#ed1c24 0,#ed1c24 100%);background-repeat:no-repeat;background-size:100% 100%;background-position:0 88%;background-color:#ed1c24;box-decoration-break:clone;-webkit-box-decoration-break:clone;}article small.date{display:inline-block;background:#000;color:#fff;padding:0.5rem 0.75rem;}article h2{font-size:28px;font-weight:800;margin:2.5rem 0 1rem;}article h3{font-size:24px;font-weight:800;margin:2.5rem 0 1rem;}article h4{font-size:22px;font-weight:800;margin:2.5rem 0 1rem;}article p{font-size:20px;margin:0 auto 1.5rem;}article ul{font-size:20px;padding-left:20px;margin:0 0 1rem;}article ul li{margin:0 0 0.5rem;}article ul li::marker{color:#ed1c24;}article ol{font-size:20px;padding-left:25px;margin:0 0 1rem;}article ol li{margin:0 0 0.5rem;}article blockquote{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;padding:1.5rem 1.5rem 1.5rem 6rem;margin:0 0 1.5rem;font-size:24px;font-style:italic;min-height:125px;background:url("/wp-content/themes/base/images/quotes.svg?v=2") left 1.5rem scroll no-repeat transparent;}article blockquote p{margin:0;}article table{border-collapse:collapsed;margin:0 0 1.5rem;font-size:14px;}article table th{padding:0.75rem;font-weight:800;border-bottom:2px solid ;}article table td{padding:0.75rem;border-bottom:1px solid #e3e3e3;}@media (max-width: 1000px){article h1{font-size:32px;}}@media (max-width: 760px){article h1{font-size:26px;line-height:1.75;}article h2{font-size:20px;}article h3{font-size:18px;}article p,article ul,article ol{font-size:16px;}article small.date{font-size:12px;}article blockquote{font-size:18px;background-size:2.5rem auto;padding:1rem 1rem 1rem 3.5rem;min-height:90px;}}ul.list-5{display:block;list-style:none;margin:0 0 3rem;padding:0;}ul.list-5 li{display:block;margin:0 0 1.5rem;padding:0 0 1.5rem;border-bottom:1px solid #e3e3e3;}ul.list-5 li:last-child{margin:0;padding:0;border:none;}ul.list-5 a{display:flex;gap:1.5rem;align-items:center;color:#000;}ul.list-5 div.img{flex:0 0 150px;border-radius:4px;overflow:hidden;}ul.list-5 div.img img{display:block;width:100%;height:auto;aspect-ratio:1.5;object-fit:cover;}ul.list-5 div.desc{flex:1;}ul.list-5 h3{font-size:18px;margin:0 0 0.5rem;transition:all 0.2s linear;}ul.list-5 p{font-size:14px;margin:0;}ul.list-5 small{display:block;font-size:12px;margin:0 0 0.5rem;}ul.list-5 a:hover h3{color:#ed1c24;}@media (max-width: 1200px){ul.list-5 p{font-size:14px;}}@media (max-width: 760px){ul.list-5 a{gap:1rem;align-items:flex-start;}ul.list-5 div.img{flex:0 0 100px;}ul.list-5 h3{font-size:14px;margin:0 0 0.5rem;}ul.list-5 p{font-size:11px;}}.pagination{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;font-weight:800;font-size:16px;}hr{width:100%;clear:both;border:none;border-top:1px solid #e3e3e3;margin:1.5rem 0;}div.box-4{border-top:1px solid #e3e3e3;margin-top:1.5rem;padding-top:1.5rem;display:flex;gap:1rem;justify-content:center;align-items:center;}div.box-4 img{display:block;border-radius:100%;transition:all 0.2s linear;}div.box-4 a:hover img{background:#931313;box-shadow:0 0 8px 4px #931313;}.cookies{background:#fff;padding:1.5rem;}.cookies p{margin:0 0 1rem;font-size:14px;}.cookies a{font-weight:800;}@media (max-width: 1000px){.cookies{padding:1rem;}}