body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{color:#142b6f;display:flex;flex-direction:column}body{--main-color:#142b6f}.navbar{display:flex;justify-content:space-between;align-items:center;border-top:4px solid var(--main-color);border-bottom:1px solid #d3d3d3;background-color:#fff;font-family:Arial;padding:0 50px;position:sticky;top:0;z-index:1}.navbar>p{font-weight:600;font-size:15px;padding:20px 0;margin:0;cursor:pointer}.navbar>p:hover{border-bottom:3px solid #ffc107;margin-top:3px}.navbar>h1{margin-left:70px;font-size:25px;cursor:pointer}.navbar__right{display:flex;align-items:center}.navbar__right>p{font-weight:600;font-size:15px;padding:20px 0;margin:0 20px 0 0;cursor:pointer}.navbar__right>p:hover{border-bottom:3px solid #ffc107;margin-top:3px}.navbar__right>.icon{padding:20px 10px;margin:0;font-size:20px;text-align:center;cursor:pointer}.navbar__right>.icon:hover{border-bottom:3px solid #ffc107}@media screen and (max-width:750px){.navbar__right>p{display:none}.navbar>h1{margin-left:0}}.home{height:100%;display:flex;flex-direction:column;align-items:center;padding:0 20px}.home__image{width:auto;min-height:auto;position:relative}.home__image>img{width:100%;height:75vh;object-fit:fill}.home__image>h1{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:left;font-size:50px;font-weight:700;display:flex;flex-direction:column;width:26%;margin-top:0}.home__image>h1>div{text-align:right}.home__image>h1>button{padding:15px;outline:none;border:none;cursor:pointer;background-color:var(--main-color);color:#fff;border-radius:30px;font-weight:700;font-size:15px;width:50%;margin:0 auto}.home__image>h1>button:hover{background-color:#fff;color:var(--main-color);transition:background-color .3s ease-out}.home>.home__products{display:flex;margin:20px 0 100px}.home__products>.home__card{max-width:340px;max-height:190px;margin:10px 10px 0;cursor:pointer;overflow:hidden}.home__card>img{max-width:250px;max-height:110px;width:100%;height:100%;object-fit:contain;transition:all .2s ease-in-out}.home__card:hover>img{-webkit-transform:scale(1.1);transform:scale(1.1)}.home__card>p{margin:0;padding:10px 10px 10px 0;text-align:center;background-color:#f5f5f5}@media screen and (max-width:750px){.home__image>img{height:60vh;object-fit:cover;object-position:bottom}.home__image>h1{font-size:30px;font-weight:600}.home__products>.home__card{max-width:300px;max-height:150px}.home__card>img{max-width:240px;max-height:90px}}@media screen and (max-width:850px){.home>.home__products{flex-wrap:wrap}.home__image>h1>button{width:100%}.home>.home__products{display:flex;justify-content:center}}
/*# sourceMappingURL=main.959dbc12.chunk.css.map */