* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Montserrat", serif;
  scroll-behavior: smooth;
}

body {
  background: #FFF;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

html {
  font-size: 0.8333333333vw;
}
@media (max-width: 1512px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 1.0204081633vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 3.3333333333vw;
  }
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.container {
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.burger_menu {
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' y='13.1846' width='30' height='3.94737' rx='1.97368' fill='white'/%3E%3Crect x='12' y='25.0264' width='30' height='3.94737' rx='1.97368' fill='white'/%3E%3Crect x='12' y='36.8691' width='30' height='3.94737' rx='1.97368' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover !important;
  background-position: center !important;
}
.burger_menu.active {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14.998' y='36.2109' width='30' height='3.94737' rx='1.97368' transform='rotate(-45 14.998 36.2109)' fill='white'/%3E%3Crect width='30' height='3.94737' rx='1.97368' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 39.0029 36.2109)' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 640px) {
  .burger_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger_menu.dark_text {
  color: #492C92;
}
.burger_menu::before {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 0.25rem;
  padding: 0.0625rem;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E52B6A), to(#FC9306));
  background: linear-gradient(90deg, #E52B6A 0%, #FC9306 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.burger_menu:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.burger_menu:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.primary_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#E52B6A), to(#FC9306));
  background: linear-gradient(90deg, #E52B6A 0%, #FC9306 100%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 640px) {
  .primary_btn {
    padding: 0rem 0.75rem;
    font-size: 0.875rem;
    height: 2.5rem;
  }
}
.primary_btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.primary_btn:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.primary_btn.disabled {
  background: #B4B4B4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.secondary_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
@media (max-width: 640px) {
  .secondary_btn {
    padding: 0rem 0.75rem;
    font-size: 0.875rem;
    height: 2.5rem;
  }
}
.secondary_btn.disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.4;
}
.secondary_btn.dark_text {
  color: #492C92;
}
.secondary_btn::before {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 0.25rem;
  padding: 0.0625rem;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E52B6A), to(#FC9306));
  background: linear-gradient(90deg, #E52B6A 0%, #FC9306 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.secondary_btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.secondary_btn:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.hero_section {
  background: url("../images/hero_bg.webp");
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
}

header {
  background: rgba(73, 44, 146, 0.8);
  padding: 0 2rem;
  position: fixed;
  width: 100%;
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  z-index: 100;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  header {
    padding: 0 1rem;
  }
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .header_right {
    gap: 0.5rem;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5rem;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo img {
  height: 4rem;
}
@media (max-width: 640px) {
  .logo img {
    height: 2.5rem;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  nav {
    display: none;
    position: fixed;
    background: rgba(73, 44, 146, 0.8);
    -webkit-backdrop-filter: blur(0.625rem);
            backdrop-filter: blur(0.625rem);
    top: 5rem;
    width: 100%;
    left: 0;
    height: calc(100vh - 5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
nav a {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1024px) {
  nav a {
    font-size: 2rem;
  }
}

.hero_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
}
.hero_section_wrapper h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 1.3125rem #9E10AF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  max-width: 50rem;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .hero_section_wrapper h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.tag_wrapper_hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5rem;
  gap: 0.75rem;
}
@media (max-width: 640px) {
  .tag_wrapper_hero {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tag_wrapper_hero .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  padding: 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.1875rem;
  background: #9F418B;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.hero_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40rem;
  width: 100%;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #FFF;
  background: rgba(69, 41, 99, 0.84);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  margin: 2rem 0 1.5rem 0;
}
.hero_form .label_form {
  color: #FC9306;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.hero_form .input_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 27.5rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.primary_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: 100%;
  padding: 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.3125rem;
  background: #FFF;
  border: none;
}

.hero_brought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
}

.label_hero_brought {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.hero_brought_items {
  display: -ms-grid;
  display: grid;
  max-width: 50rem;
  width: 100%;
  margin-bottom: 2rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.hero_brought_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hero_brought_items a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hero_brought_items a:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.hero_brought_items a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.envisioning_section {
  background: linear-gradient(114deg, #0E0F2B 0%, #2E1C88 100%);
}

.envisioning_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
}
.envisioning_section_wrapper h2 {
  color: #FFF;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .envisioning_section_wrapper h2 {
    font-size: 2.5rem;
  }
}

.envisioning_main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 640px) {
  .envisioning_main_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.envisioning_section_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 6;
      -ms-flex: 6 0 0px;
          flex: 6 0 0;
}
.envisioning_section_left p {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2rem;
  opacity: 0.8;
}

.envisioning_section_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
      -ms-flex: 5 0 0px;
          flex: 5 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.envisioning_section_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
  aspect-ratio: 16/10;
}

.participants_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
  gap: 1.5rem;
}
.participants_section_wrapper h2 {
  color: #492C92;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .participants_section_wrapper h2 {
    font-size: 2.5rem;
  }
}
.participants_section_wrapper p {
  color: #4E4E4E;
  text-align: center;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  max-width: 44.375rem;
  width: 100%;
}

.speakers {
  background: #F5F7FA;
}

.speakers_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
  gap: 3rem;
}

.speakers_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 100%;
}
.speakers_group h3 {
  color: #2E1C88;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
}

.speakers_items_title {
  color: #2B1665;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.speakers_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 3rem 2rem;
}
@media (max-width: 768px) {
  .speakers_items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .speakers_items {
    gap: 1.5rem 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.speakers_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.625rem;
  background: #FFF;
  -webkit-box-shadow: 0rem 0rem 0.75rem 0.25rem #FD9E39;
          box-shadow: 0rem 0rem 0.75rem 0.25rem #FD9E39;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.speakers_item:hover {
  -webkit-box-shadow: 0rem 0rem 0.75rem 0.25rem rgba(253, 158, 57, 0);
          box-shadow: 0rem 0rem 0.75rem 0.25rem rgba(253, 158, 57, 0);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.speakers_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: #000;
}
.speakers_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speakers_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.speakers_details h4 {
  width: 100%;
  color: #2B1665;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
.speakers_details p {
  width: 100%;
  color: #2B1665;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.speakers_details_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.speakers_details_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #E52B6A;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.speakers_details_social a img {
  width: 1.5rem;
}
.speakers_details_social a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.speakers_details_social a:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.challenge_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
}
@media (max-width: 640px) {
  .challenge_section_wrapper {
    padding: 2rem 0;
  }
}
.challenge_section_wrapper h2 {
  color: #492C92;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .challenge_section_wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.challenge_main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 640px) {
  .challenge_main_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.challenge_section_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 6;
      -ms-flex: 6 0 0px;
          flex: 6 0 0;
}
.challenge_section_left p {
  color: #4E4E4E;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2rem;
  opacity: 0.8;
}
.challenge_section_left p a {
  color: #f18a04;
}
.challenge_section_left p a:hover {
  text-decoration: underline;
}

.challenge_section_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
      -ms-flex: 5 0 0px;
          flex: 5 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.challenge_section_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
  aspect-ratio: 16/13;
}

.agenda {
  background: -webkit-gradient(linear, right top, left top, from(#2E1C89), to(#492C92));
  background: linear-gradient(270deg, #2E1C89 0%, #492C92 100%);
}

.agenda_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
  gap: 4rem;
}

.agenda_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.agenda_header h2 {
  color: #FFF;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 640px) {
  .agenda_header h2 {
    font-size: 2.5rem;
  }
}
.agenda_header p {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 50rem;
  width: 100%;
  opacity: 0.8;
}

.agenda_item_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.agenda_item_header {
  width: 100%;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #FFF;
}

.agenda_item_header_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 640px) {
  .agenda_item_header_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.agenda_item_header_details_paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.agenda_item_header_details_paragraph p {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.8;
}

.agenda_item_header_details_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.agenda_item_header_details_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
  aspect-ratio: 16/9;
}

.agenda_key_themes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.agenda_key_themes_title {
  width: 100%;
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.agenda_key_themes_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
@media (max-width: 640px) {
  .agenda_key_themes_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 1rem;
  }
}

.agenda_key_themes_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
}
.agenda_key_themes_item h4 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agenda_key_themes_item h4::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8332 5.98926L7.81234 14.0101L4.1665 10.3643' stroke='url(%23paint0_linear_52_2479)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_52_2479' x1='4.1665' y1='9.99967' x2='15.8332' y2='9.99967' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E52B6A'/%3E%3Cstop offset='1' stop-color='%23FC9306'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  margin-right: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.agenda_key_themes_item p {
  color: #FFF;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.venue_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
  gap: 2rem;
}
.venue_section_wrapper h2 {
  color: #492C92;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 640px) {
  .venue_section_wrapper h2 {
    font-size: 2.5rem;
  }
}
.venue_section_wrapper p {
  color: #4E4E4E;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 44.375rem;
  width: 100%;
}

.venue_link {
  color: #E52B6A;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.venue_link:hover {
  text-decoration: underline;
}

.sponsors {
  background: -webkit-gradient(linear, right top, left top, from(#2E1C89), to(#492C92));
  background: linear-gradient(270deg, #2E1C89 0%, #492C92 100%);
}

.sponsors_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
  gap: 3rem;
}

.sponsors_section_title {
  color: #FFF;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 640px) {
  .sponsors_section_title {
    font-size: 2.5rem;
  }
}

.sponsors_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}
.sponsors_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sponsors_items a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sponsors_items a:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.sponsors_items a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.become_sponsor_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.become_sponsor_title {
  color: #FFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 640px) {
  .become_sponsor_title {
    font-size: 2.5rem;
  }
}

.become_sponsor_label {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 640px) {
  .become_sponsor_label {
    font-size: 1.5rem;
  }
}

.become_sponsor_text {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  max-width: 40rem;
  width: 100%;
}

.sponsors_featured_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 640px) {
  .sponsors_featured_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.sponsors_featured_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-top: 6.5rem;
  border-radius: 7.8125rem 7.8125rem 7.8125rem 1.875rem;
  background: linear-gradient(22deg, rgba(253, 158, 57, 0.53) 10%, rgba(127, 27, 164, 0.3) 41%);
}
@media (max-width: 640px) {
  .sponsors_featured_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 2rem;
    margin-top: 0;
  }
}
.sponsors_featured_item img {
  width: 10rem;
  height: 10rem;
  margin-top: -7.5rem;
}
@media (max-width: 640px) {
  .sponsors_featured_item img {
    width: 5rem;
    height: 5rem;
    margin-top: 0;
  }
}
.sponsors_featured_item h4 {
  width: 100%;
  color: #FD9E39;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.sponsors_featured_item p {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .sponsors_featured_item p {
    font-size: 1rem;
  }
}

.media_partner_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 0;
  gap: 3rem;
}
.media_partner_section_wrapper h2 {
  color: #492C92;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 640px) {
  .media_partner_section_wrapper h2 {
    font-size: 2.5rem;
  }
}

.media_partner_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}
.media_partner_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.media_partner_items a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.media_partner_items a:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.media_partner_items a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  background: #0F063B;
}

