#hero{
    position: relative;
    height: 66.7rem;
}

body[data-page="home"] #hero{
    height: 100vh;
}

#hero:after{
    content:'';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    height: 12rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12,38,35,.8)), to(transparent));
    background: -o-linear-gradient(top, rgba(12,38,35,.8) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(12,38,35,.8) 0%, transparent 100%);
    -webkit-transition: top .4s ease-in-out;
    -o-transition: top .4s ease-in-out;
    transition: top .4s ease-in-out;
}

body.back #hero:after{
    top: -12rem;
}

#hero .hero__wrapper{
    position: absolute;
    /* top: 35.897435vh; */
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#hero figure{
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

#hero figure img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 63%;
       object-position: 63%;
    /* transition: all .2s ease-in-out; */
}

.hero__copy{
    color: white;
    text-align: center;
}

.hero__copy h1{
    font-size: 2.6em;
    color: #EDF2F2;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 2.75px;
    margin-bottom: 4.15rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-transform: uppercase;
}

.hero__copy h2{
    font-family: minion-pro, serif;
    color: #EDF2F2;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0;
    /* margin-bottom: 2.205rem; */
    margin-bottom: 10rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    padding: 0 .5rem;
}

.hero__award__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
            align-items: flex-start;
}

.hero__award__row figure{
    width: 56.695px !important;
    margin-right: 23.62px;
}

.hero__award__row img{
    width: 56.695px !important;
    height: 56.695px !important;
}

.hero__award__row figure img{
    object-fit: contain !important;
}

.hero__award__row figure:last-child{
    margin-right: 0;
}

.hero__copy p{
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    font-weight: bold;
    line-height: 2.2rem;
    margin-top: 3rem;
    letter-spacing: 1.32px;
    margin-bottom: 1.15rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.hero__arrow{
    width: 2.74rem;
    display: inline-block;
    -webkit-animation: upndown 2s ease-in-out infinite;
            animation: upndown 2s ease-in-out infinite;
}

@-webkit-keyframes upndown {
	0% {-webkit-transform: translateY(5px);transform: translateY(5px);}
	50% {-webkit-transform: translateY(0px);transform: translateY(0px);}
	100% {-webkit-transform: translateY(5px);transform: translateY(5px);}
}

@keyframes upndown {
	0% {-webkit-transform: translateY(5px);transform: translateY(5px);}
	50% {-webkit-transform: translateY(0px);transform: translateY(0px);}
	100% {-webkit-transform: translateY(5px);transform: translateY(5px);}
}

.hero__arrow__wrapper p{
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    font-weight: bold;
    line-height: 2.2rem;
    letter-spacing: 1.32px;
    margin-bottom: 1.15rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    text-align: center;
}

.hero__arrow__wrapper{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#hero.discover .hero__arrow__wrapper{
    z-index: 4;
    /* top: 65vh; */
    bottom: 8rem;
}

#hero.stay .hero__arrow__wrapper{
    z-index: 4;
    /* top: 65vh; */
    bottom: 8rem;
}

#hero.hero__about .hero__arrow__wrapper{
    bottom: 8rem;
    z-index: 2;
}

#hero.hero__about .hero__wrapper{
    z-index: 6 !important;
}

@media only screen and (min-width: 768px){
    #hero.discover .hero__arrow__wrapper{
        bottom: 5rem;
    }
    
    #hero.stay .hero__arrow__wrapper{
        bottom: 5rem;
    }

    #hero.hero__about .hero__arrow__wrapper{
        bottom: 5rem;
    }
}

@media only screen and (min-width: 1024px){
    #hero.discover .hero__arrow__wrapper{
        top: 86vh;
    }
    
    #hero.stay .hero__arrow__wrapper{
        top: 86vh;
    }
}

@media only screen and (min-width: 1024px) and (min-height: 1366px){
    #hero.discover .hero__arrow__wrapper{
        top: 60vh;
    }
    
    #hero.stay .hero__arrow__wrapper{
        top: 60vh;
    }
}

@media only screen and (min-height: 1024px){
    #hero.stay .hero__arrow__wrapper{
        bottom: 5rem;
    }

    #hero.hero__about .hero__arrow__wrapper{
        bottom: 5rem;
    }
}

@media only screen and (max-width: 420px){
    #hero.hero__about .hero__arrow__wrapper{
        bottom: 15rem;
    }
    
    #hero.hero__contact .hero__arrow__wrapper{
        bottom: 10rem;
    }
}

