<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Akzidenz";
  src: url("../../assets/fonts/AkzidenzGrotesk-LightExtended.otf") format("opentype");
  font-weight: 100;
  font-style: lighter;
}
.competences {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  min-height: 100vh;
  background-color: #743646;
}
.competences__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  margin: 0 40px 30px 40px;
  padding-top: 40px;
  border-bottom: solid 1px white;
  padding-bottom: 20px;
}
.competences__menu__link {
  color: #FFFFFF;
  font-family: "Akzidenz";
  text-transform: uppercase;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.competences__menu__link__sub {
  margin-left: 20px;
}
.competences__menu__link.active::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: white;
  margin: auto 10px auto 0;
}
.competences__content {
  margin: 0 40px 30px 40px;
}
.competences__content__item {
  width: 40%;
  height: 72vh;
  overflow-y: auto;
  padding-right: 20px;
}
.competences__content__item::-webkit-scrollbar {
  display: none;
  }
@media screen and (orientation: portrait) {
  .competences{
    width: 100%;
  }
  .competences__content__item {
    width: 100%;
    padding-bottom: 30px;
    height: auto;
  }
  .competences__menu__link{
    margin-bottom: 30px;
  }
}
.competences__content__item h3 {
  color: white;
  font-family: "Akzidenz";
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 130%;
}
.competences__content__item p, .competences__content__item span, .competences__content__item li {
  color: white;
  font-family: 'Akzidenz';
  line-height: 130%;
}
.competences__content__item p, .competences__content__item &gt; span{
  margin-top: 22px;
  margin-bottom: 22px;
  display: block;
  line-height: 140%;
}

.competences__content__item li span{
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
</pre></body></html>