#page-content .text>table,#page-content .text>div>table,#page-content .text .wp-block-table>table,#page-content .text>figure>table{border-collapse:collapse;border-radius:8px;border:none!important}#page-content .text>table tr th,#page-content .text>table tr td,#page-content .text>div>table tr th,#page-content .text>div>table tr td,#page-content .text .wp-block-table>table tr th,#page-content .text .wp-block-table>table tr td,#page-content .text>figure>table tr th,#page-content .text>figure>table tr td{padding:12px 15px;border:none}#page-content .text>table tr:nth-child(2n) td,#page-content .text>div>table tr:nth-child(2n) td,#page-content .text .wp-block-table>table tr:nth-child(2n) td,#page-content .text>figure>table tr:nth-child(2n) td{background-color:#eee}#page-content .text>table tr:nth-child(2n) td:first-child,#page-content .text>div>table tr:nth-child(2n) td:first-child,#page-content .text .wp-block-table>table tr:nth-child(2n) td:first-child,#page-content .text>figure>table tr:nth-child(2n) td:first-child{border-radius:var(--theme-border-radius-element, 10px) 0 0 var(--theme-border-radius-element, 10px)}#page-content .text>table tr:nth-child(2n) td:last-child,#page-content .text>div>table tr:nth-child(2n) td:last-child,#page-content .text .wp-block-table>table tr:nth-child(2n) td:last-child,#page-content .text>figure>table tr:nth-child(2n) td:last-child{border-radius:0 var(--theme-border-radius-element, 10px) var(--theme-border-radius-element, 10px) 0}#page-content .posts{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;margin-top:20px}@media screen and (min-width:768px){#page-content .posts{gap:24px;margin-top:30px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){#page-content .posts{grid-template-columns:repeat(3,1fr)}}.post{flex-direction:column}.post .post__image{width:100%;height:auto;flex-shrink:0;overflow:hidden;aspect-ratio:16/10;border-radius:var(--theme-border-radius-element) var(--theme-border-radius-element) 0 0}.post .post__image img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease-in-out}.post__title{font-size:16px;font-weight:500}.post__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:var(--theme-text-second-color);line-height:1.5}.post__bottom{justify-content:space-between;margin-top:auto}.post .post__date,.post .post__author{align-items:center;gap:4px;font-size:14px}.post .post__date svg,.post .post__author svg{fill:currentColor}.post .post__author{color:var(--theme-text-second-color)}.post .post__author a{color:inherit}.post .post__content{background:#fff;padding:20px;border:1px solid #eee;border-radius:0 0 var(--theme-border-radius-element) var(--theme-border-radius-element);flex-grow:1;display:flex;flex-direction:column;gap:12px}.post .post__content h3 a{font:inherit;color:currentColor}.post .post__content .text{font-size:14px;margin-bottom:12px}.tag{padding:4px 8px;border-radius:20px;font-size:14px;font-weight:600;background:var(--theme-border-color);color:var(--theme-text-main-color)}.tag--dark{background:var(--theme-text-main-color);color:#fff}.trending{margin-top:15px;border-top:1px solid var(--theme-border-color);overflow:hidden;position:relative}@media screen and (min-width:768px){.trending{margin-top:30px}}.trending__content{padding:17px 0;align-items:center}.trending__header{gap:8px;align-items:center}.trending__title{font-size:16px;font-weight:600;color:var(--theme-main-color);white-space:nowrap;min-width:fit-content}.trending__posts{flex:1;overflow:hidden;margin-left:20px;position:relative;height:28px;display:flex;align-items:center}.trending__posts:hover .posts-marquee{animation-play-state:paused}.trending .posts-marquee{display:flex;align-items:center;gap:30px;animation:scroll 30s linear infinite;white-space:nowrap}@keyframes scroll{0%{transform:translate(50%)}to{transform:translate(-100%)}}.trending__post{white-space:nowrap;position:relative;text-decoration:none;font-size:16px;font-weight:500;color:var(--theme-text-second-color)}.trending__post:hover{text-decoration:underline;color:var(--theme-main-color)}.text-container h1{margin-bottom:24px}@media screen and (min-width:1024px){.text-container h1{margin-bottom:32px}}.text-container h2{margin-bottom:24px}.text-container h2:not(:first-child){margin-top:24px}.text-container h3,.text-container h4,.text-container h5,.text-container h6{margin-bottom:8px}.text-container h2:not(:first-child),.text-container h3:not(:first-child),.text-container h4:not(:first-child),.text-container h5:not(:first-child),.text-container h6:not(:first-child){margin-top:24px}@media screen and (min-width:1024px){.text-container h2:not(:first-child),.text-container h3:not(:first-child),.text-container h4:not(:first-child),.text-container h5:not(:first-child),.text-container h6:not(:first-child){margin-top:40px}}.text-container h3+h4,.text-container h4+h5,.text-container h5+h6{margin-top:24px!important}.text-container p{line-height:1.5}.text-container p:not(:last-child){margin-bottom:8px}.text-container ul:not([class]),.text-container ol:not([class]),.text-container ul.wp-block-list,.text-container ol.wp-block-list{padding-left:40px}.text-container ul:not([class]) li,.text-container ol:not([class]) li,.text-container ul.wp-block-list li,.text-container ol.wp-block-list li{line-height:1.5}.text-container ul:not([class]) li:not(:last-child),.text-container ol:not([class]) li:not(:last-child),.text-container ul.wp-block-list li:not(:last-child),.text-container ol.wp-block-list li:not(:last-child){margin-bottom:15px}.text-container ul:not([class]) li ul,.text-container ol:not([class]) li ul,.text-container ul.wp-block-list li ul,.text-container ol.wp-block-list li ul{margin-top:12px!important}.text-container ul:not([class]) li::marker,.text-container ol:not([class]) li::marker,.text-container ul.wp-block-list li::marker,.text-container ol.wp-block-list li::marker{color:var(--theme-main-color)}.text-container ul:not([class]) li::marker,.text-container ul.wp-block-list li::marker{font-size:1.3rem}.text-container .wp-block-image{margin:24px 0}.text-container .wp-block-image img{border-radius:var(--theme-border-radius-element, 10px)}.text-container>div{max-width:100%}.text-container .wp-caption{width:auto!important}.text-container picture{margin:0 auto}.text-container picture img{margin:0 auto}.text-container h2 a,.text-container h3 a{font:inherit;border:none}.text-container blockquote{margin-top:16px;border:1px solid var(--theme-border-color);border-left:4px solid var(--theme-main-color);padding:25px 16px 25px 24px;font-weight:400;background:#fff;border-radius:var(--theme-border-radius)}.text-container blockquote.quote--dark{border-left-color:var(--theme-text-main-color)}.text-container blockquote h2,.text-container blockquote h3,.text-container blockquote h4{margin-bottom:16px}.text-container blockquote p{font:inherit;line-height:1.5}.text-container blockquote:not(:first-child){margin-top:16px}.text-container blockquote+p{margin-top:16px!important}.text-container .text{word-break:break-word}.text-container .text>p>img{display:inherit}.text-container .text>img,.text-container .text>figure,.text-container .text>.wp-block-image,.text-container .text>p>img,.text-container .text>div>figure,.text-container .text picture{margin:24px auto 0;display:block;width:auto;border-radius:var(--theme-border-radius-element, 10px)}.text-container .text figure>img{display:block;margin:0 auto}.text-container .text p,.text-container .text ul,.text-container .text ol,.text-container .text blockquote,.text-container .text table{width:100%;margin-left:auto;margin-right:auto}.text-container .text p:not(:first-child),.text-container .text p+div,.text-container .text p+section,.text-container .text ul:not(:first-child),.text-container .text ul+div,.text-container .text ul+section,.text-container .text ol:not(:first-child),.text-container .text ol+div,.text-container .text ol+section,.text-container .text blockquote:not(:first-child),.text-container .text blockquote+div,.text-container .text blockquote+section,.text-container .text table:not(:first-child),.text-container .text table+div,.text-container .text table+section{margin-top:24px}.text-container .text a[href*="el=image"]:not([class]){display:block}.text-container .text a[href*="el=image"]:not([class]) img{display:block;margin:0 auto}.text-container .wp-block-separator{border:1px solid rgb(235,232,224);margin:24px auto}#page-content .experts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:30px}@media screen and (min-width:768px){#page-content .experts{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}}@media screen and (min-width:1024px){#page-content .experts{grid-template-columns:repeat(4,1fr)}}#page-content .experts__item{background:#fff;border-radius:var(--theme-border-radius);padding:25px 20px;text-align:center;border:1px solid var(--theme-border-color)}#page-content .experts__item-avatar{width:96px;height:96px;margin:0 auto 22px;border-radius:50%;overflow:hidden;background:#eee;display:flex;align-items:center;justify-content:center}#page-content .experts__item-image{width:100%;height:100%;object-fit:cover}#page-content .experts__item-placeholder{color:#fff;opacity:.8}#page-content .experts__item-content{text-align:center}#page-content .experts__item-name{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 6px}#page-content .experts__item-position{font-size:16px;font-weight:500;color:var(--theme-main-color);margin-bottom:6px}#page-content .experts__item-short-description{font-size:14px;font-style:italic}#page-content .experts__item-description{font-size:14px;color:#666;line-height:1.5;margin-top:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#page-content .experts__item-socials{display:flex;justify-content:center;gap:8px;margin-top:16px}#page-content .experts__item-social{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .24s ease-in-out;border-radius:8px;--fill: var(--theme-main-color)}#page-content .experts__item-social:hover{background:var(--theme-main-color);--fill: #fff}#page-content .experts__item-social svg{width:16px;height:16px;fill:var(--fill);transition:all .24s ease-in-out}#page-footer{position:relative;z-index:2;overflow:hidden;color:var(--theme-footer-color);padding:28px 0;border-top:1px solid var(--theme-border-color)}@media screen and (min-width:768px){#page-footer{padding:48px 0}}#page-footer .logo,#page-footer .wp-block-image{display:block;margin-bottom:19px}#page-footer .logo a,#page-footer .wp-block-image a{border:none!important;display:block;max-width:230px}#page-footer .page-footer__widgets{flex-wrap:wrap;align-items:flex-start;gap:32px;padding-bottom:25px}@media screen and (min-width:768px){#page-footer .page-footer__widgets{flex-wrap:nowrap;gap:25px}}#page-footer .page-footer__widgets .widgets-section{width:100%;line-height:1.5;font-size:14px}@media screen and (min-width:768px){#page-footer .page-footer__widgets .widgets-section{width:50%}}@media screen and (min-width:1024px){#page-footer .page-footer__widgets .widgets-section{width:25%}}#page-footer .page-footer__widgets .widgets-section p{font-size:14px}#page-footer .page-footer__widgets .widgets-section a{border-bottom:1px solid currentColor;color:currentColor;font-weight:400;transition:color .14s ease-in-out}#page-footer .page-footer__widgets .widgets-section a:hover{color:var(--theme-footer-color-hover)}#page-footer .page-footer__widgets .widgets-section ul,#page-footer .page-footer__widgets .widgets-section ol{list-style:none;margin:0;padding:0}#page-footer .page-footer__widgets .widgets-section ul li:not(:last-child),#page-footer .page-footer__widgets .widgets-section ol li:not(:last-child){margin-bottom:11px}#page-footer .page-footer__widgets .widgets-section ul li a,#page-footer .page-footer__widgets .widgets-section ol li a{color:currentColor;border:none}#page-footer .page-footer__widgets .widgets-section .icon-dropdown{display:none!important}#page-footer .page-footer__widgets .widgets-section .sub-menu{padding-left:15px;margin-top:8px}#page-footer .page-footer__widgets .widgets-section .widget__title,#page-footer .page-footer__widgets .widgets-section .widgettitle,#page-footer .page-footer__widgets .widgets-section h2,#page-footer .page-footer__widgets .widgets-section h3,#page-footer .page-footer__widgets .widgets-section h4{display:block;font-size:18px;font-weight:600;margin-bottom:16px!important;line-height:1;background:transparent!important;color:var(--theme-text-main-color)!important;font-family:var(--theme-font-title),serif}#page-footer .page-footer__widgets .widgets-section .widget:not(:last-child){margin-bottom:18px}#page-footer .page-footer__widgets .widgets-section .widget:not(:last-child):has(.wp-block-heading){margin-bottom:18px}#page-footer .page-footer__widgets .widgets-section .widget .wp-block-heading{margin-bottom:0!important}#page-footer .page-footer__widgets .widgets-section form,#page-footer .page-footer__widgets .widgets-section form .field{width:100%}#page-footer .page-footer__widgets .widgets-section form .theme-button{height:36px;width:100%;margin-top:8px}#page-footer .page-footer__widgets .widgets-section form .no-margin{margin-bottom:0}#page-footer .page-footer__bottom{border-top:1px solid var(--theme-border-color);text-align:left;line-height:1;color:var(--theme-footer-color);transition:color .24s ease-in-out;padding-top:23px}@media screen and (min-width:768px){#page-footer .page-footer__bottom{padding-top:33px}}#page-footer .page-footer__bottom .copyright{width:100%;text-align:left}#page-footer .page-footer__bottom .copyright p{font-size:14px}.wp-block-social-links{list-style:none;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:12px}.wp-block-social-links .wp-social-link{margin:0!important}.wp-block-social-links .wp-social-link a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--theme-border-radius);background-color:#f7f6f3;transition:background-color .24s ease-in-out!important}.wp-block-social-links .wp-social-link a:hover{background-color:var(--theme-border-color)}.wp-block-social-links .wp-block-social-link-label{display:none!important}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-block-social-link-anchor svg{display:none}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-block-social-link-anchor:before{content:"";width:24px;height:24px;display:block;background:#141414}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-social-link-youtube .wp-block-social-link-anchor:before{-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.11292%203.84485C7.67258%203.08947%2012.3257%203.08949%2016.8854%203.84485C16.9136%203.84953%2016.9417%203.85584%2016.9694%203.8634C17.3878%203.97813%2017.77%204.19917%2018.0768%204.50598C18.3453%204.77448%2018.548%205.10055%2018.6715%205.45813L18.7194%205.6134L18.7311%205.66028C19.3374%208.52146%2019.3374%2011.4788%2018.7311%2014.34C18.7277%2014.3557%2018.7236%2014.3713%2018.7194%2014.3868C18.6046%2014.8053%2018.3836%2015.1874%2018.0768%2015.4943C17.77%2015.8011%2017.3878%2016.0221%2016.9694%2016.1368C16.9417%2016.1444%2016.9136%2016.1507%2016.8854%2016.1554C12.3257%2016.9109%207.67258%2016.9109%203.11292%2016.1554C3.08467%2016.1507%203.05654%2016.1444%203.02893%2016.1368C2.61065%2016.0221%202.22923%2015.8009%201.92249%2015.4943C1.61565%2015.1874%201.39367%2014.8053%201.27893%2014.3868C1.27468%2014.3713%201.27056%2014.3557%201.26721%2014.34C0.660929%2011.4788%200.660929%208.52146%201.26721%205.66028L1.27893%205.6134C1.39367%205.19492%201.61565%204.81282%201.92249%204.50598C2.22923%204.19934%202.61064%203.97812%203.02893%203.8634C3.05654%203.85583%203.08467%203.84954%203.11292%203.84485ZM16.5582%205.48059C12.2145%204.76712%207.78375%204.76706%203.44006%205.48059C3.3125%205.52078%203.19602%205.58995%203.1012%205.68469C3.00277%205.78312%202.93061%205.90487%202.89124%206.03821C2.34229%208.65064%202.34242%2011.3486%202.89124%2013.9611C2.93055%2014.0947%203.00255%2014.2169%203.1012%2014.3156C3.19595%2014.4102%203.31261%2014.4785%203.44006%2014.5187C7.78384%2015.2324%2012.2144%2015.2323%2016.5582%2014.5187C16.686%2014.4785%2016.8032%2014.4105%2016.8981%2014.3156C16.9981%2014.2155%2017.0691%2014.0911%2017.108%2013.9552C17.6552%2011.3464%2017.6554%208.65282%2017.108%206.04407C17.069%205.90856%2016.9979%205.78448%2016.8981%205.68469C16.8031%205.58972%2016.6861%205.52079%2016.5582%205.48059Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M7.92285%206.77441C8.18397%206.6268%208.50447%206.63087%208.76172%206.78515L12.9287%209.28515C13.1797%209.43576%2013.333%209.70731%2013.333%209.99999C13.333%2010.2927%2013.1797%2010.5642%2012.9287%2010.7148L8.76172%2013.2148C8.50447%2013.3691%208.18397%2013.3732%207.92285%2013.2256C7.66159%2013.0777%207.5%2012.8002%207.5%2012.5V7.49999C7.5%207.19977%207.66159%206.92233%207.92285%206.77441ZM9.16602%2011.0273L10.8789%209.99999L9.16602%208.97167V11.0273Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.11292%203.84485C7.67258%203.08947%2012.3257%203.08949%2016.8854%203.84485C16.9136%203.84953%2016.9417%203.85584%2016.9694%203.8634C17.3878%203.97813%2017.77%204.19917%2018.0768%204.50598C18.3453%204.77448%2018.548%205.10055%2018.6715%205.45813L18.7194%205.6134L18.7311%205.66028C19.3374%208.52146%2019.3374%2011.4788%2018.7311%2014.34C18.7277%2014.3557%2018.7236%2014.3713%2018.7194%2014.3868C18.6046%2014.8053%2018.3836%2015.1874%2018.0768%2015.4943C17.77%2015.8011%2017.3878%2016.0221%2016.9694%2016.1368C16.9417%2016.1444%2016.9136%2016.1507%2016.8854%2016.1554C12.3257%2016.9109%207.67258%2016.9109%203.11292%2016.1554C3.08467%2016.1507%203.05654%2016.1444%203.02893%2016.1368C2.61065%2016.0221%202.22923%2015.8009%201.92249%2015.4943C1.61565%2015.1874%201.39367%2014.8053%201.27893%2014.3868C1.27468%2014.3713%201.27056%2014.3557%201.26721%2014.34C0.660929%2011.4788%200.660929%208.52146%201.26721%205.66028L1.27893%205.6134C1.39367%205.19492%201.61565%204.81282%201.92249%204.50598C2.22923%204.19934%202.61064%203.97812%203.02893%203.8634C3.05654%203.85583%203.08467%203.84954%203.11292%203.84485ZM16.5582%205.48059C12.2145%204.76712%207.78375%204.76706%203.44006%205.48059C3.3125%205.52078%203.19602%205.58995%203.1012%205.68469C3.00277%205.78312%202.93061%205.90487%202.89124%206.03821C2.34229%208.65064%202.34242%2011.3486%202.89124%2013.9611C2.93055%2014.0947%203.00255%2014.2169%203.1012%2014.3156C3.19595%2014.4102%203.31261%2014.4785%203.44006%2014.5187C7.78384%2015.2324%2012.2144%2015.2323%2016.5582%2014.5187C16.686%2014.4785%2016.8032%2014.4105%2016.8981%2014.3156C16.9981%2014.2155%2017.0691%2014.0911%2017.108%2013.9552C17.6552%2011.3464%2017.6554%208.65282%2017.108%206.04407C17.069%205.90856%2016.9979%205.78448%2016.8981%205.68469C16.8031%205.58972%2016.6861%205.52079%2016.5582%205.48059Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M7.92285%206.77441C8.18397%206.6268%208.50447%206.63087%208.76172%206.78515L12.9287%209.28515C13.1797%209.43576%2013.333%209.70731%2013.333%209.99999C13.333%2010.2927%2013.1797%2010.5642%2012.9287%2010.7148L8.76172%2013.2148C8.50447%2013.3691%208.18397%2013.3732%207.92285%2013.2256C7.66159%2013.0777%207.5%2012.8002%207.5%2012.5V7.49999C7.5%207.19977%207.66159%206.92233%207.92285%206.77441ZM9.16602%2011.0273L10.8789%209.99999L9.16602%208.97167V11.0273Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-social-link-facebook .wp-block-social-link-anchor:before{-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.833%205.8335C10.833%205.39147%2011.0087%204.96735%2011.3213%204.65479C11.6338%204.34223%2012.058%204.1665%2012.5%204.1665H14.166V2.49951H12.5C11.6159%202.49951%2010.7677%202.85095%2010.1426%203.47607C9.51746%204.1012%209.16602%204.94944%209.16602%205.8335V8.3335C9.16584%208.79358%208.79314%209.1665%208.33301%209.1665H6.66602V10.8335H8.33301C8.79325%2010.8335%209.16602%2011.2063%209.16602%2011.6665V17.4995H10.833V11.6665C10.833%2011.2064%2011.2059%2010.8337%2011.666%2010.8335H13.5156L13.9326%209.1665H11.666C11.206%209.16633%2010.8332%208.79348%2010.833%208.3335V5.8335ZM12.5%207.49951H15C15.2565%207.49961%2015.4984%207.61862%2015.6562%207.8208C15.8141%208.02304%2015.8708%208.28676%2015.8086%208.53564L14.9746%2011.8687C14.8818%2012.2396%2014.5484%2012.4995%2014.166%2012.4995H12.5V18.3335C12.4998%2018.7936%2012.1261%2019.1665%2011.666%2019.1665H8.33301C7.87288%2019.1665%207.50018%2018.7936%207.5%2018.3335V12.4995H5.83301C5.37277%2012.4995%205%2012.1267%205%2011.6665V8.3335C5%207.87326%205.37277%207.49951%205.83301%207.49951H7.5V5.8335C7.5%204.50741%208.02619%203.23505%208.96387%202.29736C9.90155%201.35968%2011.1739%200.833496%2012.5%200.833496H15C15.4601%200.833673%2015.833%201.20638%2015.833%201.6665V4.99951C15.833%205.45964%2015.4601%205.83332%2015%205.8335H12.5V7.49951Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.833%205.8335C10.833%205.39147%2011.0087%204.96735%2011.3213%204.65479C11.6338%204.34223%2012.058%204.1665%2012.5%204.1665H14.166V2.49951H12.5C11.6159%202.49951%2010.7677%202.85095%2010.1426%203.47607C9.51746%204.1012%209.16602%204.94944%209.16602%205.8335V8.3335C9.16584%208.79358%208.79314%209.1665%208.33301%209.1665H6.66602V10.8335H8.33301C8.79325%2010.8335%209.16602%2011.2063%209.16602%2011.6665V17.4995H10.833V11.6665C10.833%2011.2064%2011.2059%2010.8337%2011.666%2010.8335H13.5156L13.9326%209.1665H11.666C11.206%209.16633%2010.8332%208.79348%2010.833%208.3335V5.8335ZM12.5%207.49951H15C15.2565%207.49961%2015.4984%207.61862%2015.6562%207.8208C15.8141%208.02304%2015.8708%208.28676%2015.8086%208.53564L14.9746%2011.8687C14.8818%2012.2396%2014.5484%2012.4995%2014.166%2012.4995H12.5V18.3335C12.4998%2018.7936%2012.1261%2019.1665%2011.666%2019.1665H8.33301C7.87288%2019.1665%207.50018%2018.7936%207.5%2018.3335V12.4995H5.83301C5.37277%2012.4995%205%2012.1267%205%2011.6665V8.3335C5%207.87326%205.37277%207.49951%205.83301%207.49951H7.5V5.8335C7.5%204.50741%208.02619%203.23505%208.96387%202.29736C9.90155%201.35968%2011.1739%200.833496%2012.5%200.833496H15C15.4601%200.833673%2015.833%201.20638%2015.833%201.6665V4.99951C15.833%205.45964%2015.4601%205.83332%2015%205.8335H12.5V7.49951Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-social-link-instagram .wp-block-social-link-anchor:before{-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.498%205.8335C17.498%203.99255%2016.006%202.49951%2014.165%202.49951H5.83203C3.99108%202.49951%202.49805%203.99255%202.49805%205.8335V14.1665C2.49805%2016.0075%203.99108%2017.4995%205.83203%2017.4995H14.165C16.006%2017.4995%2017.498%2016.0075%2017.498%2014.1665V5.8335ZM19.165%2014.1665C19.165%2016.9279%2016.9265%2019.1665%2014.165%2019.1665H5.83203C3.07061%2019.1665%200.832031%2016.9279%200.832031%2014.1665V5.8335C0.832031%203.07207%203.07061%200.833496%205.83203%200.833496H14.165C16.9265%200.833496%2019.165%203.07207%2019.165%205.8335V14.1665Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M8.11839%206.26531C8.89625%205.86169%209.78178%205.71395%2010.6487%205.84246C11.5328%205.97357%2012.3515%206.38532%2012.9836%207.01727C13.6156%207.64929%2014.0282%208.4681%2014.1594%209.35223C14.2879%2010.219%2014.14%2011.1047%2013.7365%2011.8825C13.333%2012.6602%2012.694%2013.2912%2011.9114%2013.6852C11.1285%2014.0793%2010.2405%2014.217%209.37522%2014.0778C8.51012%2013.9385%207.71065%2013.5294%207.09104%2012.9098C6.47152%2012.2902%206.06326%2011.4908%205.92405%2010.6257C5.78486%209.76044%205.92166%208.87329%206.31565%208.09051C6.70965%207.30772%207.34053%206.66896%208.11839%206.26531ZM10.4045%207.4909C9.88436%207.41377%209.35271%207.50262%208.88596%207.7448C8.41945%207.98692%208.0413%208.3701%207.80491%208.83953C7.5685%209.30923%207.48602%209.84186%207.56956%2010.361C7.6531%2010.8802%207.89793%2011.3603%208.26975%2011.7321C8.64156%2012.1038%209.12176%2012.3488%209.64085%2012.4323C10.1598%2012.5157%2010.6918%2012.4332%2011.1614%2012.197C11.6311%2011.9605%2012.0149%2011.5817%2012.2571%2011.1149C12.499%2010.6483%2012.588%2010.1173%2012.511%209.59734C12.4323%209.06684%2012.1851%208.57523%2011.8059%208.19598C11.4266%207.81673%2010.935%207.5696%2010.4045%207.4909Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M14.5918%204.5835C15.0518%204.58374%2015.4248%204.95642%2015.4248%205.4165C15.4248%205.87659%2015.0518%206.24927%2014.5918%206.24951H14.583C14.1228%206.24951%2013.75%205.87674%2013.75%205.4165C13.75%204.95627%2014.1228%204.5835%2014.583%204.5835H14.5918Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.498%205.8335C17.498%203.99255%2016.006%202.49951%2014.165%202.49951H5.83203C3.99108%202.49951%202.49805%203.99255%202.49805%205.8335V14.1665C2.49805%2016.0075%203.99108%2017.4995%205.83203%2017.4995H14.165C16.006%2017.4995%2017.498%2016.0075%2017.498%2014.1665V5.8335ZM19.165%2014.1665C19.165%2016.9279%2016.9265%2019.1665%2014.165%2019.1665H5.83203C3.07061%2019.1665%200.832031%2016.9279%200.832031%2014.1665V5.8335C0.832031%203.07207%203.07061%200.833496%205.83203%200.833496H14.165C16.9265%200.833496%2019.165%203.07207%2019.165%205.8335V14.1665Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M8.11839%206.26531C8.89625%205.86169%209.78178%205.71395%2010.6487%205.84246C11.5328%205.97357%2012.3515%206.38532%2012.9836%207.01727C13.6156%207.64929%2014.0282%208.4681%2014.1594%209.35223C14.2879%2010.219%2014.14%2011.1047%2013.7365%2011.8825C13.333%2012.6602%2012.694%2013.2912%2011.9114%2013.6852C11.1285%2014.0793%2010.2405%2014.217%209.37522%2014.0778C8.51012%2013.9385%207.71065%2013.5294%207.09104%2012.9098C6.47152%2012.2902%206.06326%2011.4908%205.92405%2010.6257C5.78486%209.76044%205.92166%208.87329%206.31565%208.09051C6.70965%207.30772%207.34053%206.66896%208.11839%206.26531ZM10.4045%207.4909C9.88436%207.41377%209.35271%207.50262%208.88596%207.7448C8.41945%207.98692%208.0413%208.3701%207.80491%208.83953C7.5685%209.30923%207.48602%209.84186%207.56956%2010.361C7.6531%2010.8802%207.89793%2011.3603%208.26975%2011.7321C8.64156%2012.1038%209.12176%2012.3488%209.64085%2012.4323C10.1598%2012.5157%2010.6918%2012.4332%2011.1614%2012.197C11.6311%2011.9605%2012.0149%2011.5817%2012.2571%2011.1149C12.499%2010.6483%2012.588%2010.1173%2012.511%209.59734C12.4323%209.06684%2012.1851%208.57523%2011.8059%208.19598C11.4266%207.81673%2010.935%207.5696%2010.4045%207.4909Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M14.5918%204.5835C15.0518%204.58374%2015.4248%204.95642%2015.4248%205.4165C15.4248%205.87659%2015.0518%206.24927%2014.5918%206.24951H14.583C14.1228%206.24951%2013.75%205.87674%2013.75%205.4165C13.75%204.95627%2014.1228%204.5835%2014.583%204.5835H14.5918Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-social-link-linkedin .wp-block-social-link-anchor:before{-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.5%2011.6665C17.5%2010.5614%2017.0607%209.50162%2016.2793%208.72021C15.4979%207.93881%2014.4381%207.49951%2013.333%207.49951C12.2279%207.49951%2011.1681%207.93881%2010.3867%208.72021C9.60532%209.50162%209.16602%2010.5614%209.16602%2011.6665V16.6665H10.833V11.6665C10.833%2011.0035%2011.0966%2010.3678%2011.5654%209.89893C12.0343%209.43009%2012.67%209.1665%2013.333%209.1665C13.996%209.1665%2014.6317%209.43009%2015.1006%209.89893C15.5694%2010.3678%2015.833%2011.0035%2015.833%2011.6665V16.6665H17.5V11.6665ZM19.166%2017.4995C19.166%2017.9597%2018.7932%2018.3335%2018.333%2018.3335H15C14.5398%2018.3335%2014.166%2017.9597%2014.166%2017.4995V11.6665C14.166%2011.4455%2014.0782%2011.2339%2013.9219%2011.0776C13.7656%2010.9214%2013.554%2010.8335%2013.333%2010.8335C13.112%2010.8335%2012.9004%2010.9214%2012.7441%2011.0776C12.5879%2011.2339%2012.5%2011.4455%2012.5%2011.6665V17.4995C12.5%2017.9597%2012.1263%2018.3335%2011.666%2018.3335H8.33301C7.87277%2018.3335%207.5%2017.9597%207.5%2017.4995V11.6665C7.5%2010.1194%208.11405%208.63547%209.20801%207.5415C10.302%206.44754%2011.7859%205.8335%2013.333%205.8335C14.8801%205.8335%2016.364%206.44754%2017.458%207.5415C18.552%208.63547%2019.166%2010.1194%2019.166%2011.6665V17.4995Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M4.99805%206.66699C5.45828%206.66699%205.83203%207.03976%205.83203%207.5V17.5C5.83203%2017.9602%205.45828%2018.333%204.99805%2018.333H1.66504C1.2048%2018.333%200.832031%2017.9602%200.832031%2017.5V7.5C0.832031%207.03976%201.2048%206.66699%201.66504%206.66699H4.99805ZM2.49805%2016.667H4.16504V8.33301H2.49805V16.667Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M4.16504%203.3335C4.16504%202.87337%203.79212%202.49969%203.33203%202.49951C2.87179%202.49951%202.49805%202.87326%202.49805%203.3335C2.49822%203.79358%202.8719%204.1665%203.33203%204.1665C3.79201%204.16633%204.16486%203.79348%204.16504%203.3335ZM5.83203%203.3335C5.83186%204.71395%204.71249%205.83332%203.33203%205.8335C1.95143%205.8335%200.832207%204.71406%200.832031%203.3335C0.832031%201.95278%201.95132%200.833496%203.33203%200.833496C4.71259%200.833672%205.83203%201.95289%205.83203%203.3335Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.5%2011.6665C17.5%2010.5614%2017.0607%209.50162%2016.2793%208.72021C15.4979%207.93881%2014.4381%207.49951%2013.333%207.49951C12.2279%207.49951%2011.1681%207.93881%2010.3867%208.72021C9.60532%209.50162%209.16602%2010.5614%209.16602%2011.6665V16.6665H10.833V11.6665C10.833%2011.0035%2011.0966%2010.3678%2011.5654%209.89893C12.0343%209.43009%2012.67%209.1665%2013.333%209.1665C13.996%209.1665%2014.6317%209.43009%2015.1006%209.89893C15.5694%2010.3678%2015.833%2011.0035%2015.833%2011.6665V16.6665H17.5V11.6665ZM19.166%2017.4995C19.166%2017.9597%2018.7932%2018.3335%2018.333%2018.3335H15C14.5398%2018.3335%2014.166%2017.9597%2014.166%2017.4995V11.6665C14.166%2011.4455%2014.0782%2011.2339%2013.9219%2011.0776C13.7656%2010.9214%2013.554%2010.8335%2013.333%2010.8335C13.112%2010.8335%2012.9004%2010.9214%2012.7441%2011.0776C12.5879%2011.2339%2012.5%2011.4455%2012.5%2011.6665V17.4995C12.5%2017.9597%2012.1263%2018.3335%2011.666%2018.3335H8.33301C7.87277%2018.3335%207.5%2017.9597%207.5%2017.4995V11.6665C7.5%2010.1194%208.11405%208.63547%209.20801%207.5415C10.302%206.44754%2011.7859%205.8335%2013.333%205.8335C14.8801%205.8335%2016.364%206.44754%2017.458%207.5415C18.552%208.63547%2019.166%2010.1194%2019.166%2011.6665V17.4995Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M4.99805%206.66699C5.45828%206.66699%205.83203%207.03976%205.83203%207.5V17.5C5.83203%2017.9602%205.45828%2018.333%204.99805%2018.333H1.66504C1.2048%2018.333%200.832031%2017.9602%200.832031%2017.5V7.5C0.832031%207.03976%201.2048%206.66699%201.66504%206.66699H4.99805ZM2.49805%2016.667H4.16504V8.33301H2.49805V16.667Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3Cpath%20d%3D%22M4.16504%203.3335C4.16504%202.87337%203.79212%202.49969%203.33203%202.49951C2.87179%202.49951%202.49805%202.87326%202.49805%203.3335C2.49822%203.79358%202.8719%204.1665%203.33203%204.1665C3.79201%204.16633%204.16486%203.79348%204.16504%203.3335ZM5.83203%203.3335C5.83186%204.71395%204.71249%205.83332%203.33203%205.8335C1.95143%205.8335%200.832207%204.71406%200.832031%203.3335C0.832031%201.95278%201.95132%200.833496%203.33203%200.833496C4.71259%200.833672%205.83203%201.95289%205.83203%203.3335Z%22%20fill%3D%22%23141414%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain}.wp-block-social-links:not(.wp-block-social-links--custom) .wp-social-link-twitter .wp-block-social-link-anchor:before,.wp-block-social-links:not(.wp-block-social-links--custom) .wp-social-link-x .wp-block-social-link-anchor:before{-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.5355%208.65152L16.3982%202.97822C16.6762%202.65389%2016.4434%202.15283%2016.0162%202.15283C15.8703%202.15283%2015.7311%202.21661%2015.6361%202.32744L10.9492%207.79555L7.23514%202.37038C7.14194%202.23423%206.98756%202.15283%206.82256%202.15283H3.57898C3.17684%202.15283%202.93923%202.60345%203.1664%202.93528L8.4723%2010.6856L3.33825%2016.6751C3.06024%2016.9994%203.2931%2017.5005%203.72028%2017.5005C3.86625%2017.5005%204.00543%2017.4367%204.10043%2017.3259L9.05832%2011.5416L12.989%2017.2829C13.0822%2017.4191%2013.2365%2017.5005%2013.4015%2017.5005H16.6451C17.0473%2017.5005%2017.2849%2017.0499%2017.0577%2016.718L11.5355%208.65152ZM9.72757%2010.7608L9.1357%209.91112L4.42639%203.15018H6.45388L10.2543%208.60648L10.8462%209.45615L15.7864%2016.5485H13.7589L9.72757%2010.7608Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M16.0133%201.95264C16.6093%201.95283%2016.9368%202.65246%2016.5465%203.10791L11.7838%208.66455L17.2194%2016.605C17.5374%2017.0695%2017.2051%2017.7005%2016.6422%2017.7007H13.3981C13.1673%2017.7006%2012.9514%2017.5864%2012.8209%2017.396L9.03676%2011.8687L4.24867%2017.4556C4.1156%2017.6108%203.92144%2017.7006%203.71742%2017.7007C3.1214%2017.7007%202.79316%2017.0009%203.18324%2016.5454L8.21742%2010.6714L2.99867%203.04834C2.68063%202.58378%203.01282%201.95264%203.57582%201.95264V2.15283C3.17368%202.15284%202.93654%202.60323%203.16371%202.93506L8.46937%2010.686L3.33461%2016.6753L3.28871%2016.7378C3.10033%2017.0386%203.28794%2017.4421%203.6393%2017.4946L3.71742%2017.5005C3.82676%2017.5004%203.93223%2017.4645%204.0182%2017.3999L4.0973%2017.3257L9.05531%2011.5415L12.986%2017.2827C13.0791%2017.4188%2013.2332%2017.5004%2013.3981%2017.5005H16.6422C17.0191%2017.5003%2017.251%2017.1046%2017.0914%2016.7817L17.0543%2016.7183L11.5329%208.65186L16.3952%202.97803C16.6557%202.67387%2016.4672%202.21471%2016.0905%202.15869L16.0133%202.15283C15.8674%202.15283%2015.7275%202.21681%2015.6325%202.32764L10.9459%207.79541L7.23207%202.37061C7.13886%202.23446%206.98398%202.15283%206.81898%202.15283V1.95264C7.04998%201.95264%207.26662%202.06672%207.39711%202.25732L10.9635%207.46729L15.4811%202.19775C15.6142%202.04244%2015.8092%201.95264%2016.0133%201.95264ZM15.7829%2016.5483H13.7555L4.42348%203.1499H6.45082L15.7829%2016.5483ZM9.88832%2010.646L13.86%2016.3481H15.4L6.34633%203.3501H4.80629L9.88832%2010.646ZM6.81898%201.95264V2.15283H3.57582V1.95264H6.81898Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.5355%208.65152L16.3982%202.97822C16.6762%202.65389%2016.4434%202.15283%2016.0162%202.15283C15.8703%202.15283%2015.7311%202.21661%2015.6361%202.32744L10.9492%207.79555L7.23514%202.37038C7.14194%202.23423%206.98756%202.15283%206.82256%202.15283H3.57898C3.17684%202.15283%202.93923%202.60345%203.1664%202.93528L8.4723%2010.6856L3.33825%2016.6751C3.06024%2016.9994%203.2931%2017.5005%203.72028%2017.5005C3.86625%2017.5005%204.00543%2017.4367%204.10043%2017.3259L9.05832%2011.5416L12.989%2017.2829C13.0822%2017.4191%2013.2365%2017.5005%2013.4015%2017.5005H16.6451C17.0473%2017.5005%2017.2849%2017.0499%2017.0577%2016.718L11.5355%208.65152ZM9.72757%2010.7608L9.1357%209.91112L4.42639%203.15018H6.45388L10.2543%208.60648L10.8462%209.45615L15.7864%2016.5485H13.7589L9.72757%2010.7608Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M16.0133%201.95264C16.6093%201.95283%2016.9368%202.65246%2016.5465%203.10791L11.7838%208.66455L17.2194%2016.605C17.5374%2017.0695%2017.2051%2017.7005%2016.6422%2017.7007H13.3981C13.1673%2017.7006%2012.9514%2017.5864%2012.8209%2017.396L9.03676%2011.8687L4.24867%2017.4556C4.1156%2017.6108%203.92144%2017.7006%203.71742%2017.7007C3.1214%2017.7007%202.79316%2017.0009%203.18324%2016.5454L8.21742%2010.6714L2.99867%203.04834C2.68063%202.58378%203.01282%201.95264%203.57582%201.95264V2.15283C3.17368%202.15284%202.93654%202.60323%203.16371%202.93506L8.46937%2010.686L3.33461%2016.6753L3.28871%2016.7378C3.10033%2017.0386%203.28794%2017.4421%203.6393%2017.4946L3.71742%2017.5005C3.82676%2017.5004%203.93223%2017.4645%204.0182%2017.3999L4.0973%2017.3257L9.05531%2011.5415L12.986%2017.2827C13.0791%2017.4188%2013.2332%2017.5004%2013.3981%2017.5005H16.6422C17.0191%2017.5003%2017.251%2017.1046%2017.0914%2016.7817L17.0543%2016.7183L11.5329%208.65186L16.3952%202.97803C16.6557%202.67387%2016.4672%202.21471%2016.0905%202.15869L16.0133%202.15283C15.8674%202.15283%2015.7275%202.21681%2015.6325%202.32764L10.9459%207.79541L7.23207%202.37061C7.13886%202.23446%206.98398%202.15283%206.81898%202.15283V1.95264C7.04998%201.95264%207.26662%202.06672%207.39711%202.25732L10.9635%207.46729L15.4811%202.19775C15.6142%202.04244%2015.8092%201.95264%2016.0133%201.95264ZM15.7829%2016.5483H13.7555L4.42348%203.1499H6.45082L15.7829%2016.5483ZM9.88832%2010.646L13.86%2016.3481H15.4L6.34633%203.3501H4.80629L9.88832%2010.646ZM6.81898%201.95264V2.15283H3.57582V1.95264H6.81898Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center/contain}.recent-reports__header{margin-bottom:40px}@media screen and (min-width:768px){.recent-reports__header{margin-bottom:70px}}.recent-reports__list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:40px;justify-content:center}@media screen and (min-width:768px){.recent-reports__list{gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:50px}}@media screen and (min-width:1024px){.recent-reports__list{grid-template-columns:repeat(5,1fr)}}.recent-reports__item{padding:18px;border:1px solid var(--theme-border-color);background:linear-gradient(135deg,#fcfcfc,#f7f6f3);border-radius:16px;transition:.24s ease-in-out;transition-property:scale,border-color;height:100px}.recent-reports__item:hover{scale:1.1;border-color:rgba(var(--theme-main-color-rgb),.1)}.recent-reports__item-image{width:80%;height:100%;object-fit:contain;object-position:center}.recent-reports__footer .theme-button{margin:0 auto;width:100%}@media screen and (min-width:768px){.recent-reports__footer .theme-button{width:auto}}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:24px;border:1px solid rgba(var(--theme-main-color-rgb),.2);background:rgba(var(--theme-main-color-rgb),.1);margin-bottom:24px;color:var(--theme-main-color);font-size:14px;font-weight:400}.badge svg{fill:currentColor}.features{position:relative}.features:before{content:"";position:absolute;top:50%;left:0;width:485px;height:485px;border-radius:50%;background-color:var(--theme-main-color);opacity:.08;pointer-events:none;filter:blur(100px);z-index:-1}.features:after{content:"";position:absolute;top:0;left:calc(100% - 485px);width:485px;height:485px;border-radius:50%;background-color:var(--theme-main-color);opacity:.08;pointer-events:none;filter:blur(100px);z-index:-1}.features__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:15px;margin:64px auto 40px}@media screen and (min-width:768px){.features__grid{gap:24px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.features__grid{grid-template-columns:repeat(4,1fr)}}.features__item{padding:25px;border:1px solid var(--theme-border-color);background:linear-gradient(135deg,#fcfcfc,#f7f6f3);border-radius:16px;text-align:left;--icon-background: var(--theme-main-gradient);flex-direction:row;flex-wrap:wrap;align-items:center;gap:15px}@media screen and (min-width:768px){.features__item{flex-direction:column;align-items:flex-start}}.features__item-icon{width:48px;height:48px;border-radius:12px;background:var(--icon-background);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0}.features__item-icon svg{width:24px;height:24px;fill:#fff}.features__item:nth-child(3),.features__item:nth-child(4),.features__item:nth-child(7),.features__item:nth-child(8){--icon-background: var(--theme-second-gradient)}.features__item-title{font-size:18px;font-weight:600;color:var(--theme-text-main-color)}.features__item-description{font-size:14px;color:var(--theme-text-second-color);line-height:1.6;width:100%}.features__footer{max-width:430px;margin:0 auto;padding:25px;border-radius:16px;background:linear-gradient(90deg,#ff57240d,#16a2490d);border:1px solid rgba(255,87,36,.1);display:flex;align-items:center;gap:16px}.features__footer-avatars{display:flex}.features__footer-avatars-item{width:40px;height:40px;border-radius:50%;border:2px solid #fcfcfc;background:linear-gradient(135deg,#ff5724,#fc3);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px}.features__footer-avatars-item:not(:first-child){margin-left:-12px}.features__footer-avatars-item:nth-child(2){background:linear-gradient(135deg,#16a249,#ff5724)}.features__footer-avatars-item:nth-child(3){background:linear-gradient(135deg,#ffc61a,#16a249)}.features__footer-avatars-item:nth-child(4){background:linear-gradient(135deg,#fc3,#ffc61a)}.features__footer-avatars-item:nth-child(5){background:linear-gradient(135deg,#16a249,#ffc61a)}.features__footer-info{text-align:left}.features__footer-info p{margin:0}.features__footer-title{font-size:14px;font-weight:600;color:var(--theme-text-main-color);margin-bottom:2px}.features__footer-subtitle{font-size:12px;color:var(--theme-text-second-color)}.tooltip{position:relative}.tooltip:after{content:attr(data-tooltip);background-color:#fcfcfc;color:var(--theme-text-second-color);font-size:14px;padding:16px;font-weight:400;position:absolute;right:0;bottom:calc(100% + 5px);min-width:182px;border:1px solid var(--theme-border-color);border-radius:var(--theme-border-radius);box-shadow:0 4px 10px #00000012;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out;text-align:left}@media screen and (min-width:768px){.tooltip:after{left:0;bottom:calc(100% + 5px)}}.tooltip:hover:after{visibility:visible;opacity:1}#page-content.page-404 .not-found__code{width:100%;max-width:520px;display:block;margin:0 auto 14px}@media screen and (min-width:768px){#page-content.page-404 .not-found__code{margin-bottom:32px}}#page-content.page-404 .not-found__label{color:var(--theme-main-color);font-size:14px;text-transform:uppercase}#page-content.page-404 .not-found h1{margin:20px 0 14px}@media screen and (min-width:768px){#page-content.page-404 .not-found h1{margin:50px 0 20px}}#page-content.page-404 .not-found p{margin-bottom:40px}@media screen and (min-width:768px){#page-content.page-404 .not-found p{font-size:20px}}#page .page-intro{width:100%;position:relative;overflow:hidden}@media screen and (max-width:1023px){#page .page-intro{height:auto!important}}#page .page-intro:before{content:"";position:absolute;top:0;left:50%;width:485px;height:485px;border-radius:50%;background-color:var(--theme-main-color);opacity:.08;pointer-events:none;filter:blur(100px);z-index:-1}#page .page-intro .wrapper{position:relative;height:auto}@media screen and (min-width:768px){#page .page-intro .wrapper{height:100%}}#page .page-intro .content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0 60px;text-align:center}@media screen and (min-width:768px){#page .page-intro .content{padding:100px 0 60px}}#page .page-intro h1{font-size:30px;margin-bottom:30px}@media screen and (min-width:768px){#page .page-intro h1{font-size:64px;margin-bottom:64px}}#page .page-intro .subtitle{color:var(--theme-text-second-color);font-size:22px;margin-bottom:18px;font-weight:400}@media screen and (min-width:768px){#page .page-intro .subtitle{font-size:36px;margin-bottom:32px}}#page .page-intro p{font-size:16px;font-weight:400;color:var(--theme-text-main-color)}@media screen and (min-width:768px){#page .page-intro p{font-size:24px}}#page .page-intro .buttons{margin-top:36px}@media screen and (min-width:768px){#page .page-intro .buttons{margin-top:66px}}#page .page-intro__scroll{content:"";position:absolute;bottom:20px;left:50%;translate:-50% 0;background:none;cursor:pointer;z-index:2;align-items:center;justify-content:center;gap:8px;font-size:14px}@media screen and (max-width:767px){#page .page-intro__scroll{display:none}}#page .page-intro__scroll:hover{border-color:#fff}#page .page-intro__scroll svg{animation-name:scrollButtonAnimation;animation-duration:2s;animation-iteration-count:infinite;will-change:opacity,transform;translate:0 -50%;fill:currentColor}@keyframes scrollButtonAnimation{0%{opacity:0}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}#page .page-intro .intro-features{display:flex;justify-content:center;align-items:stretch;flex-direction:column;gap:32px;margin:114px auto 0;max-width:896px}@media screen and (min-width:768px){#page .page-intro .intro-features{flex-direction:row}}#page .page-intro .intro-features__item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;--icon-background: var(--theme-main-gradient)}#page .page-intro .intro-features__item:not(:first-child){--icon-background: var(--theme-second-gradient)}#page .page-intro .intro-features__icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000040;background:var(--icon-background)}#page .page-intro .intro-features__icon svg{width:32px;height:32px;fill:#fff;position:relative;z-index:1}#page .page-intro .intro-features__title{margin-top:16px;font-size:20px;color:var(--theme-text-main-color)}#page .page-intro .intro-features__description{margin-top:18px;font-size:14px;line-height:1.8;color:var(--theme-text-second-color);width:70%}@media screen and (min-width:768px){#page .page-intro .intro-features__description{width:100%}}.trust-verification{margin:0 auto;text-align:center;position:relative}.trust-verification .wrapper{width:100%;max-width:930px;padding-left:17px;padding-right:17px}@media screen and (min-width:768px){.trust-verification .wrapper{max-width:930px;padding-left:17px;padding-right:17px}}@media screen and (min-width:1024px){.trust-verification .wrapper{max-width:936px;padding-left:20px;padding-right:20px}}.trust-verification:before{content:"";position:absolute;top:10%;left:30%;width:256px;height:256px;border-radius:50%;background-color:var(--theme-main-color);opacity:.08;pointer-events:none;filter:blur(50px);z-index:-1}.trust-verification__header{position:relative;z-index:1}.trust-verification__title{font-size:32px;font-weight:700;margin-bottom:24px!important}@media screen and (min-width:768px){.trust-verification__title{font-size:60px;margin-bottom:98px!important}}.trust-verification__subtitle{font-size:20px;margin-bottom:30px}@media screen and (min-width:768px){.trust-verification__subtitle{margin-bottom:48px}}.trust-verification__form{background-color:#fcfcfc;box-shadow:0 25px 50px #0000001a,0 0 0 4px rgba(var(--theme-main-color-rgb),.2);border:2px solid var(--theme-main-color);max-width:768px;border-radius:24px;margin:0 auto 30px;padding:24px;gap:16px;align-items:center;justify-content:center;flex-direction:column;--icon-fill: #737373}@media screen and (min-width:768px){.trust-verification__form{flex-direction:row;padding:34px;margin-bottom:48px}}.trust-verification__form-icon-left{border-right:1px solid var(--theme-border-color);position:absolute;left:17px;top:50%;translate:0 -50%;padding-right:12px;pointer-events:none}.trust-verification__form-icon-left svg{display:block;fill:var(--icon-fill)}.trust-verification__form .field{height:56px;width:100%;padding:0 32px 0 64px}.trust-verification__form .theme-button{flex-grow:0;width:100%}@media screen and (min-width:768px){.trust-verification__form .theme-button{width:auto}}.trust-verification__input-wrapper{flex-grow:1;flex-shrink:1;position:relative;width:100%}@media screen and (min-width:768px){.trust-verification__input-wrapper{width:auto}}.trust-verification__note{font-size:18px;line-height:1.7}.trust-verification__note strong{color:var(--theme-text-main-color)}.trust-verification__examples{margin-top:24px}@media screen and (min-width:768px){.trust-verification__examples{margin-top:36px}}.trust-verification__examples-title{font-size:14px;color:var(--theme-text-second-color);font-weight:600}.trust-verification__domains{margin-top:16px;gap:12px;align-items:center;justify-content:center}.trust-verification__domain{background-color:#f7f6f3;padding:10px 17px;font-size:14px;color:var(--theme-text-main-color);border-radius:8px;border:1px solid var(--theme-border-color);transition:background-color .24s ease-in-out}.trust-verification__domain:hover{background:var(--theme-border-color)}.trust-verification__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;position:relative;z-index:1;margin-top:34px}@media screen and (min-width:768px){.trust-verification__features{margin-top:64px}}.trust-verification__feature{text-align:center}.trust-verification__feature-icon{width:64px;height:64px;background:var(--icon-background);border-radius:16px;border:1px solid var(--icon-border);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;--icon-background: rgba(var(--theme-main-color-rgb), .1);--icon-border: rgba(var(--theme-main-color-rgb), .2);--icon-fill: var(--theme-main-color)}.trust-verification__feature-icon svg{fill:var(--icon-fill)}.trust-verification__feature-title{margin-bottom:12px;color:var(--theme-text-main-color);font-size:14px;font-weight:500}.trust-verification__feature-desc{font-size:12px;font-weight:400}.how-it-works{max-width:896px;margin:0 auto;text-align:center}.how-it-works__item:not(:last-child){margin-bottom:32px}@media screen and (min-width:768px){.how-it-works__item:not(:last-child){margin-bottom:68px}}.how-it-works__title{font-weight:700;margin-bottom:18px}@media screen and (min-width:768px){.how-it-works__title{font-size:36px;margin-bottom:28px}}.how-it-works__subtitle,.how-it-works h3{font-size:18px;font-weight:700;margin-bottom:14px}@media screen and (min-width:768px){.how-it-works__subtitle,.how-it-works h3{font-size:24px;margin-bottom:20px}}.how-it-works__description{font-size:16px;line-height:1.8;font-weight:400;text-align:left}@media screen and (min-width:768px){.how-it-works__description{font-size:18px}}.how-it-works__description p:not(:last-child),.how-it-works__description ul:not(:last-child){margin-bottom:12px}.how-it-works__description ul{list-style-position:inside}#page.page-home h2{font-size:30px}@media screen and (min-width:768px){#page.page-home h2{font-size:48px}}
