body {
  overflow-x: hidden !important;
  background-color: rgb(237, 237, 237);
  width: 100%;
  margin: 0px;
}

.f-nav .mainNav {
  background-color: transparent !important;
  margin-top: 10px;
}

.navbar {
  background-color: black;
  margin: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: 40px;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-right: 22px;
  margin-left: 19px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer !important;
}

a:hover {
  color: rgb(134, 30, 132);
}

.headline {
  flex: 1;
  margin-left: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 150px;
  position: relative;
}

.title09 {
  height: calc(100vh - 70px);
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img01 {
  width: 100px;
  border-radius: 100%;
}
.img02 {
  width: 180px;
  border-radius: 100%;
}
.img03 {
  width: 270px;
  border-radius: 100%;
}
.img04 {
  width: 360px;
  border-radius: 100%;
}

.img-title09 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130px;
  color: rgba(255, 255, 255, 0.82);
}

.rotate09 {
  border-radius: 100%;
  padding: 0px;
  animation: rotate09 3s infinite linear;
}

@keyframes rotate09 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.image-title09 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.about {
  background-color: rgb(0, 0, 0);
  color: white;
  margin-top: 20vmin;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20vmin;
}
.upper {
  color: white;
  height: 100vh;
  gap: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(0, 0, 0);
}
.about-slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 40px;
  font-size: 120px;
  color: #661a8a;
  /*text-decoration: 0.1px overline rgb(200, 200, 200);*/
}

.about2 {
  margin: 10px;
  padding: 0;
}

.about-text {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 50px;
}

.about-text1 {
  margin: 0px 5vmin 0 5vmin;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 26px;
  border: 1px solid rgb(110, 32, 131) !important;
  border-radius: 30px;
  /*padding: 20px 15px 20px 15px;*/
  padding: 35px;
}

.about-text1:hover {
  background-color: rgb(110, 32, 131) !important;
  border: 1px solid rgb(110, 32, 131) !important;
}

.about-text2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team {
  height: 200vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-inline: auto;
  background-color: rgba(43, 46, 70, 0);
  padding: 10px 0px 30px 0px;
  margin: 0 20px 0px 0px;
}

.team1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  height: 0.7px;
  margin: 200px 0 200px 0;
  padding: 0px;
}

