#highlights {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-bottom: calc(calc(100% - var(--home-container)) / 4 );
  }
  
  #highlights figure,
  #highlights img {
    object-fit: cover;
    width: 100%;
    -o-object-fit: cover;
  }
  .highlight iframe {
    pointer-events:none;
  }
  #highlights .highlight {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 48px;
    text-decoration: underline;
  }
  
  .widthContainer {
    width: 100%;
  }
  section.main {
      width: 87%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #26276A;
      margin: 3rem auto 6rem;
  }
  
  .main img {
      width: 170px;
  }
  h1.mainTitle {
      font-size: 66px;
      font-weight: 600;
      line-height: 65px;
      margin-bottom: 26px;
      text-align: center;
  }
  
  h3.mainDescription {
      width: 48%;
      font-size: 24px;
      font-weight: 400;
      line-height: 40px;
      text-align: center;
      max-width: 725px;
  }
  section.cardList {
      margin: auto;
      width: 87%;
  }
  section.contact {
      width: 87%;
      background: var(--base-aux);
      margin: auto;
      border-radius: 60px;
      padding: 64px 73px 55px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #26276A;
      margin-bottom: 5rem;
      opacity: 0;
  }
  
  .contactTitle {
      margin: auto;
      width: auto;
      font-size: 66px;
      line-height: 66px;
      margin-bottom: 3rem;
      font-weight: 600;
  }
  .mainTitle span {
      font-family: 'Nineties';
      font-weight: 300;
      font-size:76px;
      font-style: italic;
  }
  
  .contactTitle span {
      font-family: 'Nineties';
      font-weight: 300;
      font-size: 76px;
  }
  .formContainer {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap:20px;
      font-size: 13px;
  }
  
  .formContainer input::placeholder{
      color:#26276A;
  }
  .sendContact {
      padding: 12px 37px;
      font-size: 14px;
      background: #26276A;
      color: var(--base-aux);
      border-radius: 60px;
      margin: auto;
      margin-right: 0px;
      cursor: pointer;
      transition: 0.3s all ease-out;
      
  }

  .join{
      padding: 12px 37px;
      font-size: 14px;
      background: #26276A;
      color: var(--base-aux);
      border-radius: 60px;
      position: absolute;
      top: 48px;
      right: 6%;
      cursor: pointer;
      transition: 0.3s all ease-out;
  }

  .formContainer input{
      width: calc(50% - 12px);
      height: 60px;
      border: 1px solid #26276A;
      border-radius: 60px;
      text-indent: 20px;
  }
  
  textarea.formInput.contact_message {
      width: 100%;
      border: 1px solid #26276A;
      border-radius: 26px;
      height: 215px;
      padding: 20px;
      color: #26276A;
      resize: none;
  }
  textarea::placeholder{
        color: #26276A;
  }
  .card {
      opacity:0;
      margin: auto;
      background: #C01817;
      width: 100%;
      border-radius: 60px;
      display: flex;
      box-sizing: border-box;
      justify-content: start;
      padding: 63px 66px 55px;
      margin-bottom: 52px;
      color: var(--base-aux);
  }
