/*font face*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
    url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
    url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
    url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Schoolbook';
    src: url('fonts/Century-Schoolbook.woff2') format('woff2'),
    url('fonts/Century-Schoolbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Schoolbook Italic';
    src: url('fonts/CenturySchoolbook-Italic.woff2') format('woff2'),
    url('fonts/CenturySchoolbook-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*common*/

html {
    scroll-behavior: smooth;
}

.italic {
    font-family: "Century Schoolbook Italic";
    font-style: italic;
}

.midtext {
    font-size: 24px;
}

.smalltext {
    font-size: 18px;
}

.edge-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -110px;
    left: 0;
}

.edge-title h2 {
    font-size: 80px;
    font-family: Gotham;
    font-weight: bold;
    text-transform: uppercase;
    color: #fefefc;
    text-shadow: 1px 1px 8px rgba(0,0,0, .65);
}

.fakeborder-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: -130px;
}

.fakeborder-box .fakeborder {
    border: 10px solid #f8b449;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    height: 220px;
    width: 240px;
}

.fakeborder-box .fakeborder:before {
    content: ' ';
    border-left: 10px solid #f8b449;
    border-right: 10px solid #f8b449;
    height: 60px;
    width: 220px;
    position: absolute;
}

.fakeborder-box .fakeborder:after {
    content: ' ';
    border-left: 10px solid #f8b449;
    border-right: 10px solid #f8b449;
    height: 60px;
    width: 220px;
    position: absolute;
    bottom: 0;
}

.container {
    display: flex;
}

#section3 .container,
#section5 .container,
#section7 .container {
    flex-direction: row-reverse;
}

div[class^="col-"] img {
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.stamp-box {
    text-align: center;
}

.stamp-box img {
    width: 70%;
    max-width: 130px;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}
/*body*/

body {
    margin: 0;
    color: #fff;
    font-family: Gotham, sans-serif;
}

/*header*/

section#full-page-header, section.section-internal {
    text-align: center;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin: 0;
}

section.section-internal {
    padding-top: 120px;
    text-align: left;
}

section.section-internal.section-with-title {
    padding: 0;
    padding-top: 180px;
}

section#full-page-header .fph-section-content {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}

section#full-page-header .fph-section-content .fakeborder {
    position: absolute;
    border: 15px solid #f8b449;
    border-top: 0px;
    width: 100%;
    max-width: 720px;
    height: 58vh;
    top: 25vh;
    max-height: 410px;
}

section#full-page-header .fph-section-content .fakeborder:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 15px solid #f8b449;
    width: 100px;
}

section#full-page-header .fph-section-content .fakeborder:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: 15px solid #f8b449;
    width: 100px;
}

section.full-page .fph-logo {
    margin: 0 auto;
    padding-top: 8vh;
}

section.full-page .fph-logo img {
    max-width: 290px;
}

section#full-page-header .fph-title h1 {
    color: #f8b449;
    font-family: Gotham;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 10px;
}

section#full-page-header .fph-title h2 {
    color: #fff;
    font-family: "Century Schoolbook Italic", "Times New Roman", Serif;
    font-size: 40px;
    margin-top: 0;
    font-style: italic;
    letter-spacing: -1px;
}

section#full-page-header .section-bottom {
    margin-top: 100px;
}

section#full-page-header .section-bottom p {
    font-size: 13px;
    color:  #fefefc;
    font-family: Gotham;
    font-weight: lighter;
    text-transform: uppercase;
    word-spacing: 5px;
}

div.arrow-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

div.arrow-down img {
    width: 15px;
}

div.arrow-down p {
    font-size: 13px;
    color:  #fefefc;
    font-family: Gotham;
    font-weight: lighter;
    text-transform: uppercase;
    word-spacing: 5px;
    text-align: center;
}

div.arrow-down p a {
    color: #fefefc;
    text-decoration: none;
}

section.section-internal h3 {
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

section#section2 h3 {
    font-size: 28px;
}

section.section-internal div .box {
    background: rgba(1, 14, 28, .6);
}

