.presentation .sct.sct-a {
  background-image: url("../images/bg-presentation.jpg");
  padding-bottom: 25px; }

.presentation .sct.sct-c {
  padding: 0 0 40px 0px;
  min-height: auto; }

.presentation .headband-sct {
  margin-top: 4.2rem;
  z-index: 1;
  position: relative;
  padding: 15px 50px;
  width: 100%; }
  .presentation .headband-sct .part-a, .presentation .headband-sct .part-c {
    width: 100%; }
  .presentation .headband-sct .wrp-icon {
    width: 120px;
    height: auto; }
    .presentation .headband-sct .wrp-icon .icon {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.itm-collaborator {
  gap: 5px; }
  .itm-collaborator .header-card {
    padding: 0px 20px 0px 20px !important;
    width: 100%; }
  .itm-collaborator .body-card {
    padding: 20px 20px 0px 20px !important; }
  .itm-collaborator .ttl-card {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.5rem; }
  .itm-collaborator .descrption-card {
    font-size: 17px;
    text-align: center;
    color: #4B5661;
    padding-bottom: 0.5rem; }
  .itm-collaborator .img-card {
    position: relative;
    padding: 30px 20px 0px 0px;
    max-width: 300.2px;
    margin: auto;
    height: 100%;
    height: 335.89px; }
    .itm-collaborator .img-card .img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: auto;
      vertical-align: super; }
    .itm-collaborator .img-card::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0px;
      margin: auto;
      background-image: url("../images/hexagon-border.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 272px;
      height: 291.22px;
      z-index: 1;
      background-position: right; }
    .itm-collaborator .img-card .small-hexagon-shape {
      position: absolute;
      bottom: 0px;
      left: 0px;
      margin: auto;
      background-image: url("../images/svg/hexagon-shape.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 80.19px;
      height: 80.19px;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
      .itm-collaborator .img-card .small-hexagon-shape .img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        max-width: 45px; }
  .itm-collaborator .wrp-img {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 7px 5px; }
    .itm-collaborator .wrp-img::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background-image: url("../images/svg/shape-complement-hexagone.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 66px;
      margin: auto; }
    .itm-collaborator .wrp-img::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      background-image: url("../images/svg/shape-complement-hexagone.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 66px;
      transform: rotate(180deg);
      right: 0;
      margin: auto; }

.max-size-icon {
  max-width: 30px !important; }

.max-size-icon-md {
  max-width: 40px !important; }

.catchphrase-horizontal-shape {
  background-image: url("../images/catchphrase-pict.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 350px;
  padding: 30px 40px;
  border-radius: 10px;
  overflow: hidden; }
  .catchphrase-horizontal-shape::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0D141B 0%, #0D141B 20%, #0D141B 50%, rgba(13, 20, 27, 0) 100%); }
  .catchphrase-horizontal-shape .cntnt-txt-catchphrase {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 570px; }
  .catchphrase-horizontal-shape .carousel-indicators {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: 0;
    justify-content: left;
    padding: 20px 0px; }

.vision-block {
  padding: 30px 50px;
  gap: 30px; }
  .vision-block .picture-shape {
    width: 181.97px;
    height: auto; }
    .vision-block .picture-shape .img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

/*# sourceMappingURL=presentation.css.map */