*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    image-rendering: -webkit-optimize-contrast;
}

/*preset*/
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 25.5px;
    color: #000;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    font-size: 15px;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}

textarea {
    resize: vertical;
}

iframe {
    border: none;
    width: 100%;
}

button {
    cursor: pointer;
}

ul,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
}

input[type="submit"] {
    cursor: pointer;
}

a[href^="tel:"] {
    color: inherit !important;
    text-decoration: none;
}

.media-press-form,
#confirm-section {
    padding: 30px;
    background-color: #FFDFE7;
    background: linear-gradient(180deg, rgba(255, 223, 231, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.wrapper {
    flex-flow: row wrap;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}

.header_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0;
    width: 100%;
}

.header_holder figure {
    margin: 0;
}

.header_holder figure img {
    width: 100%;
    max-width: 300px;
}

.main_logo,
nav {
    width: 50%;
}

nav li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

nav li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #333;
    top: 0;
    right: -3px;
}

nav li:last-child::after {
    display: none;
}

nav li a {
    display: block;
    color: #333;
    line-height: 33px;
    font-size: 20px;
    padding: 0 5px;
    text-decoration: none;
    line-height: 100%;
}

nav li a:hover,
nav li a:active {
    text-decoration: underline;
    color: #D5597C;
}

nav .nav_top,
nav .nav_bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 0 0 11px;
    gap: 5px;
}

.media-press-form h2.form-title {
    border-bottom: 3px solid #f2a8c3;
    display: inline-block;
    line-height: 25px;
    font-weight: 400;
}

.media-press-form p.form-description {
    margin: 20px 0 40px;
}

[class^="section-"] {
    margin-bottom: 30px;
}

[class^="section-"] h3,
#confirm-section h3 {
    margin-bottom: 15px;
    color: #e54c84;
}

[class^="section-"] .one-col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

[class^="section-"] .input-group {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}

[class^="section-"] .input-group label {
    font-size: 15px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 14px;
    font-weight: 700;
    height: auto;
}

[class^="section-"] .input-group small {
    display: block;
    margin: 7px 0;
    font-size: 14px;
}

[class^="section-"] .input-group small.localhost {
    background-color: #D8D8D8;
    padding: 5px 10px;
}

[class^="section-"] .input-group label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e54c84;
    width: 6px;
    height: 25px;
}


[class^="section-"] .input-group label span {
    background-color: #e54c84;
    color: #fff;
    padding: 6px 13px;
    margin: 0 15px 0 10px;
    font-weight: 400;
}

::placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

[class^="section-"] .input-group textarea {
    resize: none;
    min-height: 150px;
}


[class^="section-"] figure {
    margin: 50px auto 40px;
    text-align: center;
}

[class^="section-"] .input-group input,
[class^="section-"] .input-group textarea {
    border: 1px solid #e54c84;
    padding: 5px;
    font-size: 15px;
    max-width: 500px;
    width: 100%;
}

[class^="section-"] .not-required {
    margin-right: 20px;
}

[class^="section-"] .btn-primary {
    width: 100%;
    padding: 16px 20px;
    border-radius: 50px;
    border: 1px solid #e54c84;
    max-width: 250px;
    margin: 30px auto 0;
    display: block;
    background: #fff;
    color: #e54c84;
    cursor: pointer;
}

[class^="section-"] .btn-primary:hover {
    background: #ff8e8a;
    color: #fff;
}

#confirm-section {
    background: #fff;
}

#confirm-section .group-button {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin: 0 auto;
    gap: 5px;
}

#confirm-section h3 {
    margin-bottom: 0;
}

#confirm-section .confirm_message {
    margin-bottom: 40px;
}

#confirm-section .group-button .btn {
    width: 100%;
    padding: 16px 20px;
    border-radius: 50px;
    max-width: 250px;
    margin: 30px auto 0;
    display: block;
    background: #e54c84;
    color: #fff;
    border: 0;
}

#confirm-section .group-button .btn-secondary {
    background: #ADA590;
    cursor: pointer;
}

footer {
    background: #ffdbe4;
}

footer .wrapper {
    max-width: 1200px;
    display: block;
}

.footer_holder {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
}

.footer_top {
    border-bottom: 1px solid #CBB8BD;
    padding: 10px 0 20px;
    text-align: center;
    width: 100%;
}

.footer_middle1 {
    padding: 30px 0;
}

.footer_middle1 section {
    margin-bottom: 30px;
}

.footer_middle1 ul {
    display: flex;
    flex-flow: row wrap;
}

.footer_middle1 li {
    width: 20%;
}

.footer_middle1 li a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 16px;
}

.footer_middle1 li a:hover {
    opacity: .7;
}

.footer_middle1 li a:before {
    position: absolute;
    content: "▶︎";
    top: 0;
    left: 0;
}

.footer_middle2 {
    background: #EEC3CC;
}

.footer_middle2 ul {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    width: 100%;
    gap: 10px;
    justify-content: center;
}

.footer_middle2 ul li a {
    background: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
}

.footer_middle2 ul li a:hover {
    background: #f09bad;
}

.footer-link {
    font-weight: 700;
}

.copyright {
    background: #f09bad;
    text-align: center;
    font-weight: 700;
}

#menu_button {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .footer_middle1 li {
        width: 32%;
    }
}

@media only screen and (max-width: 768px) {

    nav {
        width: 100%;
    }

    nav .nav_top,
    nav .nav_bottom {
        display: block;
    }

    nav li {
        margin-bottom: 8px;
    }

    nav li a {
        padding: 17px 15px;
        background: #fff;
    }

    nav li::after {
        display: none;
    }

    [class^="section-"] .input-group {
        flex-direction: column;
        gap: 9px;
    }

    [class^="section-"] .input-group input,
    [class^="section-"] .input-group textarea {
        max-width: 100%;
    }

    .media-press-form h2.form-title {
        line-height: 33px;
        max-width: 400px;
        text-align: center;
        margin: 0 auto;
        display: block;
        font-size: 22px;
        width: 100%;
    }

    .footer_middle1 li,
    .footer_middle2 ul li {
        width: 50%;
    }

    .header_holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main_logo {
        flex: 0 0 auto;
    }

    nav#media_global_menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 82%;
        max-width: 360px;
        background: #f2a8c3;
        z-index: 1000;
        padding: 105px 18px 20px;
        box-shadow: -4px 0 18px rgba(0, 0, 0, 0.18);
        overflow: auto;
    }

    #menu_button {
        display: block;
        cursor: pointer;
        z-index: 1001;
        padding: 10px 12px;
        background: transparent;
        border: 0;
        color: inherit;
    }

    #menu_button i {
        display: block;
        width: 22px;
        height: 3px;
        background: #222;
        margin: 4px auto;
        transition: all .25s ease;
    }

    #menu_button span {
        font-size: 14px;
    }

    body.menu-open nav#media_global_menu {
        display: block;
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open #menu_button i:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.menu-open #menu_button i:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }

    body.menu-open #menu_button i:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

@media only screen and (max-width: 500px) {

    .footer_middle1 li,
    .footer_middle2 ul li {
        width: 100%;
    }
}