:root { font-size: 100%; }

@font-face {
    font-family: 'nexafreeBold';
    src: url('Nexa_Free_Bold-webfont.woff2') format('woff2'),
    url('Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Steelfish';
    src:url('Steelfish.ttf.woff') format('woff'),
    url('Steelfish.ttf.svg#Steelfish') format('svg'),
    url('Steelfish.ttf.eot'),
    url('Steelfish.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexafreeLight';
    src: url('Nexa_Free_Light-webfont.woff2') format('woff2'),
    url('Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
    font-family: 'Judson', serif;
    font-size: 1rem;
}

strong {
    font-family: 'Judson', serif;
}

body {
    margin: 0;
    padding: 0;

}

.page {
    width: 100%;
}

.wrapper {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
}

.header {
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    background-color: #f8cfd9;
}

.header .wrapper {
    padding: 20rem 1rem 4rem;
}

.header .triangle {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-bottom: solid 15px #282829;
    border-right: solid 15px #282829;
    border-left: solid 15px transparent;
    border-top: solid 15px transparent;
    transform: rotate(-90deg);
}

@media only screen and (min-width: 741px) {
    .header .triangle {
        width: 60px;
        height: 60px;
        border-width: 30px;
    }

    .header .wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

header h1 {
    font-family: 'Steelfish', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 4.5rem;
    font-weight: normal;
    line-height: 1.14;
    color: #000;
    text-transform: uppercase;
}

@media only screen and (min-width: 741px) {
    header h1 {
        font-size: 7.5rem;
    }
}

header p {
    max-width: 680px;
    margin: 0;
    padding: 0 0 2rem;
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 1.14;
    font-style: italic;
    color: #282829;
}

@media only screen and (min-width: 741px) {
    header p {
        padding-bottom: 4rem;
        font-size: 1.75rem;
    }
}

.section {
    box-sizing: border-box;
    width: 100%;
}

.summary {
    background-color: #fff;
}

.summary .wrapper {
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media only screen and (min-width: 741px) {
    .summary .wrapper {
        flex-direction: row;
        align-items: stretch;
    }
}

.summary .summary-1 {
    flex: 1 0 calc(33% - 1rem);
    margin-right: 1rem;
}

.summary .summary-2 {
    flex: 1 0 calc(33% - 1rem);
    margin-right: 1rem;
}

.summary .summary-3 {
    flex: 1 0 calc(33% - 1rem);
}

.summary h2 {
    flex: 1 0 100%;
    padding: 0;
    margin: 0 0 2rem;
    font-family: 'nexafreeLight';
    font-size: 2rem;
    line-height: 1.12;
    font-weight: normal;
    color: #282829;
}

.summary h2 strong {
    font-family: 'nexafreeBold';
}

@media only screen and (min-width: 741px) {
    .summary h2 {
        margin: 0 0 3.5rem;
    }
}

.summary p {
    padding: 0 0 1rem;
    margin: 0;
    font-family: 'nexafreeLight';
    font-size: 1.25rem;
    line-height: 1.12;
    font-weight: normal;
    color: #282829;
}

@media only screen and (min-width: 741px) {
    .summary p {
        padding: 0;
    }
}

.summary-3 p {
    padding: 0;
}

.summary p.lead {
    padding-bottom: 1rem;
    font-style: italic;
}

.quotes {
    background-color: #a11f62;
}

.quotes .wrapper {
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}

@media only screen and (min-width: 741px) {
    .quotes .wrapper {
        flex-direction: row;
    }
}

.quotes .quotes-1 {
    flex: 1 0 calc(50% - 1.5rem);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 741px) {
    .quotes .quotes-1 {
        margin-bottom: 0;
    }
}

.quotes .quotes-2 {
    flex: 1 0 calc(50% - 1.5rem);
    align-items: flex-end;
    text-align: left;
}

.quotes p {
    padding: 0;
    margin: 0;
    font-family: 'nexafreeLight';
    font-size: 1.25rem;
    line-height: 1.12;
    font-weight: normal;
    color: #ffffff;
}

.quotes p strong {
    font-family: 'nexafreeBold';
}

@media only screen and (min-width: 741px) {
    .quotes p {
        font-size: 1.625rem;
    }
}

.details {
    background-color: #f0f9fb;
    border-bottom: 3px solid #a11f62;
}

.details .wrapper {
    position: relative;
    border-top: 3rem solid #f0f9fb;
    border-bottom: 3rem solid #f0f9fb;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.details img {
    display: block;
    width: 100%;
    height: auto;
}

.details .desktop {
    display: none;
}

@media only screen and (min-width: 741px) {
    .details .mobile {
        display: none;
    }
    .details .desktop {
        display: block;
    }
}

.details p {
    padding: 0;
    margin: 0 0 1.5rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.2;
    color: #282829;
}

.details p strong {
    color: #46521e;
}

@media only screen and (min-width: 741px) {
    .details p {
        position: absolute;
        margin-bottom: 0;
        max-width: 440px;
        font-size: 1.2rem;
    }

    .details p.text-1 {
        left: 60px;
        top: 10px;
    }

    .details p.text-2 {
        left: 20px;
        top: 106px;
        max-width: 210px;
    }

    .details p.text-3 {
        left: 21px;
        bottom: 131px;
        max-width: 220px;
    }

    .details p.text-4 {
        left: 147px;
        bottom: 10px;
        max-width: 300px;
    }

    .details p.text-5 {
        right: 10px;
        top: 10px;
        max-width: 290px;
    }

    .details p.text-6 {
        right: 0;
        top: 145px;
        max-width: 230px;
    }

    .details p.text-7 {
        right: 0;
        bottom: 153px;
        max-width: 200px;
    }

    .details p.text-8 {
        right: 22px;
        bottom: 56px;
        max-width: 300px;
    }
}

@media only screen and (min-width: 900px) {
    .details p {
        position: absolute;
        margin-bottom: 0;
        max-width: 440px;
        font-size: 1.5rem;
    }

    .details p.text-1 {
        left: 60px;
        top: 10px;
    }

    .details p.text-2 {
        left: 20px;
        top: 176px;
        max-width: 210px;
    }

    .details p.text-3 {
        left: 21px;
        bottom: 191px;
        max-width: 220px;
    }

    .details p.text-4 {
        left: 147px;
        bottom: 10px;
        max-width: 300px;
    }

    .details p.text-5 {
        right: 90px;
        top: 10px;
        max-width: 290px;
    }

    .details p.text-6 {
        right: 30px;
        top: 235px;
        max-width: 230px;
    }

    .details p.text-7 {
        right: 30px;
        bottom: 233px;
        max-width: 230px;
    }

    .details p.text-8 {
        right: 172px;
        bottom: 66px;
        max-width: 300px;
    }
}

.details2 {
    background-color: #f0f9fb;
}

.details2 .wrapper {
    position: relative;
    padding: 0 1rem;
    border-top: 3rem solid #f0f9fb;
    border-bottom: 3rem solid #f0f9fb;
}

.details2 img {
    display: block;
    width: 100%;
    height: auto;
}

.details2 .desktop {
    display: none;
}

@media only screen and (min-width: 741px) {
    .details2 .mobile {
        display: none;
    }
    .details2 .desktop {
        display: block;
    }
}

.details2 p {
    padding: 0;
    margin: 0 0 1.5rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.2;
    color: #282829;
}

.details2 p strong {
    color: #46521e;
}

@media only screen and (min-width: 741px) {
    .details2 p {
        position: absolute;
        margin-bottom: 0;
        max-width: 440px;
    }

    .details2 p.text-1 {
        left: 250px;
        top: 30px;
    }

    .details2 p.text-2 {
        left: 190px;
        top: 81px;
        max-width: 160px;
    }

    .details2 p.text-3 {
        left: 131px;
        top: 180px;
        max-width: 220px;
    }

    .details2 p.text-4 {
        left: 121px;
        top: 280px;
        max-width: 200px;
    }

    .details2 p.text-5 {
        left: 130px;
        top: 370px;
        max-width: 200px;
    }

    .details2 p.text-6 {
        left: 270px;
        bottom: 30px;
        top: inherit;
        max-width: 230px;
    }

    .details2 p.text-7 {
        right: 190px;
        top: 11px;
        max-width: 160px;
        bottom: inherit;
    }

    .details2 p.text-8 {
        right: 155px;
        top: 90px;
        bottom: inherit;
        max-width: 300px;
    }

    .details2 p.text-9 {
        right: 95px;
        top: 170px;
        bottom: inherit;
        max-width: 160px;
    }

    .details2 p.text-10 {
        right: 74px;
        top: 272px;
        bottom: inherit;
        max-width: 180px;
    }

    .details2 p.text-11 {
        right: 200px;
        top: 374px;
        bottom: inherit;
        max-width: 300px;
    }

    .details2 p.text-12 {
        right: 165px;
        bottom: 23px;
        max-width: 190px;
    }
}

@media only screen and (min-width: 900px) {
    .details2 p {
        position: absolute;
        margin-bottom: 0;
        max-width: 440px;
    }

    .details2 p.text-1 {
        left: 340px;
        top: 40px;
    }

    .details2 p.text-2 {
        left: 250px;
        top: 111px;
        max-width: 160px;
    }

    .details2 p.text-3 {
        left: 201px;
        top: 240px;
        max-width: 220px;
    }

    .details2 p.text-4 {
        left: 201px;
        top: 370px;
        max-width: 200px;
    }

    .details2 p.text-5 {
        left: 250px;
        top: 490px;
        max-width: 200px;
    }

    .details2 p.text-6 {
        left: 370px;
        bottom: 50px;
        top: inherit;
        max-width: 230px;
    }

    .details2 p.text-7 {
        right: 310px;
        top: 31px;
        max-width: 160px;
        bottom: inherit;
    }

    .details2 p.text-8 {
        right: 225px;
        top: 120px;
        bottom: inherit;
        max-width: 300px;
    }

    .details2 p.text-9 {
        right: 165px;
        top: 230px;
        bottom: inherit;
        max-width: 160px;
    }

    .details2 p.text-10 {
        right: 144px;
        top: 360px;
        bottom: inherit;
        max-width: 180px;
    }

    .details2 p.text-11 {
        right: 275px;
        top: 494px;
        bottom: inherit;
        max-width: 300px;
    }

    .details2 p.text-12 {
        right: 285px;
        bottom: 33px;
        max-width: 190px;
    }
}

.footer {
    box-sizing: border-box;
    width: 100%;
    text-align: right;
}

.footer .contact .wrapper {
    padding: 4rem 1rem 2rem;
}

.footer .learnMore .wrapper {
    padding: 2rem 1rem 4rem;
}

.contact h1 {
    padding: 0;
    margin: 0 0 1.3rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.14;
    color: #282829;
}

@media only screen and (min-width: 741px) {
    .contact h1 {
        font-size: 1.75rem;
    }
}

.contact h1 strong {
    text-transform: uppercase;
}
.contact h1 span {
    font-style: italic;
}

.contact p {
    padding: 0;
    margin: 0 0 2.5rem;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.14;
    font-style: italic;
    color: #282829;
}

@media only screen and (min-width: 741px) {
    .contact p {
        font-size: 1.4rem;
    }
}

.contact p span {
    text-transform: uppercase;
}

.contact .copyright {
    font-family: 'nexafreeLight';
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-transform: uppercase;
}

@media only screen and (min-width: 741px) {
    .contact .copyright {
        font-size: 1.125rem;
    }
}

.contact {
    background-color: #f8cfd9;
}

.learnMore {
    color: #fff;
    background-color: #3d3d3d;
}

.learnMore p {
    padding: 0;
    margin: 0;
    font-family: 'nexafreeLight';
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.12;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 741px) {
    .learnMore p {
        font-size: 1.3125rem;
    }
}

.learnMore a {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    color: #f8cfd9;
    text-decoration: none;
    cursor: pointer;
}