.hero-block {
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: clamp(85px, 62px + 0.071875 * 100vw, 200px);
  padding-bottom: clamp(60px, 54px + 0.01875 * 100vw, 90px);
  margin-bottom: clamp(60px, 46px + 0.04375 * 100vw, 130px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hero-block {
    padding-top: clamp(85px, 70px + 0.046875 * 100vw, 160px);
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .hero-block {
    min-height: unset;
    height: auto;
  }
}
.hero-block .container {
  display: flex;
  flex-direction: column;
}
.hero-block .container:not(:has(.buttons)) {
  justify-content: center;
}
.hero-block .inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 10px + 0.0625 * 100vw, 130px);
}
@media (max-width: 768px) {
  .hero-block .inner {
    display: block;
  }
}
.hero-block .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-block .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block .title-wrapper {
  margin-bottom: clamp(20px, 12px + 0.025 * 100vw, 60px);
}
@media (max-width: 1440px) {
  .hero-block .title-wrapper {
    margin-bottom: 20px;
  }
}
.hero-block .title-wrapper .title,
.hero-block .title-wrapper .sub-title {
  font-size: clamp(18px, 9.6px + 0.02625 * 100vw, 60px);
  color: var(--color-white);
  text-align: left;
}
@media (max-width: 1440px) {
  .hero-block .title-wrapper .title,
  .hero-block .title-wrapper .sub-title {
    font-size: clamp(18px, 12px + 0.01875 * 100vw, 48px);
  }
}
@media (max-width: 768px) {
  .hero-block .title-wrapper .title,
  .hero-block .title-wrapper .sub-title {
    text-align: center;
    font-weight: 700;
  }
}
.hero-block .title-wrapper .title {
  font-weight: 700;
  margin-bottom: 0;
}
.hero-block .description {
  margin-bottom: clamp(40px, 36px + 0.0125 * 100vw, 60px);
  font-size: clamp(16px, 13.2px + 0.00875 * 100vw, 30px);
  color: var(--color-white);
}
@media (max-width: 1440px) {
  .hero-block .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-block .description {
    text-align: center;
  }
}
.hero-block .check-repeaters {
  margin-bottom: clamp(20px, 12px + 0.025 * 100vw, 60px);
  display: flex;
  align-items: center;
  gap: clamp(15px, 6px + 0.028125 * 100vw, 60px);
}
@media (max-width: 1440px) {
  .hero-block .check-repeaters {
    margin-bottom: clamp(20px, 18px + 0.00625 * 100vw, 30px);
  }
}
.hero-block .check-repeaters .check-wrapper {
  display: flex;
  align-items: center;
}
.hero-block .check-repeaters .check-wrapper .check-text {
  color: var(--color-white);
  font-size: clamp(16px, 15.6px + 0.00125 * 100vw, 18px);
}
.hero-block .check-repeaters .check-wrapper .check {
  margin-right: clamp(10px, 9px + 0.003125 * 100vw, 15px);
}
@media (max-width: 768px) {
  .hero-block .check-repeaters {
    display: none;
  }
}
.hero-block .button-quote {
  margin-bottom: clamp(30px, 16px + 0.04375 * 100vw, 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 18px + 0.00625 * 100vw, 30px);
}
@media (max-width: 1440px) {
  .hero-block .button-quote {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-block .button-quote .button {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px;
  }
}
.hero-block .buttons {
  display: flex;
  grid-gap: clamp(15px, 12px + 0.009375 * 100vw, 30px);
  margin-top: auto;
}
@media (max-width: 768px) {
  .hero-block .buttons {
    grid-gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.hero-block .buttons .button-wrapper {
  flex: 0.1 0 calc(25% - 23px);
}
.hero-block .buttons .button-wrapper .button {
  padding: clamp(20px, 17px + 0.009375 * 100vw, 35px) clamp(10px, 5px + 0.015625 * 100vw, 35px);
  margin-bottom: 20px;
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px);
  width: 100%;
  min-width: unset;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .hero-block .buttons .button-wrapper .button {
    padding: clamp(20px, 20px + 0 * 100vw, 20px) clamp(10px, 7px + 0.009375 * 100vw, 25px);
  }
}
@media (max-width: 768px) {
  .hero-block .buttons .button-wrapper .button {
    display: none;
  }
}
.hero-block .buttons .button-wrapper .button-text {
  display: flex;
  align-items: center;
}
.hero-block .buttons .button-wrapper .button-text picture {
  flex: 0 0 34px;
  height: 34px;
  margin-right: 10px;
}
.hero-block .buttons .button-wrapper .button-text .text {
  color: var(--color-white);
  line-height: 1.3;
}
.hero-block .buttons .button-wrapper:nth-child(1) .blick {
  animation-delay: 0.3s;
}
.hero-block .buttons .button-wrapper:nth-child(2) .blick {
  animation-delay: 0.8s;
}
.hero-block .buttons .button-wrapper:nth-child(3) .blick {
  animation-delay: 0.6s;
}
.hero-block-mobile {
  margin-bottom: clamp(60px, 44px + 0.05 * 100vw, 140px);
}
.hero-block-mobile .mobile-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-block-mobile .mobile-buttons .button {
  padding: 30px 20px;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 769px) {
  .hero-block-mobile {
    display: none;
  }
}
.hero-block .scroll-setion {
  position: absolute;
  left: clamp(10px, -4px + 0.04375 * 100vw, 80px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .hero-block .scroll-setion {
    left: clamp(10px, 2px + 0.025 * 100vw, 50px);
  }
}
@media (max-width: 1024px) {
  .hero-block .scroll-setion {
    display: none;
  }
}
.hero-block .scroll-setion .scroll-section-wrapper {
  position: relative;
  width: 17px;
}
.hero-block .scroll-setion .scroll-section-wrapper .scroll-text {
  font-size: 14px;
  letter-spacing: 0.7em;
  height: 140px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: var(--color-white);
}
.hero-block .scroll-setion .scroll-section-wrapper .scroll-text span {
  display: block;
  transform: rotate(-90deg) translateX(calc(-100% - 120px));
  transform-origin: left top;
}
.hero-block .scroll-setion .scroll-section-wrapper .scroll-line {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.hero-block .scroll-setion .scroll-section-wrapper .scroll-line::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  display: block;
  background-color: var(--color-white);
  animation: scrollLine 2s linear infinite;
}
@keyframes scrollLine {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.hero-block .scroll-setion .scroll-section-wrapper .scroll-icon {
  margin-top: 40px;
}
.hero-block .scroll-setion .scroll-section-wrapper .scroll-icon svg path {
  fill: var(--color-white);
}
.hero-block .youtube-button {
  margin-right: clamp(30px, 8px + 0.06875 * 100vw, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-block .youtube-button {
    display: none;
  }
}
.hero-block .youtube-button .button-wrapper {
  position: relative;
  width: clamp(32px, 22.4px + 0.03 * 100vw, 80px);
  height: clamp(32px, 22.4px + 0.03 * 100vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-linear-blue);
}
.hero-block .youtube-button .button-wrapper:hover {
  background: var(--color-blue);
}
.hero-block .youtube-button .button-wrapper a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-block .youtube-button .button-wrapper a svg {
  max-height: 60%;
  width: auto;
}
.hero-block .youtube-button .button-wrapper::before, .hero-block .youtube-button .button-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-linear-blue);
  border-radius: 50%;
  opacity: 0.2;
}

.hero-mobile-video {
  display: none;
  margin-bottom: 30px;
}
.hero-mobile-video .video-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
.hero-mobile-video iframe {
  width: 100%;
  height: auto;
  min-height: 180px;
}
.hero-mobile-video .video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-height: 350px;
}
.hero-mobile-video .video img {
  height: auto;
  display: block;
}
.hero-mobile-video .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
.hero-mobile-video .video .button-wrapper {
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--color-linear-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.hero-mobile-video .video .button-wrapper:hover {
  background: var(--color-blue);
}
.hero-mobile-video .video .button-wrapper a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-mobile-video .video .button-wrapper svg {
  max-height: 50%;
}
.hero-mobile-video .video .button-wrapper::before, .hero-mobile-video .video .button-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-linear-blue);
  border-radius: 50%;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .hero-mobile-video {
    display: block;
  }
}

@keyframes beforeSize {
  0% {
    height: 100%;
    width: 100%;
  }
  40% {
    height: 200%;
    width: 200%;
  }
  60% {
    height: 100%;
    width: 100%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
@keyframes afterSize {
  0% {
    height: 50%;
    width: 50%;
  }
  40% {
    height: 150%;
    width: 150%;
  }
  60% {
    height: 50%;
    width: 50%;
  }
  100% {
    height: 50%;
    width: 50%;
  }
}
.page-id-672 .hero-block {
  margin-bottom: 0 !important;
}
