.main-nav {
  display: none !important;
}

.self-credential-landing-page {
  box-sizing: border-box;
}

.self-credential-landing-page,
body,
html {
  background-color: #000;
}

.self-credential-landing-page .background-ct {
  background-image: url(https://images.unsplash.com/photo-1614201766454-eaa827b16b9c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw1fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60);
  background-size: cover;
  background-position: center;
}

.self-credential-landing-page * {
  box-sizing: border-box;
  margin: 0px;
  font-family: proxima-nova;
  color: #fff;
}

.util-coll-badges-ct {
  display: flex;
  z-index: 1;
}

.util-coll-badges-ct .util-coll-badge-wrap {
  filter: drop-shadow(-6px 3px 4px rgba(0, 0, 0, 0.7));
  min-height: 145px;
  max-height: 145px;
  min-width: 135px;
  max-width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.util-coll-badges-ct .util-coll-badge-border {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 145px;
  max-height: 145px;
  min-width: 135px;
  max-width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.util-coll-badges-ct .util-coll-badge-overlay {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 100px;
  max-height: 100px;
  min-width: 95px;
  max-width: 95px;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  position: absolute;
  z-index: 9;
}

.util-coll-badges-ct .util-coll-badge {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 100px;
  max-height: 100px;
  min-width: 95px;
  max-width: 95px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.util-coll-badges-ct .util-coll-badge-wrap.gold .util-coll-badge-border {
  background: rgb(192, 148, 25);
  background: linear-gradient(90deg, rgba(192, 148, 25, 1) 35%, rgba(255, 210, 79, 1) 100%);
}

.util-coll-badges-ct .util-coll-badge-wrap.silver .util-coll-badge-border {
  background: rgb(156, 155, 155);
  background: linear-gradient(90deg, rgba(156, 155, 155, 1) 35%, rgba(236, 236, 236, 1) 100%);
}

.util-coll-badges-ct .util-coll-badge-wrap.bronze .util-coll-badge-border {
  background: rgb(161, 103, 61);
  background: linear-gradient(90deg, rgba(161, 103, 61, 1) 35%, rgba(255, 170, 107, 1) 100%);
}

.self-credential-landing-page .learn-more {
  width: 100%;
  height: 57px;
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
}

.self-credential-landing-page .learn-more img {
  width: 120px;
  filter: opacity(0.5);
}

.self-credential-landing-page .learn-more p {
  color: #717171;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0px 50px;
}

.self-credential-landing-page .learn-more p span {
  color: #717171;
  font-size: 25px;
}

.self-credential-landing-page .header-stream-ct {
  min-height: calc(100vh - 169px - 115px);
}

.self-credential-landing-page .overlay {
  padding: 50px 80px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}

.self-credential-landing-page footer {
  height: 169px;
  width: 100vw;
  display: flex;
  align-items: center;
  padding: 0 95px;
  justify-content: space-between;
  background: var(--theme-color);
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999999;
}

.self-credential-landing-page footer p {
  font-size: 36px;
  color: #111;
}

.self-credential-landing-page footer button {
  font-size: 36px;
  border: none;
  background: #000;
  width: 378px;
  height: 92px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}

.self-credential-landing-page footer p strong {
  font-weight: 900;
  color: #111;
}

.self-credential-landing-page footer button span {
  font-size: 50px;
}

.self-credential-landing-page .row {
  display: flex;
}

.self-credential-landing-page .row .left {
  border-right: 1px solid var(--theme-color);
  padding-right: 60px;
  margin-right: 60px;
}

.self-credential-landing-page .badge-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.self-credential-landing-page .perk {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.self-credential-landing-page .perk .checkmark {
  color: var(--theme-color);
  font-size: 30px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
}

.self-credential-landing-page .including {
  margin-bottom: 20px;
}

.self-credential-landing-page h1 {
  font-size: 42px;
  margin-bottom: 5px;
}

.self-credential-landing-page .innovation {
  font-size: 20px;
  margin-bottom: 10px;
}

.self-credential-landing-page .company-image {
  height: 100px;
  margin-bottom: 43px;
}

.self-credential-landing-page .user {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.self-credential-landing-page .more-panel .user {
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.self-credential-landing-page .user .image {
  height: 57px;
  width: 57px;
  min-width: 57px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: grey;
  border: 1px solid #444;
}

.self-credential-landing-page .user .name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--theme-color);
}

.self-credential-landing-page .user .occupation strong {
  font-weight: 900;
}

.self-credential-landing-page .material {
  margin-bottom: 20px;
}

.self-credential-landing-page .hover {
  margin-top: 19px;
}

.self-credential-landing-page .hover span {
  color: var(--theme-color);
}

.self-credential-landing-page .users {
  display: flex;
  margin-top: 5px;
}

.self-credential-landing-page .users .image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: grey;
}

.self-credential-landing-page .more-ct {
  position: relative;
}

.self-credential-landing-page .more-ct .more-panel {
  display: none;
}

.self-credential-landing-page .more-ct:hover .more-panel {
  display: block;
  overflow-y: scroll;
  background-color: #222;
  border: 5px solid grey;
  border-radius: 10px;
  padding: 20px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  max-height: 300px;
  width: fit-content;
}

/* Stream cards */

.self-credential-landing-page .stream-ct {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 80px 0 80px;
  margin-top: -80px;
  position: relative;
}

.self-credential-landing-page .gradient-paywall {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0));
  min-height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}

.self-credential-landing-page .collection-ct {
  display: flex;
  background: #fff;
  width: 100%;
  height: 158px;
  position: relative;
  margin-bottom: 18px;
}

.self-credential-landing-page .collection-ct .collection-image {
  background-position: center;
  background-size: cover;
  width: 40%;
  height: 100%;
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.self-credential-landing-page .collection-ct .collection-image .note {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 10px 20px;
  overflow: hidden;
  border-bottom: 19px solid transparent;
  transition: all 0.3s ease;
}

.self-credential-landing-page .collection-ct .collection-image .note .avatars-ct {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

.self-credential-landing-page .collection-ct .collection-image .note .user-image {
  background: lightblue;
  background-position: center;
  background-size: cover;
  height: 32px;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  max-height: 32px;
  max-width: 32px;
  display: block;
  border-radius: 50%;
  margin-bottom: 10px !important;
  position: relative;
  filter: grayscale(1);
}

.self-credential-landing-page .collection-ct .collection-image .note .user-image.selected {
  border-color: #3AFF98 !important;
}

.self-credential-landing-page .collection-ct .collection-image .note .user-image.selected {
  filter: none;
  border: 3px solid #2DDB73;
  z-index: 999;
}

.self-credential-landing-page .collection-ct .collection-image .note .contributor-info {
  display: none;
}

.self-credential-landing-page .collection-ct .collection-image .note .contributor-info.selected {
  display: block;
}

.self-credential-landing-page .collection-ct .collection-image .note .contributor-info.selected.default-selected .user-details {
  display: none;
}

.self-credential-landing-page .collection-ct .collection-image .note p,
.self-credential-landing-page .collection-ct .collection-image .note .note-text {
  font-family: brandon-grotesque;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}

.self-credential-landing-page .collection-ct .collection-image .note p,
.self-credential-landing-page .collection-ct .collection-image .note .note-text {
  font-family: brandon-grotesque;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}

.self-credential-landing-page .collection-ct .collection-image .note span {
  text-transform: uppercase;
  font-family: 'proxima-nova';
}

.self-credential-landing-page .collection-ct .collection-image .note .user-occupation {
  font-weight: 500;
  font-family: 'proxima-nova';
}

.self-credential-landing-page .collection-ct .collection-image .note .user-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: 'proxima-nova';
}

.self-credential-landing-page .collection-ct .collection-image .close-btn {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 4px 8px;
  font-size: 14px;
  z-index: 9999;
  display: none;
}

.self-credential-landing-page .collection-ct .collection-text {
  width: 60%;
  padding: 19px 23px 22px 18px;
}

.self-credential-landing-page .collection-ct .collection-text .publication-type {
  display: flex;
  align-items: flex-end;
  color: #000;
}

.self-credential-landing-page .collection-ct .collection-text .publication-type .publication {
  font-family: brandon-grotesque;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 5px;
  font-weight: 500;
  margin-right: 5px;
  color: #000;
}

.self-credential-landing-page .collection-ct .collection-text .publication-type .type {
  font-family: brandon-grotesque;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.self-credential-landing-page .collection-ct .collection-text .content-title {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  font-family: brandon-grotesque;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  cursor: pointer;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.self-credential-landing-page .collection-ct .collection-text .content {
  font-size: 18px;
  font-family: brandon-grotesque;
  color: #000;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-credential-landing-page .collection-ct .credits-ct {
  position: absolute;
  top: -14px;
  right: -14px;
}

.self-credential-landing-page .collection-ct .credits {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2DDB73;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  -webkit-animation: pulse 2s infinite ease-in-out;
  -o-animation: pulse 2s infinite ease-in-out;
  -ms-animation: pulse 2s infinite ease-in-out;
  -moz-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
  position: relative;
  z-index: 3;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.self-credential-landing-page .collection-ct .credits-bg {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 0px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.self-credential-landing-page .collection-ct .book-text-ct {
  display: flex;
}

.self-credential-landing-page .collection-ct .book-text-ct .book-cover {
  display: block;
  text-decoration: none;
  height: 109px;
  width: 78px;
  min-width: 78px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  background-color: grey;
}

.self-credential-landing-page .collection-ct .collection-text .content-title {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  font-family: brandon-grotesque;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  cursor: pointer;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.self-credential-landing-page .collection-ct .collection-text .content {
  font-size: 18px;
  font-family: brandon-grotesque;
  color: #000;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-credential-landing-page .heading-ct-col {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 120px;
  width: calc(100% - 41px);
}

.self-credential-landing-page .heading-ct-col div {
  max-width: 783px;
}

.self-credential-landing-page .heading-ct-col h2 {
  margin-bottom: 5px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

.self-credential-landing-page .heading-ct-col p {
  font-size: 14px;
  color: #fff;
  white-space: pre-line;
}

.self-credential-landing-page .collection-ct,
.self-credential-landing-page .heading-ct-col,
.self-credential-landing-page .second-row {
  max-width: 1300px;
}

.self-credential-landing-page .collection-ct .recommended-number {
  height: 28px;
  padding: 0 17px;
  background: #C3C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 3px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  top: -14px;
  right: 25px;
}

.self-credential-landing-page .second-row {
  display: flex;
  gap: 18px;
  width: 100%;
}

.self-credential-landing-page .second-row .collection-ct .collection-image .note {
  border-bottom: 0;
}

.self-credential-landing-page .collection-ct .collection-image.hovered .note,
.collections .collection-ct .collection-image.clicked .note {
  overflow: visible;
  min-height: 100%;
  height: fit-content;
  background-color: #000;
  position: relative;
  top: 0;
  z-index: 9998;
  padding-bottom: 20px;
}

.self-credential-landing-page .underline {
  text-decoration: underline;
  position: relative;
}

.self-credential-landing-page .underline:hover .certificate-tooltip {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 35px;
  width: 623px;
  right: -290px;
}

.self-credential-landing-page img.certificate-preview {
  align-self: flex-start;
  margin-right: 10px;
}

.self-credential-landing-page .underline:hover .certificate-tooltip span {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.self-credential-landing-page .underline:hover .badges-tooltip {
  display: flex;
  position: absolute;
  top: 35px;
  transform: translateX(-284px);
  z-index: 999999;
}

.self-credential-landing-page .badges-content {
  max-height: 40vh;
  overflow-y: scroll;
}

.self-credential-landing-page .badges-preview-ct {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.self-credential-landing-page .badges-tooltip .work-question {
  margin-left: 8px;
  display: inline-block;
}

.self-credential-landing-page .badges-tooltip {
  width: 628px;
  z-index: 10000;
}

.self-credential-landing-page .underline:hover .badges-tooltip span {
  font-size: 14px;
  font-weight: 400;
}


.self-credential-landing-page .badges-ct .badge-wrap {
  filter: drop-shadow(-6px 3px 4px rgba(0, 0, 0, 0.7));
  min-height: 135px;
  max-height: 135px;
  min-width: 125px;
  max-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* gold badge */
.self-credential-landing-page .badge-wrap.gold .badge-border {
  background: rgb(192, 148, 25);
  background: linear-gradient(90deg, rgba(192, 148, 25, 1) 35%, rgba(255, 210, 79, 1) 100%);
}

.self-credential-landing-page .badge-wrap.gold .badge-overlay {
  background: #FFE83B;
}

/* silver badge  */
.self-credential-landing-page .badge-wrap.silver .badge-border {
  background: rgb(156, 155, 155);
  background: linear-gradient(90deg, rgba(156, 155, 155, 1) 35%, rgba(236, 236, 236, 1) 100%);
}

.self-credential-landing-page .badge-wrap.silver .badge-overlay {
  background: #D9D9D9;
}

/* bronze badge  */
.self-credential-landing-page .badge-wrap.bronze .badge-border {
  background: rgb(161, 103, 61);
  background: linear-gradient(90deg, rgba(161, 103, 61, 1) 35%, rgba(255, 170, 107, 1) 100%);
}

.self-credential-landing-page .badge-wrap.bronze .badge-overlay {
  background: #D08A58;
}

.self-credential-landing-page .badges-ct .badge-border {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 135px;
  max-height: 135px;
  min-width: 125px;
  max-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.self-credential-landing-page .badges-ct .badge-border-2 {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 128px;
  max-height: 128px;
  min-width: 118px;
  max-width: 118px;
  position: absolute;
}

.self-credential-landing-page .badges-ct .badge {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 90px;
  max-height: 90px;
  min-width: 85px;
  max-width: 85px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.self-credential-landing-page .badges-ct .badge-overlay {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  min-height: 90px;
  max-height: 90px;
  min-width: 85px;
  max-width: 85px;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  position: absolute;
  z-index: 9
}

.self-credential-landing-page .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 450px;
}

.self-credential-landing-page .subtitle:hover {
  display: block !important;
}

.self-credential-landing-page .sub-ct {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.self-credential-landing-page .underline:hover .badges-tooltip span img {
  max-width: 30%;
}

@media(max-width: 1400px) {
  .self-credential-landing-page .underline:hover .badges-tooltip {
    transform: translateX(-200px);
    max-width: 500px;
  }

  .self-credential-landing-page .underline:hover .badges-tooltip span img {
    max-width: 25%;
  }
}

@media(max-width: 600px) {

  .self-credential-landing-page .certificate-tooltip,
  .self-credential-landing-page .badges-tooltip {
    max-width: 90vw;
    position: fixed !important;
    left: 20px !important;
    top: 100px !important;
    transform: none !important;
    flex-direction: column !important;
    height: fit-content !important;
    max-height: 70vh !important;
  }

  .self-credential-landing-page .badges-content {
    max-height: 70vh !important;
  }

  .self-credential-landing-page .certificate-tooltip .util-tooltip-arrow,
  .self-credential-landing-page .badges-tooltip .util-tooltip-arrow {
    display: none !important;
  }

  .self-credential-landing-page .overlay {
    flex-direction: column;
    padding: 30px 20px;
  }

  .self-credential-landing-page .row {
    flex-direction: column;
  }

  .self-credential-landing-page .row .left {
    padding: 0px;
    margin: 0px;
    border: none;
    margin-bottom: 30px;
  }

  .self-credential-landing-page footer {
    padding: 20px 0px 0px 0px;
    flex-direction: column;
    height: auto;
  }

  .self-credential-landing-page footer button {
    width: 100%;
    min-height: 90px;
    background: #02db73;
    color: #111 !important;
    font-weight: 900;
  }

  .self-credential-landing-page footer button span {
    color: #111;
  }

  .self-credential-landing-page footer p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .self-credential-landing-page .perk {
    font-size: 17px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .self-credential-landing-page .badge-row {
    flex-direction: column;
  }

  .self-credential-landing-page .company-image {
    margin-bottom: 30px;
  }

  .self-credential-landing-page .material {
    margin-top: 0px !important;
  }

  .self-credential-landing-page .stream-ct {
    /* padding: 30px 20px; */
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
  }

  .self-credential-landing-page .second-row {
    flex-direction: column;
    gap: 0;
  }

  .self-credential-landing-page .stream-ct .collection-ct {
    height: 175px;
  }

  .self-credential-landing-page .stream-ct .collection-image {
    min-width: 100px;
    width: 100px;
    height: 175px;
  }

  .self-credential-landing-page .stream-ct .collection-text .publication-type {
    margin-right: 31px;
    overflow: hidden;
  }

  .self-credential-landing-page .stream-ct .collection-ct .collection-text .publication-type .publication {
    font-weight: 400;
  }

  .self-credential-landing-page .stream-ct .collection-ct .collection-text .content-title {
    -webkit-line-clamp: 4;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 7px;
    margin-top: 5px;
  }

  .self-credential-landing-page .collection-ct .collection-text .content {
    font-size: 16px;
    line-height: 19px;
    -webkit-line-clamp: 3;
  }

  .self-credential-landing-page .collection-ct .credits-ct {
    top: 6px;
    right: 6px;
  }

  .self-credential-landing-page .collection-ct .collection-text {
    overflow: hidden;
    width: auto;
    padding: 12px 16px 20px 12px;
  }

  .self-credential-landing-page .collection-ct .collection-image.clicked .close-btn {
    display: block;
  }

  .self-credential-landing-page .collection-ct .collection-image.clicked .note {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }

  .self-credential-landing-page .learn-more {
    padding-left: 20px;
  }

  .self-credential-landing-page .learn-more p {
    padding: 0px 20px;
  }
}