@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Variable.ttf");
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  font-synthesis: none !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
}
body.lock {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.lock-m {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #0085fe !important;
}

img,
video {
  max-width: 100%;
}

img[parse-svg] {
  opacity: 0;
}

.custom-container {
  width: 100%;
  max-width: 1596px;
  margin: 0 auto;
  padding: 0 48px;
}
@media screen and (max-width: 1401px) {
  .custom-container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 991px) {
  .custom-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 575px) {
  .custom-container {
    padding: 0 16px;
  }
}
.custom-container-big {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}

.section-about-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .section-about-wrapper {
    flex-direction: column;
  }
}
.section-about-img {
  flex-shrink: 0;
  width: 42%;
  height: 440px;
}
@media screen and (max-width: 991px) {
  .section-about-img {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .section-about-img {
    height: 220px;
  }
}
.section-about-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-about-block h1, .section-about-block h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 2%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .section-about-block h1, .section-about-block h2 {
    font-size: 32px;
  }
}
.section-about-text {
  margin: 24px 0;
}
@media screen and (max-width: 991px) {
  .section-about-text {
    margin: 16px 0;
  }
}
.section-about-text p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .section-about-text p {
    font-size: 16px;
  }
}
.section-about-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: auto;
  border: 1px solid rgba(82, 82, 100, 0.25);
  border-radius: 8px;
}
@media screen and (max-width: 1401px) {
  .section-about-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-about-items .item {
  min-height: 120px;
  padding: 20px 12px;
  border-right: 1px solid rgba(82, 82, 100, 0.25);
}
@media screen and (max-width: 991px) {
  .section-about-items .item {
    min-height: 112px;
    padding: 12px 12px;
  }
}
@media screen and (max-width: 1401px) {
  .section-about-items .item {
    border-top: 1px solid rgba(82, 82, 100, 0.25);
  }
  .section-about-items .item:nth-child(1), .section-about-items .item:nth-child(2) {
    border-top: 0;
  }
  .section-about-items .item:nth-child(even) {
    border-right: 0;
  }
}
.section-about-items .item:last-child {
  border-right: 0;
}
.section-about-items .item h3 {
  font-family: Manrope;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #525264;
}
@media screen and (max-width: 991px) {
  .section-about-items .item h3 {
    font-size: 28px;
  }
}
.section-about-items .item p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin-top: 8px;
}

.section-advantages {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-advantages {
    padding: 40px 0 24px;
  }
}
.section-advantages-bg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-advantages-bg img, .section-advantages-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-advantages-bg::before {
  content: "";
  background: linear-gradient(181.48deg, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0.9) 98.74%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-advantages > :nth-child(2) {
  position: relative;
  z-index: 2;
}
.section-advantages .custom-container {
  position: relative;
  z-index: 2;
}
.section-advantages-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 540px;
}
@media screen and (max-width: 991px) {
  .section-advantages-wrapper {
    min-height: 520px;
  }
}
.section-advantages-wrapper h2 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-advantages-wrapper h2 {
    font-size: 32px;
  }
}
.section-advantages-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-advantages-items {
    overflow: auto hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -24px;
    padding: 0 24px;
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .section-advantages-items {
    margin-left: -16px;
    padding: 0 16px;
  }
}
.section-advantages-items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .section-advantages-items .item {
    flex-shrink: 0;
    width: 220px;
  }
}
.section-advantages-items .item img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 991px) {
  .section-advantages-items .item img {
    width: 80px;
    height: 80px;
  }
}
.section-advantages-items .item h3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .section-advantages-items .item h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}
.section-advantages-items .item p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .section-advantages-items .item p {
    font-size: 14px;
  }
}

