:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/hind-vadodara-v13-latin-300.eot');
    src: url('../fonts/hind-vadodara-v13-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-300.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-300.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-300.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-300.svg#HindVadodara') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-vadodara-v13-latin-regular.eot');
    src: url('../fonts/hind-vadodara-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-regular.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-regular.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-regular.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-regular.svg#HindVadodara') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/hind-vadodara-v13-latin-500.eot');
    src: url('../fonts/hind-vadodara-v13-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-500.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-500.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-500.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-500.svg#HindVadodara') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-vadodara-v13-latin-600.eot');
    src: url('../fonts/hind-vadodara-v13-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-600.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-600.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-600.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-600.svg#HindVadodara') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-vadodara-v13-latin-700.eot');
    src: url('../fonts/hind-vadodara-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-700.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-700.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-700.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-700.svg#HindVadodara') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Hind Vadodara', Arial, sans-serif;
    color: #7d7d7d;
    font-weight: 500;
}

#wrapper {
    position: relative;
    max-width: 680px;
    margin: 16px auto;
    border: 1px solid #4B8488;
    overflow: hidden;
    background-color: #fff;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 39px;
    line-height: 1.3;
    font-weight: 700;
    background-color: #4B8488;
    color: #fff;
    text-align: center;
    padding: 12px 16px;
    box-shadow: -0.5px 3px 15px #999;
}

h1 strong {
    color: #4B8488;
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

h2 {
    margin: 16px 0;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background-color: #4B8488;
    padding: 10px;
    border-radius: 10px;
    width: 249px;
    position: absolute;
    top: 11px;
    right: 66px;
    transform: rotate(-4deg);
    box-shadow: -0.5px 3px 15px #999;
}

h3 {
    margin: 5px 0 9px 28px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #4c858a;
}

h3 strong {
    font-size: 25px;
    line-height: 1.25;
    color: #4B8488;
    display: block;
}

h4 {
    font-size: 51px;
    line-height: 1.2;
    font-weight: 700;
    background-color: #4B8488;
    color: #fff;
    text-align: center;
    padding: 12px 16px;
}

h4 small {
    font-size: 26px;
    display: block;
}

h5 {
    margin: 16px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #4c858a;
}

.logo {
    padding: 16px;
}

img {
    vertical-align: bottom;
}

p:not(:last-of-type) {
    margin-bottom: 16px;
}

header {
    margin: 0;
    padding: 0;
}

article {
    padding: 21px 56px 0;
    position: relative;
}

footer {
    padding: 12px 0 1px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    border-top: 1px solid #4c858a;
    margin: 1rem;
}

.qrcode {
    position: absolute;
    bottom: 0;
    right: 73px;
    width: 189px;
    padding: 0 0 0 98px;
    background: url(../images/arrow.jpg) no-repeat bottom left;
}

footer .social>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0 0 25px;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}

ul li {
    font-weight: bold;
    color: #7d7d7d;
    margin: 0 0 9px;
    padding: 0 0 0 28px;
    background: url(../images/iconlist.jpg) no-repeat 0 3px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.link {
    font-weight: bold;
    font-size: 20px;
    color: #4c858a !important;
}

@media all and (max-width:680px) {
    #wrapper {
        margin: 0;
        border: none;
    }


    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h2 {
        position: static;
        transform: none;
        width: auto;
    }

    .qrcode {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}

@media all and (max-width:650px) {
    article {
        padding: 0 16px 0;
        position: relative;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width:620px) {
    footer {
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }

    h4 {
        font-size: 40px;
    }
}