.side-border {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.digi-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 600px) {
  .digi-container {
    padding: 0 60px;
  }
}

.top-border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.hire-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid transparent; /* base */
  border-image: linear-gradient(89.09deg, #1A76DB 0.78%, #9AC1EC 99.22%);
  border-image-slice: 1;
  padding-bottom: 3px;
  transition: color 0.3s ease;
  font-size: 18px;
  padding-bottom: 12px;
}

/* Only text color changes on hover */
.hire-link:hover {
  color: #1A76DB;
}

.Thank_you {
  background-image: url(../image/thank_you/Background-Image.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
  padding-top: 270px;
  padding-bottom: 306px;
}

.thk-hero-content-wrapper .content h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
}
@media (max-width: 10240px) {
  .thk-hero-content-wrapper .content h1 {
    font-size: 76px;
    line-height: 70px;
  }
}
@media (max-width: 10240px) {
  .thk-hero-content-wrapper .content h1 {
    font-size: 48px;
    line-height: 44px;
  }
}

.thk-hero-content-wrapper .content h1, .thk-hero-content-wrapper .content p {
  text-align: center;
}

.thk-hero-content-wrapper .content p {
  max-width: 646px;
  margin: auto;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  margin-block: 40px;
}
@media (max-width: 10240px) {
  .thk-hero-content-wrapper .content p {
    margin-block: 20px;
  }
}

.page-template-thank-you .thk-hero-content-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  top: 86px;
}

.page-template-thank-you .thk-hero-content-wrapper .content h1 {
  font-size: clamp(40px, 12vw, 120px);
  font-weight: 600;
}

.page-template-thank-you .thk-hero-content-wrapper .content p {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  margin-block: 40px;
}

.Thank_you .content-btn {
  margin: auto;
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .Thank_you .content-btn {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.Thank_you .content-btn .button {
  width: 280px !important;
}

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