section.section-internal div .box.light {
    background: #cbdfea;
}


.section2-content {
    width: 100%;
    max-width: 768px;
}

.section2-content .row {
    width: 100%;
    max-width: 768px;
}

.section2-content .row .col-12 p {
    margin: 35px 0;
}

.row .col-sm-3 p, .row .col-sm-4 p {
    text-transform: lowercase;
}

.col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.cell {
    text-align: center;
    background: rgba(1, 14, 28, .6);
    position: relative;
}

.cell.eng {
    min-height: 140px;
}

.cell:after {
    content: ' ';
    border: 1px solid #fefefc;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
}
.cell:last-child:after {
    display: none;
}

.light .cell {
    background-color: #A3D0DF;
}

.cell p {
    padding: 5px 15px;
    font-weight: lighter;
}

.light .cell p {
    color: #fefefc;
}

.cell p span {
    font-size: 32px;
}

.cell p span > span {
    font-weight: bold;
    font-size: 32px;
    text-transform: capitalize;
}

.cell p span.apex {
    font-size: 12px;
    vertical-align: super;
}

.cell p span > span.en {
    font-weight: bold;
    font-size: 32px;
    text-transform: none;
}

.section3-content, .section5-content {
    width: 70%;
    max-width: 768px;
}

.section3-content .box {
    background: rgba(1, 14, 28, .6);
}

.section-internal .box p {
    padding: 30px 40px;
    font-weight: lighter;
    font-size: 18px;
    line-height: 26px;
}

.section-internal .box .cell p {
    padding: 10px 20px;
}

.section3-content p.slogan {
    font-size: 90px;
    font-family: "Century Schoolbook Italic";
    color: #fefefc;
    font-style: italic;
}

.section3-content p.slogan span {
    font-family: Gotham;
    font-weight: bold;
    color: #f8b449;
    font-style: normal;
}

.section4-content, .section6-content {
    width: 70%;
    max-width: 768px;
}

.section4-content {
    padding-bottom: 100px;
}

.section4-content .stamp-box-row {
    margin-top: 30px;
    margin-bottom: 120px;
}

.section5-content .stamp-box-row {
    margin-top: 50px;
}

#section6 {
    padding-bottom: 150px;
}

.section6-content .box {
    margin-bottom: 40px;
}

.logo-ant {
    text-align: left;
    margin-top: 40px;
}

.logo-ant img {
    max-width: 200px;
}


.section7-content {
    color: #10253a;
    width: 70%;
    max-width: 768px;
    margin-top: 80px;
    padding-bottom: 120px;
}

.marevivo {
    margin-top: 50px;
}

.marevivo img {
    max-width: 200px;
    height: 85px;
}

.section-internal-title {
    text-align: center;
    position: relative;
}

.section-internal-title h2 {
    color: #f8b449;
    font-size: 60px;
    margin-bottom: 0;
}

.section-internal .section-internal-title h3 {
    font-size: 35px;
    text-transform: none;
    margin-top: -10px;
}

.section-internal-title .fakeborder-box {
    position: absolute;
    top: -65px
}

.section-internal-title .fakeborder-box .fakeborder {
    position: relative;
    height: 220px;
    width: 220px;
}
.section-internal-title .fakeborder-box .fakeborder:before {
    left: 0;
    width: 200px;
    height: 40px;
}

.section-internal-title .fakeborder-box .fakeborder:after {
    left: 0;
    width: 200px;
    height: 40px;
}

.section-final-content {
    margin-top: 110px;
    padding-bottom: 80px;
}

.section-final-content .row .col-sm-4.blue {
    background-color: #10253a;
}