.footer_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_wrapper_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  gap: 3rem;
  border-bottom: 0.0625rem solid #8860D0;
}
@media (max-width: 768px) {
  .footer_wrapper_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.logo_footer {
  width: 15.32006rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_logo_bought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 15rem;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer_logo_bought {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.footer_bought {
  border-radius: 0.3125rem;
  border: 0.125rem solid #E52B6A;
  background: linear-gradient(245deg, rgba(252, 147, 6, 0.4) 0%, rgba(229, 43, 106, 0.36) 100%);
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 768px) {
  .footer_bought {
    width: 100%;
  }
}
.footer_bought a {
  color: #E52B6A;
}
.footer_bought a:hover {
  text-decoration: underline;
}

.logo_footer {
  max-width: 10rem;
  width: 100%;
}
@media (max-width: 768px) {
  .logo_footer {
    max-width: 16rem;
  }
}

.footer_link_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .footer_link_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_link_wrapper_title {
  width: 100%;
  color: #FC9306;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .footer_link_wrapper_title {
    text-align: center;
  }
}

.footer_link_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.footer_link_items a {
  color: #EFE3F1;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .footer_link_items a {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_link_items a.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.4;
}
.footer_link_items a:hover {
  text-decoration: underline;
}

.footer_social_link_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
}
.footer_social_link_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#E52B6A), to(#FC9306));
  background: linear-gradient(90deg, #E52B6A 0%, #FC9306 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer_social_link_items a img {
  width: 1.125rem;
  height: 1.125rem;
}
.footer_social_link_items a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer_social_link_items a:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.footer_wrapper_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
  gap: 3rem;
}
@media (max-width: 640px) {
  .footer_wrapper_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.copywrite {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.copywrite_link {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.copywrite_link a {
  color: #F18A04;
}
.copywrite_link a:hover {
  text-decoration: underline;
}

.info_page_style h1 {
  color: #492C92;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .info_page_style h1 {
    font-size: 2rem;
  }
}
.info_page_style h2 {
  color: #492C92;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .info_page_style h2 {
    font-size: 1.25rem;
  }
}
.info_page_style h3 {
  color: #492C92;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .info_page_style h3 {
    font-size: 1rem;
  }
}
.info_page_style h4 {
  color: #492C92;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .info_page_style h4 {
    font-size: 1rem;
  }
}
.info_page_style p {
  color: #4E4E4E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.info_page_style a {
  color: #E52B6A;
}
.info_page_style a:hover {
  text-decoration: underline;
}
.info_page_style ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.info_page_style ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.info_page_style {
  padding: 10rem 0 4.5rem 0;
}

