@font-face {
  font-family: "SF Pro Display";
  src: url("../../assets/fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../../assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 18px;
}

h1 {
  font-size: 51px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 1.1;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 18px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 18px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.1;
  }
}

h4 {
  margin-top: 18px;
  font-size: 27px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 1.1;
  }
}

h5 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 1.1;
  }
}

h6 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 22px;
}

.wp-block-table {
  margin-top: 18px;
}

ul,
ol {
  padding-left: 16px;
  margin-top: 18px;
}
ul li,
ol li {
  font-size: 18px;
}

a {
  color: #2077b6;
}

.disclaimer-section-title {
  margin-bottom: 10px;
}

.discleimer {
  padding: 30px 0;
  background-color: #f1f1f1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.discleimer p {
  font-size: 12px;
  margin-top: 0;
  color: #555;
}
.discleimer a {
  color: #555;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.copied-message {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  left: 0;
  border-radius: 4px;
  display: none;
}

.hero {
  padding: 1px 0;
  width: 100vw;
  color: #fff;
  margin-left: calc(50% - 50vw);
}
.hero__image {
  width: 100%;
}
.hero h4 {
  margin-top: 0;
}
.hero-bottom {
  padding-top: 16px;
  position: sticky;
  top: 0;
  padding-bottom: 16px;
  width: 100vw;
  color: #000;
  margin-left: calc(50% - 50vw);
}
.hero-bottom__wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-bottom__wrap {
    flex-direction: column;
    text-align: center;
  }
}
.hero-bottom__row {
  display: flex;
  gap: 18px;
}
@media (max-width: 768px) {
  .hero-bottom__row {
    flex-direction: column;
    align-items: center;
  }
}
.hero-bottom__link {
  display: flex;
  font-size: 16px;
  background: red;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
  color: #d9d9d9;
}
.hero-promocode {
  position: relative;
  background: #fff;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  width: fit-content;
  padding: 5px 28px;
}
.hero-promocode span {
  font-size: 20px;
}
.hero-promocode__row {
  display: flex;
}
.hero__left {
  width: 66.66%;
}
@media (max-width: 1024px) {
  .hero__left {
    width: 100%;
  }
}
.hero__right {
  width: 33.33%;
}
@media (max-width: 1024px) {
  .hero__right {
    width: 100%;
  }
}
.hero__wrap {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hero__wrap {
    flex-direction: column;
  }
}
.hero__top {
  display: flex;
  justify-content: space-between;
}
.hero__gap {
  display: flex;
  font-size: 18px;
}
.hero__rating {
  font-size: 20px;
  font-weight: 600;
}
.hero__logo {
  max-width: 223px;
}
.hero__auto {
  width: 100%;
  margin-top: 20px;
}
.hero__row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  position: relative;
  padding-bottom: 5px;
}
.hero__row::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.137254902);
  bottom: 0;
  height: 1px;
  width: 100%;
}
.hero__date {
  font-size: 18px;
  margin-top: 24px;
}

.hero-links {
  display: flex;
  border-bottom: 2px solid #c9c9c9;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 16px;
}
.hero-links__wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  max-width: 1240px;
}
@media (max-width: 768px) {
  .hero-links__wrap {
    flex-direction: column;
  }
}
.hero-links__link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.showcase-item {
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  min-height: 134px;
  padding: 10px 20px;
  display: flex;
  margin-top: 16px;
  align-items: center;
  display: flex;
}
@media (max-width: 1024px) {
  .showcase-item {
    flex-direction: column;
  }
}
.showcase-item__nubmer {
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  min-width: 56px;
  height: 56px;
  max-width: 56px;
  background: #F1F1F1;
  color: #555555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .showcase-item__nubmer {
    min-width: 31px;
    height: 31px;
    font-size: 17px;
  }
}
.showcase-item__row {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .showcase-item__row {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 624px) {
  .showcase-item__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.showcase-item__logo {
  width: 100%;
  max-width: 180px;
  display: flex;
  align-items: center;
 
  padding: 15px;
  min-width: 180px;
}
.showcase-item__logo img {
  max-width: 130px;
}
.showcase-item__text {
  width: 100%;
  max-width: 220px;
  padding: 15px 20px;
  min-width: 220px;
}
@media (max-width: 1024px) {
  .showcase-item__text {
    min-width: auto;
  }
	.showcase-item__logo {
		min-width: auto;
	}
}
.showcase-item__title {
  font-size: 20px;
  font-weight: 800;
  color: #222;
}
.showcase-item__subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
}
.showcase-item__subtitle p {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
  margin-top: 8px;
}
.showcase-item__link {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .showcase-item__link {
    width: 100%;
  }
}
.showcase-item__link a {
  text-decoration: none;
  width: fit-content;
  font-size: 14px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  gap: 8px;
  color: #d9d9d9;
}
@media (max-width: 1024px) {
  .showcase-item__link a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}