.card.onViewport {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.contact.onViewport {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
  .card:nth-child(even) {
     flex-direction:row-reverse;
     color: var(--base-aux);
  }
  .card:nth-child(3n+2){
      background:#B68D4B;
  }
  .card:nth-child(even) .cardInfo{
      width: 49%;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding-left: 70px;
      padding-right: 0;
  }
  .card:nth-child(3n+3){
      background: #26276A;
  }
  .cardInfo {
      width: 49%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box;
      padding-right: 70px;
      gap: 60px;
  }
  
  .cardImg {
      width: 51%;
  }
  
  .cardImg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 60px;
  }
  
  .infoTitle {
      line-height: 82px;
      font-family: 'Nineties';
      font-weight: 300;
      font-size: 80px;
  }
  
  .infoDescription {
      width: 96%;
      font-size: 16px;
      line-height: 22px;
  }
  figure.imgContainer {
      margin-bottom: 5rem;
  }
  
  #imageGroupTitle {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #333234;
    text-align: center;
  }
  
  .group-look-slider .group-look-slider-title {
      margin-top: calc(calc(100% - var(--web-container)) / 1 );
      font-size: var(--group-font-size);
      line-height: var(--group-line-height);
      /* margin-top: 0px; */
  }
  
  .look-slider-right-arrow.slick-arrow, .look-slider-left-arrow.slick-arrow {
      top: calc(41% + calc(calc(100% - var(--web-container)) / 1 ) + 0px);
      background: var(--base-aux);
  }
  img.look-slider-arrow {
      filter: invert(1);
  }
  
  .group-look-slider .look-slider-tag-info {
      flex-wrap: wrap;
      display: flex;
      flex-direction: row;
      /* -webkit-transform: scale(0.75); */
      -moz-transform: scale(0.75);
      transform: scale(0.75);
      margin-left: 0px;
  }
  
  
  
  .group-look-slider  .look-slider-tag-price,.group-look-slider .look-slider-tag-old-price {
      width: fit-content;
      font-weight: 600;
      font-size: var(--base-font-size);
      color: var(--base);
  }
  
  .group-look-slider .look-slider-tag-name {
      width: 100%;
      color: var(--base);
      font-size: var(
      --base-font-size);
      margin-bottom: 3px;
  }
  
  .group-look-slider .look-slider-tag-old-price {
      opacity: 30%;
  }
  
  .slick-dots {
    bottom: 20px;
  }
  
  .slick-dots li, .group-look-slider .slick-dots li {
    width: 14px !important;
    height: 14px;
    margin: 4px;
  }
  
  .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid transparent;
  }
  
  .slick-dots li button:before {
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #fff;
    color: transparent;
    opacity: 1;
    font-size: 0;
    top: -8px;
    left: -8px;
  }
  
  .slick-dots li.slick-active {
    border: 1px solid white;
    border-radius: 50%;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid var(--white);
  }
  @media screen and (min-width: 768px) {
    .sendContact:hover{
        background: #C01817;
    }
    .join:hover{
      background: #C01817;
  }

  }
  @media screen and (max-width: 768px) {
    #imageGroups {
      width: 100%;
    }
    .group-look-slider .look-slider-tag-info {
      transform: unset;
      margin-left: 20px;
  }
      .main img {
      width: 100px;
  }
  a.look-slider-tag-link {
      width: 100%;
  }
  .highlight iframe {
    aspect-ratio: 9/16;
  }
    .card:nth-child(even) {
        flex-direction:column;
        padding: 20px;
  }  
  figure.imgContainer {
      margin-bottom: 2rem;
  }
      .infoTitle {
      line-height: 44px;
      font-size: 44px;
      margin-top: 16px;
  }
      .infoDescription {
      font-size: 14px;
      line-height: 22px;
  }
      .card:nth-child(even) .cardInfo{
      width: 100%;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding: 0 10px;
  }
      h1.mainTitle {
      font-size: 45px;
      line-height: 55px;
  }
      .mainTitle span {
      font-size:45px;
      font-style: italic;
  }
      h3.mainDescription {
      width: 100%;
      font-size: 15px;
      line-height: 24px;
  }
    .group-look-slider {
      width: calc(100% - 40px) !important;
      margin: 10px 20px auto !important;
      float: left;
  }
  .join{
      position: relative;
      top: unset;
      right: unset;
      margin-top: 20px;
     }   
     
  .card {
     flex-direction:column;
     padding: 20px;
     border-radius: 38px;
     margin-bottom: 26px;
  }    
      .card.onViewport {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
      .cardInfo {
      width: 100%;
      gap: 28px;
      padding: 0 10px;
  }
      .cardImg {
      width: 100%;
      margin-top: 32px;
  }
      .cardImg img {border-radius: 20px;}
  
      section.contact {
      border-radius: 38px;
      padding: 27px;
      margin-bottom: 26px;
  }
      .contactTitle {
      margin: auto;
      width: auto;
      font-size: 45px;
      line-height: 45px;
      margin-top: 20px;
      margin-bottom: 3rem;
      text-align: center;
  }
      .contactTitle span {
      font-family: 'Nineties';
      font-style: italic;
      font-weight: 400;
      font-size: 52px;
  }
      .formContainer input{
      width: 100%;
      height: 60px;
      border: 1px solid #26276A;
      border-radius: 60px;
      text-indent: 20px;
  }
      .sendContact {
      margin: auto;
  }
  .group-look-slider .slick-dots li button:before {
      width: 10px !important;
      height: 10px !important;
      border-radius: 30px !important;
  }
  
  .group-look-slider .look-slider-container ul.slick-dots li {
      width: 14px !important;
      margin: 0px 7px !important;
  }
  
  .group-look-slider .slick-dots li.slick-active button:before {
      background: var(--base);
      /* opacity: 30%; */
  }
  .group-look-slider .slick-dots li.slick-active button:before {
      background-color: var(--base) !important;
  }
  .group-look-slider .slick-dots li.slick-active {
      border: 1px solid var(--base);
  }
  
  .group-look-slider ul.slick-dots {
      bottom: 50px ;
  }
  
  .group-look-slider .slick-dotted.slick-slider {
      margin-bottom: 0px;
  }
    .sliderContainer {
      margin-bottom: 40px;
    }
  }