@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

body .peta {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

body .peta img.map-mobile {
  position: absolute;
  right: -174px;
  bottom: -128px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 86%;
}

main .main-left {
  background-color: white;
  height: 100%;
  width: 64%;
  overflow: hidden;
  position: relative;
}

main .main-left img.map {
  position: absolute;
  bottom: -174px;
  right: -128px;
  z-index: 0;
}

main .main-left .logo {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

@media all and (max-width: 612px) {
  main .main-left .logo {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

main .main-left .logo img {
  text-align: center;
  width: 160px;
}

main .main-left .menu {
  padding: 0 90px;
  z-index: 1;
  position: relative;
}

@media all and (max-width: 612px) {
  main .main-left .menu {
    padding: 0 8px;
  }
  main .main-left .menu .web {
    width: 90px !important;
    height: 90px !important;
  }
  main .main-left .menu .web .web-circle {
    padding: 10px;
    border: 2px solid #273B69 !important;
  }
  main .main-left .menu .web .web-circle img {
    width: 100%;
  }
}

main .main-left .menu .webs {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .main-left .menu .web {
  width: 118px;
  height: 118px;
  padding: 7px;
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: all 100ms ease-out 1ms;
  transition: all 100ms ease-out 1ms;
}

main .main-left .menu .web:hover {
  padding: 2px;
}

main .main-left .menu .web:hover .web-circle {
  border: 4px solid goldenrod !important;
}

main .main-left .menu .web .web-circle {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 60px;
  border: 4px solid #273B69;
}

main .main-right {
  height: 100%;
  width: 36%;
  position: relative;
}

main .main-right .arrow {
  bottom: 0;
  left: 0;
  position: absolute;
}

main .main-right .arrow .arrow-left {
  width: 70px;
  height: 54px;
  background-color: #273B69;
}

main .main-right .arrow .arrow-right {
  width: 70px;
  height: 54px;
  background-color: #273B69;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14%;
}

footer .footer-left {
  background-color: #273B69;
  height: 100%;
  width: 64%;
}

footer .footer-left p {
  font-size: 14px;
  font-weight: 300;
}

footer .footer-right {
  background-color: white;
  height: 100%;
  width: 36%;
  padding: 0 40px;
}

footer .footer-right .footer-right-text {
  text-align: center;
}

footer .footer-right .footer-right-text a {
  color: #273B69;
  font-size: 14px;
  margin: 4px 6px;
  text-decoration: none;
  -webkit-transition: all 100ms ease-out 1ms;
  transition: all 100ms ease-out 1ms;
}

footer .footer-right .footer-right-text a:hover {
  font-weight: 700;
}

@media all and (max-width: 918px) {
  html, body {
    height: auto;
  }
  body {
    position: relative;
  }
  .peta {
    display: inline !important;
  }
  .map {
    display: none;
  }
  footer {
    width: 100%;
    height: 92px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .main-left, .footer-left {
    width: 100% !important;
  }
  .main-left {
    background-color: transparent !important;
  }
  .footer-left > p {
    font-size: 10px !important;
  }
  .main-right, .footer-right {
    display: none !important;
  }
}
/*# sourceMappingURL=sidigi.css.map */