html, body {
  overflow-x: clip;
}

.h1 {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: Geologica;
  font-weight: bold;
  text-transform: uppercase;
  color: #1f2a36;
}

.h2 {
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0.03;
  font-family: Geologica;
  font-weight: 600;
  text-transform: uppercase;
}

.h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03;
  font-family: Geologica;
  font-weight: SemiBold;
}

.h4 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.03;
  font-family: Geologica;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f2a36;
}

@media (max-width: 768px) {
  .h1 {
    font-size: 24px;
    line-height: auto;
    letter-spacing: 0.03;
  }
  .h2 {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0.03;
    font-family: SemiBold;
  }
  .h3 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.03;
    font-family: SemiBold;
  }
  .h4 {
    font-size: 16px;
    line-height: auto;
    letter-spacing: 0.03;
  }
}
.body-lg {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: Geologica;
  font-weight: 100;
}

.body-new {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: Geologica;
  font-weight: 100;
}

@media (max-width: 768px) {
  .body-lg {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .body-new {
    font-size: 16px;
    line-height: auto;
  }
}
.tag {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: Geologica;
  font-weight: 500;
}

.default-arrow:hover {
  transform: scale(1.1);
}
.default-arrow:hover img {
  animation: bounceToLeft 1s ease forwards;
}

@keyframes bounceToLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  50.01% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .tag {
    font-size: 16px;
    line-height: auto;
  }
}
.info-slider {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 20px;
}

.is-slider-inner {
  max-width: 1000px;
}

.is-title {
  color: #1f2a36;
}

.is-description {
  margin: 20px 0 50px 0;
}

.is-swiper {
  overflow: unset;
}
.is-swiper:hover {
  cursor: grab;
}

.is-slide {
  position: relative;
  max-width: 685px;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background: white;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  z-index: 1;
}
.is-slide svg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(35%, 25%) rotate(-15deg);
  z-index: -1;
}

.is-col-img {
  width: 280px;
  height: 100%;
  aspect-ratio: 28/40;
  overflow: hidden;
  display: flex;
}
.is-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-col-text {
  max-width: 385px;
  padding: 0 20px;
}

.is-counter {
  font-size: 20px;
  letter-spacing: 0;
  line-height: auto;
  font-family: Geologica;
  font-weight: 500;
  color: #57b1c7;
}

.is-item-title {
  margin: 16px 0;
  font-size: 18px;
  letter-spacing: 0.03;
  line-height: auto;
  font-family: Geologica;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f2a36;
}

@media (max-width: 1024px) {
  .info-slider {
    padding: 0 16px;
  }
}
@media (max-width: 1000px) {
  .is-swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .is-slide {
    height: auto;
    flex-direction: column-reverse;
  }
  .is-col-img {
    width: 100%;
    height: auto;
    aspect-ratio: 343/200;
  }
  .is-col-text {
    max-width: 100%;
    padding: 28px 16px 0 16px;
  }
}
@media (max-width: 768px) {
  .info-slider {
    margin: 0 auto 56px auto;
  }
  .is-description {
    margin: 16px 0 24px 0;
  }
  .is-swiper-wrapper {
    gap: 8px;
  }
  .is-slide {
    gap: 24px;
  }
}