@import url("assets/swiper-bundle.min.css");

html {
  scroll-behavior: smooth;
}
.site-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 40px;
  padding-block: 40px;
  align-items: center;
}
.site-footer-brand,
.site-footer-details {
  margin: 0;
}
.site-footer-brand {
  grid-column: 1;
  grid-row: 1;
}
.site-footer-details {
  display: contents;
}
.site-footer-details > :first-child {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-start;
}
.site-footer-contact {
  grid-column: 2;
  grid-row: 1 / 3;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  gap: 24px;
}
img.logo-text {
  display: block;
  height: auto;
}
.site-brand {
  display: block;
  width: auto;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    padding-block: 32px;
  }
  .site-footer-brand,
  .site-footer-details > :first-child,
  .site-footer-contact {
    grid-column: 1;
    grid-row: auto;
  }
  .site-footer-contact {
    align-items: center;
    gap: 20px;
  }
  .site-footer-details > :first-child {
    grid-row: 3;
    text-align: center;
    justify-content: center;
  }
  .site-footer-contact > div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body {
  overflow-x: hidden;
}
.contact-page > div:first-child > div:first-child {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 52px;
}
.contact-main {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 64px 24px;
}
.contact-main h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.contact-email-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 560px;
  padding: 40px 24px;
  border: 1px solid #ccc;
  border-radius: 16px;
  background: #fff;
  color: #1154ea;
}
.contact-email-card a {
  font-size: clamp(18px, 3.5vw, 28px);
  font-weight: 600;
  overflow-wrap: anywhere;
  text-align: center;
}
.contact-email-card a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h2[id] {
  scroll-margin-top: 84px;
}
[id] {
  scroll-margin-top: 80px;
}
.local-form-select {
  width: 100%;
  min-width: 0;
  padding: 12px 8px;
  border-bottom: 1px solid #aaa;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 20px;
}
.local-form-select option {
  color: #222;
  background: white;
}
.local-file-feedback {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 13px;
  margin-top: 8px;
}
.local-form-note,
.local-search-status {
  font-size: 13px;
  color: #777;
  padding: 8px 0;
}
:focus-visible {
  outline: 2px solid #4794ff;
  outline-offset: 4px;
}
.bridge-swiper {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.bridge-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.bridge-swiper .swiper-slide {
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
.bridge-swiper .swiper-slide > div {
  width: min(100vw, calc(620px * 1367 / 872));
}
.bridge-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.bridge-swiper .swiper-pagination {
  display: none;
}
.local-menu {
  position: absolute;
  right: 20px;
  top: 54px;
  width: 180px;
  max-height: calc(100dvh - 76px);
  overflow: auto;
  background: #ffffff;
  color: #000000;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 16px 60px #0006;
  z-index: 60;
}
.local-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 14px;
}
.local-menu a:hover {
  background: #86b5ff;
  color: #000000;
}
.local-menu--mobile {
  left: 0;
  right: 0;
  top: 52px;
  width: 100%;
  height: calc(100dvh - 52px);
  max-height: none;
  background: #212121;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 16px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.local-menu--mobile .local-menu-nav {
  display: flex;
  flex-direction: column;
}
.local-menu--mobile .local-menu-nav a {
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0;
  border-bottom: 1px solid #e5e7eb18;
  color: white;
}
.local-menu--mobile .local-menu-nav a:last-child {
  border-bottom: none;
}
.local-menu--mobile .local-menu-lang {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: end;
}
.local-menu--mobile .local-menu-lang-dropdown {
  position: absolute;
  right: -10px;
  bottom: calc(100% - 15px);
  min-width: 180px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #3b3c42;
  border-radius: 10px;
  box-shadow: 0 -12px 40px #0006;
  z-index: 2;
}
.local-menu--mobile .local-menu-lang-dropdown[hidden] {
  display: none !important;
}
.local-menu--mobile .local-menu-lang-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}
.local-menu--mobile .local-menu-lang-dropdown a[aria-current="true"] {
  background: #86b5ff;
  color: #000000;
}
body.local-menu-open {
  overflow: hidden;
}
.local-dialog {
  width: min(480px, calc(100% - 32px));
  border: 1px solid #41424a;
  border-radius: 18px;
  background: #ffffff;
  color: #000000;
  padding: 36px;
  margin: auto;
  box-shadow: 0 24px 100px #0008;
}
.local-dialog.local-dialog--media {
  width: min(520px, calc(100% - 32px));
  padding: 40px 24px 24px;
}
.local-dialog.local-dialog--legal {
  width: min(768px, calc(100% - 32px));
  max-height: min(85vh, 900px);
  padding: 40px 8px 20px;
  overflow: hidden;
}
.local-dialog.local-dialog--legal .dialog-content {
  max-height: calc(85vh - 60px);
  overflow-y: auto;
  padding: 0 28px 12px;
}
.local-dialog::backdrop {
  background: #070a10b8;
  backdrop-filter: blur(6px);
}
.dialog-close {
  position: absolute;
  top: 9px;
  right: 14px;
  font-size: 28px;
  color: #aeb3c2;
  padding: 4px 8px;
  z-index: 1;
}
.dialog-unavailable {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.dialog-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 20px;
}
.dialog-content p {
  font-size: 15px;
  line-height: 1.65;
  color: #bfc2cd;
  margin: 12px 0;
}
.legal-modal-status {
  color: #5b5f6b !important;
  text-align: center;
  margin: 24px 0 !important;
}
.legal-modal-body {
  color: #111827;
}
.legal-modal-body h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}
.legal-modal-body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.75rem 0 0.75rem;
  color: #111827;
}
.legal-modal-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.25rem 0 0.5rem;
  color: #111827;
}
.legal-modal-body p,
.legal-modal-body li {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151 !important;
  margin: 0.65rem 0;
}
.legal-modal-body ul,
.legal-modal-body ol {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1rem;
}
.legal-modal-body a {
  color: #2875e8;
  text-decoration: underline;
}
.legal-modal-body a[aria-label^="Permalink"] {
  display: none;
}
.preview-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.preview-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
}
.preview-form input {
  width: 100%;
  border: 1px solid #4c4e57;
  border-radius: 8px;
  background: #292c34;
  padding: 12px;
  color: white;
}
.local-primary {
  padding: 12px 20px;
  border-radius: 8px;
  background: #2875e8;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
.local-primary:hover {
  background: #408bff;
}
.dialog-content .local-note {
  font-size: 12px;
  margin: 0;
}
.product-tabs-viewport {
  background-color: rgb(224, 233, 242);
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.32, 1);
}
.product-tabs-stage {
  isolation: isolate;
}
.product-tab-layer {
  transition:
    transform 0.5s cubic-bezier(0.33, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.33, 1, 0.32, 1);
  will-change: transform, opacity;
}
.product-tab-layer--center {
  opacity: 1;
  transform: none;
}
.product-tab-layer--left {
  opacity: 1;
  transform: translateX(-25%);
}
.product-tab-layer--right {
  opacity: 1;
  transform: translateX(67%);
}
.product-tabs-stage.is-leaving .product-tab-layer--center {
  opacity: 0;
  transform: translateX(100%);
}
.product-tabs-stage.is-leaving .product-tab-layer--left {
  opacity: 0;
  transform: translateX(-25%) translateY(-70%);
}
.product-tabs-stage.is-leaving .product-tab-layer--right {
  opacity: 0;
  transform: translateX(67%) translateY(70%);
}
.product-tabs-stage.is-entering .product-tab-layer--center {
  opacity: 0;
  transform: translateX(-100%);
}
.product-tabs-stage.is-entering .product-tab-layer--left {
  opacity: 0;
  transform: translateX(-25%) translateY(70%);
}
.product-tabs-stage.is-entering .product-tab-layer--right {
  opacity: 0;
  transform: translateX(67%) translateY(-70%);
}
.product-tabs-stage.is-swap-hold .product-tab-layer {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
