@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    font: 1em/1.3em "Segoe UI", Calibri, sans-serif;
    color: #000;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 610px;
    border: solid 1px #000;
    background: #fff;
}

p {
    padding-bottom: 0.5rem;
}

h1 {
    margin: 0rem 0rem 0rem;
    font-size: 1.892em;
    line-height: 1.1em;
    color: #fff;
    font-weight: 400;
}

h1 span:first-of-type {
    padding-top: 0.7rem;
}

h1 span {
    display: block;
    width: fit-content;
    padding: 0.1rem 1rem 0;
    line-height: 1.2;
    background: #EB028C;
    background: linear-gradient(100deg, rgba(235, 2, 140, 1) 9%, rgba(91, 46, 145, 1) 53%);
}

h1 span:last-of-type {
    padding-bottom: 0.5rem;
    background: #DE068C;
    background: linear-gradient(100deg, rgba(222, 6, 140, 1) 23%, rgba(118, 42, 145, 1) 79%);
}

h2 {
    color: #5B2E91;
    font-size: 1.6em;
    line-height: 1.2;
    margin: 14px 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
    line-height: 1.35;
}

li {
    padding: 0 0 0 16px;
}

ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: 0 0 0 -16px;
}

header {
    padding: 0;
}

.color {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #E6058C 0%, #5B2E91 23%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.res{
    display: none;
}

p a.link {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #E6058C 20%, #5B2E91 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.banner {
    position: absolute;
    right: 0;
    top: 0;
}

header p {
    font-size: 1.188em;
    line-height: 1.3;
    padding: 0.3rem 1.3rem;
    color: #fff;
    margin: -20px 0 0 154px;
    width: fit-content;
    background: #EB028C;
    background: linear-gradient(100deg, rgba(235, 2, 140, 1) 9%, rgba(91, 46, 145, 1) 53%);
    position: relative;
}

.background {
    background: #EB028C;
    padding: 0.3rem 1rem;
    margin: 0 0 0 -1rem;
    color: #fff;
    font-size: 1.125em;
    background: linear-gradient(100deg, rgba(235, 2, 140, 1) 9%, rgba(91, 46, 145, 1) 53%);
}

article {
    padding: 0.3rem 1rem 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left {
    width: 57%;
}

.right {
    width: 39%;
  padding-top: 155px;
}

footer {
    padding: 0 1rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

footer p {
    padding-bottom: 0.3rem;
}

img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width:609px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p {
        text-align: left;
    }

    .banner {
        position: static;
    }

    p :is(span, a) {
        display: inline-block;
    }

    .hide_m {
        display: none;
    }

    .banner {
        position: static;
        display: flex;
        justify-content: center;
    }

    header p {
        margin: 1rem;
        display: none;
    }
    .res{
        display: block;
    }

    .left, .right {
        width: 100%;
        padding: 0 0 1rem;
    }

    h1 span, h1 span:last-of-type {
        width: 100%;
        background: none;
    }

    h1 {
        margin-top: 0.7rem;
        hyphens: auto;
        background: linear-gradient(100deg, rgba(235, 2, 140, 1) 9%, rgba(91, 46, 145, 1) 53%);
    }

    .background {
        margin: 0 -1rem;
    }

}
