.text-head {
  background: #080e29;
  position: relative;
  z-index: 2;
}
.text-head__svg {
  position: absolute;
  left: 0;
  top: -170%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.text-head__content {
  padding: 80px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
}
.text-head__content.thankyou-page {
  padding: 86px 0 87px 0;
}
.text-head__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.05rem;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff;
}
.text-head__date {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5607843137);
}

.text-body__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 64px;
}
.text-body__post {
  max-width: 710px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.text-body__post p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: rgba(11, 26, 64, 0.5607843137);
}
.text-body__post h2 {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.04rem;
  text-transform: lowercase;
  color: #080e29;
  margin-top: 40px;
}
.text-body__post h3 {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.04rem;
  text-transform: lowercase;
  color: #080e29;
}
.text-body__post h4 {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.04rem;
  text-transform: lowercase;
  color: #080e29;
}
.text-body__post ul {
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 16px;
  list-style: none;
  list-style-position: inside;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: rgba(8, 14, 41, 0.5607843137);
}
.text-body__post ul li {
  position: relative;
  padding-left: 28px;
}
.text-body__post ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg width='16' height='20' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg'><path d='M14.6689 18.667H1.33594L1.33594 5.33301L14.6689 5.33301V18.667ZM8.00488 10.667C7.26868 10.6672 6.67192 11.2638 6.67188 12C6.67188 12.7363 7.26865 13.3328 8.00488 13.333C8.74126 13.333 9.33887 12.7364 9.33887 12C9.33882 11.2637 8.74124 10.667 8.00488 10.667Z' fill='%23257FFC'/></svg>") no-repeat center/contain;
}
.text-body__table-cont {
  max-width: 397px;
  width: 100%;
  overflow: auto;
}
.text-body__table {
  position: sticky;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #eaedf2;
  padding: 24px;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.text-body__table ol {
  list-style-position: inside;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: rgba(11, 26, 64, 0.5607843137);
  display: flex;
  flex-flow: column;
  gap: 14px;
}
.text-body__table ol a {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: rgba(11, 26, 64, 0.5607843137);
  text-decoration: none;
}
.text-body__table-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -4%;
  text-transform: lowercase;
  color: #080e29;
}
.text-body a {
  text-decoration-line: underline;
  color: #D7F64D;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .text-head__svg {
    top: 0;
    height: 100%;
  }
  .text-head__content {
    padding: 64px 0;
  }
  .text-head__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 80%;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #FFFFFF;
  }
  .text-head__date {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.022em;
    color: rgba(255, 255, 255, 0.56);
  }
  .text-body__content {
    padding-bottom: 80px;
  }
  .text-body__table {
    width: 100%;
    box-shadow: 0px -8px 32px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 12px 30px 20px 30px;
    position: fixed;
    max-width: 100%;
    bottom: 0;
    gap: 20px;
    transition: 0.5s ease;
    z-index: 999;
  }
  .text-body__table svg {
    margin: auto;
  }
  .text-body__svg-cont {
    height: 2px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-self: center;
  }
  .text-body__table-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
  .text-body__post {
    gap: 16px;
  }
  .text-body__post p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(11, 26, 64, 0.56);
  }
  .text-body__post h2 {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
    margin-top: 44px;
  }
  .text-body__post ul {
    gap: 15px;
  }
  .text-body__post ul li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(8, 14, 41, 0.56);
  }
  .text-body__post h3 {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
    margin-top: 14px;
  }
  .text-body__post h4 {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
}
@media (max-width: 767px) {
  .text-head__content {
    padding: 122px 0 48px 0;
    gap: 16px;
  }
  .text-head__content.thankyou-page {
    padding: 122px 0 48px 0;
  }
  .text-head__svg {
    top: 42px;
    height: 100%;
  }
  .text-head__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -0.04rem;
    text-align: center;
    text-transform: lowercase;
  }
  .text-head__date {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -0.02rem;
    text-align: center;
  }
  .text-body__svg-cont {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
  }
  .text-body__post {
    max-width: 100%;
  }
  .text-body__table {
    width: 100%;
    box-shadow: 0px -8px 32px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 12px;
    position: fixed;
    max-width: 100%;
    bottom: 0;
    gap: 20px;
    transition: 0.5s ease;
    z-index: 999;
  }
  .text-body__table svg {
    margin: auto;
  }
  .text-body p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.022rem;
  }
  .text-body h2 {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04rem;
    text-transform: lowercase;
  }
  .text-body h3 {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04rem;
    text-transform: lowercase;
  }
  .text-body h4 {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04rem;
    text-transform: lowercase;
  }
  .text-body ul {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.022rem;
  }
}/*# sourceMappingURL=text-page.css.map */