@charset "utf-8";
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v30-latin-regular.eot');
    src: local(''),
        url('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'),
        url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'),
        url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'),
        url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #32373C;
    font: 400 1em/1.5em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1400px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 3rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.btn {
    display: inline-block;
    background: #AB0D73;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 3rem;
    margin: 2rem 0;
}
p {
    padding-bottom: 1rem;
}
h1, h2, header p {
    font-weight: 400;
    font-family: 'Playfair Display', "Times New Roman", Times, serif;
}
h1, h2, h3, .color, a.color {
    color: #AB0D73;
}
h1 {
    margin: 0 0 2.5rem;
    font-size: 2.7em;
    line-height: 1.1;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 2.3em;
    line-height: 1.3;
    margin: 1rem 0;
}
h3 {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.7em;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 1rem 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.big {
    font-size: 1.25em;
    line-height: 1.3;
}
.pb {
    padding-bottom: 3rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.left, footer {
    width: 860px;
}
.right {
    width: 350px;
}
.bg {
    background: #F8E9F1;
    margin: 0 0 1rem -3rem;
    padding: 1rem 1rem 0 3rem;
}
.box {
    border: 2px solid #AB0D73;
    background: #F8E9F1;
    padding: 1rem;
    margin-top: 17rem;
}
.flex1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 5rem;
    align-items: center;
    padding: 2rem;
    background: #F8E9F1;
    margin-bottom: 2rem;
}
.socials {
    width: 350px;
    position: absolute;
    right: 3rem;
    top: 89rem;
}
.social-share {
    color: #AB0D73;
    border-block: 1px solid #AB0D73;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
header figure {
    margin: 1.5rem 0;
}
header p {
    background: #AB0D73;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.2;
    padding: 1rem;
    width: 350px;
    position: absolute;
    right: 3rem;
    top: 58rem;
}
article {
    padding: 0;
}
footer {
    padding: 0;
}
figure {
    margin: 0;
}
@media only screen and (max-width:1399px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    header p, .socials {
        position: static;
        width: auto;
        margin-bottom: 1.5rem;
    }
    header figure {
        margin-bottom: 0;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right, footer {
        width: auto;
    }
    .box {
        margin: 0 0 1.5rem;
    }
    .socials {
        margin-top: 2rem;
    }
    .socials figure {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:768px) {
    #wrapper {
        padding: 2rem;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    header p {
        font-size: 1.5em;
        line-height: 1.2;
    }
    h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 1.8em;
    }
}
@media only screen and (max-width:680px) {
    .flex1 {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    .flex1 :is(p, h4) {
        text-align: center;
    }
    a.btn {
        padding: 1rem 1.5rem;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}