.rsb-wrap {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: #2a2f37;
}

.rsb-head-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: url(/nimg/rsb-head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.rsb-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  min-height: 857px;
  padding: 0 30px 64px;
}

@media screen and (min-width: 48em) {
  .rsb-head {
    min-height: 762px;
    padding: 0 30px 32px;
  }
}

.rsb-head--logo {
  gap: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}

.rsb-head--logo img {
  aspect-ratio: 715 / 94;
}

.rsb-head--lead {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-head--lead {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.rsb-head--link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rsb-head--link img {
  aspect-ratio: 218/41;
  max-width: 218px;
  margin: -9px 0 0;
}

@media screen and (min-width: 48em) {
  .rsb-head--link img {
    aspect-ratio: 207/39;
    max-width: 207px;
  }
}

.rsb-head--sublink {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 20px;
  text-align: center;
}

.rsb-school {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 37px 30px 43px;
}

@media screen and (min-width: 48em) {
  .rsb-school {
    padding: 88px 30px 57px;
  }
}

.rsb-button-cta {
  z-index: 1;
  width: 100%;
  padding: 7px 22px;
  border-radius: 32px;
  background-color: #ed1652;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rsb-button-cta {
    width: initial;
    padding: 11px 22px;
    border-radius: 54px;
    font-size: 24px;
    line-height: 32px;
  }
}

.rsb-button-trainer {
  z-index: 1;
  width: 100%;
  max-width: 306px;
  padding: 6px 14px;
  border-radius: 30px;
  background-color: #ed1652;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rsb-button-trainer {
    max-width: 702px;
    padding: 10px 22px;
    border-radius: 52px;
    font-size: 24px;
    line-height: 32px;
  }
}

.rsb-button-fund {
  z-index: 1;
  width: 100%;
  padding: 7px 22px;
  border-radius: 32px;
  background-color: #2a2f37;
  color: #f92459;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rsb-button-fund {
    padding: 11px 22px;
    border-radius: 54px;
    font-size: 24px;
    line-height: 32px;
  }
}

.rsb-button-team {
  z-index: 1;
  width: 100%;
  padding: 7px 22px;
  border-radius: 32px;
  background-color: #fff;
  color: #ed1652;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rsb-button-team {
    padding: 10px 22px;
    border-radius: 52px;
    font-size: 24px;
    line-height: 32px;
  }
}

.rsb-school--grid {
  gap: 14px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .rsb-school--grid {
    flex-direction: row;
    align-items: initial;
  }
}

.rsb-school--content {
  gap: 25px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .rsb-school--content {
    gap: 54px 0;
  }
}

.rsb-school--heading {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 44px;
}

@media screen and (min-width: 48em) {
  .rsb-school--heading {
    font-size: 88px;
    letter-spacing: -0.88px;
    line-height: 81px;
  }
}

.rsb-school--list {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 0 26px;
}

@media screen and (min-width: 48em) {
  .rsb-school--list {
    padding: 0 0 0 47px;
  }
}

.rsb-school--item {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .rsb-school--item {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 31px;
  }
}

.rsb-school--item::before {
  display: flex;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 21px;
  height: 21px;
  background-image: url(/nimg/rsb-star.svg);
  background-size: 21px;
  content: '';
}

@media screen and (min-width: 48em) {
  .rsb-school--item::before {
    left: -47px;
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}

.rsb-school--item span {
  position: relative;
  white-space: nowrap;
}

.rsb-school--item span::before {
  display: flex;
  position: absolute;
  bottom: -5px;
  left: -0;
  width: 105px;
  height: 5px;
  background-image: url(/nimg/rsb-line.svg);
  background-repeat: no-repeat;
  background-size: 105px;
  content: '';
}

@media screen and (min-width: 48em) {
  .rsb-school--item span::before {
    bottom: -10px;
    left: 4px;
    width: 229px;
    height: 10px;
    background-size: 229px;
  }
}

.rsb-school--image {
  display: flex;
  align-items: center;
  max-width: 380px;
  margin: 0 0 -15px;
}

@media screen and (min-width: 48em) {
  .rsb-school--image {
    max-width: 494px;
    margin: 0 0 -30px;
  }
}

.rsb-school--image img {
  aspect-ratio: 500 / 565;
}

.rsb-result {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 30px 24px;
}

@media screen and (min-width: 48em) {
  .rsb-result {
    padding: 0 30px 39px;
  }
}

.rsb-result--main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1208px;
  padding: 19px 16px 27px;
  border-radius: 23px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .rsb-result--main {
    padding: 29px 30px 43px;
    border-radius: 32px;
  }
}

