#container {
    background-color: #9E2B46;
    color: #FFF;
}
@media (min-width : 600px) { #container { padding: 150px 60px 0; } }
@media (max-width : 599px) { #container { padding: 120px 15px 0; } }

/*---------------------------------------------------------------------------------------*/

#container > .cta-btn { color: #FEFD71; }
#container > .cta-btn:before { background-color: #C43D5E; }
@media (min-width : 900px) { #container > .cta-btn:not(:last-child) { margin-bottom: 60px; } }
@media (max-width : 899px) { #container > .cta-btn:not(:last-child) { margin-bottom: 45px; } }
@media (min-width : 600px) { #container > .cta-btn { margin-left: 35px; } }

/*---------------------------------------------------------------------------------------*/

#container .title {
    margin: 0;
    font-family: "Anton";
}

/*---------------------------------------------------------------------------------------*/

#profile:last-child { padding-bottom: 60px; }
@media (min-width : 900px) {
    #profile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    #profile > .profile-photo { flex: 0 0 305px; }
    #profile > .presentation {
        flex: 0 0 calc(100% - 304px);
        margin-left: -1px;
        padding: 43px 35px;
    }
    #profile > .presentation > .title {
        margin-bottom: 12px;
        
        line-height: 90px;
        font-size: 78px;
    }
    #profile > .presentation > .contact { padding-left: 60px; }
    #profile > .presentation ~ * { margin-top: -1px; }
}
@media (max-width : 899px) {
    #profile > :not(:first-child) { margin-top: -1px; }
    #profile > .profile-photo { padding-top: 74%; }
    #profile > .presentation > .title {
        margin-bottom: 18px;
        
        line-height: 56px;
        font-size: 50px;
    }
    #profile > .presentation > .contact { padding-left: 25px; }
}

#profile > * { border: solid 1px #FFF; }

#profile > .profile-photo {
    background-position: top center;
    background-size: cover;
}

#profile > .presentation { overflow: hidden; }

#profile > .presentation > .title {
    text-transform: uppercase;
    color: #FDFD71;
}
#profile > .presentation > .title > span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
}

#profile > .presentation > .role {
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: 4px;
    color: #FDFD71;
}
#profile > .presentation > .role:not(:last-child) { margin-bottom: 40px; }

#profile > .presentation > .qualifications { margin: 0; }
#profile > .presentation > .qualifications:not(:last-child) { margin-bottom: 35px; }
#profile > .presentation > .qualifications > .qualification {
    padding-left: 10px;
    font-size: 13px;
}
#profile > .presentation > .qualifications > .qualification::marker { color: #FDFD71; }
#profile > .presentation > .qualifications > .qualification:not(:last-child) { margin-bottom: 8px; }

#profile > .presentation > .contact {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#profile > .presentation > .contact:not(:last-child) { margin-bottom: 45px; }
#profile > .presentation > .contact > a {
    box-sizing: content-box;
    position: relative;
    display: block; width: 0; overflow: hidden;
    padding-left: 30px;
    
    white-space: nowrap;
    line-height: 20px;
}
#profile > .presentation > .contact > a:not(:first-child) { margin-left: 15px; }
#profile > .presentation > .contact > a:before,
#profile > .presentation > .contact > a:after {
    content: "";
    position: absolute; top: 50%; left: 0; transform: translateY(-50%);
    display: block; height: 15px; width: 20px;
    
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#profile > .presentation > .contact > a:after { opacity: 0; transition: opacity .2s ease-out; }
#profile > .presentation > .contact > a:hover:after { opacity: 1; }
#profile > .presentation > .contact > .linkedin:before { background-image: url("../../images/social/linkedin.logo.svg"); }
#profile > .presentation > .contact > .linkedin:after  { background-image: url("../../images/social/linkedin.logo.hover.svg"); }
#profile > .presentation > .contact > .email:before    { background-image: url("../../images/icons/mail.svg"); }
#profile > .presentation > .contact > .email:after     { background-image: url("../../images/icons/mail.active.svg"); }
#profile > .presentation > .contact > .phone:before    { background-image: url("../../images/icons/phone.svg"); }
#profile > .presentation > .contact > .phone:after     { background-image: url("../../images/icons/phone.active.svg"); }

#profile > .presentation ~ div > .title {
    overflow: hidden;
    
    line-height: 34px;
    font-size: 28px;
    color: #E9C2CD;
}
#profile > .curriculum > div {
    line-height: 24px;
    font-size: 13px;
}
#profile > .curriculum > div > p { margin: 0; }
#profile > .curriculum > div > p:not(:last-child) { margin-bottom: 22px; }
#profile > .activities {}
#profile > .activities > div > .activity {
    display: flex; overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3px;
}
@media (min-width : 900px) {
    #profile > .presentation ~ div {
        display: flex; flex: 0 0 100%;
        flex-direction: row;
        align-items: stretch;
    }
    #profile > .presentation ~ div > * { padding: 35px; }
    #profile > .presentation ~ div > .title { flex: 0 0 305px; }
    #profile > .presentation ~ div > div { flex: 1; }
    #profile > .activities > div > .activity { flex: 0 0 calc((100% - 60px) / 3); }
    #profile > .activities > div > .activity:nth-child(3) ~ .activity { margin-top: 30px; }
    #profile > .activities > div > .activity:not(:nth-child(3n)) { margin-right: 30px; }
}
@media (max-width : 899px) and (min-width : 600px) {
    #profile > :not(:first-child) { padding: 35px; }
    #profile > .presentation ~ div > .title { margin-bottom: 35px; }
    #profile > .activities > div > .activity { flex: 0 0 calc((100% - 30px) / 2); }
    #profile > .activities > div > .activity:nth-child(2) ~ .activity { margin-top: 30px; }
    #profile > .activities > div > .activity:not(:nth-child(2n)) { margin-right: 30px; }
}
@media (min-width : 600px) {
    #profile > .activities > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #profile > .activities > div > .activity > .name { margin-bottom: 40px; }
}
@media (max-width : 599px) {
    #profile > :not(:first-child) { padding: 25px 15px; }
    #profile > .presentation ~ div > .title { margin-bottom: 25px; }
    #profile > .activities > div > .activity:not(:last-child) { margin-bottom: 30px; }
    #profile > .activities > div > .activity > .name { margin-bottom: 25px; }
}
#profile > .activities > div > .activity > .index {
    margin-bottom: 12px;
    
    font-family: "Anton";
    font-size: 28px;
    color: #FDFD71;
}
#profile > .activities > div > .activity > .name {
    display: -webkit-box; overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    
    line-height: 28px;
    font-family: "anton";
    font-size: 20px;
}
#profile > .activities > div > .activity > .cta-link {
    margin-top: auto;
    
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 4px;
    color: #FDFD71;
}
#profile > .activities > div > .activity > .cta-link:after { background-color: #FDFD71; }

