main {
  overflow: hidden;
}
.intro-section {
  background-color: #000000;
  overflow: hidden;
}
.home-intro-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: clamp(6rem, -7.726rem + 20.548vw, 12rem);
}
.home-image,
.home-desc {
  position: relative;
}
.home-image img {
  position: relative;
  z-index: 1;
  max-width: 1525px;
  width: 158.8542%;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: -3.125%;
}
.home-desc {
  z-index: 10;
  text-align: center;
}
.home-title {
  color: #FFF;
  font-size: clamp(3rem, 1.99rem + 2.927vw, 4.8rem);
  font-weight: 700;
  line-height: 1.36;
  margin: 0 0 24px;
}
.home-text {
  font-size: clamp(1.8rem, 1.159rem + 1.709vw, 2.8rem);
  color: #DEDEDE;
  line-height: 1.6;
  margin: 0;
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.btn {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  font-size: 1.8rem;
  max-width: 200px;
  padding: 11px 15px;
  line-height: 1;
  border: 2px solid transparent;
  outline: 0;
  color: #ffffff;
  background-color: #fbc628;
  transition: background-color .2s ease;
}
.btn:hover {
    background-color: #d6ae28;
}
.btn-dark {
  border-color: #595959;
  background-color: #595959;
}
.btn-dark:hover {
    background-color: #444444;
    border-color: #444444;
}
.btn-bright {
  border-color: #E51FD9;
  background-color: #E51FD9;
}
.btn-bright:hover {
  background-color: #cc1dc0;
  border-color: #cc1dc0;
}
.novelty-section {
  padding: 0 20px;
  padding-bottom: 10%;
  padding-top: 42.4%;
  background: #1087C2 url(/assets/img/home/hero-mashup-2@2x.jpg) calc(50% + 9px) top / 100% auto no-repeat;
}
.novelty-title { 
  font-size: clamp(2.6rem, 1.702rem + 2.602vw, 4.2rem);  
  line-height: 1.36;
  margin: 0
}
.novelty-text {
  text-align: center;
  position: relative;
  z-index: 30;
  max-width: 480px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.6rem, 0.685rem + 1.37vw, 2rem);
  line-height: 1.6;
}
.novelty-text p {
  margin: 20px 0;
}
.novelty-text .button-link {
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  width: auto;
  text-decoration: underline;
  color: #FFf;
  font-weight: 600;
}
.novelty-text .button-link:hover {
  text-decoration: none;
}
.novelty-image {
  margin-bottom: 8.15%;
  display: block;
  position: relative;
  z-index: 20;
  text-align: center;
}
.novelty-image a {
  display: block;
}


@media only screen and (min-width: 568px) {
  .home-image img {
    margin-top: 5px;
}
}
@media only screen and (min-width: 668px) {
  .btn-wrapper {
    gap: 30px;
    margin-top: 50px;
  }
  .btn {
    font-size: 2.2rem;
    max-width: 240px;
    padding: 14px 20px;
  }
  
}

@media only screen and (min-width: 769px) {
  .novelty-section {
    padding: 0 20px;
    padding-top: 107px;
    padding-bottom: 140px;
    background: #1087C2 url(/assets/img/home/hero-mashup-2@2x.jpg) calc(50% + 262px) center / 718px 412px no-repeat;
    }
  .novelty-row {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    text-align: left;
  }
  .novelty-image {
    text-align: right;
    width: 54.3%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
  .novelty-text {
    width: 53%;
    padding-right: 5.8%;
    max-width: none;
    text-align: left;
  }
  .novelty-text .button-link {
    margin-top: 4px;
  }
}
