@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Onest", sans-serif;font-weight:400}.container{width:1350px;padding:0 15px;margin-inline:auto}.socials{display:flex;align-items:center;gap:12px}.socials a{text-decoration:none}.no-posts{width:100%;flex-grow:1;text-align:center}.header-mobile{display:none;position:relative;align-items:center;justify-content:space-between;padding:0 30px;background-color:white;border-bottom:1px solid #d3d3d3;height:90px;z-index:9999}.header-mobile .logo svg{width:150px}.header-mobile .actions{display:flex;align-items:center;gap:23px}.header-mobile .mobile-menu{position:fixed;top:90px;right:0;height:calc(100dvh - 89px);width:100%;z-index:999;background-color:rgba(0,0,0,0.2)}.header-mobile .mobile-menu .menu{display:flex;flex-direction:column;align-items:flex-start;padding:36px;background-color:white;height:100%;width:80%;position:absolute;right:0;top:0}.header-mobile .mobile-menu .menu a{text-decoration:none;display:block;padding:20px 0;font-size:14px;border-top:1px dashed #d3d3d3;width:100%;color:#1b1b1b}.header-mobile .mobile-menu .menu a:last-child{border-bottom:1px dashed #d3d3d3}.header-mobile .mobile-menu .menu .search{border:1px solid #d3d3d3;border-radius:5px;padding:15px 12px;display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:35px;gap:5px}.header-mobile .mobile-menu .menu .search input{flex-grow:1;border:none}.header-mobile .mobile-menu .menu .search input:focus{outline:none}.top-bar{margin-bottom:27px;padding-top:25px;display:flex;justify-content:space-between;align-items:center}.top-bar .logo svg{width:280px}.top-bar .more{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.top-bar .mobile-menu{display:none;position:fixed;top:90px;right:0;height:calc(100dvh - 90px);width:100%;z-index:999;background-color:rgba(0,0,0,0.2)}.top-bar .mobile-menu .menu{display:flex;flex-direction:column;align-items:flex-start;padding:36px;background-color:white;height:100%;width:80%;position:absolute;right:0;top:0}.top-bar .mobile-menu .menu a{text-decoration:none;display:block;padding:20px 0;font-size:14px;border-top:1px dashed #d3d3d3;width:100%;color:#1b1b1b}.top-bar .mobile-menu .menu a:last-child{border-bottom:1px dashed #d3d3d3}.top-bar .mobile-menu .menu .search{border:1px solid #d3d3d3;border-radius:5px;padding:15px 12px;display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:35px;gap:5px}.top-bar .mobile-menu .menu .search input{flex-grow:1;border:none}.top-bar .mobile-menu .menu .search input:focus{outline:none}.main-nav{font-size:14px;font-weight:400;line-height:14px;padding:4px 0;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;display:flex;gap:48px;align-items:center;justify-content:space-between;margin-bottom:29px}.main-nav .menu{width:100%;display:flex;align-items:center;gap:48px}.main-nav a.main-nav-item{color:initial;text-decoration:none;transition:all 0.2s;letter-spacing:2%}.main-nav a.main-nav-item:hover{color:#da4d60}.main-nav .main-nav-item.active{font-weight:800;color:#da4d60}.main-nav .mobile-menu-toggle{display:none}.main-nav .search{position:relative;display:flex;align-items:center;box-sizing:border-box;gap:10px;border-radius:5px;padding:9px 12px}.main-nav .search .search-input{border:none;display:none;margin:0}.main-nav .search .search-input:focus{outline:none}.main-nav .search .search-input.show{display:block;border-bottom:1px solid #d3d3d3}.main-nav .search .results{position:absolute;top:calc(100% + 10px);right:0;width:150%;background-color:white;box-shadow:0px 4px 4px 0px #e4e4e4;border-radius:5px;padding:20px;display:flex;flex-direction:column;gap:5px}.main-nav .search .results a{display:block;width:100%;color:#1b1b1b;text-decoration:none}.main-nav .search .results a:hover{text-decoration:underline}.currency-bar{height:38px;background-color:#edf4f0;margin-bottom:67px}.hero-section{height:637px;margin-bottom:89px}.hero-section .hero-section-content{display:grid;grid-template-columns:1fr 530px;gap:30px;height:100%}.hero-section .hero-section-content .slider{height:100%}.hero-section .hero-section-content .slider .slides{height:100%}.hero-section .hero-section-content .slider .slides .slide{height:100%;display:flex;justify-content:flex-end;position:relative}.hero-section .hero-section-content .slider .slides .slide .thumbnail{height:100%;width:70%}.hero-section .hero-section-content .slider .slides .slide .thumbnail img{width:100%;height:100%;object-fit:cover}.hero-section .hero-section-content .slider .slides .slide .text{width:358px;left:0;height:90%;top:5%;position:absolute;background-color:white;box-shadow:0px 4px 4px 0px #A0A0A040;padding:40px 30px;display:flex;justify-content:space-between;flex-direction:column}.hero-section .hero-section-content .slider .slides .slide .text .subtitle{margin-bottom:40px}.hero-section .hero-section-content .slider .slides .slide .text .title{font-size:25px;line-height:32px;font-weight:900;margin-bottom:20px;text-decoration:none;color:#1b1b1b}.hero-section .hero-section-content .slider .slides .slide .text .title:hover{text-decoration:underline}.hero-section .hero-section-content .slider .slides .slide .text .description{font-family:"Source Serif 4",serif;margin-bottom:60px}.hero-section .hero-section-content .slider .slides .slide .text .controls{display:flex;align-items:center;justify-content:space-between}.hero-section .hero-section-content .slider .slides .slide .text .controls .date{color:#989898}.hero-section .hero-section-content .slider .slides .slide .text .controls .arrows{display:flex;align-items:center;gap:40px;cursor:pointer}.hero-section .hero-section-content .slider .slides .slide .text .controls .arrows svg{stroke:#989898}.hero-section .hero-section-content .slider .slides .slide .text .controls .arrows .arr:hover svg{stroke:#DA4D60}.hero-section .top-articles{display:flex;justify-content:flex-end;position:relative}.hero-section .top-articles .article-image{background-repeat:no-repeat;background-size:cover;background-position:center;width:80%;height:100%}.hero-section .top-articles .article-image img{object-fit:cover;width:100%;height:100%}.hero-section .top-articles .article-text{width:358px;height:570px;padding:67px 40px 40px 30px;position:absolute;left:0;top:33px;background-color:white;box-shadow:0 4px 4px rgba(160,160,160,0.25)}.hero-section .top-articles .article-text .subtitle{margin-bottom:40px}.hero-section .top-articles .article-text .title{font-weight:900;font-size:25px;line-height:32px;margin-bottom:20px}.hero-section .top-articles .article-text .text{font-size:15px;line-height:23px;font-family:"Source Serif 4", serif;margin-bottom:67px}.hero-section .top-articles .article-text .actions{display:flex;justify-content:space-between;align-items:center}.hero-section .top-articles .article-text .actions .date{font-size:13px;color:#989898;font-weight:400}.hero-section .top-articles .article-text .actions .arrows{width:52px;display:flex;justify-content:space-between;align-items:center}.hero-section .social-embed{width:100%;height:100%;background-color:#e4e4e4}.subtitle{display:flex;align-items:center;gap:8px}.subtitle .line{width:2px;background-color:#da4d60;height:10px}.subtitle a{color:initial;text-decoration:none}.subtitle a:hover{text-decoration:underline}.subtitle-lg{font-size:20px;font-weight:600;gap:15px}.subtitle-lg .line{height:19px}.subtitle-xl{font-size:34px;line-height:32px;font-weight:900;text-transform:uppercase;gap:20px}.subtitle-xl .line{height:34px;width:3px}.categories{display:flex;align-items:flex-start;gap:22px;margin-bottom:100px}.categories .cats{width:530px;display:grid;grid-template-columns:repeat(2, 1fr);row-gap:12px;column-gap:30px}.categories .cats .cat{display:flex;align-items:center;justify-content:space-between;background-color:#f3e3e5;height:38px;padding:0 19px;font-size:14px;text-decoration:none;color:initial;cursor:pointer}.categories .cats .cat:hover .arrow{opacity:1}.categories .cats .cat .arrow{opacity:0;transition:all 0.2s}.categories .cats .subtitle.cat{background:none;padding:0;font-size:20px;justify-content:initial;cursor:auto}.ads-spot1{width:950px;height:200px;background-color:#d3d3d3}.ads-spot2{width:100%;height:567px;background-color:#d3d3d3}.ads-spot3{position:sticky;top:10px;background-color:#d3d3d3;flex:0 0 390px;height:836px}.ads-spot4{background-color:#d3d3d3;width:100%;height:160px;margin-top:30px}.newest-posts>.subtitle{margin-bottom:50px}.newest-posts .newest-posts-content{display:grid;grid-template-columns:1fr 390px;column-gap:20px}.newest-posts .posts{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:20px;row-gap:40px}.newest-posts .articles{display:grid;grid-template-columns:1fr 390px;gap:30px;margin-top:50px}.newest-posts .articles .list{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:30px;row-gap:60px}.category-latest-posts{margin-top:120px}.category-latest-posts .subtitle{margin-bottom:30px}.category-latest-posts .posts{display:grid;grid-template-columns:1fr 1fr 2fr;column-gap:20px}footer{background-color:#e4e4e4;margin-top:300px;padding:17px 0 42px 0}footer .footer-top{border-bottom:1px solid #989898;padding-bottom:15px;display:flex;align-items:center}footer .footer-top .footer-nav{display:flex;align-items:center;justify-content:center;flex-grow:1;gap:48px}footer .footer-top .footer-nav a{text-decoration:none;color:initial;font-size:14px;cursor:pointer}footer .footer-top .footer-nav a:hover{text-decoration:underline}footer .footer-bottom{margin-top:15px}footer .footer-bottom p{font-size:14px;text-align:center;max-width:811px;margin-inline:auto}.article{height:349px}.article-v1 .image{height:250px;margin-bottom:18px}.article-v1 .image img{object-fit:cover;height:100%;width:100%}.article-v1 .subtitle{height:14px;margin-bottom:18px}.article-v1 .title{font-size:23px;line-height:30px;font-weight:900}.article-v1 .title a{color:initial;text-decoration:none}.article-v1 .title a:hover{text-decoration:underline}.article-v2{position:relative}.article-v2 .image{height:100%}.article-v2 .image img{object-fit:cover;width:100%;height:100%}.article-v2 .title{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;color:white;padding:25px;font-size:22px;line-height:28px;font-weight:900;background:linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.5) 100%)}.article-v2 .title a{color:white;text-decoration:none}.article-v2 .title a:hover{text-decoration:underline}.article-split{display:flex;flex-direction:column;justify-content:space-between}.article-v3{display:flex;flex-direction:row;gap:30px}.article-v3 .image{flex:0 0 250px;height:160px}.article-v3 .image img{object-fit:cover;width:100%;height:100%}.article-v3 .details{display:flex;flex-direction:column}.article-v3 .details .date{text-align:right;font-size:13px;color:#989898;margin-bottom:10px}.article-v3 .details .title{font-weight:900;font-size:22px;line-height:28px;margin-bottom:7px}.article-v3 .details .title a{color:initial;text-decoration:none}.article-v3 .details .title a:hover{text-decoration:underline}.article-v3 .details .desc{font-family:"Source Serif 4", serif;font-size:15px;line-height:23px}.category-page{margin-top:80px}.category-page .subtitle{margin-bottom:40px}.category-page .category-hero{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;margin-bottom:160px;height:538px}.category-page .category-hero .news{display:grid;grid-template-columns:1fr;row-gap:30px}.category-page .category-hero .slider{position:relative}.category-page .category-hero .slider .slides{width:100%;height:100%}.category-page .category-hero .slider .slide{background-color:white;background-size:cover;background-repeat:no-repeat;background-position:center;height:100%;position:relative}.category-page .category-hero .slider .slide .details{position:absolute;bottom:-60px;background-color:white;left:5%;width:90%;z-index:3;padding:40px;box-shadow:0px 4px 4px 0px #a0a0a040}.category-page .category-hero .slider .slide .details .title{font-size:25px;line-height:32px;font-weight:900;margin-bottom:10px;color:initial;text-decoration:none}.category-page .category-hero .slider .slide .details .title:hover{text-decoration:underline}.category-page .category-hero .slider .slide .details .desc{font-size:15px;line-height:23px;font-family:"Source Serif 4",serif;margin-bottom:25px}.category-page .category-hero .slider .slide .details .controls{display:flex;align-items:center;justify-content:space-between}.category-page .category-hero .slider .slide .details .controls .next-prev{display:flex;align-items:center;gap:40px}.category-page .category-hero .slider .slide .details .controls .next-prev button{border:none;background:transparent;cursor:pointer}.category-page .category-hero .slider .slide .details .controls .next-prev button svg{stroke:#989898}.category-page .category-hero .slider .slide .details .controls .next-prev button:hover svg{stroke:#da4d60}.category-page .category-hero .slider .text{position:absolute;bottom:-60px;left:5%;width:90%;background-color:white;z-index:3;padding:40px;box-shadow:0px 4px 4px 0px #a0a0a040}.category-page .category-hero .slider .text .title{font-size:25px;line-height:32px;font-weight:900;margin-bottom:10px}.category-page .category-hero .slider .text .title a{color:initial;text-decoration:none}.category-page .category-hero .slider .text .title a:hover{text-decoration:underline}.category-page .category-hero .slider .text .desc{font-size:15px;line-height:23px;font-family:"Source Serif 4",serif}.category-page .articles-area{display:flex;gap:30px}.category-page .articles{flex-grow:1;display:grid;grid-template-columns:repeat(3, 1fr);column-gap:30px;row-gap:60px}.category-page .category-posts{display:grid;grid-template-columns:1fr 390px;column-gap:20px}.category-page .category-posts .posts{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:20px;row-gap:60px}.category-page .category-posts .no-posts{width:100%}.post a.title{text-decoration:none;color:#1b1b1b}.post a.title:hover{text-decoration:underline}.post-v1{display:flex;flex-direction:column;gap:20px}.post-v1 .thumbnail{height:250px}.post-v1 .thumbnail img{width:100%;height:100%;object-fit:cover}.post-v1 .subtitle{font-size:14px}.post-v1 .title{font-size:20px;line-height:24px;font-weight:900}.post-v2{display:flex;align-items:flex-end;background-size:cover;background-repeat:no-repeat;background-position:center;min-height:280px}.post-v2 .title{width:100%;height:100%;display:flex;align-items:flex-end;z-index:2;color:white !important;font-size:20px;line-height:24px;font-weight:900;padding:20px;background-color:rgba(27,27,27,0.25)}.post-v3{display:grid;grid-template-columns:203px 1fr;gap:20px}.post-v3 .thumbnail img{width:100%;height:100%;object-fit:cover}.post-v3 .post-details{display:flex;flex-direction:column;gap:10px;flex-grow:1}.post-v3 .post-details .date{text-align:right;font-size:13px;color:#989898}.post-v3 .post-details .title{font-size:20px;line-height:24px;font-weight:900}.posts-horizontal{display:flex;width:100%;gap:20px;flex-direction:column;justify-content:space-between}.post-wrapper{display:flex;gap:30px;justify-content:center;margin-top:150px}.post-wrapper .pst{flex:0 0 810px}.post-wrapper .pst h1{font-size:34px;line-height:44px;font-weight:900;margin-bottom:42px}.post-wrapper .pst .author{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.post-wrapper .pst .author .profile{display:flex;gap:15px;align-items:center}.post-wrapper .pst .author .profile .image{height:66px;width:66px;border-radius:50%;overflow:hidden}.post-wrapper .pst .author .profile .image img{object-fit:cover;height:100%;width:100%}.post-wrapper .pst .author .profile .details .name{display:flex;align-items:center;gap:13px;font-size:13px;margin-bottom:5px}.post-wrapper .pst .author .profile .details .name .author-posts-link{text-decoration:none;color:#da4d60}.post-wrapper .pst .author .profile .details .name .author-posts-link:hover{text-decoration:underline}.post-wrapper .pst .author .profile .details .info{display:flex;align-items:center;gap:13px;font-size:13px}.post-wrapper .pst .author .actions{display:flex;gap:21px}.post-wrapper .pst .author .actions .comments,.post-wrapper .pst .author .actions .share{display:flex;align-items:center;gap:9px;font-size:14px}.post-wrapper .pst .post-content h2{font-family:"Onest", sans-serif}.post-wrapper .pst .post-content p,.post-wrapper .pst .post-content h2,.post-wrapper .pst .post-content img{margin-bottom:30px}.post-wrapper .pst .post-content img,.post-wrapper .pst .post-content figure{width:100%}.post-wrapper .pst .post-content img{width:100%;height:100%;object-fit:cover}.post-wrapper .pst .post-content figcaption{display:none}.post-wrapper .pst .more-posts{margin-top:150px}.more-posts .posts{margin-top:30px;display:flex;flex-direction:column;gap:20px}.pagi{display:flex;align-items:center;justify-content:center;padding:50px 0}.pagi ul{list-style:none}.pagi .pagination{display:flex;align-items:center;gap:8px}.author-profile-wrapper{display:flex;gap:30px;justify-content:center;margin-top:150px}.author-profile-wrapper .content{flex:0 0 810px}.author-profile-wrapper .content .profile .name{display:flex;align-items:center;font-size:34px;line-height:44px;font-weight:900;gap:30px;margin-bottom:40px}.author-profile-wrapper .content .profile .name .avatar{height:110px;width:110px;border-radius:50%;overflow:hidden}.author-profile-wrapper .content .profile .name .avatar img{object-fit:cover;width:100%;height:100%}.author-profile-wrapper .content .profile .about p{margin-bottom:30px}.author-profile-wrapper .content .more-posts{margin-top:80px}.ad{flex:0 0 250px;height:498px;background-color:#e4e4e4;position:sticky;top:10px}.post-font{font-family:"Source Serif 4", serif;line-height:26px;font-size:16px}@media only screen and (max-width: 402px){.container{width:100%}.header-mobile{display:flex}.header{display:none}.top-bar{padding:0;height:90px;justify-content:space-between;position:relative;box-shadow:inset 0 -1px 0 #d3d3d3}.top-bar .logo svg{width:145px}.top-bar .more{display:none}.top-bar .mobile-menu.active{display:block}.main-nav{display:none}.main-nav .mobile-menu-toggle{display:block}.currency-bar{display:none}.categories .cats{display:flex;flex-direction:column}.newest-articles .articles{display:block;width:100%}.newest-articles .articles .list{display:flex;flex-direction:column;gap:30px}.article{height:auto}.article-v1 .title{font-size:18px;line-height:22px}.article-v2 .title{font-size:18px;line-height:22px}.article-split{gap:15px}.article-v3{gap:15px}.article-v3 .image{height:auto;flex-basis:152px}.article-v3 .details{flex-direction:column-reverse}.article-v3 .details .title{line-height:22px;font-size:18px}.article-v3 .details .desc{display:none}.article-v3 .details .date{text-align:left}.topic-articles{margin-top:100px}.topic-articles .articles{display:flex;flex-direction:column}.hero-section{flex-direction:column;height:calc(100dvh - 90px)}.hero-section .hero-section-content{grid-template-columns:1fr}.hero-section .hero-section-content .slider{height:100dvh}.hero-section .hero-section-content .slider .slides .slide{display:block}.hero-section .hero-section-content .slider .slides .slide .thumbnail{width:100%;height:30dvh}.hero-section .hero-section-content .slider .slides .slide .text{position:absolute;padding:30px;top:20dvh;height:60dvh;width:90%;left:5%;box-shadow:0px 4px 4px 0px #A0A0A040}.hero-section .top-articles{display:block;margin-bottom:359px}.hero-section .top-articles .article-text{height:359px;width:100%;padding:30px;position:initial}.hero-section .top-articles .article-text .subtitle{display:none}.hero-section .top-articles .article-text .title{font-size:22px;line-height:28px}.hero-section .top-articles .article-image{width:100%}footer{margin-top:150px;padding:0 0 30px 0}footer .footer-top{border-bottom:1px solid #989898;padding-bottom:15px;display:flex;align-items:center;flex-direction:column;gap:26px}footer .footer-top .logo{order:1;border-bottom:1px solid #989898;padding:26px 0;width:100%;text-align:center}footer .footer-top .socials{order:2}footer .footer-top .footer-nav{order:3;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-grow:1;gap:5px}footer .footer-top .footer-nav a{text-decoration:none;color:initial;font-size:14px;cursor:pointer}footer .footer-top .footer-nav a:hover{text-decoration:underline}footer .footer-bottom{margin-top:15px}footer .footer-bottom p{font-size:14px;text-align:center;max-width:811px;margin-inline:auto}.category-page .category-hero{grid-template-columns:1fr;height:auto;margin-bottom:80px}.category-page .category-posts{grid-template-columns:1fr}.category-page .category-posts .posts{grid-template-columns:1fr;row-gap:30px}.category-page .category-posts .ads-spot2{display:none}.post-wrapper{display:block;margin-top:80px}.post-wrapper .pst .author{display:block}.post-wrapper .pst .author .actions{justify-content:flex-end}.post-wrapper .ad{margin-top:30px}.author-profile-wrapper{display:block}.category-latest-posts{margin-top:120px}.category-latest-posts .subtitle{margin-bottom:30px}.category-latest-posts .posts{display:grid;grid-template-columns:1fr;row-gap:20px}.post-v3{grid-template-columns:152px 1fr;gap:15px}.post-v3 .thumbnail{height:126px}.post-v3 .post-details{flex-direction:column-reverse;justify-content:space-between}.post-v3 .post-details .title{margin-top:12px;font-size:18px;line-height:22px}.post-v3 .post-details .date{text-align:left}.post-v3 .post-details .description{display:none}.post-v2 .title{font-size:18px;line-height:22px;font-weight:700}.post-v1{gap:13px}.post-v1 .thumbnail{height:195px}.post-v1 .title{font-size:18px;line-height:22px}.categories{flex-direction:column;gap:100px}.categories>div{width:100%}.categories>div .cats{width:100%}.categories>div .cats .subtitle{margin-bottom:18px}.ads-spot1,.ads-spot2{height:152px}.newest-posts .newest-posts-content{grid-template-columns:1fr}.newest-posts .newest-posts-content .posts{grid-template-columns:1fr;margin-bottom:50px}}
