/* Borders */
/* borders end */
/* Slider  */
/* Slider end */
/* Popup */
/* Borders */
/* borders end */
/* Border */
/* borders end */
.single-whitepaper-page {
  position: relative;
}
.single-whitepaper-page .single-whitepaper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000000 0%, #1A1A1A 100%);
}
.single-whitepaper-page .single-whitepaper-bg .top-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 900px;
  background-image: url(../images/img-hero-background-desktop-courses.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.single-whitepaper-page .single-whitepaper-bg .top-bg-img::before {
  content: "";
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
.single-whitepaper-page .single-whitepaper-bg .top-bg-img::after {
  content: "";
  background: linear-gradient(0, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 400px;
}
.single-whitepaper-page .x-lines.borders-hero {
  top: -154px;
  z-index: 1;
  height: 200px;
}
.single-whitepaper-page .x-lines.borders-hero .line-v::after {
  background: linear-gradient(to bottom, #FFFFFF, transparent 100%);
}
.single-whitepaper-page .top-hero {
  padding-bottom: 10rem;
}
.single-whitepaper-page .hse-heading-section {
  padding-top: 12.4rem;
  overflow: hidden;
  background-repeat: no-repeat;
}
.single-whitepaper-page .heading-content {
  z-index: 2;
}
.single-whitepaper-page .header-img {
  position: absolute;
  right: 40px;
  width: 504px;
  z-index: 10;
}
.single-whitepaper-page .header-text {
  max-width: calc(100% - 498px);
  margin-top: 5rem;
}
.single-whitepaper-page .header-text > *:first-child {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: rgb(255, 255, 255);
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 0;
}
.single-whitepaper-page .header-text > *:last-child {
  margin-bottom: 0;
}
.single-whitepaper-page .header-text > * + * {
  font-weight: 400;
  color: #E5E5E5;
  margin-top: 16px;
  max-width: 600px;
}
.single-whitepaper-page .header-text div:first-of-type {
  font-weight: 400;
  color: #E5E5E5;
  margin-top: 16px;
  max-width: 600px;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.single-whitepaper-page .header-text div.released-in {
  display: flex;
  font-size: 14px;
  color: #808080;
  font-weight: 400;
}
.single-whitepaper-page .header-text div.released-in::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 7.33335V3.33335C13 2.60002 12.4 2.00002 11.6667 2.00002H11V0.666687H9.66667V2.00002H4.33333V0.666687H3V2.00002H2.33333C1.6 2.00002 1 2.60002 1 3.33335V12.6667C1 13.4 1.6 14 2.33333 14H7V12.6667H2.33333V6.00002H11.6667V7.33335H13ZM11.6667 4.66669H2.33333V3.33335H11.6667V4.66669ZM9.42667 12.6667C9.71333 13.6334 10.6067 14.3334 11.6667 14.3334C12.9533 14.3334 14 13.2867 14 12C14 10.7134 12.9533 9.66669 11.6667 9.66669C11.0333 9.66669 10.4533 9.92002 10.0333 10.3334H11V11.3334H8.33333V8.66669H9.33333V9.62002C9.93333 9.03335 10.76 8.66669 11.6667 8.66669C13.5067 8.66669 15 10.16 15 12C15 13.84 13.5067 15.3334 11.6667 15.3334C10.0533 15.3334 8.70667 14.1867 8.4 12.6667H9.42667Z' fill='grey' /%3E%3C/svg%3E");
  margin-right: 10px;
  margin-top: 3px;
}
.single-whitepaper-page .caption-regular {
  color: #bfbfbf;
}
.single-whitepaper-page .basis-of-analysis-container {
  flex-direction: column;
}
.single-whitepaper-page .basis-of-analysis-container .boa-title h5 {
  font-weight: 900;
  text-transform: uppercase;
  color: #FD2348;
  margin-bottom: 30px;
}
.single-whitepaper-page .basis-of-analysis-container .boa-numbers {
  display: flex;
  flex-direction: row;
}
.single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper {
  border-radius: 8px;
  background: #191919;
  width: 320px;
  height: 164px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper .boa-number {
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper .boa-number-desc {
  font-weight: 400;
  font-size: 20px;
}
.single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper {
  padding-top: 40px;
}
.single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper ul, .single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper ul li, .single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper p li {
  margin-top: 5px;
}
.single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper p {
  width: 680px;
}
.single-whitepaper-page .poll-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.single-whitepaper-page .poll-container .poll-wrapper {
  width: 680px;
  border-radius: 8px;
  margin-top: 42px;
  background: #191919;
  border: 1px solid #404040;
  padding: 30px 24px;
}
.single-whitepaper-page .poll-container .poll-wrapper .question {
  font-weight: 400;
}
.single-whitepaper-page .poll-container .poll-wrapper .poll-legend {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.single-whitepaper-page .poll-container .poll-wrapper .poll-legend .poll-answer {
  font-size: 14px;
  font-weight: 700;
}
.single-whitepaper-page .poll-container .poll-wrapper .poll-legend .poll-numbers {
  display: flex;
  justify-content: space-between;
  width: 150px;
}
.single-whitepaper-page .poll-container .poll-wrapper .poll-legend .poll-numbers .ans-number {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.single-whitepaper-page .poll-container .poll-wrapper .poll-legend .poll-numbers .ans-percent {
  font-size: 14px;
  font-weight: 400;
}
.single-whitepaper-page .poll-container .poll-wrapper .question-bar {
  width: 100%;
  height: 24px;
  border-radius: 4px;
  margin-top: 5px;
  background-color: #000000;
}
.single-whitepaper-page .poll-container .poll-wrapper .question-bar div {
  background-color: #404040;
  height: 100%;
  border-radius: 4px;
}
.single-whitepaper-page .poll-container .poll-wrapper .question-bar.question-bar-yes div {
  background-color: #EF5600;
}
.single-whitepaper-page .bg-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-whitepaper-page .bg-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.single-whitepaper-page .form {
  display: none;
}
.single-whitepaper-page .form * + h1 {
  margin-top: 0;
}
.single-whitepaper-page .form * + h2 {
  margin-top: 0;
}
.single-whitepaper-page .form * + h3 {
  margin-top: 0;
}
.single-whitepaper-page .form * + h4 {
  margin-top: 0;
}
.single-whitepaper-page .form * + h5 {
  margin-top: 0;
}
.single-whitepaper-page .form * + h6 {
  margin-top: 0;
}
.single-whitepaper-page .form p {
  font-weight: 400;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 16px;
}
.single-whitepaper-page .form .form-block {
  max-width: 100%;
}
.single-whitepaper-page .form .form-block p {
  margin-bottom: 0;
}
.single-whitepaper-page .form .form-block .placeholder {
  top: 50%;
  transform: translateY(-50%);
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: all 0.3s;
}
.single-whitepaper-page .form .form-block .placeholder.active {
  top: 14px !important;
  font-size: 12px;
}
.single-whitepaper-page .form .form-block input {
  line-height: 16px;
}
.single-whitepaper-page .form .form-block .hse-field_form textarea {
  height: 64px;
  overflow: auto;
  resize: none;
  scrollbar-width: 2px;
  scrollbar-color: #828282 #fff;
}
.single-whitepaper-page .form .form-block .wpcf7-not-valid-tip {
  display: none;
  display: none;
}
.single-whitepaper-page .form .form-block .button-block {
  display: flex;
  margin-top: 16px;
  border-top: 1px solid var(--Gray-4, #404040);
  padding-top: 24px;
}
.single-whitepaper-page .form .form-block .button-block > * + * {
  margin-left: 16px;
  position: relative;
}
.single-whitepaper-page .form .form-block .submit-block {
  margin: 0;
  width: calc((100% - 16px) / 2);
}
.single-whitepaper-page .form .form-block .submit-block > * {
  text-align: end;
}
.single-whitepaper-page .form .form-block .cancel {
  width: calc((100% - 16px) / 2);
}
.single-whitepaper-page .form .button-block {
  display: flex;
  margin-top: 16px;
  border-top: 1px solid var(--Gray-4, #404040);
  padding-top: 24px;
  justify-content: space-between;
}
.single-whitepaper-page .form .button-block > * + * {
  margin-left: 16px;
  position: relative;
}
.single-whitepaper-page .form .wpcf7-spinner {
  position: absolute;
  opacity: 1;
  left: auto;
  top: 25px;
  right: 95px;
}
.single-whitepaper-page .form .wpcf7-list-item {
  margin-left: 34px;
}
.single-whitepaper-page .form .wpcf7-response-output {
  display: none;
}
.single-whitepaper-page .form .agree-text {
  margin-top: 16px;
}
.single-whitepaper-page .form .agree-text p {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
}
.single-whitepaper-page .form h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.single-whitepaper-page .form div {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.single-whitepaper-page .form a.hse-btn-default {
  margin-top: 0;
}
.single-whitepaper-page .form.active {
  display: block;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--Black, #000);
  box-shadow: 0px 0px 64px 0px #EF5600;
  padding: 24px;
  width: 400px;
  max-width: calc(100% - 30px);
}
.single-whitepaper-page .block input[aria-invalid=true] {
  box-shadow: 0 0 0 2px #FD2348;
  border: 1px solid transparent;
  -webkit-appearance: none;
  outline: none;
}
.single-whitepaper-page .block textarea[aria-invalid=true] {
  box-shadow: 0 0 0 2px #FD2348;
  border: 1px solid transparent;
  -webkit-appearance: none;
  outline: none;
}
.single-whitepaper-page .form-block input[type=submit] {
  font-weight: 700;
  width: max-content;
}
.single-whitepaper-page .form-block input[type=submit]:hover {
  background-color: #FD2348;
  outline: none;
}
.single-whitepaper-page .form-block input[type=submit]:active {
  background-color: #FD2348;
  outline: none;
}
.single-whitepaper-page .form-block input[type=submit]:focus {
  background-color: #FD2348;
  outline: none;
}
.single-whitepaper-page .form-block input[type=submit]:disabled:hover {
  background-color: #777777;
}
.single-whitepaper-page .form-block input[type=submit]:disabled:active {
  background-color: #777777;
}
.single-whitepaper-page .form-block input[type=submit]:disabled:focus {
  background-color: #777777;
}
.single-whitepaper-page button.cancel-form {
  margin: 0;
  padding: 16px 24px;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-radius: 24px;
  border: 1px solid var(--White, #FFF);
  background: transparent;
  color: #FFF;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.single-whitepaper-page button.cancel-form:hover {
  box-shadow: inset 0 0 0 1px #FFFFFF;
}
.single-whitepaper-page a.hse-btn-transparent {
  padding: 15px 24px;
  border-radius: 24px;
  border: 1px solid var(--White, #FFF);
  background: transparent;
  color: #FFF;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  font-weight: 700;
}
.single-whitepaper-page a.hse-btn-transparent:hover {
  box-shadow: inset 0 0 0 1px #FFFFFF;
}
.single-whitepaper-page form.failed input {
  outline: 1px solid #FF062E;
}
.single-whitepaper-page .header-text a.hse-btn-default {
  font-weight: 700;
}
.transparent-mask {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  filter: blur(4px);
}

.bottom_text {
  width: 680px;
  max-width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .single-whitepaper-page .x-lines.borders-hero {
    top: -73px;
  }
  .single-whitepaper-page .x-lines.borders-hero .line-v:nth-child(2), .single-whitepaper-page .x-lines.borders-hero .line-v:nth-child(4), .single-whitepaper-page .x-lines.borders-hero .line-h:nth-child(2), .single-whitepaper-page .x-lines.borders-hero .line-h:nth-child(4), .single-whitepaper-page .x-lines.borders-hero .x-cross:nth-child(2), .single-whitepaper-page .x-lines.borders-hero .x-cross:nth-child(4) {
    display: none;
  }
  .single-whitepaper-page .x-lines.borders-hero .line-h:nth-child(3), .single-whitepaper-page .x-lines.borders-hero .line-h:nth-child(5) {
    width: 50%;
  }
  .single-whitepaper-page .header-text {
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .single-whitepaper-page .header-text div:first-of-type {
    font-size: 1rem;
    line-height: 1.2rem;
    max-width: 100%;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-whitepaper-page .header-text > *:first-child {
    font-size: 2.4rem;
    line-height: 100%;
  }
  .single-whitepaper-page .header-text h1 {
    font-size: 3rem;
    line-height: 100%;
  }
  .single-whitepaper-page .header-text h2 {
    font-size: 2.4rem;
    line-height: 100%;
  }
  .single-whitepaper-page .header-text h3 {
    font-size: 1.7rem;
    line-height: 100%;
  }
  .single-whitepaper-page .header-text h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .single-whitepaper-page .header-text h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .single-whitepaper-page .header-text h6 {
    font-size: 18px;
    line-height: 1rem;
  }
  .single-whitepaper-page .header-text > * + * {
    max-width: 100%;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-whitepaper-page .borders-footer-bio .borders-bio-copy {
    display: none;
  }
  .single-whitepaper-page .top-hero {
    padding-bottom: 4.8rem;
  }
  .single-whitepaper-page .top-hero::after {
    display: none;
  }
  .single-whitepaper-page .heading-content {
    flex-direction: column-reverse;
  }
  .single-whitepaper-page .heading-content br {
    display: block;
  }
  .single-whitepaper-page section {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single-whitepaper-page .hse-heading-section {
    padding-top: 8.4rem;
  }
  .single-whitepaper-page .header-img {
    position: relative;
    width: 400px;
    left: 45%;
    transform: translateX(-50%);
    right: auto;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper {
    height: 140px;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper .boa-number {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper .boa-number-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .single-whitepaper-page .x-lines.borders-hero {
    top: -73px;
  }
  .single-whitepaper-page .x-lines.borders-hero .line-v:nth-child(3), .single-whitepaper-page .x-lines.borders-hero .line-h:nth-child(5), .single-whitepaper-page .x-lines.borders-hero .x-cross:nth-child(5) {
    display: none;
  }
  .single-whitepaper-page .x-lines.borders-hero .line-h:nth-child(3) {
    width: 100%;
  }
  .single-whitepaper-page .header-text div:first-of-type {
    font-size: 16px;
    line-height: 1rem;
    width: 450px;
  }
  .single-whitepaper-page .header-text > *:first-child {
    font-size: 1.7rem;
  }
  .single-whitepaper-page .header-text h1 {
    font-size: 2.4rem;
  }
  .single-whitepaper-page .header-text h2 {
    font-size: 1.7rem;
  }
  .single-whitepaper-page .header-text h3 {
    font-size: 1.2rem;
  }
  .single-whitepaper-page .header-text h4 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .single-whitepaper-page .header-text h5 {
    font-size: 16px;
    line-height: 1rem;
  }
  .single-whitepaper-page .header-text h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .single-whitepaper-page .header-text > * + * {
    width: 450px;
  }
  .single-whitepaper-page .top-hero {
    padding-bottom: 4rem;
  }
  .single-whitepaper-page .top-hero .line-home-bottom-v {
    height: 4rem;
    top: auto;
  }
  .single-whitepaper-page section {
    padding-left: 0;
    padding-right: 0;
  }
  .single-whitepaper-page .hse-heading-section {
    padding-top: 6rem;
    background-size: 100vw 830px;
  }
  .single-whitepaper-page .header-img {
    width: 334px;
    left: 42%;
  }
  .single-whitepaper-page h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .single-whitepaper-page p {
    font-size: 14px;
    line-height: 16px;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper ul, .single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper p {
    font-size: 16px;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-text-wrapper p {
    width: 100%;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers {
    justify-content: space-around;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper {
    margin: 0;
    height: 100px;
    width: 43%;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper .boa-number {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .single-whitepaper-page .basis-of-analysis-container .boa-numbers .boa-number-wrapper .boa-number-desc {
    font-size: 12px;
  }
  .single-whitepaper-page .poll-container .poll-wrapper {
    width: 100%;
  }
}

/*# sourceMappingURL=single-whitepaper-report.css.map */
