@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  min-width: 360px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  height: auto;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 24px;
  text-align: center;
}
h1 {
  color: #EC295A;
  font-size: 64px;
  line-height: 1.5;
  margin: 0 0 32px;
}
h2 {
  font-size: 48px;
  margin-bottom: 28px;
}
h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
h4 {
  font-size: 28px;
  margin-bottom: 16px;
}
h5 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
}
a {
  color: #fff;
}
.site__wrapper {
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  background: url(site_bg.png) 50% 0 /cover no-repeat fixed;
}
.site-container {
  flex: 1 0 auto;
}
.site-container p {
  margin: 0 0 20px;
}
.site-width {
  max-width: 1024px;
  margin: 0 auto;
}
.site-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header {
  display: flex;
  align-items: center;
  padding-top: 136px;
}
@media (max-width: 1340px) {
  .site-header {
    padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  .site-header {
    padding-top: 60px;
  }
}
.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1340px) {
  .site-header__logo {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .site-header__logo {
    max-width: 200px;
  }
}
.site-logo {
  font-size: 0;
  display: inline-flex;
  text-decoration: none;
}
.site-logo__image {
  display: block;
  height: auto;
}
.site-description {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-description {
    font-size: 18px;
  }
}
.site-actions {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-actions {
    margin-top: 35px;
  }
}
.button-contact {
  display: inline-block;
  padding: 15px 48px;
  font-size: 24px;
  border: 1px solid #EC295A;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
@media (max-width: 767px) {
  .button-contact {
    font-size: 16px;
    padding: 15px;
    width: 100%;
  }
}
@media (max-width: 399px) {
  .button-contact {
    font-size: 15px;
  }
}
.button-contact:hover .button-contact__email {
  text-decoration: none;
}
.button-contact__email {
  color: #EC295A;
  text-decoration: underline;
  margin-left: 5px;
}
.creators {
  margin-top: 96px;
}
@media (max-width: 1340px) {
  .creators {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .creators {
    margin-top: 45px;
  }
}
.creators__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.creator-card {
  position: relative;
  display: flex;
  gap: 16px;
  background-blend-mode: normal, normal, color, normal;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  transition: outline 0.1s;
}
@media (max-width: 767px) {
  .creator-card {
    flex-direction: column;
    gap: 12px;
  }
}
.creator-card:hover {
  outline: 2px solid #EC295A;
}
.creator-card:hover .creator-card__text-wrapper {
  transform: translateY(-12px);
}
@media (max-width: 1023px) {
  .creator-card:hover .creator-card__text-wrapper {
    transform: none;
  }
}
.creator-card:hover .creator-card__site {
  opacity: 1;
}
.creator-card.creator-card--1 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_1.png");
  background-size: cover !important;
}
@media (max-width: 767px) {
  .creator-card.creator-card--1 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_1.png");
    background-position: right top !important;
  }
}
.creator-card.creator-card--2 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, #000000, #000000), url("image_2.png") 50% 0 no-repeat;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .creator-card.creator-card--2 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, #000000, #000000), url("mob_image_2.png") 50% 0 no-repeat;
    background-position: top right !important;
  }
}
.creator-card.creator-card--3 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_3.png");
  background-size: cover !important;
}
@media (max-width: 767px) {
  .creator-card.creator-card--3 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_3.png");
    background-position: right center !important;
  }
}
.creator-card.creator-card--4 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_4.png");
  background-size: cover !important;
}
@media (max-width: 767px) {
  .creator-card.creator-card--4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("mob_image_4.png");
    background-position: center center !important;
  }
}
.creator-card.creator-card--5 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_5.png");
  background-size: cover !important;
}
@media (max-width: 767px) {
  .creator-card.creator-card--5 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, #000000, #000000), url("image_5.png");
    background-position: right center !important;
  }
}
.creator-card__link {
  position: absolute;
  z-index: 1;
  inset: 0;
  text-decoration: none;
}
.creator-card__logo-wrapper {
  font-size: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

}
.creator-card__content {
  flex: 1 1 auto;
  padding: 20px 32px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .creator-card__content {
    padding: 0 20px 20px;
  }
}
.creator-card__title {
  font-size: 20px;
  margin-bottom: 16px;
  max-width: 80%;
}
@media (max-width: 1023px) {
  .creator-card__title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .creator-card__title {
    font-size: 18px;
  }
}
.creator-card__text-wrapper {
  transition: all 0.3s ease;
  transform: translateY(25px);
}
@media (max-width: 1023px) {
  .creator-card__text-wrapper {
    transform: none;
  }
}
.creator-card__info-box {
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #FFFFFF;
}
.creator-card__text {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .creator-card__text {
    font-size: 16px;
  }
}
.creator-card__site {
  text-decoration: none;
  color: #EC295A;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  opacity: 0;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  .creator-card__site {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .creator-card__site {
    margin-top: 15px;
    font-size: 18px;
  }
}
.creator-card__site-icon {
  width: 20px;
  height: 20px;
  background: url(site_link.svg) 50% no-repeat;
}
.press-section {
  margin-top: 96px;
}
@media (max-width: 1340px) {
  .press-section {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .press-section {
    margin-top: 45px;
  }
}
.press-section__inner {
  gap: 15px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.button-outline {
  text-decoration: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 380px;
  padding: 15px 45px;
  font-size: 0;
  border-radius: 100px;
  transition: all 0.2s linear;
  box-shadow: inset 0 0 0 1px #EC295A;
}
@media (max-width: 767px) {
  .button-outline {
    min-width: 0;
    padding: 15px 20px;
    width: 100%;
  }
}
.button-outline.press-section__button--kit .button-outline__icon {
  background: url(site_link_white.svg) 50% no-repeat;
}
.button-outline.press-section__button--back .button-outline__icon {
  background: url(arrow_back.svg) 50% no-repeat;
}
.button-outline:hover {
  background: #EC295A;
}
.button-outline__text {
  font-size: 24px;
}
@media (max-width: 767px) {
  .button-outline__text {
    font-size: 18px;
  }
}
.button-outline__icon {
  width: 20px;
  height: 20px;
}
.site-container__inner {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1340px) {
  .site-container__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .site-container__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.site-letter {
  background-color: white;
  padding: 50px;
  color: black;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1340px) {
  .site-letter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .site-letter {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.site-footer {
  position: relative;
  border-top: 1px solid #EC295A;
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.site-footer:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -29px;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  background: url(footer_star.svg) 50% 0 no-repeat;
}
.site-copyright {
  color: #EC295A;
  font-size: 20px;
}
@media (max-width: 767px) {
  .site-copyright {
    font-size: 18px;
  }
}
.copy-notification {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 1000;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* чтобы не мешало кликам */
}
@media (max-width: 767px) {
  .copy-notification {
    right: 50%;
    transform: translateX(50%);
  }
}
.copy-notification.show {
  opacity: 1;
}



/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepO9CRLLcmv0wAqC0Q4MVaR-qf2CgAchbRh73Obv-KoEruM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepO9CRLLcmv0wAqC0Q4MVaR-qf2CgAchbRhy3Obv-KoEruM.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepO9CRLLcmv0wAqC0Q4MVaR-qf2CgAchbRh53Obv-KoEruM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepO9CRLLcmv0wAqC0Q4MVaR-qf2CgAchbRh43Obv-KoEruM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepO9CRLLcmv0wAqC0Q4MVaR-qf2CgAchbRh23Obv-KoE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLKywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLDywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLIywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLJywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLHywAuo3zj.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLKywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLDywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLIywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLJywAuo3zjKvs.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoserif/v17/R707jywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuimXPEWoRldX48gtLHywAuo3zj.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}






.creator-card__logo-wrapper img {
  width: 100%;
  max-width: 240px;
}

.creator-card__logo-wrapper {
  width: 300px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .creator-card__logo-wrapper {
    width: 100%;
  }
}

.creator-card.creator-card--1 .creator-card__content {
  padding: 30px 32px 20px 0;
}

@media all and (max-width: 767px) {
  .creator-card.creator-card--1 .creator-card__content {
    padding: 0 20px 20px;
  }
}

.creator-card.creator-card--1 .creator-card__logo-wrapper {
  padding: 36px 32px 30px;
}

.creator-card.creator-card--2 .creator-card__logo-wrapper {
  padding: 48px 44px 46px 44px;
}

.creator-card.creator-card--3 .creator-card__logo-wrapper {
  padding: 24px 60px 14px 62px;
}

.creator-card.creator-card--4 .creator-card__logo-wrapper {
  padding: 28px 30px 20px 30px;
}

.creator-card.creator-card--4 .creator-card__logo-wrapper img {
  max-width: 150px;
}

.creator-card.creator-card--5 .creator-card__logo-wrapper {
  padding: 52px 44px 50px 55px;
}