@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/noto-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/noto-sans-500.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/noto-sans-600.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/noto-sans-700.ttf") format("truetype");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/material-symbols-outlined.ttf") format("truetype");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  display: inline-block;
}

html.static-site [data-aos] {
  pointer-events: none;
  transition-duration: 400ms;
  transition-property: transform, opacity;
}

html.static-site [data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}

html.static-site [data-aos].aos-animate {
  pointer-events: auto;
}

html.static-site [data-aos="zoom-out"] {
  opacity: 0;
  transform: scale(1.2);
}

html.static-site [data-aos="zoom-out"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

@media (max-width: 600px) {
  html.static-site .ssl.products .ssl-why .section-1 > span:first-of-type,
  html.static-site .ssl.products .ssl-why .section-2 .row:nth-child(3) .title {
    white-space: nowrap;
  }
}

.swiper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  position: relative;
  transition: transform 450ms cubic-bezier(0.2, 0.75, 0.25, 1);
  box-sizing: content-box;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.swiper-slide img {
  display: block;
}

.swiper-button-prev,
.swiper-button-next,
.case-swiper-button-prev,
.case-swiper-button-next {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.swiper-button-prev::after {
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  transform: rotate(45deg);
}

.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.swiper-pagination {
  z-index: 10;
  text-align: center;
  transition: opacity 300ms;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.3;
  background: currentColor;
  border: 0;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.feature.training .feature-info .slider-item {
  pointer-events: none;
  opacity: 0 !important;
  transition: opacity 350ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.feature.training .feature-info .slider-item.is-before,
.feature.training .feature-info .slider-item.is-after {
  opacity: 0.35 !important;
}

.feature.training .feature-info .slider-item.is-current {
  z-index: 2;
  opacity: 1 !important;
}

.sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.static-site .middle.join .jobs .list .job-card {
  gap: 32px;
  border: 2px solid transparent;
  padding: 28px 32px;
  color: #212121;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease,
    transform 180ms ease;
}

html.static-site .middle.join .jobs .list .job-card:hover {
  background: #d4eaff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(52 87 255 / 12%);
}

html.static-site .middle.join .jobs .list .job-card:focus-visible {
  border-color: #3457ff;
  outline: 3px solid rgb(52 87 255 / 28%);
  outline-offset: 4px;
}

html.static-site .middle.join .jobs .job-card__content {
  max-width: 760px;
}

html.static-site .middle.join .jobs .job-card__content h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.4;
}

html.static-site .middle.join .jobs .job-card__content p {
  margin: 0 0 12px;
  color: #3f4752;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

html.static-site .middle.join .jobs .list .job-card__link {
  padding: 0;
  color: #3457ff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}

html.static-site .middle.join .jobs .list .job-card__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #fff;
  background: #3457ff;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

@media (max-width: 600px) {
  html.static-site .middle.join .jobs .list .job-card {
    gap: 20px;
    border-radius: 24px;
    padding: 24px;
  }

  html.static-site .middle.join .jobs .job-card__content h3 {
    font-size: 1.125rem;
  }

  html.static-site .middle.join .jobs .job-card__content p {
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  html.static-site .middle.join .jobs .list .job-card__link {
    font-size: 0.875rem;
  }

  html.static-site .middle.join .jobs .list .job-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
