* {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
}

body.lock-scroll {
  overflow: hidden;
}

.content-area {
  min-height: calc(100svh - 14rem);
}

.center-box {
  max-width: 1120px;
  padding: 0 1.25rem;
}

.wide-center-box {
  max-width: 1760px;
  padding: 0 1.25rem;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

input:disabled {
  background-color: transparent;
}

button {
  background-color: transparent;
  display: flex;
  cursor: pointer;
}

.desktop {
  display: none;
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.btn {
  padding: 0.5rem 0.5rem calc(0.5rem - 2px);
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.00656rem;
}
@media (min-width: 768px) {
  .btn:hover {
    border-bottom: 2px solid #000000;
  }
}

.flip-btn {
  height: 3rem;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  border-radius: 3em;
  transition: background-color 0.3s;
}
.flip-btn div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .flip-btn:hover {
    background-color: #0b6b4d;
  }
  .flip-btn:hover div {
    transform: translateY(-3rem);
  }
}

#wpadminbar span,
#wpadminbar li,
#wpadminbar div {
  color: white;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  height: 5rem;
  padding: 1.25rem 0.75rem 1.25rem 1.25rem;
  border-radius: var(--20, 1.25rem);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}

.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  list-style-type: none;
}
.main-menu li a {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.00656rem;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}
.header-right .login-btn {
  padding: 0.5rem 0.5rem calc(0.5rem - 2px);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.00656rem;
}
.header-right .contact-us-btn {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.5rem */
}

/*# sourceMappingURL=style.css.map */