.rsb-result--heading {
  margin: 0 0 6px;
  color: #ed1652;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .rsb-result--heading {
    margin: 0 0 14px;
    font-size: 56px;
    letter-spacing: -0.56px;
    line-height: 77px;
  }
}

.rsb-result--list {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .rsb-result--list {
    gap: 25px 0;
  }
}

.rsb-result--item {
  gap: 0 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #7f8287;
}

@media screen and (min-width: 48em) {
  .rsb-result--item {
    padding: 0 0 13px;
    border-bottom: 3px solid #7f8287;
  }
}

.rsb-result--label {
  color: #2a2f37;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .rsb-result--label {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 31px;
  }
}

.rsb-result--data {
  color: #2a2f37;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 48em) {
  .rsb-result--data {
    font-size: 64px;
    letter-spacing: -1.92px;
    line-height: 58px;
  }
}

@media screen and (min-width: 64em) {
  .rsb-result--data {
    font-size: 96px;
    letter-spacing: -1.92px;
    line-height: 77px;
  }
}

.rsb-result--inner {
  gap: 49px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1208px;
}

@media screen and (min-width: 48em) {
  .rsb-result--inner {
    gap: 84px 0;
  }
}

.rsb-result--link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .rsb-result--link {
    font-size: 24px;
    line-height: 44px;
  }
}

.rsb-result--link span {
  white-space: nowrap;
}

.rsb-profit {
  gap: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 30px 44px;
}

@media screen and (min-width: 48em) {
  .rsb-profit {
    gap: 43px 0;
    padding: 0 30px 92px;
  }
}

.rsb-profit--image {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1208px;
}

.rsb-pros-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.rsb-pros {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 30px 46px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .rsb-pros {
    gap: 43px 0;
    padding: 0 30px 96px;
    overflow: initial;
  }
}

.rsb-pros--left {
  display: flex;
  position: absolute;
  top: 0;
  left: -200px;
  align-items: flex-start;
  width: 600px;
  transform: rotate(18deg);
}

@media screen and (min-width: 48em) {
  .rsb-pros--left {
    top: -42px;
    left: -580px;
    width: 1100px;
    transform: none;
  }
}

.rsb-pros--right {
  display: flex;
  position: absolute;
  top: 64px;
  right: -280px;
  align-items: flex-start;
  width: 660px;
  height: 759px;
}

@media screen and (min-width: 48em) {
  .rsb-pros--right {
    top: -180px;
    right: -400px;
    width: 900px;
  }
}

.rsb-pros--inner {
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 922px;
}

.rsb-pros--heading {
  margin: 0 0 33px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 35px;
}

@media screen and (min-width: 48em) {
  .rsb-pros--heading {
    margin: 0 0 56px;
    font-size: 64px;
    letter-spacing: -0.96px;
    line-height: 68px;
  }
}

@media screen and (min-width: 64em) {
  .rsb-pros--heading {
    font-size: 96px;
    letter-spacing: -0.96px;
    line-height: 98px;
  }
}

.rsb-pros--heading span {
  color: #ed1652;
  text-transform: uppercase;
}

.rsb-pros--grid {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .rsb-pros--grid {
    gap: 0 8px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    margin: 0 0 32px;
  }
}

.rsb-pros--item {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 48em) {
  .rsb-pros--item {
    gap: 28px 0;
    min-height: 230px;
    padding: 20px 0 16px;
    border-bottom: 2px solid #fff;
  }
}

@media screen and (min-width: 48em) {
  .rsb-pros--item_right {
    padding: 20px 0 16px 32px;
  }
}

.rsb-pros--item:nth-last-child(1 of .rsb-pros--item) {
  border: 0;
}

@media screen and (min-width: 48em) {
  .rsb-pros--item:nth-last-child(2 of .rsb-pros--item) {
    border: 0;
  }
}

.rsb-pros--sep {
  display: none;
  width: 2px;
  height: calc(100% - 20px);
  transform: translateY(10px);
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .rsb-pros--sep {
    display: initial;
  }
}

.rsb-pros--header {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .rsb-pros--header {
    font-size: 40px;
    letter-spacing: -0.8px;
    line-height: 40px;
  }
}

.rsb-pros--subheader {
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 13px;
}

