.desktop-br {
  display: inline;
}
.mobile-br {
  display: none;
}
.assistance {
  background-color: #FFFFFF;
  text-align: center;
  padding: 7.5rem 0 9rem;
}
.assistance h2 {
  color: #00B5E2;
  font-family: 'Gothiks Round', sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 6rem;
}
.assistance h2 sup {
  font-size: 4rem;
}
.assistance h2 span {
  font-weight: 400;
}
.assistance .container {
  padding: 0;
  position: relative;
}
.assistance .container h2 {
  text-align: center;
  color: var(--text-headline, #5F249F);
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 7.2rem;
}
.assistance .container .content {
  display: flex;
  align-items: flex-start;
  padding: 0.8rem 12.9rem 0 25.8rem;
}
.assistance .container .content .left-side {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.assistance .container .content .left-side > div {
  position: relative;
}
.assistance .container .content .left-side .subtitle {
  display: none;
  color: var(--text-headline, #5F249F);
  font-family: 'Gothiks Round', sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 6rem;
  text-align: right;
}
.assistance .container .content .left-side .amount {
  display: none;
  color: var(--text-headline, #5F249F);
  font-family: 'Gothiks Round', sans-serif;
  font-size: 16.056rem;
  line-height: 16.056rem;
  font-weight: 600;
  text-align: left;
  position: relative;
  margin: 0 1.5rem 0 5rem;
}
.assistance .container .content .left-side .amount:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.8rem;
  width: 100%;
  height: 2rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.assistance .container .content .left-side .currency {
  display: none;
  color: var(--text-headline, #5F249F);
  font-family: 'Gothiks Round', sans-serif;
  line-height: 16.1rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  font-size: 8rem;
  top: -2.5rem;
  margin-left: 1.8rem;
}
.assistance .container .content .left-side img {
  width: 38.169rem;
  height: 37.875rem;
}
.assistance .container .content .right-side {
  position: absolute;
  right: 23.1rem;
  bottom: -4.2rem;
  z-index: 0;
  max-width: 57.8rem;
}
.assistance .container .content-bottom {
  z-index: 1;
  position: relative;
  padding: 0 13.9rem 0 0;
}
.assistance .container .content-bottom .gooey-effect {
  width: 33.5rem;
  margin-left: 10rem;
}
.assistance .container .content-bottom .content {
  display: flex;
  align-items: center;
  background: #5F249F;
  border-top-right-radius: 11.2rem;
  border-bottom-right-radius: 11.2rem;
  padding: 0 8.9rem 0 17.6rem;
  max-width: 126.5rem;
  width: 100%;
  z-index: 1;
  position: relative;
  justify-content: flex-start;
}
.assistance .container .content-bottom .content p {
  padding: 3.2rem 3rem 3.2rem 0;
  color: #FFFFFF;
  font-family: 'New Order', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-align: left;
  margin-right: 3rem;
}
.assistance .container .content-bottom .content a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  align-self: stretch;
  color: var(--text-text-link, #5F249F);
  text-align: center;
  font-family: 'New Order', sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.032rem;
  text-transform: uppercase;
}
.assistance .container .content-bottom .content a .text {
  width: 20rem;
  z-index: 1;
  position: relative;
  display: flex;
  height: 5.4rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 5rem;
  color: var(--surface-surface-button, #5F249F);
  background-color: #16D1FF;
  text-align: center;
  font-family: 'New Order', sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-transform: uppercase;
  grid-gap: 0.8rem;
}
.assistance .container .content-bottom .content a img {
  width: 1.4rem;
  height: 1.4rem;
}
.assistance .resources {
  padding: 2rem 18.5rem 0 13.9rem;
}
.assistance .resources p {
  color: #333333;
  font-family: 'New Order', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.56rem;
  text-align: left;
}
.assistance .resources p:not(:last-child) {
  margin: 1rem 0 0.75rem;
}
.assistance .resources p:first-child {
  text-indent: -0.4rem;
}
.assistance .resources p:first-child sup {
  position: relative;
  font-siZe: 50%;
  top: 0px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .assistance .container .content {
    display: flex;
    align-items: flex-start;
    padding: 1rem 5.9rem 0 5.9rem;
  }
  .assistance .container .content .left-side {
    padding-top: 0;
    flex-direction: column;
  }
  .assistance .container .content .left-side > div {
    margin-top: 3rem;
  }
  .assistance .container .content .left-side .subtitle {
    font-size: 6rem;
    line-height: 6rem;
  }
  .assistance .container .content .left-side .subtitle .amount {
    font-size: 13.1rem;
  }
  .assistance .container .content .right-side {
    width: 43rem;
    position: relative;
    right: -8rem;
    bottom: -9rem;
  }
  .assistance .container .content-bottom {
    bottom: 0;
    padding: 0 5.9rem 0 0;
  }
  .assistance .container .content-bottom .content {
    padding: 3rem 3rem 3rem 5.9rem;
  }
  .assistance .container .content-bottom .content p {
    padding: 0;
  }
  .assistance .resources {
    padding: 2rem 5.9rem 0;
  }
}
@media screen and (max-width: 768px) {
  .desktop-br {
    display: none;
  }
  .mobile-br {
    display: inline;
  }
  .assistance {
    padding: 6.4rem 0;
  }
  .assistance .container {
    flex-direction: row;
  }
  .assistance .container h2 {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 5.4rem;
    text-align: center;
  }
  .assistance .container h2 sup {
    font-size: 3rem;
  }
  .assistance .container .content {
    flex-direction: column;
    padding: 0 0 34rem;
    align-items: center;
  }
  .assistance .container .content .left-side {
    padding-top: 0;
    flex-direction: column;
  }
  .assistance .container .content .left-side > div {
    margin-top: 2rem;
    display: flex;
  }
  .assistance .container .content .left-side .currency,
  .assistance .container .content .left-side .subtitle {
    display: block;
  }
  .assistance .container .content .left-side .amount {
    display: block;
    font-size: 14.3rem;
    line-height: 14.3rem;
  }
  .assistance .container .content .left-side img {
    width: 100%;
    height: auto;
  }
  .assistance .container .content .left-side img:not(.mobile) {
    display: none;
  }
  .assistance .container .content .right-side {
    bottom: 20.5rem;
    width: 100%;
    right: 0;
  }
  .assistance .container .content .right-side picture {
    position: relative;
    top: 6rem;
  }
  .assistance .container .content-bottom {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .assistance .container .content-bottom .gooey-effect {
    display: none;
  }
  .assistance .container .content-bottom .content {
    width: 100%;
    padding: 4.8rem 2.4rem 3.2rem;
    border-radius: 0;
    background: #5F249F;
  }
  .assistance .container .content-bottom .content p {
    margin: 0 0 3.2rem;
    padding: 0;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: left;
  }
  .assistance .container .content-bottom .content a .text {
    width: 100%;
  }
  .assistance .resources {
    padding: 4.5rem 2.4rem 0;
  }
}
/*# sourceMappingURL=assistance.css.map */