:root {
  --greytext: #ced0d3;
  --untitled-ui--white: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --laranja: #ea580b;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --textlighter: #c3c4c5;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary50: #f9f5ff;
}

.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;
}

.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;
  }
}

.hero-section {
  background-color: #18181b;
  background-image: radial-gradient(circle at 100% 0, #ca6f0770, #0c6899c4), url('../images/Sun4x.png'), url('../images/Wave24x.png'), url('../images/Bkg14x.png');
  background-position: 0 0, 94% 8%, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-size: auto, 218px, contain, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 900px;
  padding-top: 0;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container {
  font-family: Poppins, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.overlay {
  grid-column-gap: 8px;
  background-color: #ff6b3533;
  border-radius: 33554400px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.svg {
  overflow: hidden;
}

.text {
  color: #ff6b35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.countdown {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.backgroundborder {
  background-color: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100px;
  height: 90px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayshadow {
  background-color: #fff0;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 6px #0000001a, 0 10px 15px #0000001a;
}

.link-style {
  grid-column-gap: 8px;
  background-color: #ff6b35;
  border-radius: 33554400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-style:hover {
  background-color: #0a0a83;
}

.accessibility-notice {
  text-align: center;
  background-color: #154b4433;
  border: 1px solid #2a9d8f4d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  padding: 80px 32px;
  text-decoration: none;
  display: flex;
}

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

.text-2 {
  color: #f4f4f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.125rem;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  text-decoration: none;
  display: inline-block;
}

.gradiente {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(154.56deg, #ff6b35, #f7b801 50%, #e63946);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 5.9rem;
  text-decoration: none;
  display: inline-block;
}

.gradiente.smaller {
  font-size: 54px;
  font-weight: 700;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: var(--greytext);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.97px;
  padding-right: 4.98px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #ff6b35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10.02px;
  padding-right: 10.01px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #71717b;
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.text-7 {
  color: #f7b801;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.27px;
  padding-right: 2.26px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9.36px;
  padding-right: 9.36px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #e63946;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

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

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16.65px;
  padding-right: 16.66px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #2a9d8f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.container-11 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 19px;
  padding-top: 0;
  padding-left: 150.55px;
  padding-right: 150.56px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #ff6b35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container-12 {
  grid-column-gap: 16.01px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.link-style-2 {
  grid-column-gap: 8px;
  background-color: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 33554400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 16px 32px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-style-2:hover {
  background-color: #0a0a83;
}

.text-12 {
  color: #f4f4f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

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

.text-13 {
  color: var(--untitled-ui--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.link-style-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #2a9d8f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbus Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.about {
  background-color: #18181b;
  background-image: radial-gradient(circle at 100% 0, #550c0ccc, #0b0327d1), url('../images/Asset-2.png');
  background-position: 0 0, -183px 97px;
  background-repeat: repeat, no-repeat;
  background-size: auto, 700px;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-heroheader08_component {
  grid-column-gap: 2.1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.uui-text-size-xlarge {
  color: var(--greytext);
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heroheader08_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 33.4rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-ratings_number {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.h2-left {
  color: #f4f4f5;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Fredoka, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 3.3rem;
  text-decoration: none;
  display: inline-block;
}

.uui-text-size-medium-2 {
  color: var(--greytext);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  background-image: radial-gradient(circle farthest-side at 50% 0, #e4099b6b, #098aa761);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--greytext);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--primary100);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--primary100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 5.9rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--laranja);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #ea580b;
  background-color: #24105000;
  font-family: Poppins, sans-serif;
}

.uui-layout91_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.inscricoes {
  background-color: #18181b;
  background-image: radial-gradient(circle at 0%, #8b0909b8, #04132e), url('../images/Asset-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 900px;
  background-attachment: scroll, scroll;
}

.uui-layout91_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout91_item {
  text-align: center;
  background-color: #111113;
  border: 1px solid #52525b;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.icon {
  object-fit: contain;
  border: 1px #b61616;
  width: 4rem;
  height: 4rem;
  margin-top: 1.2rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bold-text {
  font-size: 1.2rem;
  font-weight: 500;
}

.path-f26sn {
  color: #ea580b00;
  border: 5px solid #ea580b;
}

.ikonik-sw2so {
  color: #ea580b;
}

.alerta {
  color: var(--textlighter);
  background-color: #28292a;
  border-radius: 13px;
  margin-bottom: 35px;
  padding: 15px;
}

.periodo {
  color: var(--greytext);
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block {
  background-color: var(--laranja);
  background-image: url('../images/link-icon.png');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 33554400rem;
  margin-bottom: 33px;
  padding-left: 3.525rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.regulation-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #27272a;
  background-image: radial-gradient(circle at 14% 100%, #0518e72b, #9008c2bd), url('../images/Asset-6.png');
  background-position: 0 0, 121%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 900px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 1500px;
  padding-top: 128px;
  padding-bottom: 128px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1024px;
  height: auto;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

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

.text-15 {
  color: #ff6b35;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.heading-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #f4f4f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.container-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: var(--greytext);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.backgroundborder-2 {
  grid-row-gap: 32px;
  background-color: #18181b;
  border: 1px solid #3f3f46;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayshadow-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 107.59px;
  height: 629px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.text-18 {
  color: #ff6b35;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

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

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

.overlay-2 {
  background-color: #ff6b3533;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.container-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #ff6b35;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.container-20 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #f4f4f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-21 {
  color: var(--greytext);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.overlay-3 {
  background-color: #f7b80133;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #f7b801;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.overlay-4 {
  background-color: #e6394633;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #e63946;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.overlay-5 {
  background-color: #2a9d8f33;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #2a9d8f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.overlay-6 {
  background-color: #6b2d5c33;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #6b2d5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.horizontalborder {
  grid-column-gap: 16px;
  border: 0 solid #3f3f46;
  border-top-width: 1px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.link-style-4 {
  grid-column-gap: 8px;
  background-color: #ff6b35;
  border-radius: 33554400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 311px;
  height: 58px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.link-style-4:hover {
  background-color: #0a0a83;
}

.svg-2 {
  overflow: hidden;
}

.vector {
  aspect-ratio: auto;
  border-style: solid;
  border-width: undefinedpx;
  object-fit: contain;
  border-color: #fff;
}

.text-26 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.link-style-5 {
  grid-column-gap: 8px;
  background-color: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 335.3px;
  height: 58px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

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

.text-27 {
  color: #f4f4f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.timeline-section {
  background-color: #202227;
  background-image: radial-gradient(circle farthest-side at 0 0, #c45c0cdb, #0a1d63de), url('../images/Asset-11.png');
  background-position: 0 0, 50% 326%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1000px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 1022px;
  padding-top: 82px;
  padding-bottom: 128px;
  text-decoration: none;
  display: flex;
}

.container-21 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1024px;
  height: 766px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.container-22 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #ff6b35;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.text-29 {
  color: #f4f4f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.container-23 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.timeline-line {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 618px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 410.73px;
}

.item-1 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 392.73px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

.backgroundborder-3 {
  grid-row-gap: 8px;
  background-color: #101011;
  border: 1px solid #3f3f46;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayshadow-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344.73px;
  height: 174px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-30 {
  color: #ff6b35;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.heading-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 87.04px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #f4f4f5;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.container-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 50.64px;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #9f9fa9;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.backgroundborder-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 79px;
  left: 403.73px;
}

.item-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 424.73px;
  padding-right: .01px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.backgroundborder-5 {
  grid-row-gap: 8px;
  background-color: #151516;
  border: 1px solid #3f3f46;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 42.7px 24px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-33 {
  color: #f7b801;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.heading-3-divulgao-do-resultado {
  color: #f4f4f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-34 {
  color: #9f9fa9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-35 {
  color: #e63946;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.heading-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 81.76px;
  text-decoration: none;
  display: flex;
}

.container-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 21.5px;
  text-decoration: none;
  display: flex;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-3.white {
  color: var(--untitled-ui--white);
}

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

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  background-color: #1a1a1d;
  background-image: radial-gradient(circle at 100% 100%, #64084fdb, #05233fbd), url('../images/Asset-18.png');
  background-position: 0 0, 50% -109%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-large-2.white {
  color: var(--textlighter);
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.white {
  color: var(--untitled-ui--white);
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.white {
  color: var(--untitled-ui--white);
  font-family: Fredoka, sans-serif;
  font-size: 54px;
}

.uui-icon-1x1-xsmall {
  color: var(--untitled-ui--white);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact10_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-contact10_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  display: grid;
}

.uui-text-style-link-02 {
  color: var(--laranja);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--laranja);
  background-color: var(--laranja);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 5.7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--laranja);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.section {
  color: #fff;
  background-color: #070708;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.sponsors {
  background-color: #402367;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}

.section.sponsors.mobile {
  display: none;
}

.section.instagramfeed {
  background-color: #330731;
  background-image: url('../images/Bkg14x.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.section.instagramfeed.mobile {
  display: none;
}

.container-28 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--white);
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer {
  background-color: #202227;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--white);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: 176px;
  height: auto;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border: 1px #000;
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  color: var(--untitled-ui--white);
  flex: none;
  width: auto;
  height: 100%;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  color: var(--untitled-ui--white);
  width: 2.1rem;
  height: 2.1rem;
  font-size: 14px;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: block;
}

.logoheader {
  width: 404px;
  margin-bottom: 39px;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
  transition: all .4s;
}

.link-block-2:hover {
  background-color: #0a0a83;
  border-radius: 33554400px;
}

.text-block-2 {
  font-size: 1.2rem;
}

.navigation {
  background-color: #202227;
}

.navbar-logo-left {
  background-color: #000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #000;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Fredoka, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--laranja);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Fredoka, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--laranja);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Fredoka, sans-serif;
  font-size: 15px;
}

.nav-dropdown-link:hover {
  background-color: var(--laranja);
  color: var(--untitled-ui--white);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--laranja);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 16px;
  padding: 12px 25px;
  font-family: Fredoka, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.apresentam {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.code-embed {
  width: 800px;
  min-width: 790px;
}

.inlinelinktext {
  color: var(--greytext);
  text-decoration: none;
}

.inlinelinktext:hover {
  color: var(--laranja);
}

.container-form {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  height: auto;
  margin-bottom: 41px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #27272a;
  background-image: radial-gradient(circle at 14% 100%, #0518e72b, #9008c2bd);
  background-position: 0 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea580b;
  margin-right: 16px;
  padding: 12px 25px;
  font-family: Fredoka, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Fredoka, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #ea580b;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Fredoka, sans-serif;
  font-size: 15px;
}

.nav-dropdown-link-3:hover {
  color: #fff;
  background-color: #ea580b;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Fredoka, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #ea580b;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer04_social-icon-2 {
  color: #fff;
  width: 2.1rem;
  height: 2.1rem;
  font-size: 14px;
}

.uui-footer04_link-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link-2:hover {
  color: #344054;
}

.uui-footer04_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-link-2 {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link-2:hover {
  color: #667085;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: #fff;
}

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

.text-36 {
  color: #f4f4f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.inlinelinktext-2 {
  color: #ced0d3;
  text-decoration: none;
}

.inlinelinktext-2:hover {
  color: #ea580b;
}

.text-37 {
  color: #ff6b35;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.container-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #ced0d3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-39 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.heading-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.paragrafoinstitucional {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

@media screen and (max-width: 991px) {
  .accessibility-notice {
    background-color: #ffffff08;
    border-color: #ffffff54;
  }

  .text-13 {
    line-height: 25px;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout91_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline-section {
    background-position: 0 0, 50% 184%;
    height: 1173px;
    padding-bottom: 128px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .section.sponsors.mobile, .section.instagramfeed.mobile {
    display: none;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-logo_component {
    justify-content: center;
    align-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .logoheader {
    width: 304px;
  }

  .container-29 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-2 {
    color: var(--untitled-ui--white);
    font-size: 53px;
  }

  .icon-2:hover {
    color: var(--laranja);
  }

  .container-form {
    max-width: 600px;
  }

  .container-30 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-31 {
    max-width: 728px;
  }

  .icon-3 {
    color: #fff;
    font-size: 53px;
  }

  .icon-3:hover {
    color: #ea580b;
  }

  .text-39 {
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 843px;
    padding-bottom: 46px;
  }

  .container-2 {
    padding-top: 41px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout91_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout91_component {
    align-items: stretch;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .regulation-section {
    padding-top: 82px;
    padding-bottom: 86px;
  }

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

  .timeline-section {
    height: 998px;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .container-23 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-line {
    left: 279.73px;
  }

  .item-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-24 {
    justify-content: flex-start;
    align-items: center;
    max-width: 346px;
    padding-right: 0;
  }

  .backgroundborder-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .overlayshadow-3 {
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    position: absolute;
  }

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

  .heading-5 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .container-25 {
    text-align: center;
    padding-left: 0;
  }

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

  .backgroundborder-4 {
    display: none;
  }

  .item-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .container-26 {
    padding-left: 0;
  }

  .text-33, .heading-3-divulgao-do-resultado {
    text-align: center;
    align-self: center;
  }

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

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

  .heading-6 {
    align-self: center;
    padding-left: 0;
  }

  .container-27 {
    padding-left: 0;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact10_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section {
    padding: 6rem 41px;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_top-wrapper {
    text-align: center;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: baseline center;
  }

  .uui-logo_component {
    justify-content: center;
    align-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .apresentam {
    font-size: 19px;
  }

  .container-form {
    max-width: 320px;
  }

  .form-block {
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_link-2:hover {
    color: #667085;
  }

  .uui-footer04_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link-2:hover {
    color: #98a2b3;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 0 0, 185% -10%, 50% 100%, 0 0;
    padding-top: 24px;
  }

  .svg {
    display: none;
  }

  .container-2 {
    padding-top: 18px;
  }

  .gradiente {
    font-size: 50px;
    line-height: 3.3rem;
  }

  .gradiente.smaller {
    font-size: 41px;
    line-height: 3rem;
  }

  .text-4 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .container-11 {
    padding-left: 28.56px;
    padding-right: 28.56px;
  }

  .text-10 {
    font-size: 20px;
    line-height: 29px;
  }

  .container-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-13 {
    font-size: 16px;
    line-height: 23px;
  }

  .uui-heading-xlarge.text-2 {
    margin-right: 0;
  }

  .about {
    overflow: hidden;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-text-size-xlarge {
    text-align: center;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .h2-left {
    text-align: center;
    font-size: 43px;
    line-height: 3rem;
  }

  .uui-heading-medium {
    font-size: 43px;
    line-height: 3.7rem;
  }

  .uui-button-2 {
    background-size: 17px;
    padding-left: 2.425rem;
  }

  .alerta {
    text-align: center;
  }

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

  .regulation-section {
    height: 1415px;
  }

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

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

  .container-18 {
    margin-bottom: 70px;
  }

  .text-26 {
    font-size: 13px;
    line-height: 17px;
  }

  .timeline-section {
    background-image: radial-gradient(circle farthest-side at 0 0, #0a1d63de, #c45c0cdb), url('../images/Asset-11.png');
    background-position: 0 0, 50% 184%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    height: 1049px;
    padding-top: 55px;
    padding-bottom: 79px;
  }

  .timeline-line {
    left: 154.73px;
  }

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

  .heading-5, .container-25 {
    padding-left: 0;
  }

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

  .backgroundborder-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-3-divulgao-do-resultado, .text-34 {
    text-align: center;
  }

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

  .heading-6, .container-27 {
    padding-left: 0;
  }

  .uui-page-padding-3 {
    background-position: 0 0, 50%;
    background-size: auto, 400px;
  }

  .uui-text-size-large-2.white {
    margin-bottom: 20px;
  }

  .uui-heading-medium-2.white {
    font-size: 43px;
    line-height: 1;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.sponsors {
    display: none;
  }

  .section.sponsors.mobile {
    padding-top: .1rem;
    padding-bottom: .1rem;
    display: block;
  }

  .section.instagramfeed {
    display: none;
  }

  .section.instagramfeed.mobile {
    padding-top: .1rem;
    padding-bottom: .1rem;
    display: block;
  }

  .uui-text-size-small-2.text-color-gray500 {
    text-align: center;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr;
    display: none;
  }

  .uui-logo_component {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .logoheader {
    width: 371px;
    max-width: 99%;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 27px;
    display: inline-flex;
  }

  .image {
    text-align: center;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .container-29 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    color: var(--untitled-ui--gray900);
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link:hover {
    background-color: var(--laranja);
    color: var(--untitled-ui--white);
  }

  .nav-dropdown-toggle {
    color: var(--untitled-ui--gray900);
  }

  .nav-dropdown-toggle:hover {
    background-color: var(--laranja);
    color: var(--untitled-ui--white);
  }

  .apresentam {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .form-block {
    height: 742px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .container-30 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .nav-link-3 {
    color: #101828;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link-3:hover {
    color: #fff;
    background-color: #ea580b;
  }

  .container-31 {
    max-width: none;
  }

  .nav-dropdown-toggle-3 {
    color: #101828;
  }

  .nav-dropdown-toggle-3:hover {
    color: #fff;
    background-color: #ea580b;
  }

  .uui-text-size-small-3.text-color-gray500 {
    text-align: center;
  }

  .text-36 {
    font-size: 43px;
  }

  .text-39 {
    font-size: 16px;
    line-height: 23px;
  }
}

#w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-e013e6ef, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-d8a45e9e, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-29e34fef, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-b6bd6e35, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-1dc3d0fa, #w-node-c00fd073-5f5a-7f44-0a63-b6a6e6b68508-c265a5a1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-e013e6ef, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-d8a45e9e, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-29e34fef, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-b6bd6e35, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82c02-1dc3d0fa, #w-node-c00fd073-5f5a-7f44-0a63-b6a6e6b68508-c265a5a1 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82bef-e013e6ef, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82bef-d8a45e9e, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82bef-29e34fef, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82bef-b6bd6e35, #w-node-d0dc6e35-c3c6-69d3-7f0d-ea917dc82bef-1dc3d0fa, #w-node-c00fd073-5f5a-7f44-0a63-b6a6e6b684f5-c265a5a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