@media screen and (min-width: 48em) {
  .rsb-pros--subheader {
    max-width: 430px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 19px;
  }
}

.rsb-data-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #ed1652;
}

.rsb-data {
  gap: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 60px 24px 64px;
}

@media screen and (min-width: 48em) {
  .rsb-data {
    gap: 94px 0;
    padding: 32px 24px 63px;
  }
}

.rsb-data--top {
  gap: 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  color: #2a2f37;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-data--top {
    gap: 0 20px;
    font-size: 48px;
    letter-spacing: -0.48px;
    line-height: 77px;
  }
}

.rsb-data--top span {
  margin: 0 auto;
  white-space: nowrap;
}

.rsb-data--r {
  display: flex;
  flex-shrink: 0;
}

.rsb-data--r img {
  width: 24px;
  height: 25px;
}

@media screen and (min-width: 48em) {
  .rsb-data--r img {
    width: 40px;
    height: 42px;
  }
}

.rsb-data--s {
  display: flex;
  flex-shrink: 0;
}

.rsb-data--s img {
  width: 24px;
  height: 27px;
}

@media screen and (min-width: 48em) {
  .rsb-data--s img {
    width: 40px;
    height: 44px;
  }
}

.rsb-data--b {
  display: flex;
  flex-shrink: 0;
}

.rsb-data--b img {
  width: 24px;
  height: 25px;
}

@media screen and (min-width: 48em) {
  .rsb-data--b img {
    width: 39px;
    height: 42px;
  }
}

.rsb-data--heart {
  display: flex;
  flex-shrink: 0;
}

.rsb-data--heart img {
  width: 26px;
  height: 24px;
}

@media screen and (min-width: 48em) {
  .rsb-data--heart img {
    width: 56px;
    height: 56px;
  }
}

.rsb-data--mid {
  gap: 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rsb-data--mid {
    gap: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}

.rsb-data--item {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 184px;
}

@media screen and (min-width: 48em) {
  .rsb-data--item {
    gap: 16px 0;
    max-width: 210px;
  }
}

@media screen and (min-width: 64em) {
  .rsb-data--item {
    max-width: 280px;
  }
}

.rsb-data--item_order1 {
  order: -1;
}

@media screen and (min-width: 48em) {
  .rsb-data--item_order1 {
    order: initial;
  }
}

.rsb-data--head {
  color: #2a2f37;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-data--head {
    font-size: 64px;
  }
}

@media screen and (min-width: 64em) {
  .rsb-data--head {
    font-size: 96px;
    letter-spacing: -1.92px;
    line-height: 77px;
  }
}

.rsb-data--text {
  color: #2a2f37;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 14px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-data--text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 64em) {
  .rsb-data--text {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 31px;
  }
}

.rsb-data--bottom {
  gap: 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rsb-data--bottom {
    gap: 0 20px;
  }
}

.rsb-trainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 60px 24px 64px;
}

@media screen and (min-width: 48em) {
  .rsb-trainer {
    padding: 66px 30px 78px;
  }
}

.rsb-trainer--heading {
  margin: 0 0 28px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--heading {
    margin: 0 0 56px;
    font-size: 64px;
  }
}

.rsb-trainer--mid {
  display: flex;
  flex-direction: column;
  margin: 0 0 28px;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--mid {
    margin: 0 0 60px;
  }
}

@media screen and (min-width: 64em) {
  .rsb-trainer--mid {
    flex-direction: row;
  }
}

.rsb-trainer--left {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .rsb-trainer--left {
    margin: 0 -14px 0 0;
  }
}

.rsb-trainer--right {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .rsb-trainer--right {
    margin: 0 0 0 -14px;
  }
}

.rsb-trainer--item {
  gap: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  min-height: 100px;
  margin: 0 0 -3px;
  padding: 15px 54px;
  border: 3px solid #ed1652;
  border-radius: 60px;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--item {
    gap: 13px 0;
    width: 500px;
    height: initial;
    min-height: 167px;
    padding: 27px 90px;
    border-radius: 100px;
  }
}

.rsb-trainer--head {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
  line-height: 42px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--head {
    font-size: 96px;
    letter-spacing: -1.92px;
    line-height: 70px;
  }
}

.rsb-trainer--text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 17px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--text {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 29px;
  }
}

.rsb-trainer--subheading {
  margin: 44px 0 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--subheading {
    margin: 64px 0 60px;
    font-size: 54px;
  }
}

