@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #e7cd23;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #e7cd23;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #e7cd23;
  border: 1px solid #e7cd23;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #e7cd23 !important;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 700px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

section.sponsorship {
  background-color: #000000;
  padding: 90px 0px;
}
section.sponsorship h3 {
  font-weight: 300;
  margin-bottom: 20px;
  border: 1px solid #adadad;
  color: #adadad;
  padding: 9px 20px;
  border-radius: 30px;
  width: fit-content;
}
section.sponsorship h2 {
  font-family: "Lato";
  font-size: 33px;
  font-weight: 400;
  color: #e7cd23;
  margin-bottom: 15px;
  margin-top: 90px;
}
section.sponsorship p {
  color: #ccc;
  margin-bottom: 20px;
  max-width: 950px;
}
section.sponsorship .accordion-title {
  font-family: "Lato";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
section.sponsorship .accordion-content .sponsor-title {
  font-family: "Lato";
  font-size: 25px;
  margin: 0;
  padding: 15px 0px;
  color: #fff;
}
section.sponsorship .accordion-content .sponsor-subtitle {
  font-family: "Lato";
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  padding: 15px 0px;
  color: #fff;
}
section.sponsorship .accordion-content .sponsor-list-title {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 15px 0px 5px 0px;
  color: #e7cd23;
}
section.sponsorship .accordion-content ul li {
  color: #fff;
}
section.sponsorship .textpriceawardssponsor {
  padding: 8px 15px;
  border: solid 1px #e7cd23;
  border-radius: 27px;
  color: #fff;
  width: fit-content;
}
section.sponsorship .soponsor__card h4 {
  font-family: "Lato";
  font-size: 30px;
  font-weight: 600;
  color: #e7cd23;
  margin: 20px 0px 5px 0px;
}
section.sponsorship .soponsor__card a img {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #e7cd23;
  border-radius: 27px;
  transition: 0.4s;
}
section.sponsorship .soponsor__card a img:hover {
  border: 3px solid #e7cd23;
  box-shadow: rgba(49, 255, 152, 0.2) 0px 10px 15px -3px, rgba(111, 255, 197, 0.2) 0px 4px 6px -2px;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #101010;
  color: #fff;
}

h1 {
  font-family: "Lato";
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 18px;
}