/*---------------------------------------------------------------------------------------*/

#profile > .awards {}
#profile > .awards > h2 {}
#profile > .awards > .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 30px;
}
#profile > .awards > .grid > .award {
    display: flex; flex: 1 1 calc((100% - 45px) / 2); min-width: 250px; max-width: 430px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
#profile > .awards > .grid > .award > .content {
    display: flex; flex: 1; min-width: 200px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    row-gap: 30px;
    
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Anton';
    font-size: 20px;
    font-weight: 400;
}
#profile > .awards > .grid > .award > .content > .year { color: #FDFC86; }
#profile > .awards > .grid > .award > .content > .title {}
#profile > .awards > .grid > .award > .thumbnail { flex: 1 0 200px; }
#profile > .awards > .grid > .award > .thumbnail > img {
    display: block; height: 100%; width: 100%;
    object-fit: contain;
}

/*---------------------------------------------------------------------------------------*/

#articles {
    position: relative;
    margin-top: 75px;
    
    color: #222;
}
#articles:before {
    content: "";
    position: absolute; top: 175px;
    
    background-color: #FFF;
}
#articles > * { position: relative; }
@media (min-width : 600px) {
    #articles { padding-bottom: 60px; }
    #articles:before { left: -60px; right: -60px; bottom: -60px; }
}
@media (max-width : 599px) {
    #articles { padding-bottom: 45px; }
    #articles:before { left: -15px; right: -15px; bottom: -45px; }
}

/*---------------------------------------------------------------------------------------*/

#articles > header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
    margin-bottom: 65px;
}
#articles > header > .title {
    margin: 0;
    
    line-height: 24px;
    font-size: 28px;
    color: #EAC2CD;
}
#articles > header > .title.author {
    position: relative;
    padding-left: 52px;
}
#articles > header > .title.author > .avatar {
    position: absolute; top: 50%; left: 0; transform: translateY(-50%);
    display: block; height: 42px; width: 42px;
    
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

/*---------------------------------------------------------------------------------------*/

.arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.arrows > button {
    display: block; height: 30px; width: 30px;
    padding: 5px;
    
    background-color: #9E2B46; transition: background-color .2s ease-out;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
    border: none;
    border-radius: 50%;
    
    font-size: 0;
    color: transparent;
}
.arrows > button:not(:last-child) { margin-right: 10px; }
.arrows > button.slick-prev { background-image: url("../../images/icons/prev.arrow.svg"); }
.arrows > button.slick-next { background-image: url("../../images/icons/next.arrow.svg"); }
.arrows > button.slick-disabled { opacity: .5; }
.arrows > button:not(.slick-disabled) { cursor: pointer; }
.arrows > button:not(.slick-disabled):hover { background-color: #81152F; }

/*---------------------------------------------------------------------------------------*/

#articles > .articles > .slick-list > .slick-track { float: left; }
@media (min-width : 500px) {
    #articles > .articles { margin: 0 -60px; }
    #articles > .articles > .slick-list { padding: 0 60px; }
}
@media (max-width : 499px) {
    #articles > .articles { margin: 0 -15px; }
    #articles > .articles > .slick-list { padding: 0 15px; }
}
#articles > .articles .article {
    overflow: hidden;
    margin-right: 40px;
    transition: margin .2s ease-out;
}
#articles > .articles .article > .date {
    margin-bottom: 20px;
    
    font-size: 22px;
    line-height: 26px;
    color: #9E2B46;
}
#articles > .articles .article > .thumbnail {
    margin-bottom: 25px;
    
    background-position: center;
    background-size: cover;
}
#articles > .articles .article:nth-child(odd) > .thumbnail { height: 130px; }
#articles > .articles .article:nth-child(even) > .thumbnail { height: 90px; }
#articles > .articles .article > .categories { margin-bottom: 15px; }
#articles > .articles .article > .date { font-family: "Anton"; }
#articles > .articles .article > .title {
    display: -webkit-box; overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    
    font-family: "Anton";
    font-size: 22px;
    letter-spacing: 1px;
    color: #222;
}
@media (min-width : 600px) {
    #articles > .articles { margin-bottom: 65px; }
}
@media (max-width : 599px) {
    #articles > .articles { margin-bottom: 45px; }
}

/*---------------------------------------------------------------------------------------*/

#articles > footer { text-align: center; }