.section-final-content .row .col-sm-4.blue .icon-box {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.row.content-row.double-col {
    margin-bottom: 30px;
}

.section-final-content .row .col-sm-4.blue .icon-box img {
    max-width: 120px;
}

.section-final-content .row .col-sm-8.white .icon-box img {
    max-width: 200px;
}

.section-final-content .row .col-sm-8.white .icon-box {
    text-align: left;
    padding-left: 25px;
}

.section-final-content .row .col-sm-4.blue > p {
    font-family: Gotham;
    font-weight: lighter;
    text-transform: none;
    padding: 15px 25px;
}

.section-final-content .row .col-sm-8.white {
    background-color: #fefefc;
    max-width: 65%;
    flex: 0 0 65%;
    margin-left: 1%;
}

.section-final-content .row .col-sm-8.white p {
    font-family: Gotham;
    font-weight: lighter;
    color: #10253a;
    padding: 15px 25px;
    padding-right: 60px;
}

.section-final-content .row .col-sm-8.white ul {
    font-family: Gotham;
    font-weight: lighter;
    color: #10253a;
    padding-left: 25px;
    padding-right: 60px;
    margin-top: 0;
}

.section-final-content .row .col-sm-8.white ul li {
    margin-bottom: 15px;
}

.section-final-content .row .col-sm-8.white, .section-final-content .row .col-sm-4.blue {
    padding: 20px 0;
}

.section-final-content .final-foot .col-sm-1 {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.section-final-content .final-foot .col-sm-10 {
    max-width: 75%;
    flex: 0 0 75%;
}

.section-final-content .row .col-sm-10 p {
    font-family: Gotham;
    font-weight: lighter;
    padding: 15px 25px;
}

.footer {
    text-align: center;
    padding: 30px 0;
}
.footer p {
    font-family: Gotham;
    font-weight: lighter;
    color: #10253a;
}

.footer img {
    max-width: 150px;
}

.footer a {
    color: #10253a;
    font-weight: bold;
}

.footer a.social-ico:first-child {
    margin-right: 10px;
}

.footer .arrow-up {
    margin-top: 30px;
    cursor: pointer;
}

.footer hr {
    max-width: 80%;
    border: 1px solid #10253a;
    margin: 0 auto;
}

.footer .arrow-up img {
    transform: rotate(180deg);
}

.footer .arrow-up p {
    text-transform: uppercase;
}

#back-to-top {
    background-color: rgba(1, 14, 28, .6);
    position: fixed;
    bottom: 40px;
    right: -99px;
    transform: translateX(99px);
    z-index: 99;
    text-align: center;
    padding: 10px;
    transition: all 1s;
    cursor: pointer;
}

#back-to-top.visible {
    transform: translateX(-140px);
}

#back-to-top p {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

#back-to-top img {
    transform: rotate(180deg);
    max-width: 20px;
}

.section-final-content .final-foot .col-sm-1 img {
    max-width: 140px;
}

#section7 {
    padding-top: 120px;
}

.wrapper-btn-cta {
    padding-left: 25px;
    margin-top: 35px;
    margin-bottom: 15px;
}

a.btn-cta {
    width: 100%;
    max-width: 320px;
    text-align: center;
    background: #1d2c59;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #f2f2f2;
}

#carousel2.lang-en.mobile-slider-container .swiper-wrapper .cell p {
    padding: 25px 0;
}

@media(min-width: 1024px) {
    .lang-en .col-12.box p {
        padding: 30px 40px;
    }
    .lang-en .col-12.box {
        margin-bottom: 30px;
        margin-top: 70px;
    }
}

@media(min-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .goto-sunsystem {
        margin-right: 100px;
    }
}

