* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  background-color: #fff;
}

a {
  text-decoration: none;
}

.title2022 {
  position: relative;
  width: 100%;
}

.title2022 img {
  width: 100%;
}

.textLead2022 {
  position: relative;
  padding: 2vh 2vw;
  margin: 1vh auto;
  border-radius: 1em;
  background-color: #f3f3f3;
  width: 55%;
  text-align: justify;
  font-size: 2em;
  font-weight: 800;
}

.textGroup2022 {
  position: relative;
  padding: 2vh 2vw;
  margin: 1vh auto;
  border-radius: 1em;
  background-color: #f2f2f2;
  width: 55%;
  text-align: justify;
  line-height: 2;
}

.textGroupTitle2022 {
  font-size: 3em;
  font-weight: 800;
  margin: 1vh auto .5vh;
}

.textGroupContent2022 {
  font-size: 1.5em;
  text-indent: 2em;
  font-weight: 400;
  margin: 1vh auto .5vh;
}

.textGroupImg2022 img {
  width: 100%;
  margin: .5vh auto;
}

/***************************************footer*******************************************/

.footer2022 {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 5vh 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: fff;
}

.footerDots2022 {
  display: flex;
}

.footerDots2022 .dot {
  position: relative;
  width: 1.2em;
  height: 1.2em;
  margin: 0.8em;
  border-radius: 50%;
}

.footerDots2022 .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}

.footerDots2022 .dot:nth-child(1) {
  background: #7ef9ff;
}

.footerDots2022 .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}

.footerDots2022 .dot:nth-child(2) {
  background: #89cff0;
}

.footerDots2022 .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}

.footerDots2022 .dot:nth-child(3) {
  background: #4682b4;
}

.footerDots2022 .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}

.footerDots2022 .dot:nth-child(4) {
  background: #0f52ba;
}

.footerDots2022 .dot:nth-child(4)::before {
  animation-delay: 0.8s;
}

.footerDots2022 .dot:nth-child(5) {
  background: #000080;
}

.footerDots2022 .dot:nth-child(5)::before {
  animation-delay: 1s;
}

@keyframes wave {
  50%,
  75% {
      transform: scale(2.5);
  }
  80%,
  100% {
      opacity: 0;
  }
}

.footerInfo2022 {
  text-align: center;
  margin: 0 2vw;
  font-size: 1.3em;
  font-weight: 800;
}
