#page-terms {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-terms .section-hero {
  position: relative;
  padding: 195px 0 155rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-terms .section-hero {
    padding: 195px 0 100rem;
  }
}
#page-terms .section-hero .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .background {
    display: flex;
    justify-content: flex-end;
  }
}
#page-terms .section-hero .background img {
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .background img {
    position: relative;
    right: -10%;
    width: 150%;
  }
}
#page-terms .section-hero .blur {
  position: absolute;
  top: -100rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
#page-terms .section-hero .blur img {
  display: block;
}
#page-terms .section-hero .container {
  position: relative;
  z-index: 3;
}
#page-terms .section-hero .wrapper-title p {
  color: #082e54;
  font-size: 56rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-title p {
    color: #082e54;
    font-size: 30rem;
  }
}
#page-terms .section-hero .wrapper-title p strong {
  color: white;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-title p strong {
    color: #082e54;
    font-size: 40rem;
  }
}
#page-terms .section-hero .wrapper-subtitle {
  margin-top: 100rem;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-subtitle {
    margin-top: 30rem;
  }
}
#page-terms .section-hero .wrapper-subtitle p {
  color: #082e54;
  font-size: 22rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-subtitle p {
    font-size: 16rem;
    line-height: 1.2;
  }
}
#page-terms .section-hero .wrapper-flex {
  margin-top: 22rem;
  display: flex;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-flex {
    flex-direction: column;
  }
}
#page-terms .section-hero .wrapper-flex--date {
  margin-right: 40rem;
  color: #0072bb;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-flex--date {
    margin-right: 0;
    margin-bottom: 15rem;
  }
}
#page-terms .section-hero .wrapper-flex--social {
  display: flex;
  align-items: center;
}
#page-terms .section-hero .wrapper-flex--social span {
  margin-right: 12rem;
  color: #0072bb;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#page-terms .section-hero .wrapper-flex--social ul {
  display: flex;
  align-items: center;
}
#page-terms .section-hero .wrapper-flex--social ul li:not(:last-child) {
  margin-right: 12rem;
}
#page-terms .section-hero .wrapper-flex--social ul li a svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-terms .section-hero .wrapper-flex--social ul li a:hover svg path {
  fill: #082e54;
}
#page-terms .section-hero .wrapper-content {
  margin-top: 45rem;
}
#page-terms .section-hero .wrapper-content > * {
  margin-bottom: 32rem;
}
#page-terms .section-hero .wrapper-content p,
#page-terms .section-hero .wrapper-content ul li,
#page-terms .section-hero .wrapper-content ol li {
  color: #082e54;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.8;
}
#page-terms .section-hero .wrapper-content p.wp-caption-text {
  margin-top: 10rem;
  color: #7f86e4;
  font-size: 18rem;
  font-weight: 400;
  text-align: center;
}
#page-terms .section-hero .wrapper-content ol {
  padding-left: 18rem;
}
#page-terms .section-hero .wrapper-content ol,
#page-terms .section-hero .wrapper-content ol li {
  list-style-type: decimal !important;
}
#page-terms .section-hero .wrapper-content blockquote {
  padding: 0 50rem;
  font-style: italic;
}
#page-terms .section-hero .wrapper-content ul li {
  position: relative;
  padding-left: 15rem;
}
#page-terms .section-hero .wrapper-content ul li::before {
  content: "";
  background-color: #082e54;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
#page-terms .section-hero .wrapper-content div {
  max-width: 100%;
}
#page-terms .section-hero .wrapper-content img,
#page-terms .section-hero .wrapper-content iframe {
  border-radius: 8px;
  border: 1px solid #d1c9bc;
  padding: 16rem;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
#page-terms .section-hero .wrapper-content iframe {
  height: unset;
  aspect-ratio: 1/0.6;
}
#page-terms .section-hero .wrapper-content a {
  color: #72af54;
  font-size: 16rem;
  font-weight: bold;
  border-bottom: 1px solid #72af54;
  transition-property: color, border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-terms .section-hero .wrapper-content a:hover {
  color: #787878;
  border-color: #787878;
}
#page-terms .section-hero .wrapper-content h1,
#page-terms .section-hero .wrapper-content h2,
#page-terms .section-hero .wrapper-content h3,
#page-terms .section-hero .wrapper-content h4,
#page-terms .section-hero .wrapper-content h5,
#page-terms .section-hero .wrapper-content h6 {
  color: #082e54;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  display: block;
}
#page-terms .section-hero .wrapper-content h1 {
  font-size: 32rem;
}
#page-terms .section-hero .wrapper-content h2 {
  font-size: 27rem;
}
#page-terms .section-hero .wrapper-content h3 {
  font-size: 23rem;
}
#page-terms .section-hero .wrapper-content h4 {
  font-size: 20rem;
}
#page-terms .section-hero .wrapper-content h5 {
  font-size: 18rem;
}
#page-terms .section-hero .wrapper-content h6 {
  font-size: 16rem;
}
#page-terms .section-hero .wrapper-content--cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 20rem;
}
@media (max-width: 1023px) {
  #page-terms .section-hero .wrapper-content--cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-terms .section-hero .wrapper-content--cards .card {
  background-image: linear-gradient(200deg, rgba(11, 187, 239, 0.2), rgba(11, 187, 239, 0.2), rgba(8, 46, 84, 0.2));
  border-radius: 12px;
  padding: 8rem;
}
#page-terms .section-hero .wrapper-content--cards .card:nth-child(2) {
  background-image: linear-gradient(220deg, rgba(222, 255, 28, 0.2), rgba(11, 187, 239, 0.2));
}
#page-terms .section-hero .wrapper-content--cards .card:nth-child(2) .card-title {
  background-image: linear-gradient(to left, #deff1c, #0bbbef);
}
#page-terms .section-hero .wrapper-content--cards .card-title {
  background-image: linear-gradient(to left, #0bbbef, #0bbbef, #082e54);
  border-radius: 12px;
  padding: 20rem 30rem;
  color: white;
  font-size: 16rem;
  font-weight: 500;
}
#page-terms .section-hero .wrapper-content--cards .card-content {
  margin-top: 27rem;
  padding: 0 30rem 35rem;
}
/*# sourceMappingURL=terms.min.css.map */
