/* Default cover */

.default-cover {
    box-sizing: border-box;
    display: flex;
    background: rgb(46, 46, 46);
    color: #fff;
    height: calc(100vh - 50px);
    margin-bottom: 25px;
    /* margin: 0px 80px; */
    /* padding-top: 50px; */
    margin-top: 50px;
    /* display: none; */
}

.default-cover.screenshot {
    height: 100vh;
    width: 100vw;
    margin: 0px;
    position: relative;
}

.default-cover.screenshot .right-section .right-section-left .description {
    display: none;
}

.default-cover .screenshot-logo-ct {
    display: none;
}

.default-cover.screenshot .screenshot-logo-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    position: absolute;
    top: 0;
    height: 150px;
    width: 150px;
    background-color: #000000;
    border-bottom-left-radius: 25px;
    z-index: 3;
}

.default-cover.screenshot .screenshot-logo {
    background-image: url('/img/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
}

.default-cover.screenshot .left-section {
    width: 50%;
}

.default-cover.screenshot .right-section {
    width: 50%;
}

.default-cover.screenshot.simple .left-section {
    width: 50%;
}

.default-cover * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: proxima-nova;
}


/* Left section  */

.default-cover .left-section {
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

/* .default-cover.linkedin8 .left-section {
	min-width: 30%;
} */

.default-cover .left-section .top-section {
    background-size: cover;
    background-position: center;
    width: 503px;
    height: 503px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-color: #000;
}
/* 
.default-cover.linkedin8 .left-section .top-section {
    width: 713px;
    height: 713px;
} */

.default-cover .left-section .top-section .background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    filter: grayscale();
    background-size: cover;
    background-position: center;
}

.default-cover .about-me {
    background: #000;
    min-height: 41px;
    height: 41px;
    margin-bottom: 11px;
    display: flex;
    width: 210px;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    z-index: 2;
    font-size: 13px;
    padding-left: 35px;
}

.default-cover .badges {
    margin-bottom: 22px;
    display: flex;
    min-width: 210px;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    padding-right: 50px;
}

.default-cover .badges svg {
    margin-right: 7px;
    width: 24px;
}

.default-cover .badges svg:last-of-type {
    margin-right: 0px;
}

.default-cover .about-me .arrow-left {
    margin-right: 11px;
    margin-left: 16px;
}

.default-cover .shaping-thinking {
    margin-right: 33px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.default-cover .shaping-thinking:visited {
    color: #fff;
}

.default-cover .shaping-thinking:link {
    color: #fff;
}

.default-cover .shaping-thinking .arrow-down {
    margin-left: 16px;
    display: none;
}

/* Right section  */

.default-cover .right-section {
    background-image: url(/img/user-images/user-image-2.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.default-cover .right-section .content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
}

.default-cover .right-section .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
}

.default-cover .right-section .right-section-left {
    color: #000;
    padding: 27px 35px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.default-cover .right-section .right-section-left .name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #000;
}

.default-cover.standard .right-section .right-section-left .name {
    color: #fff;
}

@media (max-width: 500px) {
    .default-cover .right-section .right-section-left .name {
        color: #fff;
    }
}

.default-cover .right-section .right-section-left .description {
    font-size: 18px;
    color: #000;
    margin-bottom: 11px;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 135px;
}

.default-cover .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 135px;
}

.default-cover .description:hover {
    height: fit-content;
    overflow-y: auto;
    text-overflow: inherit;
    display: -webkit-box!important;
    -webkit-line-clamp: 100;
    -webkit-box-orient: vertical;
    max-height: fit-content;
}

.default-cover.standard-small .description {
    max-height: 122px;
}

.default-cover .right-section .right-section-left .occupation {
    text-transform: uppercase;
    font-size: 17px;
    font-family: din-condensed;
    font-weight: 300;
}

.default-cover .right-section .right-section-left .company {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    font-family: din-condensed;
}

.default-cover .right-section .right-section-left .unverified {
    text-transform: uppercase;
    font-size: 17px;
    font-family: din-condensed;
    color: #848484;
    font-weight: 300;
}

.default-cover.white-text .right-section .right-section-left .unverified {
    color: #fff;
}

