.terms-selector {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.terms-selector .terms--content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.terms-selector .terms--content .terms-selector--title {
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #22223C;
  max-width: 850px;
}
@media screen and (min-width: 1024px) {
.terms-selector .terms--content .terms-selector--title {
    margin-top: 130px;
    font-size: 55px;
}
}
@media screen and (max-width: 1024px) {
.terms-selector .terms--content .terms-selector--title {
    margin-top: 50px;
    font-size: 30px;
}
}
.terms-selector .terms--content .terms-selector--description {
  max-width: 850px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.terms-selector .terms--content .terms-selector--description {
    margin-bottom: 40px;
    margin-top: 70px;
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.terms-selector .terms--content .terms-selector--description {
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 16px;
}
}
.terms-selector .terms--content .terms-selector--options {
  display: flex;
  width: 100%;
  max-width: 850px;
}
@media screen and (min-width: 1024px) {
.terms-selector .terms--content .terms-selector--options {
    justify-content: space-between;
    margin-bottom: 135px;
}
}
@media screen and (max-width: 1024px) {
.terms-selector .terms--content .terms-selector--options {
    flex-direction: column;
    grid-gap: 40px;
    align-items: center;
    margin-bottom: 70px;
}
}
.terms-selector .terms--content .terms-selector--options .terms-selector--option {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.terms-selector .terms--content .terms-selector--options .terms-selector--option .terms-selector--option-svg {
  margin-bottom: 50px;
}
.terms-selector .terms--content .terms-selector--options .terms-selector--option .terms-selector--option-btn {
  width: 100%;
}
.yt--container {
  position: relative;
  background: linear-gradient(152.99deg, #2F3849 78.27%, #21252E 157.29%);
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
  width: 860px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.yt--container {
    margin-top: 90px;
    padding: 30px;
}
}
@media screen and (max-width: 1023px) {
.yt--container {
    margin: 60px 20px 20px 20px;
    padding: 10px;
}
}
.yt--container .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.yt--container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.yt--container .yt--close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  z-index: 2;
  right: 10px;
}
.terms {
  position: relative;
}
@media screen and (min-width: 1024px) {
.terms {
    margin-top: 90px;
}
}
@media screen and (max-width: 1024px) {
.terms {
    padding: 0 10px;
}
}
@media screen and (max-width: 1024px) {
.terms .routerPageSize {
    padding-top: 0px !important;
}
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--header {
    display: flex;
    margin-bottom: 90px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--header {
    margin-bottom: 50px;
}
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--header .terms--header-svg {
    margin-right: 60px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--header .terms--header-svg {
    display: flex;
    justify-content: center;
}
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--header .terms--header-svg svg {
    width: 160px;
    height: 202px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--header .terms--header-svg svg {
    width: 100px;
    height: 125px;
}
}
.terms .terms-content .terms--header .terms--header-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.terms .terms-content .terms--header .terms--header-details .terms--header-title {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--header .terms--header-details .terms--header-title {
    font-size: 55px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--header .terms--header-details .terms--header-title {
    font-size: 30px;
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
}
}
.terms .terms-content .terms--header .terms--header-details .terms--header-subtitle {
  font-weight: 400;
  line-height: 150%;
  color: #22223C;
  max-width: 680px;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--header .terms--header-details .terms--header-subtitle {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--header .terms--header-details .terms--header-subtitle {
    font-size: 16px;
    text-align: center;
}
}
.terms .terms-content .terms--input-container {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  align-self: flex-start;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--input-container {
    padding: 20px 0 20px;
    top: 90px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--input-container {
    padding: 20px 0 20px;
    top: 60px;
}
}
.terms .terms-content .terms--input-container .terms--input {
  width: 100%;
  color: #B4BCCE;
  border: 2px solid #1F47CD;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--input-container .terms--input {
    height: 68px;
    padding: 30px;
    font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--input-container .terms--input {
    height: 58px;
    padding: 14px 20px;
    font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups {
    margin-top: 40px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups {
    margin-top: 15px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-letter {
  color: #1F47CD;
  font-weight: 700;
  line-height: 300%;
  border-bottom: 2px solid #1F47CD;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-letter {
    font-size: 24px;
    padding-left: 25px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-letter {
    font-size: 16px;
    padding-left: 10px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .highlight-low {
  color: #22223C80 !important;
  font-weight: 500 !important;
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .highlight {
  font-weight: 700;
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-selected {
  color: #007BFF !important;
  border-bottom: none !important;
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term {
  transition: 0.3s color ease-in-out;
  cursor: pointer;
  line-height: 300%;
  border-bottom: 1px solid #B4BCCE;
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term:hover {
  color: #1F47CD !important;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term {
    padding-left: 25px;
    font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term {
    padding-left: 10px;
    font-size: 16px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content {
  max-height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content {
    grid-gap: 105px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    margin-top: 10px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 20px;
    padding-left: 10px;
    margin-top: 10px;
}
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body {
    padding-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body {
    padding-bottom: 20px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body .terms--group-term-content-body-content {
  line-height: 150%;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body .terms--group-term-content-body-content {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body .terms--group-term-content-body-content {
    font-size: 16px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body .terms--group-term-content-body-cta {
  width: 123px !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body .terms--group-term-content-body-cta {
    margin-top: 30px;
    font-size: 16px !important;
    height: 40px;
    min-height: 40px !important;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-body .terms--group-term-content-body-cta {
    margin-top: 20px;
    font-size: 14px !important;
    height: 35px;
    min-height: 35px !important;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container {
    padding-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container {
    padding-bottom: 30px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container .terms--group-term-content-image {
    margin-bottom: 41px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container .terms--group-term-content-image {
    margin-bottom: 10px;
}
}
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container .terms--group-term-content-caption {
  font-weight: 400;
  line-height: 150%;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container .terms--group-term-content-caption {
    font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms-content .terms--groups .terms--group .terms--group-terms .terms--group-term-content .terms--group-term-content-image-container .terms--group-term-content-caption {
    font-size: 12px;
}
}
.terms .terms--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.terms .terms--cta {
    margin-top: 100px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms--cta {
    margin-top: 50px;
}
}
.terms .terms--cta .terms--cta-title {
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #22223C;
  max-width: 900px;
}
@media screen and (min-width: 1024px) {
.terms .terms--cta .terms--cta-title {
    margin-bottom: 40px;
    font-size: 34px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms--cta .terms--cta-title {
    margin-bottom: 30px;
    font-size: 24px;
}
}
.terms .terms--cta-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
.terms .terms--cta-btn-container {
    margin-bottom: 135px;
}
}
@media screen and (max-width: 1024px) {
.terms .terms--cta-btn-container {
    margin-bottom: 50px;
}
}
.terms .terms--cta-btn-container .terms--cta-btn {
  font-weight: 600;
  width: 360px;
}

/*# sourceMappingURL=282.732ac45e.css.map*/