/* General */

.acf-block.cta {
    height: 600px;
    background-color:#241d72;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 95px;
    /* margin-bottom:45px; */
}

.acf-block.cta div.cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.acf-block.cta h2 {
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 1;
}

.acf-block.cta a,
.acf-block.cta a:link {
    position: relative;
    display: inline;
    text-align: center;
    margin:auto;
    color:#fff;
    font-size:2vw;
}

.acf-block.cta a:hover {
    text-decoration: none;
}

.acf-block.cta a::after {
    position: absolute;
    display: inline;
    bottom:-6vw;
    left:0;
    right:0;
    margin:auto;
    content: url(../../media/image/icon-arrow-white.svg);
    vertical-align: bottom;
    display: inline-block;
    transform: translateX(0);
    padding-left: 1.2vw;
    width:10vw;
    height:auto;
    vertical-align: bottom;
    line-height: 1;
    transform: translateX(0);
    padding-left: 1.2vw;
}

.acf-block.cta a:hover::after {
    animation: arrow-right 2.5s ease-in-out infinite;
}

.acf-block.cta .cta-table {
    color: #fff;
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 2vw;
    color:white;
    font-family: "FrutigerLTStd-Black";
 
}

.acf-block.cta .text_wrapper {
    margin-top: 0;
    margin-bottom: 4vw;
    font-size: 4vw;
    color: white;
    font-family: "FrutigerLTStd-Black"
}
/* 
.acf-block.cta .cta-table-item {
    width:50%;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
} */

/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {
    .acf-block.cta {
        min-height: unset;
        height: unset;
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {
    .acf-block.cta {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 991.98px) {
    .acf-block.cta {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767.98px) {

    .acf-block.cta h2,
    .next-deadline-wrapper,
    .acf-block .text_wrapper,
    .acf-block .text_wrapper p {
        font-size: 30px !important;
      }

      .acf-block.cta a,
      .acf-block.cta a:link {
        font-size: 16px !important;
      }

    
}

@media only screen and (max-width: 575.98px) {
    .acf-block.cta {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 499.98px) {
    .acf-block.cta h2,
    .next-deadline-wrapper,
    .acf-block .text_wrapper,
    .acf-block .text_wrapper p {
        font-size: 18px !important;
      }
}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}