.benefits-block {
  margin-bottom: 160px;
}

.benefits-block-title {
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
  line-height: 72px;
  text-align: center;
  background: linear-gradient(
    268.97deg,
    #e9c88d 2.03%,
    #e6a03e 30.86%,
    #ffda8a 100.05%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 64px;
  padding-top: 80px;
}

@media screen and (max-width: 1100px) {
  .benefits-block-title {
    padding-top: 56px;
  }
}
.benefits-block-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.benefit-card {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 2px;
  padding: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

/* .benefit-card-image {
} */

.benefit-card-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36.4px;
  color: rgba(233, 195, 119, 1);
  margin: 0 0 16px;
}

.benefit-card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 238, 213, 1);
  margin: 0;
}

.accordion-section {
  margin-bottom: 80px;
}

.middlePresent {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  min-height: 144px;
  max-height: 144px;
  height: 100%;
  background: linear-gradient(
    270deg,
    #c2a36b -0.01%,
    #ae6e1d 33.34%,
    #ffda8a 66.7%,
    #8c5311 100.06%
  );
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  align-items: flex-end;
}

.content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 0 40px;
}

.textWrapper {
  flex-grow: 1;
  max-width: 710px;
}

.presentImage {
  margin: 0 0 -6px 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.presentImage img {
  max-width: 100%;
  min-width: 350px;
  height: auto;
  object-fit: contain;
  margin: 0 0 -4px 0;
}

@media screen and (max-width: 1240px) {
  .content {
    padding: 0 12px 0 12px;
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .middlePresent {
    min-height: 196px;
    position: relative;
  }
  .content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    min-height: auto;
    font-size: 18px;
  }
  .presentImage {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .presentImage {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .presentImage img {
    max-width: 100%;
    min-width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .content {
    padding: 0 24px 0 24px;
    font-size: 18px;
  }
  .presentImage {
    margin: 0 0 -30px 0;
  }
  .presentImage img {
    margin: 0 0 40px 0;
    max-width: 30%;
    min-width: 250px;
  }
}

@media screen and (max-width: 1100px) {
  .benefits-block {
    margin-bottom: 120px;
  }

  .benefits-block-title {
    font-size: 48px;
    line-height: 60px;
  }

  .benefit-card {
    flex-direction: column;
    gap: 15px;
  }

  .benefit-card-title {
    font-size: 26px;
    line-height: 34px;
  }

  .benefit-card-description {
    font-size: 15px;
    line-height: 22px;
  }

  .accordion-section {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 900px) {
  .benefits-block {
    margin-bottom: 80px;
  }

  .benefits-block-title {
    font-size: 42px;
    line-height: 52.5px;
  }

  .benefits-block-cards {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    flex-direction: row;
  }

  .benefit-card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .benefit-card-description {
    font-size: 14px;
    line-height: 21px;
  }

  .accordion-section {
    margin-bottom: 42px;
  }
}

@media (max-width: 600px) {
  .benefits-block {
    margin-bottom: 40px;
  }

  .benefits-block-title {
    font-size: 36px;
    font-style: italic;
    line-height: 43.2px;
    margin-bottom: 32px;
  }

  .benefit-card {
    flex-direction: column;
    gap: 10px;
    background-position: right bottom !important;
  }

  .benefit-card-image {
    max-width: 180px;
    max-height: 180px;
  }

  .benefit-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .benefit-card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .accordion-section {
    margin-bottom: 24px;
  }
}

.topperSection_textBlock {
  /* display: none; */
  color: #fff;
  text-align: center;
  /* text-shadow: 0px 0px 16.715728759765625px rgba(26, 8, 44, 0.6); */
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
  text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
  .topperSection_textBlock {
    display: flex;
    justify-content: center;
  }
}

.joinSection__content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  max-width: 610px;
  margin-left: 340px;
  margin-top: 268px;
  margin-bottom: 188px;
}

.joinSection__content_description {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.joinSection__content .title {
  text-align: left;
}

@media screen and (max-width: 1640px) {
  .joinSection__content {
    gap: 28px;
    margin-left: 170px;
    margin-top: 268px;
    margin-bottom: 188px;
  }
}

@media screen and (max-width: 1400px) {
  .joinSection__content {
    max-width: 340px;
    gap: 14px;
    margin-left: 85px;
    margin-top: 268px;
    margin-bottom: 188px;
  }
  .joinSection__content_description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
}

@media screen and (max-width: 1240px) {
  .joinSection {
    display: flex;
    justify-content: center;
  }
  .joinSection__content {
    gap: 24px;
    margin-top: 138px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 412px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 400px) {
  .joinSection__content {
    max-width: 360px;
    padding: 0 24px;
  }
}

.jv-banner-section {
  padding: 0;
  height: 798px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jv-banner-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

  justify-content: center;
  height: 100%;
}

.jv-banner-button-wrapper {
  margin-top: 64px;
}

.jv-button {
  margin-top: 48px;
  background: linear-gradient(90deg, #ae9451 0%, #f1ce95 100%);
  padding: 17px 48px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px -1px 1px 0px rgba(35, 34, 49, 0.2) inset;
  box-shadow: 0px 4px 8px 0px rgba(6, 8, 14, 0.2);
  color: rgba(85, 51, 10, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.jv-banner-title {
  font-family: 'Newsreader';
  font-size: 96px;
  font-weight: 500;
  line-height: 105.6px;
  text-align: left;
  border: 1px solid;

  background: linear-gradient(
    360deg,
    #d8a861 42.61%,
    #eccd8f 62.92%,
    #ffeecb 81.3%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.jv-banner-title span {
  font-weight: 700;
}
.jv-banner-button-description {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 300;
  line-height: 43.2px;
  text-align: left;
  margin: 0;
  border: 1px solid;

  background: linear-gradient(
    360deg,
    #d8a861 42.61%,
    #eccd8f 62.92%,
    #ffeecb 81.3%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.jv-banner-button-description span {
  font-weight: 600;
}
.jv-banner-subtitle {
  font-family: 'Newsreader';
  font-size: 64px;
  font-weight: 500;
  line-height: 76.8px;
  text-align: left;
  margin: 0;
  border: 1px solid;

  background: linear-gradient(
    360deg,
    #d8a861 42.61%,
    #eccd8f 62.92%,
    #ffeecb 81.3%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 1240px) {
  .jv-banner-text-block,
  .jv-banner-button-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 1100px) {
  .jv-banner-section {
    height: 590px;
  }

  .jv-banner-button-wrapper {
    margin-top: 36px;
  }
  .jv-banner-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 64.8px;
    text-align: left;
  }
  .jv-banner-subtitle {
    font-size: 48px;
    font-weight: 500;
    line-height: 48.4px;
    text-align: left;
  }
  .jv-banner-button-description {
    font-size: 22px;
    font-weight: 300;
    line-height: 26.8px;
    text-align: left;
    border: 1px solid;
  }
  .jv-button {
    margin-top: 30px;
  }
}

@media (max-width: 850px) {
  .jv-banner-section {
    height: 1134px;
  }

  .jv-banner-container {
    padding-top: 80px;
    padding-bottom: 120px;
    justify-content: space-between;
    align-items: center;
  }
  .jv-button {
    margin-top: 40px;
    padding: 17px 110px;
  }
  .jv-banner-button-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jv-banner-title {
    text-align: center;
  }
  .jv-banner-subtitle {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .jv-banner-text-block,
  .jv-banner-button-wrapper {
    padding-left: 0;
  }
  .jv-banner-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 52.8px;
    text-align: center;
  }
  .jv-banner-subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
  }
  .jv-banner-button-description {
    width: 300px;
    white-space: normal;
    font-size: 29px;
    font-weight: 300;
    line-height: 34.8px;
    text-align: center;
    border: 1px solid;
  }
  .jv-button {
    margin-top: 40px;
    padding: 17px 110px;
  }
}
@media (max-width: 360px) {
  .jv-banner-text-block {
    padding: 0 30px;
  }
  .jv-banner-button-wrapper {
    padding: 0 24px;
  }
  .jv-button {
    padding: 14px 100px;
  }
}