.section-catalog-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.section-catalog-top-block h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 2%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .section-catalog-top-block h2 {
    font-size: 32px;
  }
}
.section-catalog-top-block p {
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  max-width: 700px;
  margin-top: 24px;
}
@media screen and (max-width: 1401px) {
  .section-catalog-top-block p {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .section-catalog-top-block p {
    font-size: 14px;
  }
}
.section-catalog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 32px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-catalog-items {
    gap: 32px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .section-catalog-items {
    grid-template-columns: 1fr;
  }
}
.section-catalog-items .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-catalog-items .item-img {
  display: flex;
}
.section-catalog-items .item-img img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .section-catalog-items .item-img img {
    aspect-ratio: 2/1;
  }
}
.section-catalog-items .item-info h3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 2%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .section-catalog-items .item-info h3 {
    font-size: 24px;
  }
}
.section-catalog-items .item-info p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .section-catalog-items .item-info p {
    font-size: 13px;
    margin-top: 8px;
  }
}
.section-catalog-items .item-big {
  grid-column: span 3;
  flex-direction: row-reverse;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .section-catalog-items .item-big {
    grid-column: span 2;
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .section-catalog-items .item-big {
    flex-direction: column;
    grid-column: span 1;
    gap: 8px;
  }
}
.section-catalog-items .item-big .item-img, .section-catalog-items .item-big .item-info {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .section-catalog-items .item-big .item-img, .section-catalog-items .item-big .item-info {
    width: 100%;
  }
}
.section-catalog-items .item-big .item-img img, .section-catalog-items .item-big .item-info img {
  aspect-ratio: 5.5/2;
}
@media screen and (max-width: 575px) {
  .section-catalog-items .item-big .item-img img, .section-catalog-items .item-big .item-info img {
    aspect-ratio: 2/1;
  }
}
.section-catalog-btn {
  margin-top: 24px;
}

.section-info-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .section-info-wrapper {
    flex-direction: column;
  }
}
.section-info-left, .section-info-right {
  overflow: hidden;
  position: relative;
  background: #F2BD13;
  width: 50%;
  min-height: 400px;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .section-info-left, .section-info-right {
    width: 100%;
    min-height: 300px;
    padding: 24px 16px;
    border-radius: 8px;
  }
}
.section-info-left {
  display: flex;
}
.section-info-left-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-info-left-img::before {
  content: "";
  background: linear-gradient(285.23deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.704) 50.85%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-info-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-info-left-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .section-info-left-block {
    height: auto;
  }
}
.section-info-left-block h3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-info-left-block h3 {
    font-size: 32px;
  }
}
.section-info-left-block p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .section-info-left-block p {
    font-size: 16px;
  }
}
.section-info-left-block .button {
  margin-top: auto;
}
.section-info-right {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .section-info-right {
    flex-direction: column-reverse;
  }
}
.section-info-right-img {
  flex-shrink: 0;
  width: 340px;
  height: 340px;
}
@media screen and (max-width: 991px) {
  .section-info-right-img {
    width: 180px;
    height: 180px;
  }
}
.section-info-right-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-info-right-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.section-info-right-block h3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0px;
}
@media screen and (max-width: 991px) {
  .section-info-right-block h3 {
    font-size: 32px;
  }
}
.section-info-right-block p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .section-info-right-block p {
    font-size: 16px;
  }
}
.section-info-right-block .button {
  margin-top: auto;
}

.section-partnership-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .section-partnership-wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
.section-partnership-img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-partnership-img {
    width: 100%;
  }
}
.section-partnership-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-partnership-block {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-partnership-block {
    width: 100%;
  }
}
.section-partnership-block h1, .section-partnership-block h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .section-partnership-block h1, .section-partnership-block h2 {
    font-size: 32px;
  }
}
.section-partnership-block p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  vertical-align: middle;
  color: #000000;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .section-partnership-block p {
    font-size: 16px;
    margin-top: 16px;
  }
}
.section-partnership-contacts {
  font-family: Onest;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-partnership-contacts {
    margin-top: 24px;
  }
}
.section-partnership-contacts a {
  text-decoration: underline;
  font-family: Onest;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  transition: text-decoration-color 0.2s ease;
}
@media (hover: hover) {
  .section-partnership-contacts a:hover {
    text-decoration-color: transparent;
  }
}
.section-partnership-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-partnership-btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .section-partnership-btn {
    display: block;
  }
}