.award__description br{
    display: none !important;
}

.hero__copy h1 br,
.hero__copy h2 br,
.hero__copy__description br{
    display: none;
}

@media only screen and (min-width: 768px){
    .hero__copy h1 br,
    .hero__copy h2 br,
    .hero__copy__description br{
        display: block;
    }
}

@media only screen and (min-width: 769px){

    body.back #hero:after{
        top: -16rem;
    }

    .hero__arrow__wrapper{
        bottom: 4rem;
    }

    #hero{
        height: 78rem;
    }

    body[data-page="home"] #hero{
        height: 100vh;
    }

    #hero .hero__wrapper{
        top: 35.897435%;
        /* top: 28rem; */
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    #hero figure img{
        -o-object-position: center center;
           object-position: center center;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        height: 100%;
    }

    #hero:after{
        height: 16rem;
    }
    
    .hero__copy h1{
        font-size: 3.4em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        margin-bottom: 1.5rem;
    }
    
    .hero__copy h2{
        font-size: 2.2em;
        line-height: 3.8rem;
        letter-spacing: 0px;
        font-weight: 400;
        margin-bottom: 2.9rem;
        padding: 0;
    }

    .hero__award__row figure{
        width: 5.7rem !important;
        margin-right: 4.7rem;
    }

    .hero__award__row img{
        width: 5.7rem !important;
        height: 5.7rem !important;
    }

    .hero__copy p br{
        display: none;
    } 

    .award__description br{
        display: block !important;
    }

    .hero__copy p{
        margin-top: 5.1rem;
        font-size: 1.1em;
        line-height: 1.7rem;
        letter-spacing: 1.38px;
        margin-bottom: 1.55rem;
    }
    
    .hero__arrow__wrapper p br{
        display: none;
    }

    .hero__arrow__wrapper p{
        font-size: 1.1em;
        line-height: 1.7rem;
        letter-spacing: 1.38px;
        margin-bottom: 1.55rem;
    }

    .hero__arrow{
        width: 3.665rem;
    }
}

@media only screen and (max-height: 768px){
    #hero{
        height: 100vh;
    }

    body[data-page="home"] #hero figure img{
        -o-object-position: 50% 25%;
           object-position: 50% 25%;
    }
}

@media only screen and (min-width: 1920px){
    #hero figure img{
        -o-object-fit: cover;
           object-fit: cover;
    }
}

/* Stay */

#hero.stay figure img{
    -o-object-position: center center;
       object-position: center center;
}

#hero.stay:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(360deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
}

@media only screen and (max-height: 768px){
    #hero.stay figure img{
        -o-object-position: bottom;
           object-position: bottom;
    }
}

#hero.stay .hero__wrapper{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 11rem;
}

#hero.stay .hero__award__row{
    margin-bottom: 4rem;
}

@media only screen and (min-width: 769px){
    #hero.stay:before{
        height: 45.3rem;
    }

    #hero.stay{
        height: 102.9rem;
    }
    #hero.stay .hero__wrapper{
        top: 20.1rem;
    }

    #hero.stay figure img{
        height: 102.9rem;
    }
}

/* Hero Discover */

#hero.discover .hero__copy__description{
    font-size: 1.6em;
    line-height: 2.4rem;
    font-family: minion-pro, serif;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin-top: 1.1rem;
    padding: 0 1rem;
}

#hero.discover .hero__copy__description a{
    text-decoration: underline;
    color: #EDF2F2;
}

#hero.discover .hero__copy__description a:hover{
    text-decoration: none;
}

#hero.hero__about .hero__copy__description{
    width: 33.6rem;
    margin: 0 auto;
}

#hero.discover:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(360deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
}

#hero.discover .hero__copy .discover__start{
    margin-top: 3.8rem;
}

#hero.discover figure img{
    -o-object-position: center;
       object-position: center;
}

@media only screen and (max-height: 620px){
    #hero.discover figure img{
        -o-object-position: bottom;
           object-position: bottom;
    }
}

#hero.discover .hero__wrapper{
    top: 20.4rem;
}

