@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.rotating-circle{width:4.25em;animation:rotate4 4s linear infinite}.background-circle{fill:rgba(48,190,184,.2)}.circle{fill:#fff;stroke:#30beb8;stroke-width:4;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}.app-skeleton{height:307px;padding:27px;box-shadow:0 0 4px 0 rgba(0,0,0,.25);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:6;background:#fff}@media(min-width:1200px){.app-skeleton{flex-direction:row;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);border-radius:6px}}.app-skeleton>.inputs{width:100%}@media(min-width:1200px){.app-skeleton>.inputs{width:85%}}.app-skeleton>.inputs>span{display:flex;flex-direction:column;gap:20px}@media(min-width:1200px){.app-skeleton>.inputs>span{flex-direction:row}}.app-skeleton>.inputs>span>span{height:32px}.app-skeleton>.search-button{width:100%}@media(min-width:1200px){.app-skeleton>.search-button{width:15%}}.app-skeleton>.search-button>span>span{height:32px}@media(min-width:1200px){.app-skeleton{height:120px}}.home-buttons-skeleton{display:flex;justify-content:space-between;border-bottom:1px solid hsla(0,1%,77%,.7);margin:15px 0 0;padding-bottom:15px}@media(min-width:1200px){.home-buttons-skeleton{margin:46px -15px 0;padding-bottom:46px;border-width:0}}.home-buttons-skeleton div{width:100%;padding:0 30px;display:flex;flex-direction:column;align-items:center}.home-buttons-skeleton div:first-child{border-right:1px solid #c4c3c3}@media(min-width:1200px){.home-buttons-skeleton div{display:flex;border-radius:6px;border:1px solid hsla(330,2%,47%,.5);flex-direction:row;justify-content:center;height:78px;margin:0 15px;align-items:center}}.home-buttons-skeleton div span{display:block;width:100%}.home-buttons-skeleton div .image{width:30px;margin-bottom:4px}@media(min-width:1200px){.home-buttons-skeleton div .text{margin-left:13px;width:50%}}.seo-text-wrapper{border-bottom:1px solid #bcbabb;padding:20px 15px}@media(min-width:1200px){.seo-text-wrapper{padding:48px 0}}.seo-text-wrapper .seo-text{max-width:782px;margin:0 auto}.seo-text-wrapper .seo-text h2{color:rgba(0,0,0,.65);font-size:24px;font-weight:500;margin:0 0 20px}.seo-text-wrapper .seo-text h3{color:rgba(0,0,0,.65);font-size:16px;font-weight:500;margin:0 0 8px}.seo-text-wrapper .seo-text li,.seo-text-wrapper .seo-text p{color:rgba(0,0,0,.65);font-size:16px;font-weight:400;margin:0 0 20px}.seo-text-wrapper .seo-text li{margin-bottom:10px}.seo-text-wrapper .seo-text ul{list-style:disc;margin-left:16px 0;padding:0 0 0 40px}