.rsb-trainer--grid {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  width: 100%;
  max-width: 1160px;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--grid {
    gap: 40px;
  }
}

.rsb-trainer--card {
  gap: 18px 0;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  background-color: #ed1652;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--card {
    gap: 22px 0;
    padding: 30px 30px 40px;
  }
}

.rsb-trainer--card img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin: 0 0 12px;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--card img {
    margin: 0 0 18px;
  }
}

.rsb-trainer--header {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--header {
    font-size: 28px;
    line-height: 34px;
  }
}

.rsb-trainer--subheader {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .rsb-trainer--subheader {
    font-size: 16px;
    line-height: 21px;
  }
}

.rsb-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 30px 72px;
}

@media screen and (min-width: 48em) {
  .rsb-faq {
    padding: 0 30px 74px;
  }
}

.rsb-faq--heading {
  margin: 0 0 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rsb-faq--heading {
    margin: 0 0 54px;
    font-size: 54px;
  }
}

.rsb-faq--inner {
  width: 100%;
  max-width: 1002px;
}

.rsb-faq--section {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 48em) {
  .rsb-faq--section {
    border-bottom: 3px solid #fff;
  }
}

.rsb-faq--button {
  gap: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 15px;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rsb-faq--button {
    padding: 21px 0;
    font-size: 22px;
    letter-spacing: -0.444px;
    line-height: 30px;
  }
}

@media screen and (min-width: 48em) {
  .rsb-faq--button br {
    display: none;
  }
}

.rsb-faq--icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 48em) {
  .rsb-faq--icon {
    width: 35px;
    height: 35px;
  }
}

.active .rsb-faq--icon {
  display: none;
}

.rsb-faq--icon_min {
  display: none;
}

.active .rsb-faq--icon_min {
  display: initial;
}

.rsb-faq--item {
  display: none;
  padding: 0 0 10px;
}

@media screen and (min-width: 48em) {
  .rsb-faq--item {
    padding: 0 0 21px;
  }
}

.rsb-faq--item p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 48em) {
  .rsb-faq--item p {
    font-size: 16px;
    line-height: 24px;
  }
}

.rsb-faq--item p a {
  color: #fff;
  text-decoration: underline;
}

.rsb-faq--item ul {
  margin: 12px 0;
  list-style-position: inside;
  list-style-type: disc;
}

.rsb-faq--item ul li {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

.rsb-faq--item ul li:not(:last-child) {
  margin: 0 0 6px;
}

.rsb-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 26px;
}

.rsb-cta--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 56px;
}

@media screen and (min-width: 48em) {
  .rsb-cta--top {
    margin: 0 0 50px;
  }
}

.rsb-cta--r {
  display: flex;
  flex-shrink: 0;
}

.rsb-cta--r img {
  width: 24px;
  height: 25px;
}

@media screen and (min-width: 48em) {
  .rsb-cta--r img {
    width: 40px;
    height: 42px;
  }
}

.rsb-cta--s {
  display: flex;
  flex-shrink: 0;
}

.rsb-cta--s img {
  width: 24px;
  height: 27px;
}

@media screen and (min-width: 48em) {
  .rsb-cta--s img {
    width: 40px;
    height: 44px;
  }
}

.rsb-cta--b {
  display: flex;
  flex-shrink: 0;
}

.rsb-cta--b img {
  width: 24px;
  height: 25px;
}

@media screen and (min-width: 48em) {
  .rsb-cta--b img {
    width: 39px;
    height: 42px;
  }
}

.rsb-cta--heart {
  display: flex;
  flex-shrink: 0;
}

.rsb-cta--heart img {
  width: 26px;
  height: 24px;
}

@media screen and (min-width: 48em) {
  .rsb-cta--heart img {
    width: 56px;
    height: 56px;
  }
}

.rsb-cta--heading {
  width: 100%;
  max-width: 1000px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.443px;
  line-height: 40px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .rsb-cta--heading {
    margin: 0 0 60px;
    font-size: 120px;
    line-height: 107px;
  }
}

.rsb-cta--link {
  width: 100%;
  max-width: 1000px;
  margin: 0 0 68px;
  padding: 35px 16px;
  border-radius: 32px;
  background-color: #ed1652;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .rsb-cta--link {
    margin: 0 0 20px;
    padding: 94px 16px;
    font-size: 49px;
    line-height: 68px;
  }
}

