a {
    color: rgb(134, 38, 51);
    text-decoration-line: underline;
}

a:hover {
    text-decoration: inherit;
}

body {
    color: rgb(121, 106, 95);
    background-color: rgb(213, 209, 203);
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-family: "Star Serif", serif;
    color: rgb(55, 47, 49);
    letter-spacing: 0px;
    outline: none;
    margin-bottom: 0px;
}

.noscript {
    display: none;
}

.pret-logo {
    width: 120px;
}

.pret-wifi {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 15px
}

.pink {
    color: rgb(230, 56, 136);
}

@font-face {
    font-display: fallback;
    font-family: "Star Serif";
    font-style: normal;
    font-weight: 900;
    src: local("Star Serif"), url(../fonts/starserif-headline.woff2) format("woff2"), url(../fonts/starserif-headline.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: 400;
    src: local("Sofia Pro"), url(../fonts/sofia-pro-regular.woff2) format("woff2"), url(../fonts/sofia-pro-regular.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: 600;
    src: local("Sofia Pro"), url(../fonts/sofia-pro-semi-bold.woff2) format("woff2"), url(../fonts/sofia-pro-semi-bold.woff) format("woff")
}

@font-face {
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: 700;
    src: local("Sofia Pro"), url(../fonts/sofia-pro-bold.woff2) format("woff2"), url(../fonts/sofia-pro-bold.woff) format("woff")
}

a.agree-connect,
a.back-button {
    display: inline-block;
    padding: 10px 10px 10px 20px;
    margin: 40px 0 5px;
    background: rgb(213, 209, 203);
    border-radius: 25px;
    line-height: 1.3;
    cursor: pointer;
}

a.agree-connect img {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
}

a.back-button img {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
    transform: rotate(180deg);
}

.container.content {
    text-align: center;
}

.container {
    overflow: hidden;
    position: relative;
    width: 92%;
    max-width: 1600px;
    height: auto !important;
    margin: 0px auto 0px;
    padding: 0;
    z-index: 5;
}

.row {
    position: relative;
    overflow: hidden;
}

.row.main {
    background: #fff;
}

.row.top {
    border-top: 5px solid #fff;
    padding: 30px 0 30px 7%
}

.row.bottom {
    text-align: center;
}

.block {
    display: inline-block;
    overflow: visible;
    width: 40%;
    max-width: 750px;
    text-align: left;
    vertical-align: top;
    clear: both;
}

.en-block,
.fr-block {
    display: inline-block;
    overflow: hidden;
    width: 40%;
    max-width: 750px;
    margin: 105px 0 100px 0;
    padding: 0 3% 0 3%;
    text-align: left;
    vertical-align: top;
    clear: both;
}

.en-block {
    background: url('../images/dot-line.png') right repeat-y;
    background-size: 1.5px 3.5px;
}

@media all and (min-width : 320px) and (max-width : 850px) {

    /* Styles */
    .en-block,
    .fr-block {
        display: block;
        clear: both;
        width: 97%;
        margin: 12.5% 0 8%;
        padding: 0 0 0 3%;
    }

    .en-block {
        background: url('../images/dot-line-hz.png') bottom repeat-x;
        margin: 50px 0 0 0;
        background-size: 3.5px 1.5px;
    }

}

.wifi {
    color: rgb(134, 38, 51);
    font-family: "Sofia Pro", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.terms .wifi-copy {
    max-width: 60em;
    width: 80%;
    text-align: left;
}

@media (min-width: 320px) and (max-width: 480px) {
    .wifi-copy {
        width: 90%;
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

.button {
    text-align: center;
}

.footer-image {
    padding: 2em 0 0 0;
    width: 50px;
    height: 85px;
}

ol, ul {
    text-indent: 24px;
    padding: 18px;
}

li {
    padding: 10px 0 10px 0;
}

.alpha {
    list-style-type: lower-alpha;
}

#loading {
    display:none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: -76px 0 0 -76px;
    z-index: 10;
    padding: 8px;
}