@media(min-width: 1441px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media(max-width: 1440px) {
    .container {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media(max-width: 1366px) {
    section#full-page-header .fph-title h2 {
        font-size: 35px;
    }
    section#full-page-header .section-bottom {
        margin-top: 70px;
    }
}

@media(max-width: 768px) {
    section {
        padding-bottom: 70px;
        padding-top: 150px;
    }
    section#full-page-header .fph-section-content .fakeborder {
        left: 5.5%;
        height: 350px;
        max-width: 84%;
    }
    section#full-page-header .fph-section-content {
        height: 70%;
    }
    .section3-content {
        width: 100%;
    }
    .section3-content p.slogan {
        text-align: right;
    }
    .section4-content, .section5-content, .section6-content, .section7-content {
        width: 100%;
        margin-top: 20px;
    }
    .final-foot .col-sm-1 {
        padding-top: 25px;
    }
    .row.content-row.double-col {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .fakeborder-box {
        top: -85px;
    }
    section.full-page .fph-logo img {
        width: 194px;
    }
    section.full-page .fph-logo {
        padding-top: 70px;
    }
    section#full-page-header .fph-section-content .fakeborder {
        border: 10px solid #f8b449;
        border-top: none;
    }
    section#full-page-header .fph-section-content .fakeborder:before, section#full-page-header .fph-section-content .fakeborder:after {
        border-top: 10px solid #f8b449;
        width: 40px;
    }
    section#full-page-header .fph-title h1 {
        font-size: 28px;
    }
    section#full-page-header .fph-title h2 {
        font-size: 21px;
        font-style: italic;
        letter-spacing: -1px;
    }
    section#full-page-header .fph-section-content {
        height: 50%;
    }
    div.arrow-down {
        top: 650px;
        bottom: auto;
    }
    .col-sm-3, .col-sm-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cell:after {
        display: none;
    }
    section.section-internal h3 {
        font-size: 21px !important;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .midtext {
        font-size: 18px;
        padding: 0 15px;
    }
    .fakeborder-box .fakeborder {
        width: 148px;
        height: 148px;
        border: 7px solid #f8b449;
        border-left: 0;
        border-right: 0;
    }
    .fakeborder-box .fakeborder:before {
        border-left: 7px solid #f8b449;
        border-right: 7px solid #f8b449;;
        width: 134px;
        height: 30px;
    }
    .fakeborder-box .fakeborder:after {
        border-left: 7px solid #f8b449;;
        border-right: 7px solid #f8b449;
        width: 134px;
        height: 30px;
    }
    .edge-title {
        top: -50px;
    }
    .edge-title h2 {
        font-size: 35px;
    }
    .section-internal .box p {
        font-size: 16px;
        padding: 30px 20px;
    }
    .section3-content p.slogan {
        font-size: 40px;
        text-align: left;
        padding: 30px 20px;
    }
    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xs-4 {
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }
    .stamp-box {
        margin-bottom: 50px;
    }
    .section4-content .stamp-box-row {
        margin-bottom: 10px;
    }
    .smalltext {
        padding: 0 20px;
    }
    .section7-content .midtext {
        margin-bottom: 50px;
    }
    .marevivo img {
        height: 85px;
    }
    #final .section-internal-title h2 {
        font-size: 28px;
        letter-spacing: 5px;
    }
    #final .section-internal-title h3 {
        letter-spacing: -1px;
        margin-top: 10px;
    }
    #final .section-internal-title .fakeborder-box .fakeborder:before, #final .section-internal-title .fakeborder-box .fakeborder:after {
        width: 206px;
    }
    #final .container {
        width: 90%;
        margin: 0 auto;
    }
    .section-final-content .row .col-sm-8.white {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .section-final-content .row .col-sm-8.white p, .section-final-content .row .col-sm-8.white ul {
        padding-right: 25px;
        padding-left: 40px;
    }
    .section-final-content .row .col-sm-8.white ul {
        margin-top: 15px;
    }
    .section-final-content .row .col-sm-8.white .icon-box {
        text-align: center;
        padding: 10px 0;
    }
    .section-final-content .row .col-sm-10 p {
        padding: 15px 0;
    }
    .footer hr {
        max-width: 85%;
    }
    #back-to-top img {
        max-width: 12px;
    }
    #back-to-top p {
        font-size: 10px;
    }
    #back-to-top {
        right: -120px;
    }
    .row.mobile-slide {
        flex-wrap: nowrap;
    }
    #carousel3 .row.mobile-slider {
        flex-wrap: nowrap;
    }
    section.section-internal {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    /*swiper customization*/
    .swiper-button-prev, .swiper-button-next {
        width: 50px;
        height: 50px;
        border: 1px solid #ffffff;
    }
    .swiper-button-prev img, .swiper-button-next img {
        max-width: 35%;
    }
    .swiper-button-prev img {
        transform: rotate(90deg);
    }
    .swiper-button-next img {
        transform: rotate(-90deg);
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }
    .section-final-content .final-foot .col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .section-final-content .final-foot .col-sm-10.col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .goto-sunsystem {
        display: block;
        margin-bottom: 30px;
    }
    .section4-content {
        padding-bottom: 0px;
    }
}