.section-who-top h1, .section-who-top h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 2%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .section-who-top h1, .section-who-top h2 {
    font-size: 32px;
  }
}
.section-who-top p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .section-who-top p {
    font-size: 16px;
  }
}
.section-who-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-who-items {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 32px;
  }
}
.section-who-items .item {
  position: relative;
  min-height: 560px;
}
@media screen and (max-width: 991px) {
  .section-who-items .item {
    min-height: 340px;
  }
}
.section-who-items .item-img {
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-who-items .item-img::before {
  content: "";
  background: linear-gradient(285.23deg, rgba(16, 16, 20, 0) 36%, rgba(16, 16, 20, 0.88) 88%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-who-items .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-who-items .item-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
}
.section-who-items .item-block h3 {
  font-family: Onest;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-who-items .item-block h3 {
    font-size: 24px;
  }
}
.section-who-items .item-block p {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  max-width: 280px;
  color: #ffffff;
  margin: 12px 0 24px 0;
}
@media screen and (max-width: 991px) {
  .section-who-items .item-block p {
    font-size: 16px;
  }
}
.section-who-items .item-btn {
  display: flex;
  align-items: flex-start;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .section-who-items .item-btn {
    display: block;
  }
}

.section-join-top h1, .section-join-top h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 2%;
  color: #000000;
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .section-join-top h1, .section-join-top h2 {
    font-size: 32px;
  }
}
.section-join-top p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-top: 16px;
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .section-join-top p {
    font-size: 16px;
  }
}
.section-join-items {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-join-items {
    flex-direction: column;
    margin-top: 32px;
  }
}
.section-join-items .item {
  width: 38%;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .section-join-items .item {
    width: 100%;
  }
}
.section-join-items .item:nth-child(3n) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .section-join-items .item:nth-child(3n) {
    width: 100%;
  }
}
.section-join-items .item:nth-child(3n) .item-img::after {
  display: none;
}
.section-join-items .item-img {
  display: flex;
  align-items: center;
}
.section-join-items .item-img::after {
  content: "";
  width: 100%;
  height: 24px;
  margin-left: 24px;
  background-image: url("../img/icons/icon-arrow-join.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-join-items .item-img::after {
    display: none;
  }
}
.section-join-items .item-img img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-join-items .item-block {
  margin-top: 12px;
}
.section-join-items .item-block h3 {
  font-family: Onest;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
}
.section-join-items .item-block p {
  font-family: Onest;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  margin-top: 6px;
}
.section-join-items .item-block p a {
  font-family: Onest;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  text-decoration: underline;
  color: #000000;
  transition: text-decoration-color 0.2s ease;
}
@media (hover: hover) {
  .section-join-items .item-block p a:hover {
    text-decoration-color: transparent;
  }
}

.section-loyalty-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background: #766571;
  min-height: 400px;
  padding: 52px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .section-loyalty-wrapper {
    flex-direction: column;
    width: 100vw;
    margin-left: -24px;
    gap: 40px;
    padding: 40px 24px;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-loyalty-wrapper {
    margin-left: -16px;
    padding: 40px 16px;
  }
}
.section-loyalty-left {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}
.section-loyalty-left h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-loyalty-left h2 {
    font-size: 32px;
  }
}
.section-loyalty-left p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .section-loyalty-left p {
    font-size: 16px;
  }
}
.section-loyalty-right h2 {
  font-family: Manrope;
  font-weight: 500;
  font-size: 150px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .section-loyalty-right h2 {
    font-size: 120px;
  }
}
.section-loyalty-right p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .section-loyalty-right p {
    font-size: 16px;
    margin-top: 8px;
  }
}
.section-loyalty-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .section-loyalty-list {
    margin-top: 8px;
  }
}
.section-loyalty-list li {
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  list-style: none;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 4px 8px;
  border-radius: 8px;
}
.section-loyalty-btn {
  max-width: 600px;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .section-loyalty-btn {
    margin-top: 40px;
  }
}

[hidden] {
  display: none !important;
}

@media screen and (min-width: 991px) {
  .hidden\@m {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .visible\@m {
    display: none !important;
  }
}

.button {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  display: flex;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  padding: 12px 32px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .button:hover {
    opacity: 0.8;
    color: #000000;
  }
}
@media screen and (max-width: 991px) {
  .button {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.button-secondary {
  color: #ffffff;
  background: #000000;
}
@media (hover: hover) {
  .button-secondary:hover {
    color: #ffffff;
  }
}
.button-primary {
  color: #000000;
  background: #F2BD13;
}
@media (hover: hover) {
  .button-primary:hover {
    color: #000000;
  }
}