@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Yomogi&display=swap";.component-banner{height:50vh;width:100%;margin:0;padding:0;position:relative}.component-banner .area-content{width:100%;max-width:100vw;height:100%;display:flex;flex-direction:row;flex-wrap:nowrap;overflow-y:hidden;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;background-color:#19204a;background-image:linear-gradient(to top,#17889c,#19204a);background-size:cover;background-position:top left;background-repeat:repeat}.component-banner .area-content>.banner-content{transform-style:preserve-3d;transform-origin:center center;perspective:800px;scroll-snap-align:center;display:flex;width:100%;flex-direction:column;min-width:100%;height:100%;background-color:#ccc;box-sizing:border-box;padding:20px;position:relative;align-items:center;justify-content:center}.component-banner .area-content>.banner-content:before{display:none;content:"";width:40%;height:200%;position:fixed;top:0;left:50%;background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));border-radius:0%;transform:translate(-50%,-80%) rotateX(50deg);transition:all linear .6s;opacity:0}.component-banner .area-content>.banner-content.current:before{opacity:1;transform:translate(-50%,-40%) rotateX(50deg);transition:all linear .6s .3s;filter:blur(40px)}.component-banner .area-content>.banner-content .data-content{display:grid;grid-template-columns:320px auto;row-gap:15px;column-gap:15px;align-items:center;width:65%;margin:0 auto;text-align:left}.component-banner .area-content>.banner-content .data-content.full-size{grid-template-columns:40% auto}.component-banner .area-content>.banner-content .data-content>.text-area>.title img{display:block;width:100%;max-width:300px;height:auto;margin:10px 0}.component-banner .area-content>.banner-content .data-content>.text-area .button{box-sizing:border-box;padding:15px 20px;text-align:center;background-color:#fff;margin:20px 0 0;border-radius:10px;display:inline-block;color:#19204a;font-weight:800;font-size:1em;cursor:pointer}.component-banner .area-content>.banner-content .data-content>.icon{grid-column:1;grid-row:1;box-sizing:border-box;padding:15px}.component-banner .area-content>.banner-content .data-content>.icon img{display:block;width:100%;height:auto;margin:10px auto;filter:drop-shadow(0 40px 16px rgba(0,0,0,.4))}.component-banner .area-content>.banner-content .data-content strong{font-size:2em}.component-banner .area-content>.banner-content .data-content>div{font-size:1.2em}.component-banner>.navigation-arrow{position:absolute;width:96%;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;align-items:center;z-index:100}.component-banner>.navigation-arrow>div{transform-origin:center center;cursor:pointer;transition:all ease .3s;border-radius:5px}.component-banner>.navigation-arrow>div:hover{transition:all ease .6s}.component-banner>.navigation-arrow>.prev{width:32px;height:32px;border-top:5px solid #FFF;border-left:5px solid #FFF;transform:rotate(-45deg)}.component-banner>.navigation-arrow>.prev:hover{transform:scale(1.2) rotate(-45deg)}.component-banner>.navigation-arrow>.next{width:32px;height:32px;border-top:5px solid #FFF;border-right:5px solid #FFF;transform:rotate(45deg)}.component-banner>.navigation-arrow>.next:hover{transform:scale(1.2) rotate(45deg)}.component-banner>.navigation{position:absolute;width:100%;bottom:30px;left:50%;transform:translate(-50%);display:grid;grid-template-columns:repeat(auto-fit,minmax(32px,auto));z-index:100;justify-content:center;align-items:center}.component-banner>.navigation>div{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:50%;position:relative;cursor:pointer}.component-banner>.navigation>div:before{display:block;content:"";width:12px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:3px;outline:1px solid #FFF;outline-offset:0px;transition:linear all .3s}.component-banner>.navigation>div.current:before{width:24px;background-color:#fff;outline:1px solid #FFF;outline-offset:0px;transition:linear all .6s}.page-home>section{width:100%;margin:20px auto}.page-home>section.box{margin:0 auto;max-width:1000px}.page-home>section.box h2{font-weight:200;color:#171d48;text-align:center}.page-home>section.blue{box-sizing:border-box;padding:20px 20px 30px;max-width:unset;background-color:#ebf5fc;margin:10px auto}.page-home>section.blue .grid{margin:0 auto;width:100%;max-width:1000px;display:grid;grid-template-columns:200px auto}.page-home>section.blue .grid .icon{display:flex;align-items:center;justify-content:center}.page-home>section.blue .grid h2{font-weight:200;color:#171d48;text-align:left}.page-home>section.services{box-sizing:border-box;padding:20px 20px 30px;max-width:unset;background-color:#171d48}.page-home>section.services h2{font-weight:200;color:#8cbdd6;text-align:center}.page-home>section.services .grid{margin:0 auto;width:100%;max-width:1000px;display:grid;grid-template-columns:200px auto 200px auto;color:#fff}.page-home>section.services .grid h4{color:#8cbdd6;font-weight:400}.page-home>section.services .grid .icon{display:flex;align-items:center;justify-content:center}.page-home>section.locations{display:grid;grid-template-columns:1fr 1fr;background-color:#1b619e;color:#fff}.page-home>section.locations .content{box-sizing:border-box;padding:30px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.page-home>section.locations .content .content-location{width:80%;margin:0 auto}.page-home>section.locations .box-image{border-radius:200px 0 0 200px;overflow:hidden;height:400px;box-sizing:border-box;padding:50px;box-shadow:-5px 0 10px #073a62;position:relative}.page-home>section.locations .box-image .area-image{width:300px;height:300px;overflow:hidden;border-radius:50%;box-shadow:0 0 4px #ccc;outline:3px dashed #FFF;outline-offset:10px;position:relative}.page-home>section.locations .box-image .area-image .point{position:absolute;width:64px;height:64px;overflow:hidden;top:50%;left:50%;border-radius:50% 50% 0;transform:scale(.6) translate(40px,-40px) rotate(45deg);z-index:3}.page-home>section.locations .box-image .area-image .point:before{display:block;content:"";width:32px;height:32px;border-radius:50%;box-shadow:0 0 0 100px red;top:10px;left:10px;position:absolute}.page-home>section.locations .box-image .area-image img{display:block;width:100%;max-width:400px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-home>section.payment{margin:0;min-height:300px;display:flex;justify-content:center;flex-direction:column;position:relative;background-color:#567884;color:#fff}.page-home>section.payment:before{content:"";width:100%;height:calc(100% + 40px);background-image:linear-gradient(-45deg,rgb(27,97,158) 50%,transparent 50%);position:absolute;top:-20px}.page-home>section.payment .content{width:50%;max-width:1000px;margin:0 auto;position:relative;z-index:2}.page-home>section.gallery{height:400px;background-color:#bbecfe;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));row-gap:10px;column-gap:10px}.page-home>section.gallery .images{background-color:#0003;background-size:cover;background-position:center center}.page-home>section.gallery .images.image-1{background-image:url(/assets/pexels-norma-mortenson-4393667-fa9b2b28.jpg)}.page-home>section.gallery .images.image-2{background-image:url(/assets/pexels-cottonbro-studio-5083397-1500c63c.jpg)}.page-home>section.gallery .images.image-3{background-image:url(/assets/pexels-liza-summer-6347711-9bca94ec.jpg)}.page-home>section.gallery .images.image-4{background-image:url(/assets/pexels-photomix-company-230544-0c41fd44.jpg)}.page-home>section.gallery .images.image-5{background-image:url(/assets/banner-b47bab28.jpg)}.page-home>section.gallery .images.image-6{background-image:url(/assets/pexels-cottonbro-studio-4542998-abf46df3.jpg)}.page-home>section.gallery .images.image-7{background-image:url(/assets/pexels-pixabay-265667-7941261f.jpg)}.page-home>section.gallery .images.image-8{background-image:url(/assets/pexels-cottonbro-studio-5077049-98627571.jpg)}.page-home>section.gallery .images.image-9{background-image:url(/assets/pexels-pixabay-38568-99825f67.jpg)}.page-home>section.gallery .images.image-10{background-image:url(/assets/pexels-mike-jones-9461497-4cde2a09.jpg)}.page-home>section .toplist{list-style:none;display:grid;grid-template-columns:repeat(5,auto);row-gap:5px;column-gap:5px}.page-home>section .toplist li{box-sizing:border-box;padding:15px;display:flex;flex-direction:column;justify-content:baseline;align-items:center}.page-home>section .toplist li>.title{box-sizing:border-box;padding:15px 0;text-align:left;font-weight:400;font-size:1em}.page-home>section.contact{background-color:#171d48;color:#fff;box-sizing:border-box;padding:20px;margin-bottom:0}.page-home>section.contact .content{margin:0 auto;max-width:1000px}.page-home>section.contact .content .content-contact{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.page-home>section.contact .content .content-contact>div{box-sizing:border-box;padding:10px 20px}.page-home>section.contact .content .content-contact>div:last-child{justify-content:flex-end;align-items:flex-end;text-align:right}.page-home>section.contact .content .content-contact>div:last-child .logo-area{text-align:right;display:flex;justify-content:flex-end;margin:10px auto}.page-home>section.contact .content .content-contact>div:last-child .logo{display:block;width:120px;filter:brightness(100)}.page-home>section.contact .content .content-contact form{display:grid;grid-template-columns:auto auto;row-gap:10px;column-gap:10px}.page-home>section.contact .content .content-contact form>div{display:flex;flex-direction:column}.page-home>section.contact .content .content-contact form>div:has(textarea),.page-home>section.contact .content .content-contact form>div:has(button){grid-column:1/span 2}.page-home>section.contact .content .content-contact form>div label{box-sizing:border-box;padding:10px 0;font-weight:800}.page-home>section.contact .content .content-contact form>div label span{color:red}.page-home>section.contact .content .content-contact form>div input,.page-home>section.contact .content .content-contact form>div textarea{border:1px #00e7f3 solid;box-sizing:border-box;padding:10px;color:#fff;background-color:transparent}.page-home>section.contact .content .content-contact form>div textarea{resize:none}.page-home>section.contact .content .content-contact form>div button{width:100%;border-radius:5px;box-sizing:border-box;padding:10px;background-color:#00e7f3;color:#171d48}.page-home>section.contact .content .content-contact form .button{display:flex;text-align:right;box-sizing:border-box;padding:20px 0;justify-content:flex-end;align-items:flex-end}.page-home>section.contact .content .content-contact .go-private{border-radius:5px;background-color:#00e7f3;color:#171d48;box-sizing:border-box;padding:10px 40px}.page-home>section.contact .content .content-contact .buttons-social{box-sizing:border-box;padding:20px 0;display:flex;grid-template-columns:repeat(auto-fit,minmax(32px,auto));column-gap:15px;align-items:center;justify-content:flex-end}.page-home>section.contact .content .content-contact .buttons-social div img{width:100%;max-width:32px;display:block}.page-home>section.support{box-sizing:border-box}.page-home>section.support .grid{display:grid;grid-template-columns:350px auto;row-gap:0px;column-gap:30px;position:relative}.page-home>section.support .grid>div{position:relative;z-index:10}.page-home>section.support .grid:after{content:"";display:block;width:100%;height:90%;background-color:#eee;position:absolute;left:0;bottom:0%;z-index:1}.page-home>section.support .grid .image{position:relative}.page-home>section.support .grid .image img{display:block;width:calc(100% + 60px);position:absolute;bottom:0}.page-home>section.support .grid .text{box-sizing:border-box;margin-top:40px;display:flex;align-items:center;justify-content:center;flex-direction:column}.page-home>section.support .grid .text>div{width:90%;margin:10px auto}.page-home>section.support .grid .text>div:first-child{margin-top:40px}.page-home>section.support .grid .text>div:last-child{margin-bottom:40px}.page-home>section.message{background-color:#073a62;box-sizing:border-box;padding:40px;color:#fff;position:relative;margin:40px auto;background-image:linear-gradient(45deg,#17889c,#19204a)}.page-home>section.message .content{margin:0 auto;max-width:1000px;text-align:center}.page-home>section .depoiment-text{background-color:#171d48;color:#fff;box-sizing:border-box;padding:40px;text-align:center;display:flex;align-items:center;justify-content:center}.page-home>section .depoiment-text>div{position:relative;display:inline-block;box-sizing:border-box;padding:10px}.page-home>section .depoiment-text>div>div{margin:10px auto}.page-home>section .depoiment-text>div:before{content:"";width:64px;height:64px;display:block;position:absolute;top:-10%;left:-10%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAB1CAYAAABwBK68AAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDEgNzkuYzAyMDRiMiwgMjAyMy8wMi8wOS0wNjoyNjoxNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjQgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0wMS0xNVQxNDo0NToxNS0wMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMDEtMTVUMTQ6NDU6NDYtMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMDEtMTVUMTQ6NDU6NDYtMDM6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNTJjMWI4LWE3NWItZjI0Yi1hMzI0LTg1MDQ4NGEzYTJhZCIgeG1wTU06RG9jdW1lbnRJRD0i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);background-size:100% auto}.page-home>section .depoiment-text>div:after{content:"";width:64px;height:64px;display:block;position:absolute;bottom:-10%;right:-10%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAB1CAYAAABwBK68AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGlmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDEgNzkuYzAyMDRiMiwgMjAyMy8wMi8wOS0wNjoyNjoxNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjQgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0wMS0xNVQxNDo0NToxNS0wMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMDEtMTVUMTQ6NDY6MDItMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMDEtMTVUMTQ6NDY6MDItMDM6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmQzZjY3MTMwLTczYmMtYWI0Mi1hNzc1LWQ1MjFmYzhhNWM5NSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmM1MzNlN2FiLTJkN2QtODE0ZC05NGIwLWRhMmFiMjg4MTA2YSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjEzNTJjMWI4LWE3NWItZjI0Yi1hMzI0LTg1MDQ4NGEzYTJhZCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTM1MmMxYjgtYTc1Yi1mMjRiLWEzMjQtODUwNDg0YTNhMmFkIiBzdEV2dDp3aGVuPSIyMDI0LTAxLTE1VDE0OjQ1OjE1LTAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjQuNCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQxNWZlMGIyLWNlMDEtMTQ0YS1iZDBkLWNkMWQ0ODhhODY4YiIgc3RFdnQ6d2hlbj0iMjAyNC0wMS0xNVQxNDo0NjowMi0wMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjQgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkM2Y2NzEzMC03M2JjLWFiNDItYTc3NS1kNTIxZmM4YTVjOTUiIHN0RXZ0OndoZW49IjIwMjQtMDEtMTVUMTQ6NDY6MDItMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNC40IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7OcsmoAAAEs0lEQVR4nO2cS4hcRRSGvw4BF06JLoypLDSKCIGIiKAxKEYUQRxQEUJw68Kd7lR8oERRFyKiK9362Cg4CXFhFJUgOAYkLlRMouZhQinRMViJjBlNu7g9ycw4PdOPc6s7p/8PejN971+H+rpu1626041ms4nwxYpBFyDskVSHSKpDJNUhkuoQSXWIpDpEUh0iqQ6RVIdIqkMk1SGS6hBJdYikOkRSHSKpDpFUh0iqQyTVIZLqEEl1iKQ6RFIdIqkOkVSHSKpDJNUhkuoQSXWIpDpEUh0iqQ5ZWaqhRqMBKT8DPF2qzUW4lxgmFn0n5c+AWwrWMo/m6rGGVZZGqkMk1SGS6hBJdYikOkRSHSKpDpFUh0iqQyTVIZLqEEl1iKQ6RFIdIqkOkVSHSKpDJNUhkuoQSXWIpDpEUh0iqQ6RVIdIqkNGTWoedAElGDWpM4MuoA0nLcNGTeqfgy6gDaYftlGT+vegC2jDH5Zhoyb10KALaEOyDBslqb8Tw1+DLqINhy3Div1/aosXgVe6OP4x4FGjtpfruHG6648PgI29lzMP0ytIWakxTAPTHR+fsmV9+5Z8N4YTXaWlfGEftSxk6dq6ZNgvv1caZu02S0p5BXCpWR58aZg1xFJTbgAbDBMtO249MGaUdQL43igLGGapcANwiVHWKWCPURbAPYZZu4nhX8O8oZb6kGHWTrOZb8rnAQ+aZFVMGGYBwyo15Q3AFsPE9w2zHgHWGOZNGGYB0Gg2m9aZizfU6PAXZVK+mGpSs9ao6RlgNTFM9Z2U8s3AJ9jdNUwSw40Alh6Ga6SmvIaq09Yapr5rJHQTsAPb28DXDbPOMDxSUx4HvqKaWVryUl9np7ySlJ8AdgIXmFRUcRR4xzDvDKVXlP5PyrcCjwO315C+jRh6m/VWE6ItwJPY3i/P8jwxnKohdwDfqSmPAdcBdwCbqafDoLqNWU8M+zs+I+VVwE3AncB9wEX1lMZ3wDXE8M/sHyw9lBupKb8HXAtcDpj9Dt8SbO1IaMrrgNeAq4FVdRcFnAYemCvUmpKX3ytarxLsoto86ITfgNtqrGUhW4lhss4GSk6UTNc3l+AwsLnjVZoYjgE/1lrRWbYBz9bdSEmptX46W1SjLoZfuzzPbrG/PZ8C9xPD6bob8iT1MLCRGH7o4dwvrItZwIfAeKlN+pJS9wHHa8r+HLi+q5nufOr8angVuKvkUxflpMbQxL7zpoGngE09XHLn8jX2D6UdAe4mhoetd2GWo/SKkuUleAfVfehzfXdatQhgtTU3Q7WKtY4YthtldkXpFaV+R2oT2A68QAzWo36S/jblTwJvAC8TwxGbknrjXJG6H3gbeJMYfjKsZy69XkV2AW9RbRwctyundwaxTLgXuGqZw6eoZqQfAR8Tw7e1FlfVdRlwsIMjD1BNzGZrM3lm99xcJjzLJNVDW1Ot11GqjjoA7AX2EIPpc7AdEcMhUv4FOL9V1zHgZyrRB4FvWrWZPk1fB8VGqijH8OynCjMk1SGS6hBJdYikOkRSHSKpDpFUh0iqQyTVIZLqEEl1iKQ6RFIdIqkOkVSHSKpDJNUhkuoQSXWIpDpEUh0iqQ6RVIdIqkMk1SH/ASGe56ACbqqvAAAAAElFTkSuQmCC);background-size:100% auto}.page-home>section .box-depoiment{display:grid;grid-template-columns:80px auto;align-items:center}.page-home>section .box-depoiment .ballon{width:90%;background-color:#eee;border-radius:10px;box-sizing:border-box;padding:20px;position:relative;box-shadow:5px 5px 5px #999}.page-home>section .box-depoiment .ballon:before{content:"";display:block;width:16px;height:16px;position:absolute;top:30%;left:0;background-color:#eee;transform:translate(-50%) rotate(-45deg)}.page-home>section .box-depoiment .ballon .text{box-sizing:border-box;padding:5px;font-weight:600}.page-home>section .box-depoiment .ballon .author{box-sizing:border-box;padding:5px;font-size:.9em;font-weight:400}.page-home>section .area-client{display:grid;grid-template-columns:repeat(auto-fit,minmax(32px,1fr));column-gap:10px;justify-content:center;align-items:center}.page-home>section .area-client .client{display:flex;align-items:center;justify-content:center}.page-home>section .area-client .client img{display:block;width:100%;max-width:128px;height:auto}.component-clients{height:200px;width:100%;margin:0;padding:0;position:relative}.component-clients .area-content{width:100%;max-width:100vw;height:100%;display:grid;grid-template-columns:repeat(7,auto);column-gap:5px;flex-direction:row;flex-wrap:nowrap;overflow-y:hidden;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;background-size:cover;background-position:top left;background-repeat:repeat}.component-clients .area-content>.clients-content{display:flex;align-items:center;justify-content:center}.component-clients .area-content>.clients-content img{display:block;width:100%}.component-clients .area-content>.banner-content{transform-style:preserve-3d;transform-origin:center center;perspective:800px;scroll-snap-align:center;display:flex;width:100%;flex-direction:column;min-width:100%;height:100%;background-color:#ccc;box-sizing:border-box;padding:20px;position:relative;align-items:center;justify-content:center}.component-clients .area-content>.banner-content.current:before{opacity:1;transform:translate(-50%,-40%) rotateX(50deg);transition:all linear .6s .3s;filter:blur(40px)}.component-clients .area-content>.banner-content .data-content{display:grid;grid-template-columns:320px auto;row-gap:15px;column-gap:15px;align-items:center;width:65%;margin:0 auto;text-align:left}.component-clients .area-content>.banner-content .data-content.full-size{grid-template-columns:40% auto}.component-clients .area-content>.banner-content .data-content>.text-area>.title img{display:block;width:100%;max-width:300px;height:auto;margin:10px 0}.component-clients .area-content>.banner-content .data-content>.text-area .button{box-sizing:border-box;padding:15px 20px;text-align:center;background-color:#fff;margin:20px 0 0;border-radius:10px;display:inline-block;color:#19204a;font-weight:800;font-size:1em;cursor:pointer}.component-clients .area-content>.banner-content .data-content>.icon{grid-column:1;grid-row:1;box-sizing:border-box;padding:15px}.component-clients .area-content>.banner-content .data-content>.icon img{display:block;width:100%;height:auto;margin:10px auto;filter:drop-shadow(0 40px 16px rgba(0,0,0,.4))}.component-clients .area-content>.banner-content .data-content strong{font-size:2em}.component-clients .area-content>.banner-content .data-content>div{font-size:1.2em}.component-clients>.navigation-arrow{position:absolute;width:96%;top:50%;left:50%;transform:translate(-50%,-50%);display:none;justify-content:space-between;align-items:center;z-index:100}.component-clients>.navigation-arrow>div{transform-origin:center center;cursor:pointer;transition:all ease .3s;border-radius:5px}.component-clients>.navigation-arrow>div:hover{transition:all ease .6s}.component-clients>.navigation-arrow>.prev{width:32px;height:32px;border-top:5px solid #FFF;border-left:5px solid #FFF;transform:rotate(-45deg)}.component-clients>.navigation-arrow>.prev:hover{transform:scale(1.2) rotate(-45deg)}.component-clients>.navigation-arrow>.next{width:32px;height:32px;border-top:5px solid #FFF;border-right:5px solid #FFF;transform:rotate(45deg)}.component-clients>.navigation-arrow>.next:hover{transform:scale(1.2) rotate(45deg)}.component-clients>.navigation{position:absolute;width:100%;bottom:30px;left:50%;transform:translate(-50%);display:grid;grid-template-columns:repeat(auto-fit,minmax(32px,auto));z-index:100;justify-content:center;align-items:center}.component-clients>.navigation>div{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:50%;position:relative;cursor:pointer}.component-clients>.navigation>div:before{display:block;content:"";width:12px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:3px;outline:1px solid #FFF;outline-offset:0px;transition:linear all .3s}.component-clients>.navigation>div.current:before{width:24px;background-color:#fff;outline:1px solid #FFF;outline-offset:0px;transition:linear all .6s}html{width:100%;height:100%;margin:0;padding:0}html body{width:100%;height:100%;margin:0;padding:0;color:#222;font-family:Roboto,sans-serif;overflow-x:hidden;font-size:16px}html body #root{width:100vw;height:100vh;background-position:center bottom;background-size:cover;background-repeat:no-repeat}html body #root #logo-top{display:block;width:90px;height:auto}html body #root .main-frame{display:grid;grid-template-columns:1fr;width:100%}html body #root .main-frame .whatsapp{position:fixed;z-index:999;bottom:20px;right:20px;width:64px;cursor:pointer}html body #root .main-frame .whatsapp img{width:100%;display:block;height:auto;filter:drop-shadow(0 0 10px #365002)}html body #root .main-frame:before{content:"";display:block;position:relative;width:100%;height:50px}html body #root .main-frame>header{position:fixed;width:100%;height:auto;top:0;left:0;z-index:100;text-align:center;background-color:#fff;box-shadow:0 1px 10px #000}html body #root .main-frame>header .buttons-access{grid-column:1/span 2;box-sizing:border-box;padding:5px 20px;align-items:center;justify-content:flex-end;text-align:right}html body #root .main-frame>header .buttons-access .button{cursor:pointer;display:inline-block}html body #root .main-frame>header .top{display:grid;grid-template-columns:120px 1fr;width:100%;max-width:1000px;height:100px;align-items:center;box-sizing:border-box;padding:5px 20px;margin:0 auto}html body #root .main-frame>header .menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));justify-content:center;align-items:center;text-align:center}html body #root .main-frame>header .menu .menu-item{cursor:pointer;color:#063355}html body #root .main-frame>section{box-sizing:border-box}html body #root .main-frame footer{position:relative;background-color:#171d48;bottom:0;left:0;width:100%;height:auto;min-height:100px;box-sizing:border-box;padding:0;display:grid}html body #root .main-frame footer .content{margin:0 auto;width:100%;max-width:1000px;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;color:#fff;row-gap:10px;color-scheme:10px;box-sizing:border-box;padding:10px}html body #root .main-frame footer .content .buttons{box-sizing:border-box;padding:10px 0;display:grid;grid-template-columns:repeat(auto-fit,140px);column-gap:20px}