.default-cover .right-section .right-section-left .ask-me {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.default-cover .right-section .right-section-left .ask-me .button {
   display: flex;
   justify-content: center;
   align-items: center;
   background: #000;
   border-radius: 14px;
   width: 55px;
   height: 28px;
   margin-right: 12px;
}

.default-cover .right-section .right-section-left .ask-me .button span {
   border-radius: 50px;
   width: 6px;
   height: 6px;
   display: block;
   background: #3AFF98;
   margin-right: 3px;
}

.default-cover .right-section .right-section-left .ask-me .button span:last-of-type {
   margin-right: 0px;
}

.default-cover .right-section .right-section-left .ask-me p {
    font-size: 17px;
    font-family: din-condensed;
    font-weight: 300;
    color: #848484;
}

.default-cover.white-text .right-section .right-section-left .ask-me p {
    color: #fff;
}

.default-cover .right-section .right-section-left .subjects {
    padding:0;
    margin:0;
}

.default-cover .right-section .right-section-left .subjects .title {
    padding:0;
    margin:0;
    font-size: 17px;
    color: #848484;
    margin-bottom: 6px;
    font-family: din-condensed;
    margin-top: 11px;
    font-weight: 300;
}

.default-cover.white-text .right-section .right-section-left .subjects .title {
    color: #fff;
}

.default-cover .right-section .right-section-left .subjects a.subject {
    padding:0;
    margin:0;
    font-size: 13px;
    color: #000;
    margin-bottom: 2px !important;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
    display: block;
    font-weight: 600;
}

.default-cover .right-section .right-section-left .social-icons {
    margin-top: 27px;
}

.default-cover .right-section .right-section-left .social-icons a{
    display: inline-block!important;
    background-size: cover!important;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.default-cover .right-section .right-section-left .social-icons a:last-child{
    margin-right: 0px;
}

.default-cover .right-section .right-section-left .social-icons .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

.default-cover .right-section .right-section-left .social-icons a.website {
    background-image: url('/img/social-icons/website.svg');
}

.default-cover .right-section .right-section-left .social-icons a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.default-cover .right-section .right-section-left .social-icons a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.default-cover .right-section .right-section-left .social-icons a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.default-cover .right-section .right-section-left .social-icons a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.default-cover .right-section .right-section-left .social-icons a.medium {
    background-image: url('/img/social-icons/medium.png');
}

.default-cover .right-section .right-section-left .social-icons a.substack {
    background-image: url('/img/landing-page/app-icons/substack.svg');
}

.default-cover .right-section .right-section-left .social-icons a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

.default-cover .right-section .right-section-left .social-icons a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.default-cover .right-section .right-section-left .social-icons a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

.default-cover .right-section .right-section-right {
    padding: 27px 0px;
    display: flex;
    margin: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
}


.default-cover .right-section .right-section-right .top-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.default-cover .right-section .right-section-right .top-section .last-book-ct {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-height: 100px;
}

.default-cover .right-section .right-section-right .top-section p {
    font-size: 17px;
    font-family: din-condensed;
    color: #848484;
    margin-bottom: 8px;
    font-weight: 300;
    margin-right: 32px;
}

.default-cover.white-text .right-section .right-section-right .top-section p {
    color: #fff;
}

.default-cover .right-section .right-section-right .top-section .recent-favourites {
    margin-top: 38px;
}

.default-cover .right-section .right-section-right .article-ct {
    background-color: #000;
    padding: 20px 32px 14px 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.right-section .right-section-right .article-ct img, .pinned .pin-ct img {
    width: 10px;
    margin-left: 10px;
    margin-right: -25px;
    cursor: pointer;
    font-size: 0;
}

.pinned .pin-ct img {
	position: relative;
	top: 10px;
}

.default-cover .right-section .right-section-right .article {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-align: end;
    text-transform: none;
    line-height: 15px;
    text-decoration: none;
}

.default-cover .right-section .right-section-right .bottom-section {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.default-cover .right-section .right-section-left .bottom-section .about-me {
    display: none;
}

.default-cover .right-section .right-section-left .bottom-section .badges {
    display: none;
}

.default-cover .right-section .right-section-left .bottom-section .shaping-thinking {
    display: none;
}

.default-cover .right-section .right-section-right .bottom-section a {
    color: #000;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: none;
}

.default-cover .right-section .right-section-right .bottom-section .recommendations {
    margin-top: 18px;
}

.default-cover .right-section .right-section-right .bottom-section .personal-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.default-cover .right-section .right-section-right .bottom-section .professional-links {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.default-cover .right-section .right-section-right .bottom-section a:last-of-type {
    margin-bottom: 0px;
}

.default-cover .right-section .right-section-left .links a {
    display: block;
    font-weight: 700;
    color: #000000;
    font-size: 13px;
    cursor: pointer;
}

.default-cover .right-section .right-section-left .links .about,
.default-cover .right-section .right-section-left .links .newsletters {
    margin-bottom: 25px;
}

.default-cover.screenshot .right-section .right-section-left .links a {
    font-size: 20px;
}

.default-cover .right-section .right-section-right .top-section .featured {
    color: #797979;
    font-family: 'din-condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.default-cover .filters {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 27px 35px;
    max-width: 265px;
    min-width: 265px;
    position: relative;
    z-index: 5;
}

.default-cover .filters > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.default-cover .filters a {
    color: #3AFF98;
    font-weight: 700;
    font-size: 13px;
    font-family: 'proxima-nova';
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.default-cover .filters .title {
    color: #797979;
    font-family: 'din-condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.default-cover .filters .title a {
    display: inline-block;
}

.default-cover.simple .filters .title {
    color: #000000;
    font-family: 'proxima-nova';
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.default-cover.simple .filters .title img {
    width: 12px;
}

.default-cover.simple .filters a {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
}

.default-cover.simple .filter-wrap span {
    font-weight: normal;
    text-decoration: underline;
}

.default-cover.simple .filter-more {
    background-color: #a0a0a0;
}

.default-cover .badges-placeholder {
    opacity: 0.2;
}

.badges-placeholder {
    opacity: 0 !important;
}

/* Default cover default */

.default-cover.default .shaping-thinking img {
    width: 15px;
    height: 20px;
    margin-right: 8px;
}
.default-cover.default .right-section {
    flex-direction: column;
}

.default-cover.default .right-section .background,
.default-cover.default .right-section .content {
    height: 100%;
}

.default-cover.default .filters {
    flex-direction: row;
    /* max-height: 200px;
    min-height: 200px;
    height: 200px; */
    max-height: 163px;
    min-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.default-cover.default .filters > div {
    margin-right: 25px;
    align-items: flex-start;
}

.default-cover.default .filters .filter-wrap {
    display: flex;
    flex-direction: column;
}

.default-cover.default .filter-wrap .filter-more  {
    bottom: -40px;
    flex-direction: column;
    align-items: flex-end;
    left: -40px;
}

.default-cover.default .filter-wrap:hover span {
    display: block;
}

.default-cover.default .filter-wrap:hover .filter-more {
    display: flex;
}

.default-cover.default .filters .title img {
    width: 12px;
}

.default-cover.default .right-section .right-section-right {
    justify-content: flex-start;
}

.default-cover.default .right-section .social-icons {
    margin-bottom: 20px;
    padding: 0 20px;
}

.default-cover.default .right-section .social-icons a{
    display: inline-block!important;
    background-size: cover!important;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.default-cover.default .right-section .social-icons a:last-child{
    margin-right: 0px;
}

.default-cover.default .right-section .social-icons .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

.default-cover.default .right-section .social-icons a.website {
    background-image: url('/img/social-icons/website.svg');
}

.default-cover.default .right-section .social-icons a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.default-cover.default .right-section .social-icons a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.default-cover.default .right-section .social-icons a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.default-cover.default .right-section .social-icons a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.default-cover.default .right-section .social-icons a.medium {
    background-image: url('/img/social-icons/medium.png');
}

.default-cover.default .right-section .social-icons a.substack {
    background-image: url('/img/landing-page/app-icons/substack.svg');
}

.default-cover.default .right-section .social-icons a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

.default-cover.default .right-section .social-icons a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.default-cover.default .right-section .social-icons a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

.default-cover.default .right-section .right-section-right .top-section p {
    padding: 0 20px 12px 20px;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
    font-family: 'proxima-nova';
}

.default-cover.default .right-section .right-section-right .top-section p:first-of-type {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    max-width: 210px;
    text-align: right;
}

.default-cover.default .about {
    color: #000000;
    display: block;
    font-weight: 700;
    color: #000000;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0 20px;
}

.default-cover.default .right-section .right-section-left .links a {
    text-decoration: underline;
    min-width: 150px;
    margin-bottom: 0;
}

.default-cover.default .links {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    max-height: 90px;
}

.default-cover.default .links a:nth-of-type(1) {
    order: 5;
}

.default-cover.default .links a:nth-of-type(2) {
    order: 4;
}

.default-cover.default .links a:nth-of-type(3) {
    order: 3;
}

.default-cover.default .links a:nth-of-type(4) {
    order: 2;
}

.default-cover.default .links a:nth-of-type(5) {
    order: 1;
}

.default-cover.default .links a:nth-of-type(6) {
    order: 8;
}

.default-cover.default .links a:nth-of-type(7) {
    order: 7;
}

.default-cover.default .links a:nth-of-type(8) {
    order: 6;
}

.default-cover.default .badges-placeholder {
    margin-top: 20px;
}

.default-cover.default .ovals {
    display: flex;
    margin-left: auto;
    margin-top: 20px;
}

.default-cover.default .ovals .oval {
    background-color: #D8D8D8;
    border: 6px solid #ffffff;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    position: relative;
    max-height: 62px;
    max-width: 62px;
    min-height: 62px;
    min-width: 62px;
    opacity: 0.6;
}

.default-cover.default .ovals .oval:nth-of-type(2) {
    left: -20px;
}

.default-cover.default .ovals .oval:nth-of-type(3) {
    left: -40px;
}

.default-cover.default .left-section .top-section {
    height: 90%;
    align-items: flex-start;
}

.default-cover.default .left-section {
    align-items: flex-start;
}

.default-cover.default .shaping-thinking:link {
    color: #000000;
    padding: 0 20px;
}

.default-cover.default .badges {
    min-width: fit-content;
    padding-left: 25px;
}

/* Default cover simple  */

/* Left section  */

.default-cover.simple .left-section {
    width: 40%;
}

.default-cover.simple .left-section .top-section {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-top: 100%; 
    position: relative;
}

/* Right section  */

.default-cover.simple .right-section {
    box-shadow: none;
    /* background: #3AFF98; */
    width: 60%;
}

.default-cover.simple .right-section .right-section-right .top-section p {
    padding: 0 20px 12px 20px;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
    font-family: 'proxima-nova';
}

.default-cover.simple .right-section .right-section-right .top-section p:first-of-type {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    max-width: 210px;
    text-align: right;
}

.default-cover.simple .right-section .right-section-right .top-section a.about-me {
    width: auto;
}

.default-cover.simple .right-section .right-section-right .top-section a.about-me p {
    font-weight: 700;
}

.default-cover.simple .right-section .right-section-right .top-section {
    margin-bottom: auto;
}

.default-cover.simple .right-section .social-icons {
    margin-bottom: 20px;
    padding: 0 20px;
}

.default-cover.simple .right-section .social-icons a{
    display: inline-block!important;
    background-size: cover!important;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.default-cover.simple .right-section .social-icons a:last-child{
    margin-right: 0px;
}

.default-cover.simple .right-section .social-icons .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

.default-cover.simple .right-section .social-icons a.website {
    background-image: url('/img/social-icons/website.svg');
}

.default-cover.simple .right-section .social-icons a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.default-cover.simple .right-section .social-icons a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.default-cover.simple .right-section .social-icons a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.default-cover.simple .right-section .social-icons a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.default-cover.simple .right-section .social-icons a.medium {
    background-image: url('/img/social-icons/medium.png');
}

.default-cover.simple .right-section .social-icons a.substack {
    background-image: url('/img/landing-page/app-icons/substack.svg');
}

.default-cover.simple .right-section .social-icons a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

.default-cover.simple .right-section .social-icons a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.default-cover.simple .right-section .social-icons a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

.default-cover.simple .right-section .content {
    background-color: rgba(0,0,0,0.9);
}

.default-cover.simple .right-section .right-section-left .name {
    color: #fff;
    margin-bottom: 20px;
}

.default-cover.simple .badges {
    justify-content: flex-start;
}

.default-cover.simple .right-section .right-section-left .occupation {
    color: #fff;
}

.default-cover.simple .right-section .right-section-left .description {
    color: #fff;
    margin-top: 18px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 135px;
}

.default-cover.simple .about-me {
    background: none;
    padding-left: 0;
}

.default-cover.simple .badges-placeholder {
    margin-left: auto;
}

.default-cover.simple .ovals {
    display: flex;
    margin-left: auto;
}

.default-cover.simple .ovals .oval {
    background-color: #D8D8D8;
    border: 6px solid #ffffff;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    position: relative;
    max-height: 62px;
    max-width: 62px;
    min-height: 62px;
    min-width: 62px;
    opacity: 0.6;
}

.default-cover.simple .ovals .oval:nth-of-type(2) {
    left: -20px;
}

.default-cover.simple .ovals .oval:nth-of-type(3) {
    left: -40px;
}

.default-cover.simple .right-section .links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.default-cover.simple .right-section .links a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
}

.default-cover.simple .right-section .links a.talks {
    margin-bottom: 20px;
}

.default-cover.simple .right-section .right-section-right {
    position: relative;
}

.default-cover.simple .filters {
    position: absolute;
    bottom: 0;
    width: 70vw;
    max-width: 70vw;
    min-width: 900px;
    right: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 25px 25px 0;
}

.default-cover.simple .filters .filter-wrap {
    display: flex;
    flex-direction: column;
}

.default-cover.simple .filter-wrap:hover .filter-more {
    display: flex;
    flex-direction: column;
    bottom: -60px;
}

.default-cover.simple .filters > div {
    align-items: flex-start;
    margin-left: 50px;
}

/* .default-cover.simple .filters div:last-child {
    margin-right: 0;
} */

.default-cover.simple .right-section .right-section-right .bottom-section,
.default-cover.simple .right-section .right-section-left .bottom-section {
    margin-bottom: 135px;
}

.screenshot .default-cover.simple .right-section .right-section-right .bottom-section,
.screenshot .default-cover.simple .right-section .right-section-left .bottom-section {
    margin-bottom: 0px;
}

/* Standard cover  */
.default-cover.standard .shaping-thinking .arrow-down {
    display: block;
}

.default-cover.standard .right-section {
    flex-direction: column;
}

.default-cover.standard .shaping-thinking:link {
    color: #000000;
    margin-left: 38px;
}

.default-cover.standard .shaping-thinking:link img {
    margin-right: 14px;
}

.default-cover.standard .left-section {
    align-items: flex-start;
}


.default-cover.standard .right-section .content,
.default-cover.standard .right-section .background {
    height: 100%
}

body.screenshot .default-cover.standard .right-section .content,
body.screenshot .default-cover.standard .right-section .background {
    height: 100%;
}

.default-cover.standard .filters {
    justify-content: space-between;
    background-color: #000;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    max-height: 149px;
    padding: 20px 35px;
    align-items: flex-start;
}

.default-cover.standard .filters > div {
    margin-right: 25px;
    align-items: flex-start;
}

.default-cover.standard .filters .filter-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.default-cover.standard .filter-wrap .filter-more  {
    bottom: -60%;
    flex-direction: column;
    left: -13px;
}

.default-cover.standard .filter-wrap:hover span {
    display: block;
}

.default-cover.standard .filter-wrap:hover .filter-more {
    display: flex;
}

.default-cover.standard .badges {
    justify-content: flex-start;
}

.default-cover.standard .about-me {
    background: none;
    padding: 0;
}

.default-cover.standard .right-section .right-section-left .description {
    margin-top: 20px;
    font-size: 14px;
}

.default-cover.standard .badges-placeholder {
    margin-left: auto;
    margin-top: 80px;
}

.default-cover.standard .ovals {
    display: flex;
    margin-left: auto;
    margin-top: 80px;
}

.default-cover.standard .ovals .oval {
    background-color: #D8D8D8;
    border: 6px solid #ffffff;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    position: relative;
    max-height: 62px;
    max-width: 62px;
    min-height: 62px;
    min-width: 62px;
    opacity: 0.6;
}

.default-cover.standard .ovals .oval:nth-of-type(2) {
    left: -20px;
}

.default-cover.standard .ovals .oval:nth-of-type(3) {
    left: -40px;
}


.default-cover.standard .links {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    max-height: 90px;
}

.default-cover.standard .links a:nth-of-type(1) {
    order: 5;
}

.default-cover.standard .links a:nth-of-type(2) {
    order: 4;
}

.default-cover.standard .links a:nth-of-type(3) {
    order: 3;
}

.default-cover.standard .links a:nth-of-type(4) {
    order: 2;
}

.default-cover.standard .links a:nth-of-type(5) {
    order: 1;
}

.default-cover.standard .links a:nth-of-type(6) {
    order: 8;
    margin-left: 20px;
}

.default-cover.standard .links a:nth-of-type(7) {
    order: 7;
    margin-left: 20px;
}

.default-cover.standard .links a:nth-of-type(8) {
    order: 6;
    margin-left: 20px;
}

/* .default-cover.standard .links {
    display: flex;
    align-items: flex-end;
} */

.default-cover.standard .links a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
}

.default-cover.standard  .filters .title {
    text-transform: uppercase;
    color: #797979;
    font-size: 17px;
    font-family: 'din-condensed';
}

.default-cover.standard  .filters .title img {
    width: 12px;
}

.default-cover.standard .big-arrow-down {
    width: 90px;
    height: 127px; 
    background: url(/img/arrow-big-down-purple.png) no-repeat center / cover;
    margin-right: 33px;
}

.screenshot .default-cover.standard .big-arrow-down {
    width: 64px;
}

.default-cover.standard .right-section * {
    color: #fff;
}

.default-cover.standard .right-section .right-section-right .bottom-section a {
    color: #fff;
}

.default-cover.standard .right-section .right-section-left .subjects a.subject {
    color: #fff;
}

.default-cover.standard .right-section .right-section-left .description {
    color: #fff;
}

.default-cover.standard .left-section .top-section .background-image {
    background: linear-gradient(90deg, rgba(11,25,11,0) 70%, rgba(0,0,0,0.8519782913165266) 100%);

}

.default-cover.standard .left-section .top-section {
    height: 90%;
}

.default-cover.standard .social-icons {
    margin-bottom: 20px;
}

.default-cover.standard .right-section .right-section-right .top-section p {
    padding: 0 20px 12px 20px;
    margin-right: 0;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
    font-family: 'proxima-nova';
}

.default-cover.standard .right-section .right-section-right .top-section p:first-of-type {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    max-width: 210px;
    text-align: right;
}

.default-cover.standard .right-section .right-section-right .top-section a.about-me {
    width: auto;
}

.default-cover.standard .right-section .right-section-right .top-section a.about-me p {
    font-weight: 700;
}

.default-cover.standard .social-icons {
    padding: 0 20px;
}

.default-cover.standard .social-icons a{
    display: inline-block!important;
    background-size: cover!important;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.default-cover.standard .social-icons a:last-child{
    margin-right: 0px;
}

.default-cover.standard .social-icons .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

.default-cover.standard .social-icons a.website {
    background-image: url('/img/social-icons/website.svg');
}

.default-cover.standard .social-icons a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.default-cover.standard .social-icons a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.default-cover.standard .social-icons a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.default-cover.standard .social-icons a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.default-cover.standard .social-icons a.medium {
    background-image: url('/img/social-icons/medium.png');
}

.default-cover.standard .social-icons a.substack {
    background-image: url('/img/landing-page/app-icons/substack.svg');
}

.default-cover.standard .social-icons a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

.default-cover.standard .social-icons a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.default-cover.standard .social-icons a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

.default-cover.standard .right-section .right-section-right {
    justify-content: flex-start;
}

/* standard small photo */

.default-cover.standard.standard-small {
    background: #0b0a0c;
}

.default-cover.standard.standard-small .filters {
    background-color: rgba(0, 0, 0 , 0.9);
    opacity: 0.9;
}
.default-cover.standard.standard-small .left-section {
    justify-content: flex-start;
    width: 30%;
}

.default-cover.standard.standard-small .left-section .top-section {
    height: 65%;
    width: 100%;
}

.default-cover.standard.standard-small .shaping-thinking:link {
    margin: 0;
    padding: 30px;
    width: 100%;
    margin-top: auto;
}

.default-cover.standard.standard-small .shaping-thinking:link p {
    color: #000;
}

.default-cover.standard.standard-small .about-me {
    height: fit-content;
    min-height: fit-content;
}

.default-cover.standard.standard-small .left-section p {
    max-width: 300px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.default-cover.standard.standard-small .right-section {
    width: 70%;
}

body.screenshot .default-cover .right-section .right-section-right .top-section * {
    display: none;
}

body.screenshot .default-cover .filters {
    display: none;
}

body.screenshot .default-cover .right-section .right-section-right .top-section .screenshotPin1 {
    display: block !important;
    width: 350px;
    height: 90px;
    background: #000;
    margin-bottom: 20px;
    margin-top: 55%;
}

body.screenshot .default-cover .left-section .top-section {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 80px;
}

body.screenshot .default-cover.simple .left-section .top-section {
    margin-bottom: 0px;
}

body.screenshot .default-cover .right-section .right-section-right .top-section .screenshotPin2 {
    display: block !important;
    width: 400px;
    height: 90px;
    margin-bottom: 20px;
    background: #000;
}

body.screenshot .default-cover .right-section .right-section-right .top-section .screenshotPin3 {
    display: block !important;
    width: 350px;
    margin-bottom: 20px;
    height: 90px;
    background: #000;
}

body.screenshot .default-cover .right-section .right-section-right {
    padding: 27px 0px 50px 0;
    justify-content: space-between;
}

body.screenshot .default-cover .right-section .right-section-left .name {
    font-size: 60px;
    line-height: 50px;
}

body.screenshot .default-cover .right-section .right-section-left .occupation {
    font-size: 25px;
}

body.screenshot .default-cover .right-section .right-section-left .company {
    font-size: 25px;
}

body.screenshot .default-cover .right-section .right-section-left {
    max-width: 500px;
    padding: 27px 0 50px 35px;
}

body.screenshot .default-cover .right-section .right-section-left .subjects .title {
    font-size: 25px;
}

body.screenshot .default-cover .right-section .right-section-left .subjects a.subject {
    font-size: 20px;
}

body.screenshot .default-cover .about-me  {
    display: none;
}

body.screenshot .default-cover .badges   {
    display: none;
}

body.screenshot .default-cover .shaping-thinking {
    font-size: 23px;
    margin-bottom: 50px;
}

body.screenshot .social-icons.screenshot {
    display: none;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section * {
    display: none;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLinks  {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    
}
body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLinks * {
    display: block !important;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLink  {
    width: 100;
    height: 20;
    margin-bottom: 10;
    background: #000;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLink.two {
    width: 90px;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLink.three {
    width: 165px;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLink.four {
    width: 215px;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLink.five {
    width: 185px;
}

body.screenshot .default-cover .right-section .right-section-right .bottom-section .screenshotLink.six {
    width: 200px;
    margin-bottom: 0;
}

@media (max-width: 500px) {

    .default-cover .left-section .top-section {
        height: 100%;
    }

    .default-cover .left-section .about-me {
        display: none;
    }

    .default-cover .left-section .badges {
        display: none;
    }

    .default-cover .left-section .shaping-thinking {
        display: none;
    }

    .default-cover .right-section .right-section-left {
        color: #fff;
    }

    .default-cover .right-section .right-section-left .subjects a.subject {
        color: #fff;
    }

    .default-cover .right-section .right-section-left .bottom-section .about-me {
        display: flex;
        margin-left: -20px;
    }

    .default-cover .right-section .right-section-left .bottom-section .badges {
        display: flex;
        justify-content: flex-start;
        padding-right: 0px;
    }

    .default-cover .right-section .right-section-left .bottom-section .shaping-thinking {
        display: flex;
        margin-top: 20px;
    }

    .default-cover {
        margin: 0px;
        margin-top: 50px;
        position: relative;
    }

    .default-cover .left-section {
        width: 100%;
    }

    .default-cover .right-section {
        position: absolute;
        background: rgb(0 0 0 / 50%) !important;
        width: 100%;
    }

    .default-cover .right-section .right-section-left {
        padding-left: 20px;
    }

    .default-cover .right-section .right-section-right {
        display: none;
    }

    .default-cover.simple .left-section {
        width: 100%;
    }

    .default-cover.simple .right-section {
        width: 100%;
    }
}

.default-cover .mobile-links {
    display: none;
}

.default-cover .showMobile {
    display: none;
}

@media (max-width: 600px) {
    .default-cover.standard.standard-small .right-section {
        width: 100%;
    }

    .default-cover.default .hideMobile {
        display: none;
    }

    .default-cover.simple .hideMobile {
        display: none;
    }

    .default-cover.standard .hideMobile {
        display: none;
    }

    .default-cover.simple .hideMobile {
        display: none;
    }

    .default-cover .right-section .right-section-left .bottom-section .about-me {
        display: none;
    }

    .default-cover {
        height: calc(100vh - 40px);
        position: relative;
    }

    .default-cover .right-section .right-section-left  {
        padding-bottom: 0px;
        width: 100vw;
    }

    .default-cover .mobile-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #000;
        padding: 20px;
        padding-bottom: 0px;
    }

    .default-cover .left-section .top-section .background-image {
        width: 100vw;
    }

    .default-cover.default .right-section .background {
        display: none;
    }

    .default-cover.default .left-section .top-section {
        width: 100vw;
    }

    .default-cover .right-section .right-section-left .bottom-section .shaping-thinking  {
        display: none;
    }
    .default-cover .right-section .right-section-left .bottom-section .badges{
        padding-left: 0px;
    }

    .default-cover .mobile-links a {
        font-weight: 600;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

    .default-cover .mobile-links .about {
        margin-bottom: 23px;
    }

    .default-cover .mobile-links .links-row {
        display: flex;
        width: 100%;
    }

    .default-cover .mobile-links .links-row div {
        width: 50%;
    }

    .default-cover .mobile-links .links-row .left {
        margin-right: 10px;
    }

    .default-cover.default .badges-placeholder {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
        align-self: flex-start;
        height: 34px;
    }

    .default-cover.default .ovals {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .default-cover.default .ovals .oval {
        border: 5px solid #ffffff;
        height: 34px;
        width: 34px;
        min-height: 34px;
        min-width: 34px;
    }

    .default-cover.default .ovals .oval:nth-of-type(3) {
        left: -20px;
    }

    .default-cover.default .ovals .oval:nth-of-type(2) {
        left: -10px;
    }

    .default-cover.simple .badges-placeholder {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
        align-self: flex-start;
        height: 34px;
    }

    .default-cover.simple .ovals {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    .default-cover.simple .ovals .oval {
        border: 5px solid #ffffff;
        height: 34px;
        width: 34px;
        min-height: 34px;
        min-width: 34px;
    }

    .default-cover.simple .ovals .oval:nth-of-type(3) {
        left: -20px;
    }

    .default-cover.simple .ovals .oval:nth-of-type(2) {
        left: -10px;
    }

    .default-cover.simple .about {
        text-decoration: none;
        padding-left: 0px;
    }

    .default-cover.standard .badges-placeholder {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
        height: 34px;
        align-self: flex-start;
    }
    
    .default-cover.standard .ovals {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    .default-cover.standard .ovals .oval {
        border: 5px solid #ffffff;
        height: 34px;
        width: 34px;
        min-height: 34px;
        min-width: 34px;
    }

    .default-cover.standard .ovals .oval:nth-of-type(3) {
        left: -20px;
    }

    .default-cover.standard .ovals .oval:nth-of-type(2) {
        left: -10px;
    }

    .default-cover.simple .about {
        text-decoration: none;
        padding-left: 0px;
    }

    .default-cover.standard .right-section .background {
        display: none;
    }

    .default-cover.standard .left-section .top-section {
        width: 100vw;
    }

    .default-cover a.bottom-link {
        height: 49px;
        width: 100vw;
        margin-left: -20px;
        display: flex;
        align-items: center;
        padding-left: 22px;
        justify-content: space-between;
        padding-right: 15px;
        text-decoration: none;
        font-weight: 600;
        color: #000 !important;
        margin-top: 10px;
        font-size: 16px;
    }

    .default-cover.standard .right-section a.bottom-link p {
        color: #000;
    }

    .default-cover.simple .right-section .content {
        height: 60%;
    }

    .default-cover.simple .right-section {
        flex-direction: column;
    }

    .default-cover.standard.standard-small {
        padding: 0px !important;
        background: #0b0a0c;
    }

    .default-cover .showMobile {
        display: block;
    }

    .default-cover .mobile-links .about {
        text-decoration: none;
        padding-left: 0px;
    }

    .default-cover.simple .right-section .content { 
        background: none;
    }

    .default-cover.default .social-icons.showMobile {
        margin-top: 0px;
        padding-left: 0px;
    }

    .default-cover.simple .social-icons.showMobile {
        margin-top: 0px;
        padding-left: 0px;
    }

    .default-cover.standard .social-icons.showMobile {
        margin-top: 0px;
        padding-left: 0px;
    }

    .default-cover.simple .right-section .right-section-left .bottom-section {
        margin-bottom: 0px;
    }
}

@media (min-width: 1500px) {
    .default-cover.simple .filters > div {
        margin-left: 70px;
    }

    .default-cover.simple .filters {
        justify-content: flex-start;
    }
}