body{
    margin: 0;
}
html, body {
  height: auto;
  overflow-x: hidden;
}
.container{
    max-width: 1480px;
    margin: auto;
}
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.archivo {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
}
.white{
    color:#EDE0D5;
}
.black{
    color: #000000;
}
.uppercase{
    text-transform: uppercase;
}
.w-100{
    width: 100%;
}
.sm-column {
    flex-direction: column;
}
@media(min-width: 768px){
    .w-48{
        width: 48%;
    }
    .sm-column {
        flex-direction: row;
    }
    .w-50{
        width: 50%;
    }
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-700{
    font-weight: 700;
}
.ft-xl{
    font-size: 39px;
    letter-spacing: -10%;
}
@media(min-width: 768px){
    .ft-xl{
        font-size: 58px;
    }
}
@media(min-width: 769px){
    .ft-xl{
        font-size: 78px;
    }
}
@media(min-width: 1440px){
    .ft-xl{
        font-size: 100px;
        letter-spacing: -10%;
    }
}
.ft-l{
    font-size: 38px;
}
@media(min-width: 768px){
    .ft-l{
        font-size: 58px;
    }
}
.ft-md{
    font-size: 14px;
    letter-spacing: -2%;
}
.ft-md-lg{
    font-size: 21px;
    letter-spacing: -2%;
}
@media(min-width: 769px){
    .ft-md,
    .ft-md-lg{
        font-size: 32px;
    }
}
.ft-m{
    font-size:24px; 
}
.ft-mm{
    font-size: 20px;
    letter-spacing: -2%;
    line-height: 140%;
}
.ft-sm{
    font-size: 14px;
}
.ft-xsm{
    font-size: 16px;
}
.d-flex{
    display: flex;
}
.d-inline-flex{
    display: inline-flex;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.align-center{
    align-items:center;
}
.wrap{
    flex-wrap: wrap;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}
.video-overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.74);
  z-index:-1;
}
.syneido-logo-h{
    max-width: 50%;
    margin: auto;
}
.syneido-logo-h img{
    max-width: 100%;
}
.content {
  position: relative;
  z-index: 1;
  color: #EDE0D5;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 95px;
}
@media (min-width: 768px){
    .content {
        padding-bottom: 199px;
    }
}
h1{
    letter-spacing: -10%;
    line-height: 90%;
    max-width: 70%;
    margin: auto;
}
@media (max-width: 768px){
    h1{
        margin-bottom: 2rem;
    }
}
.href-white{
    background-color: #EDE0D5;
    border: 1px solid #EDE0D5;
    color: #000000;
    padding: 17px 32px;
    border-radius: 60px;
    text-decoration: none;
    margin-top: 45px;
    transition: all ease-in-out .2s;
}
.href-white:hover{
    color: #EDE0D5;
    background-color: #000000;
}
.subtitle{
    border: 1px solid #EDE0D5;
    border-radius: 8px; 
    padding: 11px 20px;
    margin-bottom: 20px;
    display: inline-flex;
    font-weight: 700;
    margin-top: 80px;
    font-size: 14px;
    align-items: center;
}
@media(min-width: 768px){
    .subtitle{
        margin-top: 70px;
        font-size: 16px;
    }
}
.freepik-logo {
    margin-left: 24px;
}
.subtitle img{
    margin-right: 10px;
}
@media(max-width: 769px){
    .desrc-container {
        width: 80%;
        margin: auto;
    }
}
.freepik-logo {
    max-width: 150px;
    margin-left: 16px;
}
@media(min-width: 768px){
    .freepik-logo {
        margin-left: 24px;
        max-width: 100%;
    }
}
.desrc-container {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 16px;
    margin-top: 100px;
}
@media(min-width: 769px){
    .desrc-container {
        display: inline-flex;
    }
    .desrc.middle{
        margin-left: 60px;
        margin-right: 60px;
    }
}
.desrc {
    margin: 2rem 10%;
}
@media(min-width: 769px){
    .desrc{
        margin: 0;
    }
}
.desrc img{
    border: 1px solid #EDE0D5;
    border-radius: 8px;
    padding: 23px;
}