.challenge_section_wrapper {
  padding: 4.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 640px) {
  .challenge_section_wrapper {
    padding: 4rem 0;
  }
}

.challenge_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.challenge_header h1 {
  color: #151515;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.challenge_header p {
  color: #4E4E4E;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
  opacity: 0.8;
}

.challenge_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  width: 100%;
}

.challenge_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.challenge_left_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.challenge_left_details .challenge_item_step {
  color: #151515;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.challenge_left_details .challenge_item_step::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='url(%23paint0_linear_31_501)'%3E%3C/rect%3E%3Cpath d='M5 9.53125L8.66337 13L15 7' stroke='%23452A90' stroke-width='3' stroke-linecap='round'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_31_501' x1='10' y1='0' x2='10' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E62C69'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23FC9207'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.challenge_left_details h3 {
  color: #151515;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.challenge_left_details p {
  color: #4E4E4E;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
}

.challenge_but_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.bgi_challenge_weekly {
  max-width: 56rem;
  width: 100%;
}

.agenda_page_wrapper {
  padding: 10rem 0 4.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.agenda_page_header h1 {
  color: #492C92;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.agenda_page_header h2 {
  color: #492C92;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.34375rem;
  margin-bottom: 1.5rem;
}
.agenda_page_header p {
  color: #4E4E4E;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 55rem;
  width: 100%;
}

.agenda_p_item {
  border-top: 0.125rem solid #472B91;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 640px) {
  .agenda_p_item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.agenda_date {
  max-width: 11rem;
  width: 100%;
  color: #472B91;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 640px) {
  .agenda_date {
    font-size: 0.875rem;
    max-width: 100%;
    opacity: 0.4;
  }
}
@media (max-width: 640px) {
  .agenda_date br {
    display: none;
  }
}
.agenda_date span {
  font-size: 1.25rem;
}
@media (max-width: 640px) {
  .agenda_date span {
    font-size: 0.875rem;
  }
}

.agenda_p_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.agenda_p_item_content_header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 1.25rem;
  color: #492C92;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 640px) {
  .agenda_p_item_content_header h3 {
    font-size: 1.5rem;
  }
}
.agenda_p_item_content_header h4 {
  color: #492C92;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
@media (max-width: 640px) {
  .agenda_p_item_content_header h4 {
    font-size: 1rem;
  }
}

.agenda_p_item_content_paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.agenda_p_item_content_paragraph p {
  color: #492C92;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.agenda_item_content_more {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.agenda_item_content_more.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda_tab_content_item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.agenda_tab_content_item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda_plan_group {
  background: #DEE5ED;
  padding: 0.0625rem;
  gap: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.agenda_plan_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda_plan_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background: #FFF;
  padding: 1.5rem 1rem;
}
.agenda_plan_item_content ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.agenda_plan_item_content p, .agenda_plan_item_content li {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.8;
}

.agenda_plan_item_time {
  width: 3.75rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #492C92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.5rem;
}
.agenda_plan_item_time span {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  border-radius: 0.25rem;
}

.agenda_tab_btn_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.agenda_tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
  border: 0.0625rem solid #492C92;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.agenda_tab_btn.active {
  color: #FFF;
  border: 0.0625rem solid rgba(73, 44, 146, 0);
  background: -webkit-gradient(linear, left top, right top, from(#E52B6A), to(#FC9306));
  background: linear-gradient(90deg, #E52B6A 0%, #FC9306 100%);
}
.agenda_tab_btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.agenda_tab_btn:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}