.team2 {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-color: rgba(225, 225, 225, 0);
  border: 0.5px solid rgb(200, 200, 200);
  margin: auto 10px auto 10px;
  width: 800px;
  padding: 10px 0 10px 0;
  height: auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.img-team {
  margin: 20px 30px 20px 0px;
  width: 250px;
  border-radius: 100%;
  transition: all 0.3s ease;
  filter: none;
  /*box-shadow: 7px 9px 10px 7px rgb(109, 109, 109);*/
}

.img-team2 {
  margin: 20px 30px 20px 60px;
  width: 250px;
  border-radius: 100%;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  /*box-shadow: 7px 9px 10px 7px rgb(109, 109, 109);*/
}

.img-team:hover {
  scale: 1.05;
  transition: all 0.3s ease;
  box-shadow: none;
  color: #ffffff;
  border: none;
  /*border: 1px solid rgb(110, 32, 131) !important;*/
  filter: grayscale(0%);
}

.img-team2:hover {
  scale: 1.05;
  transition: all 0.3s ease;
  box-shadow: none;
  color: #ffffff;
  border: none;
  filter: grayscale(0%);
}

/*.team-name {
  color: black;
  font-size: 50px;
  margin: 2px;
  padding-right: 50px;
}*/

.team-name15 {
  /*color: rgb(33, 33, 33);*/
  color: white;
  /*font-size: 8vmin;*/
  font-size: 33px;
  margin: 2px;
  padding-right: 50px;
  padding-left: 0px;
}

/*.team-title {
  color: rgb(110, 32, 131);
  font-size: 25px;
  margin-left: 0 !important;
  margin: 10px 13px 3vmin 0;
  padding-left: 2vmin;
}*/


.team-title {
  color: rgb(110, 32, 131);
  font-size: 25px;
  margin-left: 0 !important;
  margin: 10px 13px 3vmin 0;
  padding-left: 2vmin;
  -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.team-text {
  color: #000000;
  padding-right: 50px;
  font-size: 20px;
  margin: 30px 95px 5px 10px;
  font-weight: 500;
}

.footer__list-item2 {
  text-decoration: none;
  margin-left: 2vmin;
}
.team112 .team2 {
  justify-content: flex-start;
  width: 50%;
  gap: 30px;
  box-sizing: border-box;
  padding: 20px;
}

.team112 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.team11 {
  width: 100%;
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.322);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.team111 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.322);
  height: 400px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.team3 {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  background-color: rgb(217, 215, 215);
  margin: 100px 20px 100px 20px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.img-team1 {
  margin: 0px;
  width: 150px;
  border-radius: 100%;
  filter: none;
  box-shadow: 0px 1px 5px 5px rgb(92, 41, 115);
  transition: all 0.3s ease;
}

.img-team1:hover {
  scale: 1.05;
  transition: all 0.3s ease;
  filter: none;
  box-shadow: none;
}

.team-name2 {
  color: black;
  font-size: 30px;
  margin: 5px;
  padding-right: 70px;
}

.team-title2 {
  color: rgb(110, 32, 131);
  font-size: 18px;
  margin: 10px 8px 0 8px;
}

.team-text2 {
  color: #000;
  margin-left: 8px;
  margin-right: 13px;
}
.footer__list-item2 {
  padding: 0 !important;
}
.team2 ul {
  padding: 0 !important;
}
.team-text3 {
  font-size: 25px;
  color: #204962;
  margin-inline: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 13px;
}
@media (max-width: 1500px) {
  .img01 {
    width: 70px;
    border-radius: 100%;
  }
  .img02 {
    width: 150px;
    border-radius: 100%;
  }
  .img03 {
    width: 240px;
    border-radius: 100%;
  }
  .img04 {
    width: 320px;
    border-radius: 100%;
  }
}
@media (max-width: 1350px) {
  .img01 {
    width: 50px;
    border-radius: 100%;
  }
  .img02 {
    width: 120px;
    border-radius: 100%;
  }
  .img03 {
    width: 210px;
    border-radius: 100%;
  }
  .img04 {
    width: 290px;
    border-radius: 100%;
  }
  .team-name11 {
    font-size: 30px;
  }
  .team-title {
    font-size: 20px;
  }
  .about-text1 {
    font-size: 24px;
  }
}
@media (max-width: 1150px) {
  .about-text {
    font-size: 40px;
  }
  .about-slogan {
    font-size: 85px;
  }
  .title09 {
    flex-direction: column;
  }
  .img-title09 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .about-text1 {
    font-size: 22px;
  }
}
/*@media (max-width: 870px) {
  .img-team, .img-team2 {
    width: 220px;
  }
}*/
@media (max-width: 870px) {
  .team112 {
    height: auto;
  }
  .team11 {
    flex-direction: column;
  }
  .team112, .team2 {
    width: 525px;
    margin: auto;
  }
  .img-team {
    width: 220px;
  }
  .img-team2 {
    width: 220px;
    margin-left: auto;
  }
  .team-name {
    font-size: 30px;
  }
  .team-title {
    font-size: 25px;
    margin-left: 0;
  }
  .team2 ul {
    gap: 20px;
    align-items: center;
  }
  .footer__list-item2,
  .team2 ul {
    padding: 0 !important;
  }
  .team2 {
    padding: 20px;
  }
  .team2 a {
    margin: 0;
  }
  .img-title09 {
    font-size: 80px;
  }
  .about-slogan {
    font-size: 55px;
  }
  .img01 {
    width: 50px;
    border-radius: 100%;
  }
  .img02 {
    width: 80px;
    border-radius: 100%;
  }
  .img03 {
    width: 150px;
    border-radius: 100%;
  }
  .img04 {
    width: 240px;
    border-radius: 100%;
  }
  .about-text1 {
    font-size: 20px;
  }
}
.text-center {
  text-align: center;
}
@media (max-width: 690px) {
  .text-center {
    width: 100%;
  }
  .img-team, .img-team2 {
    width: 180px;
  }
  .team112, .team2 {
    width: 100%;
    margin: auto;
  }
  .team2 {
    flex-direction: column;
  }
  .img01 {
    width: 30px;
    border-radius: 100%;
  }
  .img02 {
    width: 50px;
    border-radius: 100%;
  }
  .img03 {
    width: 100px;
    box-sizing: border-box;
    border-radius: 100%;
  }
  .img04 {
    width: 180px;
    border-radius: 100%;
  }
  .team2 {
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 300px;
    margin-bottom: 300px;
    margin-left: 20px;
  }
  .team2 a {
    text-align: center;
    font-size: 10px;
  }
  .img-team, .img-team2 {
    width: 60%;
    margin: 0px;
  }
  .upper {
    gap: 30px;
    height: 400px;
  }
  .about-text {
    height: 500px;
  }
  .about-text {
    font-size: 30px;
  }
  .about-slogan {
    font-size: 50px;
    letter-spacing: 24px;
  }
}
@media (max-width: 450px) {
  .img-team, .img-team2 {
    width: 150px;
  }
  .about-slogan {
    font-size: 40px;
    letter-spacing: 15px;
  }
  .about-text {
    font-size: 25px;
  }
  .about-text1 {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .img-title09 {
    font-size: 80px;
  }
  .img01 {
    width: 30px;
    border-radius: 100%;
  }
  .img02 {
    width: 50px;
    border-radius: 100%;
  }
  .img03 {
    width: 80px;
    border-radius: 100%;
  }
  .img04 {
    width: 150px;
    border-radius: 100%;
  }
}
@media (max-width: 360px) {
  .img-team, .img-team2 {
    width: 130px;
  }
  .team2 {
    align-items: start;
    gap: 15px;
    width: 100%;
    border: none;
  }
  .about-text1 {
    font-size: 16px;
  }
}