@media only screen and (min-width: 768px){
    #hero.hero__about .hero__copy__description{
        width: 59.6rem;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px){

    #hero.discover .hero__copy__description{
        font-size: 2em;
        line-height: 3.2rem;
        margin-top: 6.6rem;
        padding: 0;
    }

    #hero.discover:before{
        height: 45.3rem;
    }

    #hero.discover .hero__wrapper{
        top: 30.1rem;
        z-index: 5;
    }

    #hero.discover .hero__copy .discover__start{
        margin-top: 8.1rem;
    }
}

@media only screen and (max-height: 670px) and (min-width: 769px){
    #hero.discover .hero__wrapper{
        top: 29.737609329446062vh;
    }
}

/* Hero Eat */

#hero.eat{
    height: 61.8rem;
    position: relative;
    margin-bottom: 58.2rem;
}

#hero.eat h1{
    padding: 0 .8rem;
}

#hero.eat .hero__wrapper{
    top: 20.5rem;
}

#hero.eat .hero__copy .discover__start{
    margin-top: 1.7rem;
}

#hero.eat .hero__copy__relais {
    width: 6.9rem;
    height: 7.3rem;
    margin: 0 auto;
}

#hero.eat:before{
    display: none;
}

body:not(.white) #hero.noback:after{
    /* background: linear-gradient(180deg, rgba(255,255,255,.8) 0%, transparent 100%); */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#hero.eat figure img{
    -o-object-position: 52%;
       object-position: 52%;
}

#hero.eat .eat__hero__desc{
    position: absolute;
    /* bottom: -47.9rem; */
    bottom: -59.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 1.5rem;
}

#hero.eat .eat__hero__desc figure{
    width: 38rem;
    position: relative;
    margin: 0 auto;
    top: 9rem;
}

#hero.eat .eat__hero__desc p{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    font-size: 2.2em;
    line-height: 2.8rem;
    font-family: minion-pro, serif;
    text-align: center;
    margin: 0 auto;
    margin-top: 4.8rem;
    width: 31.4rem;
}

@media only screen and (min-width: 769px){
    #hero.eat{
        height: 85rem;
    }

    #hero.eat .hero__copy__relais{
        width: 8.9rem;
        height: 9.3rem;
        margin: 0 auto;
        margin-top: 3.4rem;
    }

    #hero.eat .hero__copy__relais img{
        -o-object-fit: contain !important;
           object-fit: contain !important;
    }

    #hero.eat figure.eat__back img{
        height: 85rem;
    }

    #hero.eat .eat__hero__desc figure img,
    .hero__copy__relais img{
        height: auto !important;
    }

    #hero.eat .eat__hero__desc figure{
        width: 59.5rem;
        position: relative;
        top: 7rem;
    }

    #hero.eat figure.eat__back img{
        -o-object-fit: cover !important;
           object-fit: cover !important;
        -o-object-position: cover !important;
           object-position: cover !important;
    }
    
    #hero.eat .eat__hero__desc figure img{
        width: 59.5rem;
        -o-object-fit: cover;
           object-fit: cover;
    }

    #hero.eat .eat__hero__desc p{
        font-size: 2.2em;
        line-height: 3.8rem;
        width: 66.9rem;
    }

    #hero.eat .hero__wrapper{
        top: 30rem
    }

    #hero.eat .hero__copy .discover__start{
        margin-top: 6.9rem;
    }

    #hero.eat .eat__hero__desc{
        bottom: -59.8rem;
    }
}

@media only screen and (max-height: 650px){
    #hero.eat .hero__wrapper{
        top: 35.294117647058826vh;
    }
}

/* Hero Unwind */

#hero.unwind figure img{
    /* width: 192rem; */
    -o-object-position: center;
       object-position: center;
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}

#hero.unwind .hero__copy h1{
    margin-bottom: 4.25rem;
}

#hero.unwind .hero__copy .discover__start{
    margin-top: 9.2rem;
}

@media only screen and (min-width: 769px){
    #hero.unwind .hero__copy p br{
        display: block;
    }

    #hero.unwind .hero__copy .discover__start{
        margin-top: 10.2rem;
    }
}

/* Hero Explore */

#hero.explore figure img{
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}

#hero.explore figure img{
    -o-object-position: 45%;
       object-position: 45%;
}

@media only screen and (min-width: 769px){
    #hero.explore figure img{
        -o-object-position: center center;
           object-position: center center;
    }

    #hero.explore .hero__copy__description{
        margin-top: 2.1rem;
    }

    #hero.explore .hero__copy .discover__start{
        margin-top: 14rem;
    }
}

/* Hero About */