.info{
    text-align: left;
    margin-left: 24px;
}
.info p{
    margin: 0;
}
.programme{
    max-width: 90%;
    margin: auto;
}
.programme h2,
.footer h2{
    text-align: center;
    line-height: 90%;
    letter-spacing: -10%;
    margin-bottom: 60px;
    margin-top: 85px;
}
@media(min-width: 769px){
    .programme h2,
    .footer h2{
        margin-bottom: 80px;
        margin-top: 159px;
    }
    .programme{
        max-width: 80%;
    }
    .programme .wrap{
        flex-wrap: nowrap;
    }
}
.programme .program-item img{
    width: 32px;
    height: 32px;
}
.programme .program-item p{
    margin: 0 0 0 10px;
}
.programme .program-item{
    display: flex;
    margin: 2rem;
}
@media(min-width: 769px){
    .programme .program-item{
        margin: 0;
        margin-bottom: 60px;    
        width: 33%;
        max-width: 415px;
        margin-right: 25px;
    }
}
.program-cdo{
    max-width: 85%;
    margin:auto;
    margin-top: 80px;
    border: 1px solid #EDEDEC;
    border-radius: 16px;
    box-shadow: -8px 4px 32px -15px rgba(0,0,0,0.12);
    -webkit-box-shadow: -8px 4px 32px -15px rgba(0,0,0,0.12);
    -moz-box-shadow: -8px 4px 32px -15px rgba(0,0,0,0.12);
    padding: 16px;
    flex-direction: column;
    align-items: center;
}
@media(min-width: 769px){
    .program-cdo{
        max-width: 65%;
        flex-direction: row;
    }
}
.program-cdo p{
    display: block;
    margin-left: 40px;
    letter-spacing: -2%;
    font-weight: 400;
    line-height: 140%;
}
.form-container{
    background-color: #EDE0D5;
    background-image: url('../img/form-bg.svg');
    background-repeat: no-repeat;
    background-position: left 200%;
    padding: 85px 11%;
    margin-top: 85px;
}
@media(min-width: 769px){
    .form-container{
        display: flex;
        padding: 160px 11%;
        margin-top: 159px;
    }
    .form-it-r{
        width: 60%;
    }
    .form-it-l{
        width: 40%;
    }
    .form-it-l p{
        margin-right: 3rem;
    }
}
.form-container h2{
    line-height: 90%;
    letter-spacing: -10%;
    margin-top: 0;
    margin-bottom: 16px;
}
.form-container .form-it-l p{
    letter-spacing: -2%;
    line-height: 140%;
    margin-top: 0;
}
label{
    font-weight: 700 !important;
    color: #000000;
    margin-bottom: -5px;
    display: block;
}
input{
    border-radius: 8px;
    margin-bottom: 32px;
}
.form-btn{
    color: #EDE0D5;
    font-weight: 400;
    background-color: #000000;
    border-radius: 60px;
    padding: 16px;
    width: 100%;
    border: 1px solid #000000;
    transition: all ease-in-out .2s;
}
.form-btn:hover{
    cursor: pointer;
    background-color: #EDE0D5;
    color: #000000;
}
@media(min-width: 768px){
    .ml-8{
        margin-left: 8px;
    }
    .mr-8{
        margin-right: 8px;
    }
}
#leadForm input{
    border:none;
    padding: 16px;
    box-sizing: border-box;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 160px;
    max-width: 90%;
    margin: auto;
}
footer.footer h2{
    margin-bottom: 0;
}
footer h2 a{
    color: #000000;
}
footer .logo-syneido{
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
}
.logo-list{
    justify-content: center;
}
@media(min-width: 1400px){
    .logo-list{
        flex-wrap: nowrap;
    }
    footer .logo-syneido{
        max-width: 580px;
    }
}
footer .logo-list a{
    margin: 15px;
    display: flex;
    align-items: center;
}
footer .logo-list a img{
    max-width: 100%;
}
@media(max-width: 768px){
    footer .logo-list a {
        max-width: 25%;
    }
}
.href-syneido{
    width: 100%;
    justify-content: center;
    display: flex;
}