/* BRANDS sections */

.asset-section__title--favicons-hidden {
  display: none;
}

.asset-section__content-group--favicons {
  width: 100%;
}

.asset-section__content-group--logos {
  flex: 1;
}

.asset-section__content-group {
  border-top: 1px solid #EAEAEA;
}

.asset-item__download-btn {
    margin-bottom: 24px; 
    display: flex;
    flex-direction: column;
  }

.asset-item__download-btn--favicons {
}

.asset-item {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}

.asset-item__label {
  color: var(--Primary-Blink-Dark, #0C1930);
  /* Body - M */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

}

.asset-item__label--logos {
    margin-top: 24px;
}

.asset-item__label--favicons {
    margin-top: 16px;
}

.asset-item__description {
  color: var(--Secondary-Trout-Grey, #4B5563);
  /* Body - S */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 4px;
}

 .brand-assets__sections {
    display: flex;
    flex-direction: column;
    gap: 88px;
    margin: 0;
    padding-top: 88px;
  }

.brand-assets__title {
  color: var(--Black, #08090A);

  /* H3 */
  font-family: Exo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 143.75% */
}

.asset-section__title {
  color: var(--Black, #08090A);
  /* H4 */
  font-family: Exo;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
}

.logos-section-spacing {
    padding-top: 32px;
    padding-bottom: 56px;
}
  
.favicons-section-spacing {
  padding-top: 24px;
  padding-bottom: 56px;
}

.asset-section__content {
  display: flex;
  row-gap: 48px;
  flex-wrap: wrap;
  flex-direction: column;
}

.asset-section__list--favicons, .asset-section__list--logos {
  display: flex;
  gap: 38px 24px;
  flex-wrap: wrap;
  row-gap: 2rem;
}

.asset-section__list--favicons {
  width: 100%;
  justify-content: space-between;
  gap: 3rem;
  column-gap: 120px
  margin-top: 0;
}


.asset-item__title {
  color: var(--Black, #08090A);
  /* H4 */
  font-family: Exo;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
}

.asset-item__image-container {
  width: 290px;
  height: 180px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asset-item__image-container--light {
  background: var(--Gray-4---FAFAFA, #FAFAFA);
}

.asset-item__image-container--dark {
  background: var(--Dark-blue, #262C3D);
}

.asset-item__image {
  height: auto; 
  width: 163px
}

.assaet-item__label {
  color: var(--Black, #08090A);

  /* Body - M */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* DOWNLOAD ALL */
.download-all__border-top {
  height: 1px;
  border-top: 1px solid #EAEAEA;
}

.download-all {
  margin-top: 80px;
  padding: 56px 16px;
  border-radius: 8px;
  background: var(--Gray-3---F5F5F5, #F5F5F5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.download-all__title {
  color: var(--Black, #08090A);
  text-align: center;
  /* H3 */
  font-family: Exo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 143.75% */
}

.download-all__description {
  color: var(--Black, #08090A);
  text-align: center;
  /* Body - M */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 8px;
  margin-bottom: 32px;
}

@media all and (min-width:1189px) {
  .asset-section__title--favicons-hidden {
    display: block;
  }
  
  .asset-section__content-group--favicons {
    width: auto;
  }
}
  


@media all and (min-width:450px) {
  .asset-item__image-container {
    width: 411px;
    height: 219px;  
  }
}


@media all and (min-width:768px) {
  
  .download-all__title {
    font-size: 40px;
    line-height: 54px; /* 135% */
  }

  .download-all__description {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  
  .logos-section-spacing {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  
  .favicons-section-spacing {
    padding-top: 87px;
    padding-bottom: 77px;
  }
  
  .brand-assets__sections {
    gap: 60px;
    padding-bottom: 60px;
    padding-top: 32px;
  }
  
  
  .asset-section__content {
    row-gap: 56px;
    column-gap: 16px;
    justify-content: space-between;
  }
}

@media all and (min-width:1024px) {
  
  .align-self-end {
    align-self: end;
  }
  
  .asset-section__content {
    display: flex;
    flex-direction: row;
  }
  
  .logos-section-spacing {
    padding-top: 32px;
  }
  
  .favicons-section-spacing {
    padding-top: 24px;
  }
  
  .brand-assets__title {
    font-size: 40px;
    line-height: 54px; /* 135% */
  }
  
  .brand-assets__sections {
    padding-bottom: 106px;
    padding-top: 72px;
    gap: 88px;
  }
  
  .asset-section__list--logos {
    display: grid;
    grid-template-columns: auto auto;
    gap: 38px 24px;
    flex: 1;
  }
  
  .asset-section__list--favicons {
    justify-content: initial;
    display: flex;
    gap: 38px 120px;
    width: auto;
  }
}