.rsb-cta--bottom {
  gap: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rsb-cta--bottom {
    gap: 0 20px;
  }
}

.rsb-max {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  padding: 20px 30px 8px;
}

@media screen and (min-width: 48em) {
  .rsb-max {
    padding: 39px 30px 17px;
  }
}

.rsb-max--main {
  gap: 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1213px;
  padding: 19px 16px 27px;
  border: 3px solid #ed1652;
  border-radius: 31px;
}

@media screen and (min-width: 48em) {
  .rsb-max--main {
    padding: 54px 40px 54px 80px;
    border: 6px solid #ed1652;
  }
}

@media screen and (min-width: 64em) {
  .rsb-max--main {
    flex-direction: row;
    justify-content: space-between;
  }
}

.rsb-max--top {
  gap: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  padding: 0 0 0 15px;
}

@media screen and (min-width: 48em) {
  .rsb-max--top {
    gap: 31px 0;
    padding: 0;
  }
}

.rsb-max--heading {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .rsb-max--heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
  }
}

.rsb-max--subheading {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

@media screen and (min-width: 48em) {
  .rsb-max--subheading {
    font-size: 24px;
    line-height: 26px;
  }
}

.rsb-max--link {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 561px;
}

.rsb-max--link img {
  aspect-ratio: 51/22;
}

.rsb-full {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  margin: 0 0 28px;
  padding: 20px 30px 30px;
}

@media screen and (min-width: 48em) {
  .rsb-full {
    margin: 0 0 36px;
    padding: 40px 30px 75px;
  }
}

.rsb-full--main {
  gap: 16px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 1213px;
  padding: 37px 30px 43px;
  border-radius: 31px;
  background-color: #1d1e1e;
}

@media screen and (min-width: 48em) {
  .rsb-full--main {
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 80px 62px 83px;
  }
}

.rsb-full--chip1 {
  display: flex;
  position: absolute;
  top: -18px;
  left: 21px;
}

@media screen and (min-width: 48em) {
  .rsb-full--chip1 {
    top: -40px;
    left: 27px;
  }
}

.rsb-full--chip1 img {
  width: 37px;
  height: 37px;
}

@media screen and (min-width: 48em) {
  .rsb-full--chip1 img {
    width: 80px;
    height: 81px;
  }
}

.rsb-full--chip2 {
  display: flex;
  position: absolute;
  right: 60px;
  bottom: -23px;
}

@media screen and (min-width: 48em) {
  .rsb-full--chip2 {
    right: 206px;
    bottom: -70px;
  }
}

.rsb-full--chip2 img {
  width: 38px;
  height: 38px;
}

@media screen and (min-width: 48em) {
  .rsb-full--chip2 img {
    width: 108px;
    height: 109px;
  }
}

.rsb-full--chip3 {
  display: flex;
  position: absolute;
  right: -8px;
  bottom: -28px;
}

@media screen and (min-width: 48em) {
  .rsb-full--chip3 {
    right: 23px;
    bottom: -75px;
  }
}

.rsb-full--chip3 img {
  width: 59px;
  height: 59px;
}

@media screen and (min-width: 48em) {
  .rsb-full--chip3 img {
    width: 150px;
    height: 151px;
  }
}

.rsb-full--content {
  gap: 14px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .rsb-full--content {
    gap: 28px;
  }
}

.rsb-full--heading {
  max-width: 602px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .rsb-full--heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
  }
}

.rsb-full--subheading {
  max-width: 422px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

@media screen and (min-width: 48em) {
  .rsb-full--subheading {
    font-size: 24px;
    line-height: 26px;
  }
}

.rsb-full--link {
  display: flex;
  align-items: center;
  align-self: center;
  max-width: 242px;
}

@media screen and (min-width: 48em) {
  .rsb-full--link {
    align-self: initial;
    max-width: 446px;
    font-size: 24px;
    line-height: 26px;
  }
}

.rsb-full--link img {
  aspect-ratio: 446/173;
}

.rsb-footer-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto 0 0;
  border-radius: 32px 32px 0 0;
  background-color: #fff;
}

.rsb-footer {
  gap: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 46px 49px;
}

@media screen and (min-width: 48em) {
  .rsb-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

.rsb-footer--link {
  gap: 0 6px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 206px;
  color: #2a2f37;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .rsb-footer--link {
    width: initial;
    max-width: initial;
  }
}

.rsb-footer--link img {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
}