#hero.hero__about{
    height: 73.7rem;
}

.hero__about__backone,
.hero__about__backtwo{
    position: absolute;
}

#hero.hero__about .hero__copy .discover__start{
    margin-top: 10.8rem;
}

.hero__about__backone{
    width: 28rem;
    left: -3rem;
    height: 37rem;
    top: 6rem;
}

.hero__about__backone img{
    position: absolute;
    top: 0;
    left: 0;
}

.hero__about__backone img:nth-child(1){
    z-index: 3;
}

.hero__about__backone img:nth-child(2){
    z-index: 2;
}

.hero__about__backone img:nth-child(3){
    z-index: 1;
}

.hero__about__backone:after,
.hero__about__backtwo:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10vh;
    z-index: 4;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(80%, rgba(118, 115, 66, 0)));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, rgba(118, 115, 66, 0) 80%);
    background: linear-gradient(360deg, rgba(149, 97, 88, 1) 0%, rgba(118, 115, 66, 0) 80%);
}

.hero__about__backtwo{
    width: 25rem;
    height: 38rem;
    bottom: 0;
    right: -4rem;
}

#hero.hero__about .hero__copy__description{
    font-size: 1.6em;
    line-height: 2.4rem;
    z-index: 5;
}

.hero__about__backtwo img{
    position: absolute;
    left: 0;
    top: 0;
}

.hero__about__backtwo img:nth-child(1){
    z-index: 2;
}
.hero__about__backtwo img:nth-child(2){
    z-index: 1;
}

@media only screen and (min-width: 768px){
    .hero__about__backone{
        /* width: 40rem; */
        width: 34rem;
        height: 41rem;
        left: 0;
        top: auto;
        bottom: 0;
    }

    #hero.hero__about .hero__copy .discover__start{
        margin-top: 14rem;
    }
    
    .hero__about__backtwo{
        /* width: 25.5rem;
        height: 28.5rem; */
        width: 29rem;
        height: 45rem;
        bottom: 0;
        right: 0;
    }

    #hero.hero__about .hero__copy__description{
        font-size: 2em;
        line-height: 3.2rem;
    }
}

@media only screen and (min-width: 769px){
    #hero.hero__about{
        height: 102.9rem;
    }
}

@media only screen and (min-width: 1024px){
    #hero.hero__about{
        overflow: hidden;
    }

    #hero.hero__about:before{
        /* z-index: 4; */
    }

    .hero__about__backone{
        /* width: 65.6rem; */
        left: 0;
        top: auto;
        bottom: 0;
        /* height: 75.2rem; */
        width: 41rem;
        height: 49rem;
    }
    
    .hero__about__backtwo{
        /* width: 66.4rem;
        height: 75.6rem; */
        bottom: 0;
        /* right: calc(33vw - 66.4rem); */
        width: 36rem;
        height: 52rem;
    }

    #hero.hero__about .hero__copy__description{
        font-size: 2em;
        line-height: 3.2rem;
        margin-top: 6.8rem;
    }
}

@media only screen and (min-width: 1366px){
    .hero__about__backone{
        width: 70.4rem;
        left: calc(36vw - 70.4rem);
        top: auto;
        bottom: 0;
        height: 88.8rem;
    }

    .hero__about__backtwo{
        width: 62.8rem;
        height: 83.5rem;
        right: calc(32vw - 62.8rem);
    }
}

/* Hero Contact */

#hero.hero__contact .hero__wrapper{
    top: 13.8rem;
    z-index: 1;
}

#hero.hero__contact .hero__copy .discover__start{
    margin-top: 2.6rem;
}

#hero.hero__contact .hero__about__backtwo{
    display: none;
}

#hero.hero__contact .hero__about__backone{
    left: -12rem;
    top: auto;
    bottom: 5.8rem;
}

@media only screen and (min-width: 769px){
    #hero.hero__contact .hero__about__backone{
        bottom: 0;
        left: calc(38vw - 89.5rem);
        width: 89.5rem !important;
    }
    
    #hero.hero__contact .hero__about__backtwo{
        display: block;
        width: 68.8rem;
        height: 62rem;
        right: calc(29vw - 68.8rem);
    }
}

/* Animation Hero About */

