/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html{
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body{
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main{
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1{
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr{
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a{
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]{
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong{
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub{
    bottom: -0.25em;
}

sup{
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img{
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea{
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input{ /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select{ /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"]{
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset{
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend{
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress{
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea{
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"]{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"]{
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button{
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details{
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary{
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template{
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden]{
    display: none;
}

/* Variables
   ========================================================================== */
:root{
    --primary_color: #005795;
}

/* Theme
   ========================================================================== */
html{
    font-size: 10px;
}
html, body{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: 0;
    font-weight: 300;
    line-height: 1.34;
    line-height: 1.5;
    color: var(--primary_color);
    background-color: #fff;
}
body{
    overflow-x: hidden;
    font-size: 1.8rem;
}
@media (max-width: 544px){
    body.noscroll{
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}
body *{
    box-sizing: border-box;
    line-height: inherit;
}
*{
    outline: 0;
}
a{
    color: inherit;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
p{
    margin: 0 0 3rem;
}
@media (max-width: 834px){
    p{
        margin-bottom: 2rem;
    }
}
ul, ol{
    margin: 0 0 3rem;
    padding-left: 5rem;
}
ul > li > ul,
ol > li > ol{
    margin: 0;
}
b, strong{
    font-weight: 700;
}
.clear{
    clear: both;
}

:root{
    --vh: 100vh;
}
#webslides{
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

#navigation{
    display: none;
}

img:hover{
    opacity: 1;
}

section, .slide{
    padding: 0 !important;
    height: 100%;
    min-height: 100%;
    flex-direction: row;
}
@media (max-width: 650px){
    section, .slide{
        padding-bottom: 4rem !important;
    }
}
header:before,
header:after,
main:before,
main:after,
section:before,
section:after,
aside:before,
aside:after,
footer:before,
footer:after,
.clear:before,
.clear:after,
.wrap:before,
.wrap:after{
    display: none;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}
@media (max-width: 650px){
    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }
}

.prev-next{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--primary_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    padding: 0 3rem;
}
.prev-next button{
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #A8E1E8;
    font-size: 2.8rem;
    padding: 0;
    height: auto;
}
.prev-next .btn-prev{
    margin-right: auto;
}
.prev-next .btn-next{
    margin-left: auto;
}
.prev-next img{
    width: 4rem;
}
.prev-next .btn-prev img{
    margin-right: 1rem;
}
.prev-next .btn-next img{
    transform: rotate(180deg);
    margin-left: 1rem;
}
.prev-next .btn-init img{
    transform: rotate(90deg);
    margin-left: 1rem;
    width: 3rem;
}
@media (max-width: 650px){
    .prev-next{
        padding: 0 1rem;
        height: 4rem;
    }

    .prev-next button{
        font-size: 2rem;
    }

    .prev-next img{
        width: 3rem;
    }

    .prev-next .btn-init img{
        width: 2rem;
    }
}

/* Slide 1
   ========================================================================== */
.slide1 #logo{
    position: absolute;
    z-index: 2;
    width: 18rem;
    left: 6%;
    top: 7%;
}
.slide1 .images-wrapper{
    height: 100%;
    flex-basis: 50%;
    position: relative;
}
.slide1 .images-wrapper > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide1 .info-wrapper{
    height: 100%;
    flex-basis: 50%;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide1 .info-wrapper button{
    background-color: #005795;
    border: none;
    border-radius: 100rem;
    font-size: 3rem;
    color: #A8E1E8;
    padding: 1rem 4rem;
    height: auto;
    margin: 0 1rem;
}
.slide1 .info{
    padding: 0 10%;
}
.slide1 .info .txt{
    text-align: center;
    font-size: 7rem;
    line-height: 1.3;
    font-weight: 700;
}
.slide1 .info .bts{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.slide1 .info .bts button{
    background-color: #005795;
    border: none;
    border-radius: 100rem;
    font-size: 3rem;
    color: #A8E1E8;
    padding: 1rem 4rem;
    height: auto;
    margin: 0 1rem;
}
.slide1 #ok,
.slide1 #ko{
    display: none;
}
.slide1 .answer{
    font-size: 2.8rem;
}
.slide1 .answer .e{
    color: #ED7004;
    font-weight: 700;
}
.slide1 .answer button{
    font-size: 2.5rem;
    margin: 0;
}
@media (max-width: 1060px){
    .slide1 .info .txt{
        font-size: 5rem;
    }
}
@media (max-width: 930px){
    .slide1 .answer{
        font-size: 2.5rem;
    }
}
@media (max-width: 650px){
    .slide1{
        display: block;
    }

    .slide1 #logo{
        width: 11rem;
        left: auto;
        top: 2.5rem;
        right: 3rem;
    }

    .slide1 .images-wrapper{
        background-color: #90cbe0;
        height: 100%;
        transition: height .2s ease-out;
    }

    .slide1.active .images-wrapper{
        height: 60%;
    }

    /*.slide1 .images-wrapper > img{
        position: absolute;
        object-position: bottom;
    }*/
    .slide1 .images-wrapper .mobile{
        position: relative;
        display: flex;
        align-items: flex-end;
        height: 100%;
    }

    .slide1 .images-wrapper .mobile > .cloud{
        position: absolute;
        width: 8rem;
    }

    .slide1 .images-wrapper .mobile > .cloud-1{
        top: 1rem;
        left: 30%;
    }

    .slide1 .images-wrapper .mobile > .cloud-2{
        top: 13rem;
        left: -2rem;
    }

    .slide1 .images-wrapper .mobile > .cloud-3{
        top: 10rem;
        right: -2rem;
    }

    .slide1 .images-wrapper .mobile > .img{
        width: 100%;
    }

    .slide1 .info-wrapper{
        padding-bottom: 0;
    }

    .slide1.active .info-wrapper{
        height: 40%;
    }

    .slide1 #question{
        position: absolute;
        top: 10rem;
        width: 100%;
        display: block !important;
    }

    .slide1 .info .txt{
        font-size: 3rem;
        color: #fff;
    }

    .slide1 .info .bts{
        margin-top: 1rem;
    }

    .slide1 .info .bts button{
        font-size: 1.5rem;
        padding: .5rem 3rem;
    }

    .slide1 .answer{
        background-color: #fff;
        font-size: 1.5rem;
        position: relative;
    }

    .slide1 .answer button{
        font-size: 1.5rem;
        padding: .5rem 2rem;
    }

    .slide1 .images-wrapper > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        object-position: bottom;
    }

    .slide1 #question{
        top: 7rem;
    }

    .slide1 .answer{
        padding: 0 5% 0 calc(5% + 3rem);
    }
}
@media (max-width: 375px){
    .slide1.active .images-wrapper{
        height: 50%;
    }

    .slide1 .images-wrapper .mobile > .cloud-2{
        top: 8rem;
    }

    .slide1 .images-wrapper .mobile > .cloud-3{
        top: 5rem;
    }

    .slide1.active .info-wrapper{
        height: 50%;
    }
}

/* Slide 2
   ========================================================================== */
.slide2{
    padding-bottom: 6rem !important;
}
.slide2 > .l{
    flex-basis: 50%;
    position: relative;
    padding: 0 7.5% 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}
.slide2 > .l > img{
    position: absolute;
    width: 5rem;
}
.slide2 > .l > .bird1{
    top: 7%;
    right: 9%;
}
.slide2 > .l > .squirrel{
    width: 5rem;
    bottom: -1px;
    left: 40%;
}
.slide2 > .l > .map{
    width: 46%;
    right: -6%;
    bottom: 3%;
    z-index: 1;
}
.slide2 > .l > .p1{
    font-size: 4rem;
    color: #ED7004;
    margin-bottom: 0;
}
.slide2 > .l > .p2{
    font-size: 2.5rem;
}
.slide2 > .l > .p3{
    font-size: 2.5rem;
    color: #ED7004;
    max-width: 19rem;
    position: relative;
}
.slide2 > .l > .p3 > .arrow-map{
    left: 80%;
    width: 10rem;
    bottom: -4rem;
    position: absolute;
}
.slide2 > .r{
    background-color: #EAF5FB;
    flex-basis: 50%;
    position: relative;
    padding: 0 7.5% 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.5rem;
}
.slide2 > .r > img{
    position: absolute;
    width: 5rem;
}
.slide2 > .r > .bird1{
    bottom: 10%;
    right: 10%;
}
.slide2 > .r > .bird2{
    bottom: 20%;
    right: 54%;
}
.slide2 > .r > .rabbit{
    bottom: -1px;
    left: 15%;
    width: 40%;
}
@media (min-aspect-ratio: 1440/738){
    .slide2 > .l > .map{
        width: auto;
        height: 48%;
    }

    .slide2 > .l > .p2{
        font-size: 2.2rem;
    }

    .slide2 > .l > .p3{
        font-size: 2.2rem;
    }
}
@media (min-aspect-ratio: 1440/582){
    .slide2 > .r{
        font-size: 2.2rem;
        justify-content: flex-start;
        padding-top: 5rem;
    }
}
@media (max-width: 1300px){
    .slide2 > .l{
        padding: 0 5% 5rem 7.5%;
    }

    .slide2 > .l > .p1{
        font-size: 3rem;
    }

    .slide2 > .l > .p2{
        font-size: 2.2rem;
    }

    .slide2 > .l > .p3{
        font-size: 2.2rem;
    }

    .slide2 > .l > .p3 > .arrow-map{
        left: 70%;
    }

    .slide2 > .r{
        padding: 0 5% 5rem;
        font-size: 2.2rem;
    }
}
@media (max-width: 832px){
    .slide2 > .r > .bird2{
        bottom: 12%;
    }
}
@media (max-width: 650px){
    .slide2{
        padding-bottom: 4rem !important;
        flex-direction: column;
    }

    .slide2 > .l{
        padding: 5% 5% 5% calc(5% + 3rem);
        justify-content: flex-start;
    }

    .slide2 > .l > .bird1{
        width: 4rem;
    }

    .slide2 > .l > .squirrel{
        width: 3rem;
        left: auto;
        right: 10%;
    }

    .slide2 > .l > .p1{
        font-size: 2rem;
    }

    .slide2 > .l > .p2{
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .slide2 > .l > .p3{
        font-size: 1.5rem;
        text-align: right;
        align-self: flex-end;
        max-width: 11rem;
        line-height: 1.2;
    }

    .slide2 > .l > .p3 > .arrow-map{
        left: auto;
        right: 70%;
        transform: scaleX(-1);
        width: 6rem;
        bottom: 0;
    }

    .slide2 > .r > .bird2{
        bottom: auto;
        top: 1rem;
        right: 25%;
    }

    .slide2 > .l > .map{
        width: 40%;
        left: 9%;
        right: auto;
        bottom: -17%;
        z-index: 1;
    }

    .slide2 > .r{
        font-size: 1.5rem;
        padding: 5% 5% 5% calc(5% + 3rem);
    }

    .slide2 > .r > img{
        width: 4rem;
    }

    .slide2 > .r > .rabbit{
        width: 30%;
    }
}
@media (max-width: 375px){
    .slide2 > .l > .bird1{
        width: 3rem;
    }

    .slide2 > .l > .squirrel{
        width: 3rem;
        right: 50%;
    }

    .slide2 > .l > .map{
        width: 30%;
        bottom: -10%;
    }

    .slide2 > .r > img{
        width: 3rem;
    }
}

/* Slide 3
   ========================================================================== */
.slide3{
    flex-direction: column;
    padding: 6rem 0 6rem !important;
    background-color: #EAF5FB;
    text-align: center;
}
.slide3 .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
    flex: 1;
}
.slide3 .items .item{
    flex-basis: 33.33%;
    height: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 6rem 2rem;
}
.slide3 .items .item .i{
    height: 10rem;
    height: 16vh;
    height: 22vh;
    display: flex;
    align-items: flex-end;
}
@media (min-aspect-ratio: 1440/900){
    .slide3 .items .item .i{
        height: 16vh;
    }
}
.slide3 .items .item img{
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.slide3 .items .item:nth-child(2) img{
    height: 80%;
}
.slide3 .items .item:nth-child(3) img{
    height: 80%;
}
.slide3 .items .item:nth-child(4) img{
    height: 80%;
}
.slide3 .items .item .t{
    flex: 1;
    padding-top: .5rem;
    font-size: 2rem;
}
.slide3 .txt{
    color: #ED7004;
    padding: 0 10% 3rem;
    position: relative;
}
.slide3 .txt:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ED7004;
    position: absolute;
    top: 50%;
    left: 0;
}
.slide3 .txt > span{
    background-color: #EAF5FB;
    display: block;
    position: relative;
    padding: 0 2rem;
}
@media (min-aspect-ratio: 1440/669){
    .slide3{
        padding: 3rem 0 6rem !important;
    }

    .slide3 .items .item .t{
        font-size: 1.8rem;
    }

    .slide3 .txt{
        padding-bottom: 1rem;
    }
}
@media (max-width: 1350px){
    .slide3 .items{
        padding: 0 5%;
    }

    .slide3 .items .item{
        padding: 0 3rem 2rem;
    }
}
@media (max-width: 1240px){
    .slide3 .items{
        padding: 0 0 0 5%;
    }

    .slide3 .items .item .t{
        font-size: 1.8rem;
    }
}
@media (max-width: 900px){
    .slide3 .items .item .i{
        height: 13vh;
    }

    .slide3 .txt{
        padding: 0 5% 3rem;
        font-size: 1.7rem;
    }
}
@media (max-width: 768px){
    .slide3 .txt > span{
        padding: 0 1rem;
    }

    .slide3 .items .item{
        flex-basis: 50%;
        height: 33.33%;
    }
}
@media (max-width: 650px){
    .slide3{
        padding: 2rem 0 4rem !important;
    }

    .slide3 .items{
        padding: 0 2rem 0 4rem;
    }

    .slide3 .items .item{
        padding: 0 .5rem;
        height: auto;
    }

    .slide3 .items .item .i{
        height: 7vh;
    }

    .slide3 .items .item .t{
        font-size: 1.4rem;
    }

    .slide3 .items .item:nth-child(5){
        flex-basis: 35%;
    }

    .slide3 .items .item:nth-child(6){
        flex-basis: 65%;
    }

    .slide3 .txt{
        font-size: 1.3rem;
        padding: 0 0 1rem;
    }
}

/* Slide 4
   ========================================================================== */
.slide4{
    flex-direction: column;
    padding-bottom: 12rem !important;
}
.slide4 .title{
    font-weight: 700;
    font-size: 4rem;
    padding: 4rem 0 3rem;
    text-align: center;
}
.slide4 .swiper-container{
    flex: 1;
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.slide4 .swiper-container .swiper-slide{
    display: flex;
    justify-content: space-between;
    padding: 0 8rem;
}
.slide4 .swiper-container .swiper-slide .img{
    flex-basis: 48%;
    display: flex;
    align-items: center;
}
.slide4 .swiper-container .swiper-slide .img > img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.slide4 .swiper-container .swiper-slide .txt{
    flex-basis: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.6rem;
}
.slide4 .swiper-container .swiper-slide .txt > img{
    width: 8rem;
    margin: 0 auto;
}
.slide4 .swiper-container .swiper-slide .txt > .t{
    padding: 4rem 0;
}
.slide4 .swiper-container .swiper-slide.swiper-slide-2{
    color: #ED7004;
}
.swiper-button-next,
.swiper-button-prev{
    background-image: url(../images/arrow-swiper.svg);
    width: 6rem;
    height: 6rem;
    margin-top: 0;
    background-size: 6rem 6rem;
    transform: translateY(-50%);
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
@media (min-aspect-ratio: 1440/642){
    .slide4{
        padding-bottom: 8rem !important;
    }

    .slide4 .title{
        padding: 2rem 0 2rem;
    }

    .slide4 .swiper-container .swiper-slide .txt{
        font-size: 2.2rem;
    }
}
@media (max-width: 1020px){
    .slide4 .swiper-container{
        margin: 0 3% 0 7%;
    }

    .slide4 .swiper-container .swiper-slide .txt{
        font-size: 2rem;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 4rem;
        height: 4rem;
        background-size: 4rem 4rem;
    }
}
@media (max-width: 650px){
    .slide4{
        padding-bottom: 6rem !important;
    }

    .slide4 .title{
        font-size: 2.5rem;
        padding: 2rem 0 1rem;
    }

    .slide4 .swiper-container{
        margin: 0 3% 0 10%;
        width: 87%;
        flex: 1;
    }

    .slide4 .swiper-container .swiper-slide{
        flex-direction: column;
        padding: 0 2rem;
    }

    .slide4 .swiper-container .swiper-slide .img{
        height: 40%;
        flex-basis: auto;
        display: block;
    }

    .slide4 .swiper-container .swiper-slide .txt{
        padding-top: 2rem;
        font-size: 1.5rem;
        flex: 1;
    }

    .slide4 .swiper-container .swiper-slide .txt > img{
        width: 4rem;
    }

    .slide4 .swiper-container .swiper-slide .txt > .t{
        padding: 2rem 0;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
        margin: 0 !important;
    }
}

/* Slide 5
   ========================================================================== */
.slide5 .images-wrapper{
    height: 100%;
    flex-basis: 50%;
    position: relative;
}
.slide5 .images-wrapper > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide5 .info-wrapper{
    height: 100%;
    flex-basis: 50%;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide5 .info-wrapper button{
    background-color: #005795;
    border: none;
    border-radius: 100rem;
    font-size: 3rem;
    color: #A8E1E8;
    padding: 1rem 4rem;
    height: auto;
    margin: 0 1rem;
}
.slide5 .info{
    padding: 0 10%;
    font-size: 2.2rem;
}
.slide5 .info .e{
    color: #ED7004;
    font-size: 3.5rem;
}
.slide5 .info .font{
    text-align: right;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.slide5 .info .font:before{
    content: "";
    width: 4rem;
    height: 1px;
    background-color: var(--primary_color);
    margin-right: 1.5rem;
}
@media (min-aspect-ratio: 1440/622){
    .slide5 .info{
        padding: 0 5%;
        font-size: 2rem;
    }

    .slide5 .info .e{
        font-size: 3rem;
    }
}
@media (max-width: 1180px){
    .slide5 .info{
        padding: 0 5%;
        font-size: 2rem;
    }

    .slide5 .info .e{
        font-size: 3rem;
    }
}
@media (max-width: 832px){
    .slide5 .info .e{
        font-size: 2.5rem;
    }
}
@media (max-width: 650px){
    .slide5 .images-wrapper{
        flex-basis: 100%;
    }

    .slide5 .info-wrapper{
        position: absolute;
        padding-top: 3rem;
        padding-bottom: 4rem;
        justify-content: flex-start;
    }

    .slide5 .info{
        font-size: 1.5rem;
        padding: 0 5% 0 calc(5% + 3rem);
    }

    .slide5 .info p{
        margin-bottom: 1rem;
    }

    .slide5 .info .e{
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .slide5 .info .font{
        font-size: 1.8rem;
    }
}
@media (max-width: 375px){

    .slide5 .info-wrapper{
        padding-top: 2rem;
    }

    .slide5 .info{
        line-height: 1.2;
    }
}

/* Social
   ========================================================================== */
.social{
    background-color: #f1f1f1;
    position: fixed;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
}
.social a{
    display: flex;
    padding: 1.5rem 1rem;
    align-items: center;
    justify-content: center;
}
.social a:hover{
    color: #fff !important;
}
.social a.facebook:hover{
    background-color: #3b5998;
}
.social a.twitter:hover{
    background-color: #00aced;
}
.social a.linkedin:hover{
    background-color: #007bb5;
}
.social a svg{
    height: 2.5rem;
}
.social .logo{
    padding: 0;
}
.social .logo img{
    height: auto;
    width: 5rem;
}
@media (max-width: 650px){
    .social a{
        padding: 1rem .5rem;
    }

    .social a svg{
        height: 2rem;
    }

    .social .logo img{
        width: 3rem;
    }
}
