:root {
  --brand--primary-black: #272727;
  --brand--gold: #274fc1;
  --brand--secondary-black: #08111c;
  --brand--white: #fff;
  --brand--dark-grey: #b3b0b0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--brand--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: var(--brand--gold);
  text-decoration: underline;
}

a:hover {
  color: var(--brand--gold);
}

.theta-body {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.navbar-wrapper {
  background-color: var(--brand--secondary-black);
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #f8f8f8f2;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--brand--gold);
}

.main-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.hero-section {
  background-image: linear-gradient(#0009, #0009), url('../images/thegreatart_SC-kopyabg.webp');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

.hero-paragraph {
  color: #f8f8f8;
}

.hero-paragraph.center-align {
  width: 80%;
}

.width-75 {
  flex-direction: column;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.blank-spacing.small {
  height: 32px;
}

.blank-spacing.medium {
  height: 64px;
}

.blank-spacing.extra-large {
  height: 128px;
}

.blank-spacing.large {
  height: 50px;
}

.blank-spacing.tiny {
  height: 16px;
}

.hero-heading {
  color: var(--brand--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 110%;
}

.hero-heading.center-align {
  color: var(--brand--white);
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Josefin Sans, sans-serif;
  font-size: 50px;
}

.nav-icon {
  width: 48px;
}

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

.section-heading {
  color: var(--brand--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 46px;
  line-height: 110%;
}

.main-paragraph {
  color: var(--brand--primary-black);
  margin-bottom: 0;
}

.two-x-two-column-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.dark-background {
  background-color: var(--brand--secondary-black);
}

.tabs-menu {
  display: flex;
}

.tab-link {
  background-color: #ededed;
  border-right: 1px solid #000;
  padding: 10px 72px;
}

.tab-link.w--current {
  background-color: var(--brand--gold);
}

.tabs-content {
  margin-top: 64px;
}

.subtitile-text {
  color: var(--brand--white);
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.subtitile-text.text-color-gold {
  color: var(--brand--white);
  -webkit-text-stroke-color: var(--brand--white);
  font-family: Josefin Sans, sans-serif;
}

.schedule-date-text {
  color: var(--brand--white);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
}

.schedule-date-text.text-color-white {
  font-size: 13px;
}

.schedule-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.schedule-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Leadership.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 480px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.schedule-cover.second-tab {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Communication_1Communication.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.schedule-cover.first-tab {
  opacity: 1;
  background-image: url('../images/thegreatart_SC-akdeniz.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.schedule-cover.third-tab {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Business-Strategy_1Business Strategy.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.schedule-cover.fourth-tab {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Marketing_1Marketing.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.schedule-details {
  flex-direction: column;
  padding: 0 40px;
  display: block;
}

.text-color-white {
  color: #fff;
}

.text-color-gold {
  color: var(--brand--gold);
}

.body-paragraph {
  color: var(--brand--primary-black);
  margin-bottom: 0;
  font-size: 16px;
}

.body-paragraph.text-color-white {
  color: #f8f6f6;
}

.schedule-time-text {
  color: var(--brand--primary-black);
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
}

.schedule-time-text.text-color-white {
  color: #c3c3c3;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
}

.width-85 {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 85%;
  display: flex;
}

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

.speaker-image-wrapper {
  text-align: left;
  transition: transform .1s ease-in;
}

.speaker-image-wrapper:hover {
  transform: translate(-10px);
}

.hero-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 24px;
  display: flex;
}

.right-allign-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.left-allign-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.host-name-text {
  text-align: right;
  letter-spacing: .25px;
  flex: 0 auto;
  order: 0;
  margin-bottom: 100px;
  margin-right: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.speakers-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-speaker {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #3d77f41a, #3d77f41a), url('../images/Speaker-2_1Speaker 2.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 320px;
  position: relative;
}

.single-speaker:hover {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), url('../images/Speaker-2_1Speaker 2.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.single-speaker.second {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-4_1Speaker 4.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.single-speaker.second:hover {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), url('../images/Speaker-4_1Speaker 4.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.single-speaker.third {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-1_1Speaker 1.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.single-speaker.third:hover {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), url('../images/Speaker-1_1Speaker 1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.single-speaker.fourth {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-5_1Speaker 5.webp');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.single-speaker.fourth:hover {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), url('../images/Speaker-5_1Speaker 5.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.single-speaker.fifth {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-3_1Speaker 3.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.single-speaker.fifth:hover {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), url('../images/Speaker-3_1Speaker 3.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.single-speaker.sixth {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-6_1Speaker 6.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.single-speaker.sixth:hover {
  background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), url('../images/Speaker-6_1Speaker 6.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.speaker-info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text {
  font-weight: 600;
}

.sponsor-section {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.small-heading {
  color: var(--brand--primary-black);
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.sponsor-image-wrapper {
  border: 1px solid var(--brand--primary-black);
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.sponsor-image-wrapper.end {
  border-style: none;
  padding: 0;
}

.sponsor-image {
  opacity: .7;
  width: 150px;
  transition: opacity .2s ease-in;
}

.sponsor-image:hover {
  opacity: 1;
}

.sponsor-image.greyscale {
  opacity: .7;
  mix-blend-mode: luminosity;
  transition: opacity .2s ease-in;
}

.sponsor-image.greyscale:hover {
  opacity: 1;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.faq-icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq-accordion {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--brand--primary-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.sub-section-heading {
  color: var(--brand--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 120%;
}

.sub-section-heading.text-color-white {
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 30px;
}

.custom-button {
  background-color: var(--brand--gold);
  color: var(--brand--secondary-black);
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: color .2s ease-in, background-color .2s ease-in;
}

.custom-button:hover {
  color: var(--brand--secondary-black);
  background-color: #fff;
}

.ticket-list-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.check-icon {
  height: 24px;
}

.main-button {
  background-color: var(--brand--gold);
  color: var(--brand--secondary-black);
  padding: 16px 24px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: color .2s ease-in, background-color .2s ease-in;
}

.main-button:hover {
  outline-offset: 0px;
  color: var(--brand--secondary-black);
  background-color: #fffdfd;
  outline: 3px #f4be3d;
}

.credit-text {
  font-size: .875rem;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer-form {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  color: #c3bcbc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-end start;
  display: flex;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: stretch;
  align-items: start;
}

.form-input {
  border: 1px solid var(--brand--dark-grey);
  color: #0000;
  background-color: #0000;
  height: auto;
  min-height: 44px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--brand--dark-grey);
  color: #fff;
}

.form-input::placeholder {
  color: var(--brand--dark-grey);
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  align-items: start;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.small-paragraph {
  font-size: 14px;
  line-height: 130%;
}

.small-paragraph.custom-color {
  padding-top: 8px;
  padding-bottom: 8px;
  font-style: normal;
  text-decoration: none;
}

.image {
  width: 250px;
}

.custom-section {
  background-color: var(--brand--secondary-black);
  background-image: none;
  background-position: 0 0;
}

.width-50 {
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--brand--secondary-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 480px;
  display: flex;
}

.gold-background {
  background-color: var(--brand--gold);
}

.styleguide-text {
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 16px;
}

.black-background {
  background-color: var(--brand--secondary-black);
}

.light-background {
  background-color: var(--brand--white);
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.image-2 {
  aspect-ratio: auto;
  color: var(--brand--white);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .main-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-paragraph.center-align {
    width: 90%;
  }

  .width-75 {
    max-width: 85%;
  }

  .blank-spacing.medium {
    height: 48px;
  }

  .blank-spacing.extra-large {
    height: 128px;
  }

  .hero-heading {
    font-size: 56px;
    line-height: 64px;
  }

  .two-column {
    grid-template-columns: 1fr;
  }

  .section-heading {
    width: 60%;
    font-size: 44px;
  }

  .main-paragraph {
    font-size: 17px;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .subtitile-text {
    font-size: 16px;
  }

  .schedule-date-text {
    font-size: 14px;
  }

  .schedule-date-text.text-color-white {
    font-size: 15px;
  }

  .schedule-info-wrapper {
    grid-template-columns: 1fr;
  }

  .schedule-details {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speakers-wrapper, .sponsor-section {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .custom-button {
    padding: 30px;
  }

  .line-divider {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--brand--secondary-black);
    color: var(--brand--white);
    padding: 20px 10px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .width-50 {
    max-width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .hero-paragraph.center-align {
    font-size: 16px;
  }

  .width-75 {
    max-width: 95%;
  }

  .blank-spacing.extra-large {
    height: 128px;
  }

  .blank-spacing.large {
    height: 64px;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 110%;
  }

  .section-heading {
    font-size: 36px;
  }

  .main-paragraph {
    font-size: 16px;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .three-column {
    display: none;
  }

  .three-column.styleguide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-question {
    padding: 16px 20px;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .credit-text {
    margin-top: 1.5rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-wrapper {
    grid-row-gap: 3rem;
  }

  .image {
    width: 72px;
  }

  .width-50 {
    max-width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }

  .hero-paragraph.center-align {
    width: 100%;
  }

  .blank-spacing.extra-large, .blank-spacing.large {
    height: 72px;
  }

  .section-heading {
    width: 90%;
  }

  .section-heading.text-color-white {
    width: 100%;
  }

  .two-x-two-column-grid {
    flex-direction: column;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link {
    border: .5px solid #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitile-text.text-color-white {
    font-size: 14px;
    line-height: 130%;
  }

  .schedule-cover.second-tab {
    padding: 20px;
  }

  .schedule-cover.first-tab {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Leadership.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding: 20px;
  }

  .schedule-cover.third-tab {
    padding: 20px;
  }

  .schedule-cover.fourth-tab {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Marketing_1Marketing.webp');
    background-position: 0 0, 100% 0;
    padding: 20px;
  }

  .width-85 {
    width: 95%;
  }

  .three-column.styleguide {
    grid-template-columns: 1fr;
  }

  .host-name-text.text-color-white {
    font-size: 22px;
  }

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

  .single-speaker.fourth {
    background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-5_1Speaker 5.webp');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
  }

  .single-speaker.fifth {
    background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-3_1Speaker 3.webp');
    background-position: 0 0, 0 0, 50%;
  }

  .single-speaker.sixth {
    background-image: linear-gradient(200deg, transparent 20%, var(--brand--primary-black)), linear-gradient(to bottom, #f4be3d1a, #f4be3d1a), url('../images/Speaker-6_1Speaker 6.webp');
    background-position: 0 0, 0 0, 50%;
  }

  .sponsor-section {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
  }

  .small-heading {
    width: 90%;
    font-size: 21px;
  }

  .faq-question {
    padding-left: 12px;
    padding-right: 0;
  }

  .faq-icon {
    width: 32px;
    margin-left: 0;
  }

  .faq-answer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .custom-button {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    display: flex;
  }

  .main-button {
    font-size: 18px;
  }

  .form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 48px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_9603d611-5f31-05f8-3704-72467de29693-0d8cab3e, #w-node-b085e896-a132-042f-f37f-46d7b7af3d16-0d8cab3e, #w-node-_1f8fa341-dd9a-01fa-5f7c-e33c55345a2e-0d8cab3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c9e6543-b61b-bfad-defb-4df61093806d-0d8cab3e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3fe7f9cb-b61b-c3d9-a115-427c11f952b6-0d8cab3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-debf835e-1d0b-c32a-7f5e-57e413df2d4e-0d8cab3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-debf835e-1d0b-c32a-7f5e-57e413df2d58-0d8cab3e, #w-node-_4c3c0732-07b0-095c-8858-0d418b6d6491-0d8cab3e, #w-node-a79f3fa5-03d2-fc2c-212d-8299b3b6bea6-0d8cab3e, #w-node-ed334034-2ea5-2d10-4b8b-e37fdfb9d00b-0d8cab3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3818fee2-539d-ab8d-bdd4-db1ed0fc6735-0d8cab3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cba25bbc-aec2-7ce6-4123-86c48b62bc9c-0d8cab3e, #w-node-f28b1670-ca8e-92bd-33b6-f077ba9669a6-0d8cab3e, #w-node-_6dd47e10-bb16-2cb6-e97d-ccbf83030b74-0d8cab3e, #w-node-a54b4a3b-fd8d-bd68-4ffb-db97c9041149-0d8cab3e, #w-node-_8c4a51d2-77f3-1604-b111-d0c67614298c-0d8cab3e, #w-node-e795a0da-5d6c-fe34-f05a-6f290ba9bc61-0d8cab3e, #w-node-_5fa21744-49dc-ef92-96b7-a7020997e8ae-0d8cab3e, #w-node-_207be663-04cb-a266-7a6d-bf7b56d431a0-0d8cab3e, #w-node-_7377bdc4-52e4-fe2e-7d25-2aad1482cfff-0d8cab3e, #w-node-_7377bdc4-52e4-fe2e-7d25-2aad1482d000-0d8cab3e, #w-node-aa827fb0-2632-e24c-690e-8b37102fd9d6-0d8cab3e, #w-node-aa827fb0-2632-e24c-690e-8b37102fd9d7-0d8cab3e, #w-node-_58c5a171-fdfc-3acb-83ea-d42ddb16a694-0d8cab3e, #w-node-_58c5a171-fdfc-3acb-83ea-d42ddb16a695-0d8cab3e, #w-node-d7bb0600-00fe-aa34-71a9-98707571c22a-0d8cab3e, #w-node-d7bb0600-00fe-aa34-71a9-98707571c22b-0d8cab3e, #w-node-c5db5e9a-db4e-5154-9cec-3df823cc5b06-0d8cab3e, #w-node-c5db5e9a-db4e-5154-9cec-3df823cc5b07-0d8cab3e, #w-node-e43c1cbd-a97e-b71b-8193-04518bdc40e0-0d8cab3e, #w-node-_51933209-2924-e0f4-c0ed-2ee0cfba974d-0d8cab40, #w-node-_2930970b-c93e-fef8-26e5-0286008563e2-0d8cab40, #w-node-_51933209-2924-e0f4-c0ed-2ee0cfba974d-0d8cab42, #w-node-_1d1b9d31-302d-9bb6-e73e-10f57e1a09dc-0d8cab42, #w-node-_5d6cd6d7-57e2-9a08-6512-332e52376a49-0d8cab42, #w-node-cd5b3c5c-b522-8c12-c398-109870a0278c-0d8cab42, #w-node-be68e4df-2508-a511-f31b-f5b3292093a6-0d8cab42, #w-node-_07682985-ce28-5062-7a30-24dab9a69a90-0d8cab42, #w-node-_870f8913-e94a-7368-d68e-2e7f0ff182c2-0d8cab42, #w-node-_4daf6e89-37f7-b5bb-a81f-7100376c0fa4-0d8cab42, #w-node-_2930970b-c93e-fef8-26e5-0286008563e2-0d8cab42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


