.banner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner .wrap {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0;
}
.banner__left {
  max-width: 100%;
  max-width: 900px;
  text-align: left;
}
@media (max-width: 1024px) {
  .banner__left {
    max-width: 100%;
  }
}
.banner__left .banner__description {
  text-align: left;
}
.banner__top {
  padding: 73px 20px;
  border-radius: 8px;
  padding-bottom: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .banner__top {
    flex-direction: column;
    align-items: center;
  }
}
.banner__title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .banner__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 624px) {
  .banner__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 478px) {
  .banner__title {
    font-size: 24px;
    line-height: 37px;
  }
}
.banner__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  margin-top: 7px;
}
@media (max-width: 478px) {
  .banner__description {
    font-size: 14px;
    line-height: 22px;
  }
}
.banner__link {
  gap: 4px;
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  background: #f7c84a;
  padding: 9px 14px;
  align-items: center;
  line-height: 24px;
  display: flex;
  border-radius: 4px;
  margin-top: 24px;
  width: fit-content;
}
@media (max-width: 767px) {
  .banner__link {
    padding: 8px 18px;
    font-size: 14px;
  }
}
.banner__text {
  height: 100%;
}
@media (max-width: 767px) {
  .banner__text {
    width: 100%;
  }
}
.banner__bottom {
  border-color: #04D9FF;
  padding-left: 48px;
  padding-top: 0;
  position: relative;
  display: grid;
  padding-right: 0;
  padding-bottom: 0;
  padding-bottom: 52px;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .banner__bottom {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner__bottom .banner__title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 634px;
  padding-top: 66px;
  margin: 0;
}
@media (max-width: 768px) {
  .banner__bottom .banner__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 624px) {
  .banner__bottom .banner__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 478px) {
  .banner__bottom .banner__title {
    font-size: 24px;
    line-height: 37px;
  }
}
.banner__bottom .banner__description {
  text-align: left;
  max-width: 534px;
  font-weight: 400;
  margin: 0;
  margin-top: 13px;
  padding-bottom: 20px;
}
.banner__image {
  display: flex;
}
.banner__image img {
  width: 100%;
}
.banner__center {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.discleimer {
  width: 100%;
  max-width: 350px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
.discleimer__top-title {
  background: rgb(148, 139, 122);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Industry-Black", sans-serif;
  font-weight: 700;
  width: fit-content;
  color: #fff;
}
.discleimer__subtitle {
  font-size: 11px;
  color: #999;
  margin-top: 8px;
  font-weight: 600;
}
.discleimer__title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 1.2;
  margin-top: 20px;
}
.discleimer__description {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  font-weight: 400;
}
.discleimer__box {
  position: absolute;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: 32px;
  background-color: #f7c84a;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  justify-content: center;
}
.discleimer__promocode {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 5px 35px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  position: relative;
  transition: all 0.3s ease;
  color: #000;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.discleimer__promocode span {
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.07s linear;
}
.discleimer__promocode:hover {
  border-color: #f7c84a;
}
.discleimer__promocode:hover span {
  color: #0c4c8a;
  letter-spacing: 4px;
}
.discleimer__promocode:hover .discleimer__box {
  background-color: #fdd568;
}
.discleimer__button {
  background-color: #f7c84a;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-top: 16px;
}
.discleimer__button:hover {
  background-color: #fdd568;
}
.discleimer__copy {
  position: absolute;
  right: 15px;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
}
.discleimer__code {
  position: absolute;
  top: -6px;
  font-size: 8px;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  padding: 0px 8px;
  left: 24px;
  background: #fff;
  pointer-events: none;
  z-index: 11;
  border-radius: 2px;
}
.discleimer__exclusive {
  position: absolute;
  top: -10px;
  font-size: 8px;
  right: -4px;
  color: rgb(255, 255, 255);
  pointer-events: none;
  background: rgb(224, 45, 87);
  padding: 2px 8px;
  border-radius: 2px;
}
.discleimer__allowed {
  background: rgba(0, 0, 0, 0.1333333333);
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  gap: 8px;
  margin-top: 16px;
  border-radius: 4px;
}
.discleimer__allowed .allowed-image {
  max-width: 32px;
  position: relative;
  width: 100%;
  display: flex;
}
.discleimer__allowed .allowed-image img {
  width: 100%;
}
.discleimer__allowed .allowed-svg {
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 14px;
  height: 14px;
}
.discleimer__copyright {
  font-size: 12px;
  margin-top: 16px;
}