:root {
  --steel-blue: #0b6cfe;
  --almost-white: #fdfdfd;
  --black: #242b37;
  --light-white-blue: #f9fafc;
  --goldenrod: #151446e6;
  --slate-grey: #5e7296;
  --alice-blue: #f0f4f9;
}

a {
  color: var(--steel-blue);
  text-decoration: none;
}

.body {
  background-color: var(--almost-white);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.logotype {
  z-index: 1;
  max-width: 350px;
  margin-bottom: 35px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 104px 80px;
  display: flex;
  position: relative;
}

.section.header {
  height: 100vh;
  margin-bottom: 120px;
  padding: 0;
}

.section.contact {
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.section.research {
  background-color: var(--light-white-blue);
  padding-bottom: 208px;
}

.section.footer {
  background-color: #0b142b;
}

.section.window {
  background-color: var(--light-white-blue);
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.researched {
  background-image: linear-gradient(to right, #1e1c67cc 20%, #1e1c6740 45%, #15144600), var(--image-ied56991);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.expertise, .section.whyus {
  padding-bottom: 208px;
}

.section.video {
  height: 100vh;
  position: relative;
}

.section.test {
  background-color: #ee8f8f;
}

.section.invitation {
  padding-left: 0;
  padding-right: 0;
}

.container {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.h1 {
  color: var(--goldenrod);
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.subline {
  color: var(--slate-grey);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
}

.subline.light {
  color: var(--almost-white);
}

.subline.light.short {
  max-width: 600px;
}

.subline.light.short.invitation {
  max-width: 500px;
  margin-right: 60px;
}

.subline.medium {
  color: var(--goldenrod);
  font-weight: 500;
}

.subline.question {
  max-width: 800px;
  transition: color .25s cubic-bezier(.645, .045, .355, 1);
}

.subline.small-bottom-margin {
  margin-bottom: 24px;
}

.subline.footer {
  max-width: 400px;
}

.subline.white {
  color: var(--almost-white);
}

.collection-list-wrapper-expertise {
  justify-content: flex-start;
  align-items: flex-start;
  margin: -16px;
  display: flex;
}

.half-wrap {
  background-color: var(--light-white-blue);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
}

.half-wrap.min-600px {
  background-image: linear-gradient(#fff0, #1e1c67cc 80%), var(--image-ied56991);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 600px;
}

.button-cta {
  background-color: var(--black);
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  height: 80px;
  margin-top: 50px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.footer-wrap {
  color: var(--almost-white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 72px;
  font-size: 14px;
  display: flex;
}

.footer-wrap.copyright {
  border-top: 1px solid #424d60;
  margin-bottom: 0;
  padding-top: 24px;
}

.link {
  color: var(--almost-white);
  margin-right: 16px;
  font-weight: 300;
  text-decoration: none;
}

.wrap-desktop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.logotype {
  height: 32px;
  display: block;
}

.grid {
  flex-flow: row-reverse wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item {
  width: 33.3333%;
  padding: 8px;
  display: block;
  position: relative;
}

.item-wrap {
  box-shadow: none;
  text-align: center;
  border-style: none;
  border-color: #f3f3f3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.item-wrap.pdf {
  z-index: 1;
  box-shadow: none;
  color: var(--black);
  cursor: pointer;
  border-top-style: none;
  border-bottom-color: #d8d8d8;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  position: relative;
}

.item-wrap.card {
  background-color: var(--light-white-blue);
  padding: 40px;
}

.h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.h2.pdf {
  color: var(--slate-grey);
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-right: 80px;
  font-size: 14px;
  line-height: 20px;
}

.h2.pdf.tease {
  color: var(--slate-grey);
  padding-right: 24px;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 700px;
  margin-bottom: 0;
}

.paragraph.answer {
  margin-bottom: 24px;
}

.paragraph.light {
  color: var(--almost-white);
}

.paragraph.big {
  font-size: 20px;
  line-height: 30px;
}

.wrap-debug {
  color: #fa3ca1;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 9px;
  line-height: 13px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
  position: absolute;
}

.navigation {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-half {
  width: 80%;
  max-width: 450px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-password {
  color: #fff;
  background-color: #ffffff29;
  border-radius: 5px;
  height: 50px;
}

.field-password::placeholder {
  color: #fff;
}

.section-password {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.popup {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff26;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 24px;
  padding: 16px 24px 16px 16px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.popup-legend {
  color: var(--almost-white);
  font-size: 12px;
  line-height: 16px;
}

.popup-wrap-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.popup-icon {
  height: 13px;
  margin-right: 8px;
}

.wrapper-filters {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px -4px 32px;
  display: flex;
}

.wrapper-buttons {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.filter {
  z-index: 10;
  float: left;
  box-shadow: none;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-width: 1px;
  border-color: #eee;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 4px;
  padding: 0 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.filter:hover {
  background-color: var(--alice-blue);
}

.filter.checked {
  color: #fff;
  background-color: #242b37;
  transition: background-color .2s ease-in-out;
}

.filter.checked:hover {
  background-color: #3d4758;
}

.filter.ordering {
  height: 35px;
  padding-left: 8px;
  padding-right: 8px;
}

.dummy-cl-wrapper-categories {
  display: none;
}

.featuring, .category, .title {
  display: block;
}

.mix {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px;
  transition: background-color .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.mix:hover {
  background-color: #ffffff80;
}

.wrap-category-pdf {
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.item-wrap-2 {
  text-align: center;
  cursor: pointer;
  border: 2px solid #f3f3f3;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
  box-shadow: 1px 1px 20px 4px #0000000d;
}

.wrap-title-date {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrap_helper {
  color: #ff0004;
  text-align: left;
  font-size: 11px;
  display: none;
}

.link-file {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rnd_btn {
  z-index: 0;
  background-color: #ffca28;
  border-radius: 50px;
  width: 8px;
  height: 8px;
}

.rnd_btn.sierre {
  background-color: #ff00a1;
}

.rnd_btn.etapes {
  background-color: #42d08b;
}

.rnd_btn.utiles {
  background-color: #f3c90e;
}

.rnd_btn.culture {
  background-color: #9838c8;
}

.text_button {
  z-index: -1;
  padding-left: 10px;
  position: relative;
}

.wrap_button {
  z-index: -1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pdf-date {
  color: var(--slate-grey);
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.download {
  color: #fff;
  background-color: #639de3;
  border-radius: 6px;
  flex: none;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: background-color .2s;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cl-wrapper-faq {
  width: 100%;
  margin-bottom: 0;
}

.error-message {
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
}

.error-text {
  color: #ff0004;
}

.button {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button.full-width {
  background-color: var(--steel-blue);
  border-radius: 8px;
  width: 100%;
}

.password__protection {
  z-index: 888;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #050d16;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon-upload {
  width: 12px;
  height: 20px;
  margin-right: 8px;
}

.wrap-date-upload {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.embed-pulse {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
  position: relative;
  overflow: visible;
}

.embed-pulse.expertise {
  margin-top: 0;
  margin-bottom: 32px;
}

.cta {
  background-color: var(--steel-blue);
  color: var(--almost-white);
  border-radius: 24px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 10px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta.outline {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  border: 1px solid #fdfdfd;
  transition: background-color .2s;
}

.cta.outline:hover {
  background-color: #fdfdfd26;
}

.cta.outline.small-top-margin {
  margin-top: 40px;
}

.cta.full.center {
  margin-left: auto;
  margin-right: auto;
}

.cta.full.center.larg-top-margin {
  margin-top: 56px;
}

.cta.full.right-margin {
  background-color: var(--steel-blue);
  margin-right: 16px;
}

.cta.full.right-margin.footer.twitter {
  box-shadow: 0 0 20px 5px #0b6cfe91;
}

.cta.full.small-top-margin {
  margin-top: 40px;
}

.cta.outline-nostr {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  border: 1px solid #fdfdfd;
  transition: background-color .2s;
}

.cta.outline-nostr:hover {
  background-color: #fdfdfd26;
}

.cta.outline-nostr.nostr {
  background-color: #11251d;
  border-style: none;
}

.cta-wrap-icon {
  background-color: #ffffff26;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cta-wrap-icon.nostr {
  background-color: #ffffff0d;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.text-link {
  color: var(--almost-white);
  font-weight: 500;
  text-decoration: none;
}

.text-link.left-margin {
  margin-left: 8px;
}

.text-link.left-margin.nostr {
  color: #54c06e;
}

.text-link.right-margin {
  margin-right: 8px;
}

.text-link.pill {
  background-color: var(--steel-blue);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 8px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.text-link.pill:hover {
  background-color: #004bbe;
}

.text-link.footer {
  font-weight: 300;
}

.text-link.footer.right-margin {
  margin-right: 16px;
}

.wrap-dual-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-window {
  background-image: linear-gradient(to right, #1e1c67cc 20%, #1e1c6740 45%, #fff0), var(--image-ied56991);
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 56px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 56px;
  padding: 104px 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.legend {
  color: var(--slate-grey);
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 18px;
}

.legend.locked {
  color: var(--steel-blue);
  background-color: #20afed0d;
  border-radius: 6px;
  margin-right: 80px;
  padding: 4px 12px;
  font-size: 10px;
}

.header {
  background-image: linear-gradient(to right, #1e1c67cc 20%, #1e1c6740 45%, #15144600), var(--image-i5e301e7);
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.wrap-header-punch {
  color: var(--almost-white);
  width: 100%;
  max-width: 600px;
}

.punchline {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
}

.wrap-cta-dual {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-icon {
  width: 16px;
  height: 16px;
}

.cta-icon.nostr {
  width: auto;
  height: 9px;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.collection-list-wrapper-research {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.collection-item, .collection-list {
  width: 100%;
}

.cta-wrap-glass {
  z-index: 1;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid #ffffff0d;
  border-radius: 32px;
  padding: 40px;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
  position: relative;
}

.paragraph-2 {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-2.width-faq {
  max-width: 700px;
  margin-bottom: 40px;
}

.faq__accordion-item-content {
  height: auto;
  margin-top: 16px;
  overflow: hidden;
}

.faq__collection-list-wrapper {
  width: 100%;
  margin-top: 60px;
}

.faq__accordion-wrap-arrow {
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.error__state-wrap {
  color: #fff;
  background-color: #ff6161;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
}

.error__state-wrap.hide {
  display: none;
}

.faq__wrap-flex-horizontal {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq__wrap-flex-horizontal.faq__wrap-flex-horizontal--margin-bottom {
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.faq__accrodion-heading {
  cursor: pointer;
  flex: 1;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 51px;
}

.faq__accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  align-items: flex-start;
  display: flex;
}

.blurred {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  margin-left: -16px;
  margin-right: -16px;
  position: absolute;
  inset: 37% 0% 0%;
}

.blurred.temp {
  display: none;
  top: 38%;
}

.logo {
  height: 32px;
}

.logo.footer-vd {
  height: 80px;
  margin-top: -16px;
  margin-left: -16px;
}

.researching__container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.roadmap_sticky-collection-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 40px;
  display: flex;
}

.researching_collection-list-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: -50px;
  display: flex;
  position: relative;
}

.researching__card {
  background-color: var(--light-white-blue);
  border-radius: 24px;
  width: 100%;
  max-width: 500px;
  padding: 40px;
}

.researching__collection-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.wrap-protocol-icon {
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.wrap-protocol-icon.glow {
  box-shadow: 0 0 16px #fff;
}

.researching__collection-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: -8px;
  display: flex;
}

.researched__sticky-wrap {
  max-width: 50%;
  padding-right: 100px;
  position: sticky;
  top: 104px;
}

.researching__header {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 11px;
  display: flex;
}

.researched__collection-item {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 8px;
  display: flex;
  position: relative;
}

.researched__card {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: background-color .35s;
  display: flex;
}

.researched__card:hover {
  background-color: #ffffff1a;
}

.researched__header {
  display: flex;
}

.researched__collection-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: -8px;
  display: flex;
}

.researched_collection-list-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: -50px;
  display: flex;
  position: relative;
}

.nav-wrap-mobile {
  z-index: 999;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.wrapper-hamburger {
  z-index: 999;
  display: block;
  position: relative;
}

.wrapper-menu-mobile {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: transform .35s;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: none;
}

.nav__mobile-wrap-links {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100vh;
  padding-left: 80px;
  display: flex;
  box-shadow: 8px 0 16px 6px #00000080;
}

.link-2 {
  color: #fffffe;
  cursor: pointer;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-2.dark {
  color: #000;
  margin-bottom: 24px;
  margin-right: 0;
}

.nav__close-area {
  z-index: 2;
  width: 20%;
  height: 100vh;
  position: relative;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.header-copy-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  flex: 0 auto;
  width: 40%;
  position: relative;
}

.css {
  display: none;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  display: flex;
}

.form {
  z-index: 1;
  width: 100%;
  font-size: 19px;
  position: relative;
}

.form-field {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form-field::placeholder {
  font-size: 14px;
  line-height: 18px;
}

.select-field {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form-success-message {
  color: #67bb6d;
  background-color: #c0ffdf;
  border-radius: 8px;
  width: 100%;
  padding: 32px;
}

.form-fail-message {
  color: #ff7375;
  border-radius: 8px;
  width: 100%;
  padding: 32px;
}

.div-block-12 {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed {
  z-index: 999;
  flex-direction: column;
  display: flex;
  position: relative;
}

.invitation__wrap {
  background-image: var(--image-i70a9ab3a);
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.invitation__wrap-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.invitation__wrap-info.invitation {
  max-width: 900px;
}

.invitation__cl-wrapper, .invitation__cl-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.invitation__cl-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-button {
  z-index: -1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon {
  height: 12px;
  margin-left: 8px;
  padding-top: 2px;
}

.search {
  z-index: 10;
  float: left;
  box-shadow: none;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #00000075;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 4px;
  padding: 0 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.search:hover {
  background-color: #f0f4f9;
}

.search::placeholder {
  color: #c6c6c6;
  font-weight: 400;
}

.rnd-btn {
  z-index: 0;
  background-color: #ffca28;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 7px;
}

.rnd-btn.cryptocurrency {
  background-color: #9838c8;
}

.rnd-btn.fx {
  background-color: #ff00a1;
}

.rnd-btn.preciousmetal {
  background-color: #f3c90e;
}

.rnd-btn.globalmacro {
  background-color: #42d08b;
}

.wrap-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-wrap {
  position: relative;
}

.wrap-filters-asc-desc {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-arrow {
  width: 18px;
  height: 18px;
}

.icon-arrow.down {
  transform: rotate(180deg);
}

.div-block-13 {
  margin-right: -4px;
  position: relative;
}

.field {
  border: 1px #000;
  height: 40px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.field.submit {
  background-color: var(--steel-blue);
  color: var(--light-white-blue);
}

.form-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-flex.hide {
  display: none;
}

.text-block {
  color: var(--steel-blue);
  background-color: #0b6cfe1a;
  border: 1px #0b6cfe;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 0 6px;
  font-size: 10px;
  display: flex;
  position: absolute;
  inset: -27px auto auto 4px;
}

@media screen and (max-width: 991px) {
  .logotype {
    width: 40vw;
  }

  .section {
    padding: 60px 5%;
  }

  .section.research, .section.expertise, .section.whyus {
    padding-bottom: 120px;
  }

  .h1 {
    max-width: 500px;
    font-size: 35px;
    line-height: 45px;
  }

  .subline {
    font-size: 20px;
    line-height: 30px;
  }

  .subline.light.short.invitation {
    max-width: 400px;
  }

  .subline.question {
    max-width: 600px;
  }

  .subline.footer {
    text-align: center;
    max-width: 350px;
  }

  .button-cta {
    height: 60px;
    margin-top: 40px;
    font-size: 18px;
  }

  .footer-wrap.map {
    flex-direction: column;
    align-items: center;
  }

  .item {
    width: 50%;
  }

  .paragraph.answer {
    max-width: 600px;
  }

  .paragraph.big {
    font-size: 16px;
    line-height: 24px;
  }

  .navigation {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-filters {
    margin-top: 72px;
  }

  .cta.outline.small-top-margin {
    margin-top: 32px;
  }

  .cta.full.center.larg-top-margin {
    margin-top: 48px;
  }

  .cta.full.small-top-margin {
    margin-top: 32px;
  }

  .wrap-window {
    border-radius: 32px;
  }

  .header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-header-punch {
    max-width: 500px;
  }

  .punchline {
    font-size: 60px;
    line-height: 64px;
  }

  .paragraph-2.width-faq {
    max-width: 500px;
  }

  .researched__sticky-wrap {
    padding-right: 60px;
  }

  .header-copy-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-11 {
    align-items: center;
  }

  .image {
    width: 80%;
    margin-top: 72px;
  }

  .form, .form-field::placeholder {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .logotype {
    width: 35vw;
  }

  .section {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.header {
    margin-bottom: 40px;
  }

  .section.contact {
    flex-direction: column-reverse;
  }

  .section.window {
    padding-top: 104px;
  }

  .section.researched {
    background-image: linear-gradient(to bottom, var(--goldenrod) 35%, #4b4a7180 50%, #15144600), var(--image-ied56991);
    background-position: 0 0, 50%;
  }

  .section.faq {
    padding-bottom: 48px;
  }

  .h1 {
    text-align: center;
    max-width: 400px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 33px;
  }

  .subline {
    font-size: 18px;
    line-height: 26px;
  }

  .subline.light.short {
    text-align: center;
    max-width: 300px;
  }

  .subline.light.short.invitation {
    margin-right: 0;
  }

  .half-wrap {
    width: 100%;
    min-height: 400px;
  }

  .half-wrap.min-600px {
    min-height: 400px;
  }

  .button-cta {
    margin-top: 20px;
    font-size: 16px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: center;
  }

  .link.mobile {
    color: var(--black);
    margin-bottom: 50px;
  }

  .wrap-desktop {
    display: none;
  }

  .item {
    width: 100%;
  }

  .item-wrap.pdf {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-wrap.card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph {
    max-width: 300px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph.answer {
    padding-right: 56px;
  }

  .paragraph.big {
    font-size: 15.5px;
    line-height: 23px;
  }

  .navigation {
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .logo-half {
    width: 70%;
  }

  .footer-wrap-links {
    margin-top: 16px;
  }

  .wrapper-filters {
    margin-top: 64px;
  }

  .filter {
    border-width: 1px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-category-pdf {
    flex: none;
    width: 100%;
    margin-top: 16px;
  }

  .link-file {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding-left: 18px;
  }

  .rnd_btn {
    top: 13px;
  }

  .download {
    font-size: 13px;
    line-height: 22px;
  }

  .cta {
    border-radius: 16px;
    height: 60px;
    padding-right: 24px;
  }

  .cta.outline.small-top-margin, .cta.full.small-top-margin {
    margin-top: 24px;
  }

  .cta-wrap-icon {
    border-radius: 12px;
    width: 40px;
    height: 40px;
  }

  .text-link {
    font-size: 12px;
  }

  .text-link.pill {
    height: 40px;
  }

  .wrap-window {
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
  }

  .legend.locked {
    margin-right: 0;
  }

  .header {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrap-header-punch {
    max-width: 400px;
  }

  .punchline {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 45px;
  }

  .wrap-cta-dual, .cta-wrap-glass.top-margin {
    margin-top: 24px;
  }

  .paragraph-2.width-faq {
    max-width: none;
  }

  .faq__accordion-item-content {
    margin-right: 0;
  }

  .faq__collection-list-wrapper {
    margin-top: 40px;
  }

  .faq__wrap-flex-horizontal {
    flex-direction: column;
  }

  .faq__accrodion-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .logo.mobile {
    height: 24px;
  }

  .logo.footer-vd {
    margin-bottom: 32px;
  }

  .roadmap__sticky-collection-list-wrapper {
    margin-bottom: 80px;
  }

  .researching__container {
    flex-direction: column;
    align-items: center;
  }

  .roadmap_sticky-collection-item-wrap {
    align-items: flex-start;
    max-width: 500px;
  }

  .roadmap__sticky-collection-item {
    justify-content: center;
    display: flex;
  }

  .researching__card {
    padding: 32px;
  }

  .researching__collection-item {
    margin-bottom: 24px;
  }

  .researching__collection-list {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .researched__sticky-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .researched__collection-item {
    margin-bottom: 0;
  }

  .researched__card {
    padding: 32px;
  }

  .researched__collection-list {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nav-wrap-mobile {
    align-items: center;
    display: flex;
  }

  .wrapper-menu-mobile {
    transition: transform .35s;
    transform: translate(-110%);
  }

  .nav__mobile-wrap-links {
    background-color: var(--alice-blue);
    box-shadow: 8px 0 16px 6px #00000026;
  }

  .link-2.dark {
    font-size: 14px;
  }

  .header-copy-copy {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image {
    margin-top: 72px;
  }

  .invitation__wrap-info {
    flex-direction: column;
  }

  .filter-text {
    font-size: 14px;
  }

  .search {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .rnd-btn {
    top: 13px;
  }
}

@media screen and (max-width: 479px) {
  .logotype {
    width: 60vw;
    max-width: 200px;
  }

  .section.header {
    margin-bottom: 20px;
  }

  .section.footer {
    padding-top: 80px;
  }

  .h1 {
    max-width: 250px;
    margin-bottom: 40px;
  }

  .subline {
    font-size: 16px;
    line-height: 24px;
  }

  .subline.light.short {
    max-width: 240px;
  }

  .subline.light.short.invitation {
    max-width: 270px;
  }

  .subline.light.footer {
    margin-bottom: 24px;
  }

  .subline.question {
    padding-right: 24px;
  }

  .subline.footer {
    max-width: 260px;
  }

  .half-wrap {
    min-height: 300px;
  }

  .button-cta {
    font-size: 15px;
  }

  .footer-wrap.copyright {
    margin-bottom: 32px;
    padding-top: 48px;
  }

  .item {
    width: 100%;
  }

  .paragraph.answer {
    padding-right: 48px;
  }

  .footer-wrap-links {
    display: flex;
  }

  .popup {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    inset: auto 0% 0% auto;
  }

  .filter {
    flex: auto;
  }

  .wrap-category-pdf {
    width: 100%;
  }

  .item-wrap-2 {
    flex-direction: column;
  }

  .wrap_button {
    width: auto;
  }

  .pdf-date {
    text-align: right;
  }

  .cta.full.right-margin.footer {
    justify-content: center;
    width: auto;
    margin-right: 0;
  }

  .cta.outline-nostr.nostr {
    margin-top: 16px;
  }

  .wrap-window {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .wrap-header-punch {
    margin-top: -108px;
  }

  .punchline {
    font-size: 32px;
    line-height: 36px;
  }

  .wrap-cta-dual.footer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .cta-wrap-glass.top-margin {
    margin-top: 32px;
  }

  .logo.footer-vd {
    margin-bottom: 16px;
  }

  .roadmap__sticky-collection-list-wrapper {
    margin-bottom: 40px;
  }

  .researching__container {
    flex-direction: column;
  }

  .roadmap_sticky-collection-item-wrap {
    width: 100%;
    max-width: none;
  }

  .researching__collection-list {
    margin-left: 0;
    margin-right: 0;
  }

  .researched__sticky-wrap {
    margin-bottom: 40px;
    position: relative;
  }

  .researched__card {
    height: 160px;
  }

  .researched__collection-list {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .researched_collection-list-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .nav__close-area {
    background-color: #0000;
  }

  .div-block-11 {
    align-items: flex-start;
  }

  .form-block {
    width: 80%;
  }

  .form, .form-field::placeholder, .select-field {
    font-size: 15px;
  }

  .invitation__wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .filter-text {
    font-size: 13px;
  }

  .search {
    flex: auto;
    font-size: 13px;
  }

  .form-flex {
    flex-direction: column;
    align-items: stretch;
  }
}


