@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-container {
  max-width: 1200px;
}

.nav-logo {
  width: auto;
  max-width: none;
  height: auto;
}

.section {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.nav-logo-img {
  height: 59px;
}

.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  display: block;
}

.body {
  background-color: #fff0;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta-button {
  text-align: center;
  background-color: #00b34f;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
}

.hero-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.green-text {
  color: #00b34f;
}

.why-attend {
  background-color: #000;
  padding: 60px 30px;
}

.why-attend-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.why-attend-left-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-attend-right-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.heading-box {
  border: 2px solid #28a745;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 35px;
  display: inline-block;
}

.why-attend-heading {
  color: #fff;
  border-top: 0 solid #fff;
  border-right: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
}

.point {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  flex-flow: column;
  display: flex;
}

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

.line {
  color: #28a745;
  background-color: #28a745;
  width: 8px;
  height: 1.5rem;
}

.why-attend-para {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.cta-section {
  background-color: #fff;
  padding: 60px 30px;
}

.cta-box {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.cta-button-2 {
  text-align: center;
  background-color: #00b34f;
  border-radius: 8px;
  padding: 12px 50px;
  font-weight: 600;
}

.footer {
  text-align: center;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}

.footer-container {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Aptos, Tahoma, sans-serif;
  font-size: 16px;
}

.form-section {
  background-color: #f0f0f0;
  padding: 30px;
}

.form-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.form-content {
  text-align: center;
}

.limited-slot {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .heading-box {
    border-style: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

  .cta-button {
    text-align: center;
    font-size: 16px;
  }

  .why-attend {
    display: block;
  }

  .why-attend-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-attend-heading, .cta-heading {
    font-size: 28px;
  }

  .why-attend-subhead {
    font-size: 26px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-3, .heading-4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .why-attend-heading {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b32dfe3-cd63-3f69-4817-eb28b986784f-ee0cd0be {
    order: 9999;
  }

  #w-node-_6531777d-82df-0640-f8a6-0c1bbb3661b5-ee0cd0be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}