:root {
  --black: #272727;
  --green: #14a19f;
  --white: #fff;
  --light-grey: #f5f5f5;
  --dark-blue: #11273d;
  --stroke: #cdcdcd;
  --light-green: #bef3f2;
  --light-purple: #8d64ef;
}

a {
  text-decoration: underline;
}

.link-style {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.small-logopng {
  object-fit: cover;
  max-width: 100%;
  overflow: hidden;
}

.body15px {
  color: var(--black);
  text-align: left;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.body15px.bold {
  font-weight: 700;
}

.body15px.bold.green {
  color: var(--green);
  flex: none;
}

.body15px.center {
  text-align: center;
}

.body15px.white {
  color: var(--white);
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.hero-section {
  background-image: url('../images/Section.png'), linear-gradient(180deg, var(--white) 58%, var(--green));
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 120px 60px 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.margin {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 813.13px;
  padding-bottom: 20px;
  display: flex;
}

.video {
  object-fit: contain;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  display: flex;
  overflow: clip;
}

.container-4 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.margin-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.margin-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.section-grey {
  grid-row-gap: 60px;
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: static;
}

.heading48px {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.heading48px.green {
  color: var(--green);
}

.heading48px.green.left {
  text-align: left;
}

.heading48px.white {
  color: var(--white);
}

.body18px {
  color: var(--dark-blue);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.body18px.left {
  text-align: left;
  width: 100%;
  font-weight: 400;
}

.body18px.left.italic {
  font-style: italic;
}

.body18px.left.white {
  color: var(--white);
  flex: none;
}

.body18px.bold {
  font-weight: 700;
}

.body18px.bold.green, .body18px.green {
  color: var(--green);
}

.heading40px {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.heading40px.green {
  color: var(--green);
}

.heading40px.white {
  color: var(--white);
}

.form-section {
  grid-column-gap: 125px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.subheading20px {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.subheading20px.green {
  color: var(--green);
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.green {
  background-color: var(--green);
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.section-gradient {
  background-image: url('../images/Section_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 308px;
  padding: 64px 295px;
  text-decoration: none;
  display: flex;
}

.icon {
  object-fit: cover;
}

.benefit-section {
  grid-row-gap: 32px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 60px;
  text-decoration: none;
  display: flex;
}

.benefit-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.iconbox {
  aspect-ratio: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.benefit-card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.features-section {
  background-image: linear-gradient(207.48deg, var(--green), var(--dark-blue));
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  text-decoration: none;
  display: flex;
}

.container-33 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-5 {
  border-radius: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.container-37 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 17.6px;
  text-decoration: none;
  display: flex;
}

.section-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.we-warmly-invite-you-to-join-us-in-person-at-the-beneficial-agi-summit-unconference-2025-in-istanbu-2 {
  color: #14a19f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.16px;
  text-decoration: none;
}

.link-text {
  color: var(--green);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.16px;
  text-decoration: underline;
}

.link-text.left {
  text-align: left;
}

.speaker-section {
  grid-row-gap: 40px;
  background-color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px;
  display: flex;
}

.ben-162x162png {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: 1000px;
}

.name-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.name-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form-input {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-field {
  border: 1px solid var(--stroke);
  border-radius: 8px;
  height: 48px;
}

.text-field:focus {
  border-color: var(--green);
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.questions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.question-tag {
  grid-column-gap: 10px;
  background-color: var(--light-green);
  color: var(--black);
  border: 1px solid #c6eae9;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.panama-images {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1954.4px;
  height: 200px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

._53599035882_6175dbf07e_o {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.testimonial-card {
  grid-row-gap: 30px;
  border: 1px solid var(--stroke);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testimonial-1-header {
  grid-column-gap: 10px;
  border: 1px solid var(--stroke);
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.testimonial-1-name {
  color: #14a19f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.testimonial-1-name-1 {
  color: #14a19f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.speakers-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.speaker-card {
  grid-column-gap: 10px;
  background-color: var(--white);
  border: 1px solid #bef3f2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 430px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 24px #131a4c26;
}

.background-3 {
  grid-column-gap: 8px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.margin-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.social-media {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.gradient-card {
  background-image: linear-gradient(270deg, var(--green), var(--dark-blue) 99%);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.sponsorpng {
  object-fit: cover;
  overflow: hidden;
}

.heading-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-80 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.sponsor-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.sponsor-card {
  border: 2px solid var(--green);
  background-color: var(--white);
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.dreamsvg {
  justify-content: flex-start;
  align-items: flex-start;
  width: 64px;
  max-width: 279.88px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-secondary {
  border: 2px solid var(--green);
  color: var(--green);
  border-radius: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-89 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-90 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 17.6px;
  text-decoration: none;
  display: flex;
}

.container-96 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.strong-accommodation-options {
  color: #272727;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.untitled {
  justify-content: flex-start;
  align-items: flex-start;
  width: 16px;
  max-width: 452px;
  height: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._1f3e8svg-fill {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-section {
  grid-row-gap: 45px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.wrapper-list {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.faq {
  grid-column-gap: 20px;
  background-color: #bef3f2;
  border: 1px solid #bef3f2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  text-decoration: none;
  display: flex;
}

.answer {
  grid-column-gap: 20px;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.footer-section {
  background-image: url('../images/Section_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 250px;
  padding: 32px 60px;
  display: flex;
  overflow: hidden;
}

.footer-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.container-112 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 822px;
  height: 86px;
  min-height: 1px;
  text-decoration: none;
  display: flex;
}

.container-113 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 792px;
  height: 62px;
  text-decoration: none;
  display: flex;
}

.container-114 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 274px;
  height: 86px;
  min-height: 1px;
  text-decoration: none;
  display: flex;
}

.container-115 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 86px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.margin-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 36px;
  padding-bottom: 20px;
  display: flex;
}

.container-116 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 16px;
  display: flex;
}

.margin-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  padding-bottom: 20px;
  display: flex;
}

.container-118 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 86px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.container-119 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 36px;
  display: flex;
}

.container-120 {
  grid-column-gap: 8.2px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.link-style-5 {
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.svg {
  object-fit: cover;
}

.divider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 41px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.container-121 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 21px;
  display: flex;
}

.container-122 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.horizontal-divider {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1370px;
  height: 1px;
  text-decoration: none;
  display: flex;
}

._1f3e8svg {
  object-fit: cover;
  overflow: hidden;
}

.link-style-7 {
  width: 100%;
}

.iframe-maps {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flexcol {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.flexcol._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}

.flexcol._24px.nowidth {
  max-width: 90%;
}

.flexcol._32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.flexcol._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flexcol._60px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flexcol._12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flexcol._12px.left {
  justify-content: center;
  align-items: flex-start;
}

.flexcol.spacebetween {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.flexcol.left {
  justify-content: center;
  align-items: flex-start;
}

.body20px {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.body20px.bold {
  font-weight: 700;
}

.body20px.white {
  color: var(--white);
  width: 100%;
}

.flexrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.flexrow._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.flexrow._12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flexrow._12px.left {
  justify-content: flex-start;
  align-items: center;
}

.flexrow.spaceinbetween {
  justify-content: space-between;
  max-width: none;
}

.heading30px {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37.44px;
  text-decoration: none;
}

.heading30px.left {
  text-align: left;
}

.heading30px.left.white {
  color: var(--white);
}

.heading30px.left.green {
  color: var(--green);
  width: 100%;
}

.heading30px.green {
  color: var(--green);
}

.padding16px {
  padding-left: 16px;
  padding-right: 16px;
}

.sponsor-card-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.venue-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.div-block {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.div-block-2 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 12px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-4 {
  width: 100%;
}

.nav-link {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link:hover, .nav-link:focus {
  color: var(--green);
}

.frame-75 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bgi-2025-header-no-slogan-nobg-1920x500px-1 {
  object-fit: cover;
}

.frame-67 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 280px;
  text-decoration: none;
  display: flex;
}

.heading48px-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #14a19f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-80 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flexcol-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading40px-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #11273d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.body18px-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #11273d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-83 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading30px-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #11273d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.body18px-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.vector-1 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #f5f5f5;
}

.heading48px-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #11273d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.body18px-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #11273d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.body18px-1, .body18px-5 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #14a19f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.body18px-requests-can-be-made-directly-through-the-users-personal-control-panel-in-the-singularityn, .body18px-requests-can-be-made-directly-through-the-users-personal-control-panel-in-the-singularityn-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #14a19f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.hero-section-copy {
  background-image: url('../images/Section.png'), linear-gradient(180deg, var(--white) 58%, var(--green));
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-5 {
  max-width: 850px;
}

.speaker-3-title {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.image {
  object-fit: contain;
  max-width: 60%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .small-logopng {
    height: auto;
  }

  .margin {
    height: auto;
    padding-bottom: 0;
  }

  .video, .margin-2 {
    height: auto;
  }

  .section-grey {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading48px.green {
    font-size: 32px;
  }

  .body18px {
    font-size: 14px;
  }

  .heading40px {
    font-size: 28px;
  }

  .form-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .subheading20px.green {
    width: 100%;
    max-width: 700px;
  }

  .section-gradient, .benefit-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .benefit-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: center;
    place-items: start stretch;
  }

  .features-section, .section-white {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .questions {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .question-tag {
    font-size: 16px;
  }

  .testimonial-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .speakers-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sponsor-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-section {
    min-height: 200px;
    padding: 24px 32px;
  }

  .flexrow._24px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .heading30px {
    font-size: 24px;
  }

  .venue-content {
    max-width: 100%;
  }

  .bgi-2025-header-no-slogan-nobg-1920x500px-1 {
    object-fit: contain;
    max-width: 70%;
    height: auto;
  }

  .frame-67 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading48px-2 {
    font-size: 36px;
  }

  .flexcol-2 {
    grid-row-gap: 0px;
  }

  .heading40px-2 {
    font-size: 32px;
  }

  .body18px-2 {
    font-size: 14px;
  }

  .heading30px-2 {
    font-size: 24px;
  }

  .heading48px-3 {
    font-size: 36px;
  }

  .body18px-4, .body18px-5 {
    font-size: 14px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-2.w--current {
    justify-content: center;
    align-items: center;
  }

  .image {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-grey {
    padding: 60px 16px;
  }

  .heading48px.green {
    text-align: left;
    font-size: 26px;
  }

  .body18px {
    text-align: left;
    font-size: 14px;
  }

  .heading40px {
    text-align: left;
    font-size: 22px;
  }

  .form-section {
    padding: 60px 16px;
  }

  .subheading20px.green {
    font-size: 14px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-gradient {
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefit-section {
    padding: 60px 16px;
  }

  .benefit-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-section {
    padding: 60px 16px;
  }

  .section-white {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .speaker-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .question-tag {
    width: 100%;
    font-size: 12px;
  }

  .speakers-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .speaker-card {
    height: 410px;
  }

  .gradient-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-section {
    padding: 60px 16px;
  }

  .faq {
    grid-column-gap: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .answer {
    padding-left: 20px;
    padding-right: 0;
  }

  .footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body20px {
    font-size: 14px;
  }

  .flexrow.spaceinbetween {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading30px {
    text-align: left;
    font-size: 20px;
    line-height: 120%;
  }

  .heading30px.left.green {
    line-height: 120%;
  }

  .div-block-3 {
    flex-flow: column;
    display: flex;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 24px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    background-color: var(--white);
    text-align: center;
  }

  .bgi-2025-header-no-slogan-nobg-1920x500px-1 {
    max-width: 100%;
    height: auto;
  }

  .frame-67 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading48px-2 {
    font-size: 30px;
  }

  .flexcol-2 {
    grid-row-gap: 0px;
  }

  .heading40px-2 {
    font-size: 24px;
  }

  .body18px-2 {
    flex-flow: column;
    font-size: 14px;
    display: flex;
  }

  .heading30px-2 {
    font-size: 20px;
  }

  .body18px-3 {
    width: 100%;
    display: inline;
  }

  .heading48px-3 {
    color: var(--dark-blue);
    font-size: 32px;
  }

  .body18px-4 {
    color: var(--dark-blue);
    font-size: 14px;
  }

  .body18px-5 {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .hero-section-copy {
    padding: 24px 16px;
  }

  .link-block {
    max-width: 40%;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-7 {
    flex-flow: column;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .div-block-9 {
    width: 100%;
  }

  .image {
    height: auto;
  }

  .menu-button {
    z-index: 99999;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }
}


