/* /poco-f6 */
.poco .dropsLogo {
  position: absolute;
  left: 1rem;
  top: 1rem;
  min-width: 120px;
  margin: -22.5px 0;
  transform: scale(0.5);
  filter: drop-shadow(0 2px 0 #fff) drop-shadow(2px 0 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(-2px 0 0 #fff);
}

.poco .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
  max-width: max-content;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px 25px 10px;
  font-size: 21px;
  line-height: 1.1;
  border-radius: 50px;
  border: 2px solid #000;
  color: #fff;
  background: #000;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 600px) {
  .poco .btn {
    height: 46px;
    padding: 8px 20px 4px;
    font-size: 14px;
  }
}

.poco .btn:hover {
  background: transparent;
  color: #000;
}

.poco .drop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 148px;
  height: 148px;
  font-size: 20px;
  border: 3px solid #fff;
}

@media (max-width: 850px) {
  .poco .drop {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}

.poco .drop .icon {
  width: 30px;
  height: 30px;
  margin: 0 0 8px;
}

@media (max-width: 850px) {
  .poco .drop .icon {
    width: 24px;
    height: 24px;
    margin: 0 0 5px;
  }
}

.poco__bannerLogo {
  position: absolute;
  right: 1rem;
  top: 0;
}

.poco__banner {
  position: relative;
  z-index: 1;
  background-color: #080e18;
  color: #fff;
  overflow: hidden;
  margin-bottom: 2rem;
}

.poco__bannerContent {
  padding: 2rem 2rem 3rem 48%;
  height: 502px;
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4.5vw, 6rem);
}

@media (max-width: 1400px) {
  .poco__bannerContent {
    padding-left: 40%;
  }
}

@media (max-width: 1200px) {
  .poco__bannerContent {
    height: auto;
    padding-inline: 3rem;
    padding-block-start: 20rem;
  }
}

@media (max-width: 600px) {
  .poco__bannerContent {
    flex-direction: column;
    justify-content: center;
  }
}

.poco__bannerBg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media (max-width: 1200px) {
  .poco__bannerBg {
    width: 100%;
    object-position: left top;
    height: 300px;
  }
}

@media (max-width: 600px) {
  .poco__bannerBg {
    object-position: 10% top;
  }
}

.poco__bannerText {
  text-align: center;
}

.poco__bannerText img {
  max-width: 100%;
  height: auto;
}

.poco__bannerTitle {
  font-size: clamp(1.5rem, 2.097rem, 2.0625rem);
  font-weight: 600;
  margin-block-end: 1rem;
  color: #ffd400;
}

.poco__bannerBtn {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 0 3rem 3rem 3rem;
  font-size: clamp(1.5625rem, 2.292rem, 2.25rem);
}

.poco__bannerBtn span {
  font-size: clamp(2.25rem, 3.4438rem, 3.375rem);
}

.poco__bannerParag {
  max-width: 30ch;
  margin: 1rem auto 1.5rem;
}

.poco__articleWrap {
  display: grid;
  gap: 40px;
  margin: 0 0 70px;
}

@media (max-width: 1000px) {
  .poco__articleWrap {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .poco__articleWrap {
    grid-template-columns: 1fr;
    margin: 0 0 40px;
  }
}

.poco__article {
  display: grid;
  align-items: center;
  grid-template-columns: 45% calc(55% - 2rem);
  text-align: center;
}

.poco__article img {
  margin: auto;
  max-width: 100%;
  mix-blend-mode: darken;
}

.poco__article .headline {
  font-size: clamp(1.25rem, 1.7143rem, 1.6875rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.poco__article .desc {
  padding: 0 1rem;
  font-size: 1.125rem;
  text-wrap: balance;
}

@media (max-width: 520px) {
  .poco__article {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.poco__articleImg {
  border-radius: 0 2rem 2rem 2rem;
  overflow: hidden;
  background-color: #efeef4;
  height: 100%;
  display: flex;
}

.poco__articleIsic {
  height: 100%;
  object-fit: cover;
  border-radius: 0 2rem 2rem 2rem;
}

@media (min-width: 1080px) {
  .poco__articles--halved {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 601px) {
  .poco__articles--thirds {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .poco__articles--thirds {
    grid-template-columns: 1fr 1fr;
  }
}

.poco__drops {
  align-self: flex-end;
}

@media (min-width: 1401px) {
  .poco__drops {
    margin: 0 0 0 50px;
  }
}

.poco__drops .drop--violet {
  border-radius: 2px 50% 50% 50%;
  margin-top: -30px;
}

.poco__drops .drop--green {
  border-radius: 50% 2px 50% 50%;
  margin-left: 65px;
}

.poco__drops .drop--orange {
  margin: -30px 0 0 65px;
  border-radius: 50% 50% 2px 50%;
}

@media (max-width: 850px) {
  .poco__drops .drop--orange {
    margin: -20px 0 0 40px;
  }
}

.poco__drops img {
  margin: 30px -5px 30px auto;
  mix-blend-mode: darken;
}

@media (max-width: 850px) {
  .poco__drops img {
    margin: 20px auto;
    max-width: 100px;
  }
}

@media (max-width: 600px) {
  .poco__drops {
    width: 100%;
  }

  .poco__drops .drops {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
  }

  .poco__drops .drop {
    margin: 0 !important;
  }

  .poco__drops .drop--violet {
    border-radius: 50% 50% 50% 2px;
  }
}
