.section {
  justify-content: center;
  align-items: center;
  margin-top: 127px;
  display: flex;
}

.section-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-3 {
  padding-top: 40px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectii {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: block;
}

.hero_logo {
  width: 5rem;
}

.text-color-yellow {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hero_component {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_text-wrapper {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.spacer-32 {
  width: 2rem;
  height: 2rem;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 0;
}

.hero_doughnut {
  z-index: 1;
  width: 37rem;
  position: absolute;
  left: 0;
  transform: translate(-85%);
}

.hero_doughnut.is-right {
  left: auto;
  right: 0;
  transform: translate(85%);
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-96 {
  width: 6rem;
  height: 6rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: .375rem;
  padding: .75rem 2rem;
  font-weight: 400;
  transition: background-color .2s;
}

.button:hover {
  color: #fe0000;
  background-color: #fff;
}

.spacer-24 {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}

.text-span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/360_F_341786609_IxEDJKSpxWyIhLf7wTX0WyVCcN2wpIJx.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.max-width-4-columns {
  width: 100%;
  max-width: 50rem;
}

.html-embed {
  margin-top: 20px;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .hero_text-wrapper {
    z-index: 2;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero_doughnut {
    z-index: 0;
    width: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .sectii {
    margin-top: 20px;
  }

  .hero_component {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-bottom: .4rem;
  }

  .hero_doughnut.is-right, .image {
    display: none;
  }

  .html-embed-2 {
    margin-top: -150px;
  }
}
