/*HEADER*/
.main-navigation ul li:hover {
  background-color: #000000;
}

.wc-service-content-wp.wc-limit-screen {
  padding: 0 32px;
}

.main-navigation ul li a {
  color: #484848;
}

.main-navigation ul li:hover a {
  color: #fff;
}

.main-navigation ul li.current-menu-item {
  background-color: #000;
}

.main-navigation ul li.current-menu-item a {
  color: #fff;
}

.wc-header-link__container .wc-button-link-pink {
  display: flex;

}

.wc-header-link__container .wc-button-link-white {
  display: none;

}

.wc-header-branding {
  display: none;
}

.wc-header-branding-black {
  display: block;
}

.wc-header-branding-black a {
  text-decoration: none;
  display: block;
  width: 120px;
}

.main-navigation ul li.menu-item-has-children::after {
  filter: invert(1);
}

.main-navigation ul li.menu-item-has-children:hover .sub-menu {
  background-color: #000;
}

/*HEADER*/

.wc-about-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 32px;
  padding-top: 184px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  gap: 112px;
  margin-bottom: 70px;
}

.wc-about-main p {
  color: #F30941;
  font-weight: 500;
  font-size: 16px;
  min-width: 164px;
  margin: 0;
}

.wc-about-main h1 {
  color: #1E1D1D;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.wc-about-pink {
  background-color: #F30941;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}

.wc-about-black {
  background-color: #232323;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}

.wc-about-white {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}

.wc-about__content {
  padding: 64px;
  width: 50%;
}

.wc-about-pink img,
.wc-about-white img,
.wc-about-black img {
  width: 50%;
}

.wc-about-pink .wc-about__content::before,
.wc-about-black .wc-about__content::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="43" height="32" viewBox="0 0 43 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.00678555 0H42.8539V6.57367C42.8539 20.6029 31.4547 32 17.4077 32H0V0H0.00678555Z" fill="white"/></svg>') no-repeat center;
  width: 42px;
  height: 32px;
  background-size: 100%;
  display: block;
  margin-bottom: 16px;
}

.wc-about-pink .wc-about__content h2,
.wc-about-black .wc-about__content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wc-about-pink .wc-about__content p,
.wc-about-black .wc-about__content p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}



.wc-about-white .wc-about__content::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="32" height="24" viewBox="0 0 32 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.00506692 0H32V4.90871C32 15.3847 23.488 23.8951 12.9987 23.8951H0V0H0.00506692Z" fill="url(%23paint0_linear_433_5643)"/><defs><linearGradient id="paint0_linear_433_5643" x1="0.00506971" y1="11.945" x2="32.0051" y2="11.945" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF0074"/><stop offset="1" stop-color="%23FF0024"/></linearGradient></defs></svg>') no-repeat center;
  width: 42px;
  height: 32px;
  background-size: 100%;
  display: block;
  margin-bottom: 16px;
}

.wc-about-whitek .wc-about__content h2 {
  color: #232323;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wc-about-white .wc-about__content p {
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.wc-about-clients {
  max-width: 1280px;
  width: 100%;
  margin: 72px auto 100px auto;
  padding: 0 32px;
}

.wc-about-clients h2 {
  text-align: center;
  margin-bottom: 62px;
  color: #232323;
  font-size: 32px;
  font-weight: 700;
}

.wc-about-clients__button {
  max-width: 169px;
  width: 100%;
  margin: 64px auto auto;
}

@media(max-width: 1000px) {


  /*HEADER*/
  .wc-header-mobile--logo {
    display: none;
  }

  .wc-header-branding-black {
    display: block;
  }

  .wc-header-menu--hamburguer svg {
    filter: invert(1);
  }

  /*HEADER*/

  .wc-about {
    margin-bottom: 80px;
  }

  .wc-about-main {
    flex-direction: column;
    padding: 0 16px;
    padding-top: 132px;
    align-items: center;
    gap: 16px;
  }

  .wc-about-main p {
    font-size: 24px;
    text-align: center;
  }

  .wc-about-pink,
  .wc-about-black {
    flex-direction: column-reverse;
  }

  .wc-about-white {
    flex-direction: column;
  }

  .wc-about__content {
    padding: 48px 16px;
    width: 100%;
  }

  .wc-about-pink img,
  .wc-about-white img,
  .wc-about-black img {
    width: 100%;
  }

  .wc-about-pink .wc-about__content h2,
  .wc-about-black .wc-about__content h2,
  .wc-about-whitek .wc-about__content h2 {
    font-size: 24px;
  }

}