@media only screen and (min-width: 1024px){
    
    .hero__about__backtwo img:nth-child(1){
        -webkit-animation: float1 4.5s ease-in-out infinite;
        animation: float1 4.5s ease-in-out infinite;
    }

    .hero__about__backone img:nth-child(2){
        -webkit-animation: arc 8.5s ease-in-out infinite;
                animation: arc 8.5s ease-in-out infinite;
    }
    .hero__about__backone img:nth-child(3){
        -webkit-animation: arc2 8.5s ease-in-out infinite;
                animation: arc2 8.5s ease-in-out infinite;
    }
}

/* Hero Home awards */

.award__description{
    display: none;
}

.hero__home .award__description{
    display: block;
}

.hero__home .hero__award__row{
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.hero__home .hero__award__row figure{
    /* flex: 0 0 15.1rem !important; */
    margin-right: 0 !important; 
    margin-bottom: 2.4rem;
    width: 30.6rem !important;
}

.hero__home .hero__award__row figure:nth-child(odd){
    /* margin-right: 2.5rem !important; */
}

.hero__home .hero__award__row figure img{
    width: 56.695px !important;
}

.hero__home .hero__award__row p{
    margin-top: 0.8rem; 
}

.hero__home .award__description{
    left: 1.7rem;
}

.hero__home .hero__arrow__wrapper{
    bottom: 2rem;
}

.hero__home .hero__copy .award__description{
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    font-weight: 500;
}

.hero__home .hero__award__row figure img{
    width: 9rem !important;
    height: auto !important;
}

/* .hero__home .hero__award__row figure:nth-child(2) img{
    width: 8.5rem !important;
}

.hero__home .hero__award__row figure:nth-child(3) img{
    width: 9.2rem !important;
} */

/* #hero.hero__home .hero__wrapper{
    top: 57%;
} */

.hero__home .hero__award__row p{
    margin-top: .4rem !important;
}

.hero__home .hero__copy h2{
    display: none;
}

@media only screen and (min-width: 769px){

    .hero__home .hero__award__row figure img{
        height: 56.695px !important;
    }

    .hero__home .hero__copy h2{
        display: block;
    }

    #hero.hero__home .hero__wrapper{
        top: 30.897435%;
    }

    .hero__home .hero__award__row{
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start !important;
    }

    .hero__home .hero__award__row figure img{
        width: 59px !important;
    }

    .hero__home .hero__award__row figure{
        margin-right: -1.5rem !important;
        margin-bottom: 0 !important;
        margin-top: 7rem;
    }

    .hero__home .hero__award__row figure:last-child{
        margin-right: 0 !important;
    }

    .hero__home .hero__arrow__wrapper{
        bottom: 4rem;
    }

    .hero__home .hero__award__row figure{
        flex: 0 0 22.2rem !important;
    }

    .hero__home .hero__copy .award__description{
        font-size: 1.6em;
        line-height: 2.0rem;
        letter-spacing: 1.92px;
        font-weight: 500;
    }

    .hero__home .hero__award__row figure img{
        width: 9.6rem !important;
    }

    .hero__home .hero__copy .hero__award__row figure:first-child .award__description{
        width: 18rem;
        margin: 0 auto;
        margin-top: 0.8rem;
    }
    
    .hero__home .hero__copy .hero__award__row figure:nth-child(2) .award__description{
        width: 18rem;
        margin: 0 auto;
        margin-top: 0.8rem;
    }
    
    .hero__home .hero__copy .hero__award__row figure:nth-child(3) .award__description{
        width: 18rem;
        margin: 0 auto;
        margin-top: 0.8rem;
    }
}

/* Hero 404 */

#hero.hero__404 .hero__wrapper{
    top: 20.4rem;
}

#hero.hero__404{
    height: 100vh;
}

#hero.hero__404 .hero__copy .discover__start a{
    color: #EDF2F2;
    text-decoration: underline;
}

#hero.hero__404 .hero__copy .discover__start a:hover{
    text-decoration: none;
}

@media only screen and (min-width: 769px){
    #hero.hero__404 .hero__copy__description{
        margin-top: 4rem;
        font-size: 2.2em;
    }

    #hero.hero__404 .hero__copy .discover__start{
        margin-top: 6.4rem;
    }

    #hero.hero__404 .hero__about__backone{
        bottom: -12rem;
    }
    
    #hero.hero__404 .hero__about__backtwo{
        bottom: -12rem;
    }
}

@media only screen and (min-width: 1366px){
    #hero.hero__404 div.hero__about__backone.hero__contact__backone{
        bottom: -18vh !important;
    }
}