@media screen and (max-width: 1600px) {
  .main-logo {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html {
    font-size: 20px;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .col6-style {
    width: 100%;
    border-right: 0px;
    border-left: 0px;
  }
  .col8-style {
    width: 100%;
    border-right: 0px;
    border-left: 0px;
  }
  .hamburger-menu {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2001;
  }
  .hamburger-menu .bar {
    width: 100%;
    height: 4px;
    background-color: var(--color-black);
    transition: all 0.3s ease-in-out;
  }
  .hamburger-menu .bar1-transform {
    transform: rotate(45deg) translate(0px, 19px);
  }
  .hamburger-menu .bar2-transform {
    opacity: 0;
  }
  .hamburger-menu .bar3-transform {
    transform: rotate(-45deg) translate(0px, -19px);
  }
  .second-nav {
    position: fixed;
    overflow: hidden;
    top: 0;
    height: 0vh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in-out;
  }
  .second-nav .nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: none;
  }
  .second-nav .nav-links .nav-link {
    align-items: center;
  }
  .second-nav .nav-links .nav-link:hover {
    border: none;
  }
  .second-nav .nav-links .nav-link p {
    padding: 10px;
    font-size: 1.5rem;
  }
  .nav-open {
    height: 100vh;
  }
  .first-nav {
    display: none;
  }
  body {
    width: 100%;
  }
  body .banner {
    margin-top: 125px;
  }
  body #hook-canvas {
    display: none;
  }
  body .ruler-container {
    top: auto;
    bottom: 10px;
  }
  body #go-top-button {
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
  }
  body footer {
    height: 100vh;
  }
  body footer .footer-left {
    height: auto;
    justify-content: center;
    padding: 0;
  }
  body footer .footer-center {
    height: 20%;
    margin: 50px 0;
  }
  body footer .footer-center::before {
    height: 20%;
  }
  body footer .footer-right {
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  .main-logo {
    height: 30px;
  }
  .ruler-container {
    display: none;
  }
  #go-top-button {
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
  }
  #go-top-button .go-top-icon {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slogan {
    padding: 0 20px;
  }
  .system-content .system-items {
    flex-direction: column;
  }
  .system-content .system-items .system-item {
    width: 80%;
    aspect-ratio: auto !important;
    padding: 10px 0;
    margin: 5px 0;
  }
  .system-content .system-items .down-radius {
    border-radius: 999px 0 0 999px !important;
    transform: translateX(10px);
  }
  .system-content .system-items .up-radius {
    border-radius: 0 999px 999px 0 !important;
    transform: translateX(-10px);
  }
  .footer-center {
    height: auto;
    width: 80%;
    margin: 50px 0;
  }
  .footer-center::before {
    height: auto;
    width: 80%;
    margin: 50px 0;
  }
  .footer-center::before {
    height: 50%;
  }
}/*# sourceMappingURL=site-phone.css.map */