#carousel4 .cell p span > span {
    text-transform: none;
}


.cookieconsent {
    display: none;
    height: 100px;
    border-top: 1px solid black;
    padding: 15px;
    color: black;
    background-color: #eeeeee;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}
.cookieconsent a {
    text-decoration: none;
    color: white;
    background: black;
    border-radius: 5px;
    padding: 5px;
}

@media (max-width: 767px) {
    .cookieconsent {
        height: 240px;
        width: 94%;
    }
}

@media (max-width: 768px) and (min-width: 415px) {
    section#full-page-header .fph-section-content .fakeborder {
        bottom: 15%;
    }
    div.arrow-down {
        bottom: 250px;
    }
}

@media (max-width: 414px) {
    section#full-page-header {
        padding-top: 100px;
    }
    div.arrow-down {
        bottom: 200px;
        top: auto;
    }
}

@media (max-width: 375px) {
    section#full-page-header {
        padding-top: 90px;
    }
    section.full-page .fph-logo {
        padding-top: 20px;
    }
}

@media(max-width: 320px) {
    section#full-page-header {
        padding-top: 50px;
    }
    section#full-page-header .fph-section-content .fakeborder {
        height: 250px;
        border: 7px solid #f8b449;
        border-top: none;
    }
    section#full-page-header .fph-section-content .fakeborder:before, section#full-page-header .fph-section-content .fakeborder:after {
        border-top: 7px solid #f8b449;
        width: 20px;
    }
    section.full-page .fph-logo {
        padding-top: 35px;
    }
    section#full-page-header .fph-section-content .fakeborder {
        top: 113px;
    }
    section#full-page-header .fph-title h2 {
        font-size: 18px;
    }
    section#full-page-header .section-bottom {
        margin-top: 70px;
    }
    div.arrow-down {
        top:385px;
    }
    .edge-title h2 {
        font-size: 33px;
    }
    #carousel1 .cell {
        min-height: 140px;
    }
    .cell p {
        padding: 5px 70px;
    }
    div.arrow-down {
        top: 450px;
    }
}

.wrapper-button-orange {
    display: block;
    max-width: 335px;
    margin: 50px auto;
}

a.btn-cta.orange {
    background: #f8b449;
    color: #10243a;
    box-shadow: 0 0 13px #011b2f;
}


section#section2 div#carousel2 {
    padding-bottom: 11vw;
}

.section1-content {
    margin-left: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: 100%;
    border: 15px solid #f8b449;
    padding: 5vw;
}

img.logo-manifesto {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2.title-manifesto {
    text-align: center;
    margin: 35px 0;
    color: #f8b449;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 35px;
}

p.text-manifesto {
    font-family: 'Century Schoolbook Italic';
    font-size: 19px;
    text-align: center;
    padding: 0 25px;
    line-height: 25px;
}

section#section1 .fakeborder {
    position: absolute;
    border: 15px solid #f8b449;
    border-top: 0px;
    width: 100%;
    max-width: 50vw;
    height: 30vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section#section1 .fakeborder:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 15px solid #f8b449;
    width: 100px;
}

section#section1 .fakeborder:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: 15px solid #f8b449;
    width: 100px;
}

@media (max-width: 768px){
    .section1-content {
        max-width: 80vw;
        padding: 5vw !important;
    }
    
    h2.title-manifesto {
        font-size: 28px;
    }
    
    p.text-manifesto {
        font-size: 17px;
        line-height: 23px;
    }
}