.clearfix:after {
    content: "";
    display: table;
    clear: both
}

body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark {
    margin: 0;
    padding: 0
}

body {
    font-weight: 300;
    font-family: "proxima-nova", "ge-dinar-one", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB", "冬青黑体", sans-serif;
    color: #222
}

h1 {
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    color: #333
}

.text-centered {
    text-align: center
}

.vc-outer {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.vc-inner {
    display: table-cell;
    vertical-align: middle;
    max-width: 100%
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.align-inline {
    display: inline-block
}

.valign-middle {
    vertical-align: middle
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.mtop20 {
    margin-top: 20px
}

.mtop30 {
    margin-top: 30px
}

.mbot20 {
    margin-bottom: 20px
}

.title-m {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase
}

.title-l {
    padding: 10px 0 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    text-align: center
}

.container, .container-full-width-mobile {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px
}

@media only screen and (max-width: 767px) {
    .container-full-width-mobile {
        padding: 0
    }
}

.grid-row, .restaurant-index-page--grid-row {
    margin: 0 -15px
}

.grid-row:after, .restaurant-index-page--grid-row:after {
    content: "";
    display: table;
    clear: both
}

.grid-row > .col-1, .restaurant-index-page--grid-row > .col-1 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-1, .restaurant-index-page--grid-row > .col-1 {
        float: left;
        width: 8.33333%
    }
}

.grid-row > .offset-1, .restaurant-index-page--grid-row > .offset-1 {
    margin-left: 8.33333%
}

.grid-row > .col-2, .restaurant-index-page--grid-row > .col-2 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-2, .restaurant-index-page--grid-row > .col-2 {
        float: left;
        width: 16.66667%
    }
}

.grid-row > .offset-2, .restaurant-index-page--grid-row > .offset-2 {
    margin-left: 16.66667%
}

.grid-row > .col-3, .restaurant-index-page--grid-row > .col-3 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-3, .restaurant-index-page--grid-row > .col-3 {
        float: left;
        width: 25%
    }
}

.grid-row > .offset-3, .restaurant-index-page--grid-row > .offset-3 {
    margin-left: 25%
}

.grid-row > .col-4, .restaurant-index-page--grid-row > .col-4 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-4, .restaurant-index-page--grid-row > .col-4 {
        float: left;
        width: 33.33333%
    }
}

.grid-row > .offset-4, .restaurant-index-page--grid-row > .offset-4 {
    margin-left: 33.33333%
}

.grid-row > .col-5, .restaurant-index-page--grid-row > .col-5 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-5, .restaurant-index-page--grid-row > .col-5 {
        float: left;
        width: 41.66667%
    }
}

.grid-row > .offset-5, .restaurant-index-page--grid-row > .offset-5 {
    margin-left: 41.66667%
}

.grid-row > .col-6, .restaurant-index-page--grid-row > .col-6 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-6, .restaurant-index-page--grid-row > .col-6 {
        float: left;
        width: 50%
    }
}

.grid-row > .offset-6, .restaurant-index-page--grid-row > .offset-6 {
    margin-left: 50%
}

.grid-row > .col-7, .restaurant-index-page--grid-row > .col-7 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-7, .restaurant-index-page--grid-row > .col-7 {
        float: left;
        width: 58.33333%
    }
}

.grid-row > .offset-7, .restaurant-index-page--grid-row > .offset-7 {
    margin-left: 58.33333%
}

.grid-row > .col-8, .restaurant-index-page--grid-row > .col-8 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-8, .restaurant-index-page--grid-row > .col-8 {
        float: left;
        width: 66.66667%
    }
}

.grid-row > .offset-8, .restaurant-index-page--grid-row > .offset-8 {
    margin-left: 66.66667%
}

.grid-row > .col-9, .restaurant-index-page--grid-row > .col-9 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-9, .restaurant-index-page--grid-row > .col-9 {
        float: left;
        width: 75%
    }
}

.grid-row > .offset-9, .restaurant-index-page--grid-row > .offset-9 {
    margin-left: 75%
}

.grid-row > .col-10, .restaurant-index-page--grid-row > .col-10 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-10, .restaurant-index-page--grid-row > .col-10 {
        float: left;
        width: 83.33333%
    }
}

.grid-row > .offset-10, .restaurant-index-page--grid-row > .offset-10 {
    margin-left: 83.33333%
}

.grid-row > .col-11, .restaurant-index-page--grid-row > .col-11 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-11, .restaurant-index-page--grid-row > .col-11 {
        float: left;
        width: 91.66667%
    }
}

.grid-row > .offset-11, .restaurant-index-page--grid-row > .offset-11 {
    margin-left: 91.66667%
}

.grid-row > .col-12, .restaurant-index-page--grid-row > .col-12 {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-row > .col-12, .restaurant-index-page--grid-row > .col-12 {
        float: left;
        width: 100%
    }
}

.grid-row > .offset-12, .restaurant-index-page--grid-row > .offset-12 {
    margin-left: 100%
}

.grid-row .empty-cell, .restaurant-index-page--grid-row .empty-cell {
    min-height: 1px
}

.grid-row .empty-cell > *, .restaurant-index-page--grid-row .empty-cell > * {
    display: none
}

.row-fluid, .row-fluid-inc-phone {
    display: block;
    margin-left: -20px
}

.row-fluid:after, .row-fluid-inc-phone:after {
    content: "";
    display: table;
    clear: both
}

.row-fluid > [class^="col-"], .row-fluid-inc-phone > [class^="col-"] {
    display: block;
    float: left;
    padding-left: 20px
}

.row-fluid > .col-1, .row-fluid-inc-phone > .col-1 {
    width: 8.33333%
}

.row-fluid > .col-2, .row-fluid-inc-phone > .col-2 {
    width: 16.66667%
}

.row-fluid > .col-3, .row-fluid-inc-phone > .col-3 {
    width: 25.0%
}

.row-fluid > .col-4, .row-fluid-inc-phone > .col-4 {
    width: 33.33333%
}

.row-fluid > .col-5, .row-fluid-inc-phone > .col-5 {
    width: 41.66667%
}

.row-fluid > .col-6, .row-fluid-inc-phone > .col-6 {
    width: 50.0%
}

.row-fluid > .col-7, .row-fluid-inc-phone > .col-7 {
    width: 58.33333%
}

.row-fluid > .col-8, .row-fluid-inc-phone > .col-8 {
    width: 66.66667%
}

.row-fluid > .col-9, .row-fluid-inc-phone > .col-9 {
    width: 75.0%
}

.row-fluid > .col-10, .row-fluid-inc-phone > .col-10 {
    width: 83.33333%
}

.row-fluid > .col-11, .row-fluid-inc-phone > .col-11 {
    width: 91.66667%
}

.row-fluid > .col-12, .row-fluid-inc-phone > .col-12 {
    width: 100.0%
}

.row-fluid > .offset-1, .row-fluid-inc-phone > .offset-1 {
    margin-left: 8.33333%
}

.row-fluid > .offset-2, .row-fluid-inc-phone > .offset-2 {
    margin-left: 16.66667%
}

.row-fluid > .offset-3, .row-fluid-inc-phone > .offset-3 {
    margin-left: 25.0%
}

.row-fluid > .offset-4, .row-fluid-inc-phone > .offset-4 {
    margin-left: 33.33333%
}

.row-fluid > .offset-5, .row-fluid-inc-phone > .offset-5 {
    margin-left: 41.66667%
}

.row-fluid > .offset-6, .row-fluid-inc-phone > .offset-6 {
    margin-left: 50.0%
}

.row-fluid > .offset-7, .row-fluid-inc-phone > .offset-7 {
    margin-left: 58.33333%
}

.row-fluid > .offset-8, .row-fluid-inc-phone > .offset-8 {
    margin-left: 66.66667%
}

.row-fluid > .offset-9, .row-fluid-inc-phone > .offset-9 {
    margin-left: 75.0%
}

.row-fluid > .offset-10, .row-fluid-inc-phone > .offset-10 {
    margin-left: 83.33333%
}

.row-fluid > .offset-11, .row-fluid-inc-phone > .offset-11 {
    margin-left: 91.66667%
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(0.9)
    }
}

@keyframes wobble {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    10% {
        transform: scale3d(1, 1, 1)
    }
    0% {
        transform: scale3d(0.6, 0.6, 0.6)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.font-36 {
    font-size: 24px;
    line-height: 1.25
}

@media only screen and (min-width: 768px) {
    .font-36 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media only screen and (min-width: 980px) {
    .font-36 {
        font-size: 36px;
        line-height: 1.25
    }
}

.font-30 {
    font-size: 20px;
    line-height: 1.25
}

@media only screen and (min-width: 768px) {
    .font-30 {
        font-size: 28px;
        line-height: 1.25
    }
}

@media only screen and (min-width: 980px) {
    .font-30 {
        font-size: 30px;
        line-height: 1.25
    }
}

.font-24, .restaurant-index-page--section-title, .restaurant-index-page--apology {
    font-size: 18px;
    line-height: 1.15
}

@media only screen and (min-width: 768px) {
    .font-24, .restaurant-index-page--section-title, .restaurant-index-page--apology {
        font-size: 24px;
        line-height: 1.25
    }
}

@media only screen and (min-width: 980px) {
    .font-24, .restaurant-index-page--section-title, .restaurant-index-page--apology {
        font-size: 24px;
        line-height: 1.25
    }
}

.font-20, .restaurant-index-page--subhead {
    font-size: 16px;
    line-height: 1.15
}

@media only screen and (min-width: 768px) {
    .font-20, .restaurant-index-page--subhead {
        font-size: 18px;
        line-height: 1.25
    }
}

@media only screen and (min-width: 980px) {
    .font-20, .restaurant-index-page--subhead {
        font-size: 20px;
        line-height: 1.25
    }
}

.font-16 {
    font-size: 14px;
    line-height: 1.15
}

@media only screen and (min-width: 768px) {
    .font-16 {
        font-size: 16px;
        line-height: 1.25
    }
}

@media only screen and (min-width: 980px) {
    .font-16 {
        font-size: 16px;
        line-height: 1.25
    }
}

.text-muted {
    color: #6b7781
}

.btn-outlined {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    border: 1px solid #04bab1
}

.btn-outlined:hover, .btn-outlined:focus, .btn-outlined:active {
    color: #fff;
    background-color: #0aa5af
}

.btn-outlined:hover, .btn-outlined:focus {
    border-color: #0aa5af
}

.btn-outlined:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.btn-primary {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    width: inherit;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.5em 1em
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #0aa5af
}

.btn-primary:hover, .btn-primary:focus {
    border-color: #0aa5af
}

.btn-primary:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    background-color: #04b0a7
}

.btn-primary:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

.btn-facebook {
    background-color: #5577bf
}

.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
    background-color: #476bb1
}

.btn-prefix {
    background-repeat: no-repeat
}

.btn-prefix--facebook {
    background-image: url(/assets/images/icons/btn-prefixes/fb-4e74714ee853870dc0d8a4c2952cfcc6.svg);
    background-position: 13px 47%;
    padding-left: 30px
}

.btn-prefix--envelope {
    background-image: url(/assets/images/icons/btn-prefixes/envelope-79e5b2e629df1d62508f7cef215e3377.svg);
    background-position: 13px 47%;
    padding-left: 40px
}

.btn.btn-large {
    height: 50px;
    line-height: 48px;
    padding: 0px 20px
}

.btn.btn-small {
    padding: 0 13px;
    height: 34px;
    line-height: 32px
}

.btn.btn-tiny {
    font-size: 0.65rem;
    height: 25px;
    line-height: 23px;
    padding: 0 10px
}

.btn.btn-fixed-tiny {
    width: 70px;
    padding-left: 0;
    padding-right: 0
}

.btn.btn-fixed-small {
    width: 150px;
    padding-left: 0;
    padding-right: 0
}

.btn.btn-fixed-small-flex {
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px
}

.btn.btn-fixed-medium {
    width: 200px
}

.btn.btn-fixed-large {
    width: 300px
}

.btn.btn-fluid-full {
    width: 100%
}

.select-branded {
    position: relative;
    min-width: 70px;
    display: inline-block
}

.select-branded select {
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #acb4bc;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #121c25;
    font-weight: 300;
    height: 40px;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 5px 5px 5px 7px;
    position: relative;
    text-indent: 0;
    vertical-align: bottom;
    width: 100%;
    font-size: 16px
}

@media only screen and (min-width: 768px) {
    .select-branded select {
        font-size: 0.8rem
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-branded:before {
        background: url(/assets/images/sprites-06c94b44f9c08cac2ab91e3031c0a8b2.png) no-repeat 0 -146px;
        content: "";
        display: block;
        height: 14px;
        margin-top: -7px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 8px;
        z-index: 10
    }

    .select-branded select {
        -webkit-appearance: none;
        appearance: none;
        padding-right: 25px
    }
}

@-moz-document url-prefix() {
    .select-branded select {
        padding-right: 14px;
        padding-left: 5px
    }
}

@-moz-document url-prefix() {
    .select-branded:hover select {
        border-color: #121c25;
        color: #000
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-branded:hover select {
        border-color: #121c25;
        color: #000
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-branded:hover:before {
        background-position: -20px -146px
    }
}

.select-branded:focus {
    border-color: #04bab1;
    color: #000
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-branded:focus {
        background-image: url(/assets/images/select-arrows-hover.png)
    }
}

.select-branded.select-inline {
    margin-left: 10px
}

.select-branded.select-small select {
    height: 34px
}

.select-branded.select-full {
    width: 100%
}

input[type="text"], input[type="time"], input[type="number"], input[type="password"], input[type="tel"], input[type="email"], textarea {
    background-color: #FFF;
    height: 40px;
    color: #000;
    outline: none;
    padding: 0 12px;
    box-sizing: border-box;
    vertical-align: baseline;
    border: 1px solid #acb4bc;
    border-radius: 3px;
    box-shadow: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s
}

@media only screen and (max-width: 767px) {
    input[type="text"], input[type="time"], input[type="number"], input[type="password"], input[type="tel"], input[type="email"], textarea {
        font-size: 16px
    }
}

input[type="text"]:hover, input[type="time"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="email"]:hover, textarea:hover {
    border-color: #56616b
}

input[type="text"].is-invalid, input[type="time"].is-invalid, input[type="number"].is-invalid, input[type="password"].is-invalid, input[type="tel"].is-invalid, input[type="email"].is-invalid, textarea.is-invalid {
    border-color: #d64541;
    box-shadow: 0px 0px 0px 1px #d64541
}

input[type="text"].is-invalid:hover, input[type="time"].is-invalid:hover, input[type="number"].is-invalid:hover, input[type="password"].is-invalid:hover, input[type="tel"].is-invalid:hover, input[type="email"].is-invalid:hover, textarea.is-invalid:hover {
    border-color: #bc2c28;
    box-shadow: 0px 0px 0px 1px #bc2c28
}

input[type="text"]:focus, input[type="text"].is-invalid:focus, input[type="time"]:focus, input[type="time"].is-invalid:focus, input[type="number"]:focus, input[type="number"].is-invalid:focus, input[type="password"]:focus, input[type="password"].is-invalid:focus, input[type="tel"]:focus, input[type="tel"].is-invalid:focus, input[type="email"]:focus, input[type="email"].is-invalid:focus, textarea:focus, textarea.is-invalid:focus {
    border-color: #04bab1;
    box-shadow: 0px 0px 0px 1px #04bab1
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #6b7781;
    box-shadow: inset 0px 0px 0px 10px #FFF, 0px 2px 0px rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="radio"]:hover, input[type="checkbox"]:hover {
    border-color: #04bab1
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background: #04bab1;
    border-color: #04bab1;
    box-shadow: inset 0px 0px 0px 4px #FFF, 0px 2px 0px rgba(0, 0, 0, 0.05);
    animation-duration: 1s;
    animation-name: wobble
}

input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    color: #04bab1
}

input[type="radio"][disabled], input[type="radio"][disabled]:hover, input[type="checkbox"][disabled], input[type="checkbox"][disabled]:hover {
    border-color: #d6dce2;
    background: #e8ecf0;
    box-shadow: none
}

input[type="checkbox"] {
    border-radius: 2px
}

input[type="radio"] {
    border-radius: 40px
}

input[type="submit"], button {
    font-family: inherit;
    transition: background 0.3s, color 0.3s
}

form.branded-form .input-branded label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 5px 0 2px
}

form.branded-form .input-branded input {
    margin-bottom: 5px;
    width: 100%
}

form.is-submitted :invalid:required {
    border-color: #d64541;
    box-shadow: 0px 0px 0px 1px #d64541;
    background-image: url(/assets/images/form_warning-bc1b3b7287de1c8f8fe8078ab0330b57.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px
}

form.form-branded {
    padding: 20px 0
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    form.form-branded {
        padding: 0
    }
}

form.form-branded .input-branded label {
    display: block;
    text-transform: uppercase;
    font-family: "proxima-nova", "ge-dinar-one", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB", "冬青黑体", sans-serif;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #6b7781
}

form.form-branded .input-branded input {
    margin-bottom: 15px;
    width: 100%
}

form.form-branded .form-error {
    background: #d64541;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px
}

form.form-branded a {
    text-decoration: none;
    color: #04bab1;
    display: block;
    font-size: 0.9rem
}

form.form-branded .t-and-cs:last-of-type {
    margin-bottom: 15px
}

form.form-branded .t-and-cs {
    color: #121c25;
    font-size: 0.8rem;
    padding: 15px 0 10px;
    display: block
}

form.form-branded .t-and-cs span {
    display: block;
    margin-left: 30px
}

form.form-branded .t-and-cs a:link, form.form-branded .t-and-cs a:visited {
    text-decoration: none;
    color: #04bab1;
    display: inline-block
}

form.form-branded .t-and-cs a:link:hover, form.form-branded .t-and-cs a:visited:hover {
    color: #121c25
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    --webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sticky-wrapper--stuck {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    position: fixed;
    width: 100%;
    top: 0;
    transform: translateZ(0);
    z-index: 10
}

html {
    height: 100%
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

body > div[id$="react-component-0"] {
    flex: 1;
    flex-basis: auto
}

.address-search--lightbox.lightbox--wrapper {
    margin-left: -275px;
    top: 5%;
    width: 550px
}

.address-search--lightbox.lightbox--wrapper .lightbox--content {
    height: 100%;
    position: relative
}

.address-search--lightbox.lightbox--wrapper .address-search-box {
    background-color: #000;
    display: none;
    left: 100px;
    position: absolute;
    top: 40px;
    z-index: 100
}

.address-search--lightbox.lightbox--wrapper .address-search--map-header {
    background: #04bab1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--map-header {
        display: none
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--map-strapline {
    background-color: #fff;
    color: #838383;
    font-weight: 300;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--map-strapline {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        padding: 10px 40px;
        position: relative;
        z-index: 1
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--autocomplete-container .address-search--autocomplete {
    width: 100%
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--autocomplete-container {
        position: relative;
        z-index: 1;
        margin: 10px
    }

    .address-search--lightbox.lightbox--wrapper .address-search--autocomplete-container:hover {
        border-color: inherit
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--map {
    border-radius: 0;
    height: 400px;
    width: 100%
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--map {
        bottom: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 0
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--map-controls {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px
}

.address-search--lightbox.lightbox--wrapper .address-search--map-controls:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--map-controls {
        background-color: transparent;
        bottom: 76px;
        left: 76px;
        padding: 0;
        position: absolute;
        right: 76px;
        z-index: 0
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm:hover, .address-search--lightbox.lightbox--wrapper .address-search--cancel:hover {
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .address-search--lightbox.lightbox--wrapper .address-search--confirm, .address-search--lightbox.lightbox--wrapper .address-search--cancel {
        display: block
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    font-size: 14px;
    padding: 0 1em;
    line-height: 2.8
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm:hover, .address-search--lightbox.lightbox--wrapper .address-search--confirm:focus, .address-search--lightbox.lightbox--wrapper .address-search--confirm:active {
    color: #fff;
    background-color: #0aa5af
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm:hover, .address-search--lightbox.lightbox--wrapper .address-search--confirm:focus {
    border-color: #0aa5af
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm:focus, .address-search--lightbox.lightbox--wrapper .address-search--confirm:active, .address-search--lightbox.lightbox--wrapper .address-search--confirm:hover {
    background-color: #04b0a7
}

.address-search--lightbox.lightbox--wrapper .address-search--confirm:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

@media only screen and (min-width: 768px) {
    .address-search--lightbox.lightbox--wrapper .address-search--confirm {
        float: right;
        width: auto
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--confirm {
        padding: 0.4em;
        position: absolute
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--cancel {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-color: #04bab1;
    color: #04bab1;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none;
    width: 100%
}

.address-search--lightbox.lightbox--wrapper .address-search--cancel:hover, .address-search--lightbox.lightbox--wrapper .address-search--cancel:focus, .address-search--lightbox.lightbox--wrapper .address-search--cancel:active {
    color: #fff;
    background-color: #0aa5af
}

.address-search--lightbox.lightbox--wrapper .address-search--cancel:hover, .address-search--lightbox.lightbox--wrapper .address-search--cancel:focus {
    border-color: #0aa5af
}

.address-search--lightbox.lightbox--wrapper .address-search--cancel:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.address-search--lightbox.lightbox--wrapper .address-search--cancel:hover, .address-search--lightbox.lightbox--wrapper .address-search--cancel:focus, .address-search--lightbox.lightbox--wrapper .address-search--cancel:active {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .address-search--lightbox.lightbox--wrapper .address-search--cancel {
        float: left;
        margin-bottom: 0;
        width: auto
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--cancel {
        display: none
    }
}

.address-search--lightbox.lightbox--wrapper .address-search--cancel-icon {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper .address-search--cancel-icon {
        border: none;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        z-index: 2;
        background: transparent;
        font-weight: 400;
        font-size: 16px
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .address-search--lightbox.lightbox--wrapper {
        width: 450px;
        margin-left: -225px
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .address-search--lightbox.lightbox--wrapper {
        height: 100%;
        left: 0;
        margin: 0 0 0 0;
        top: 0;
        width: 100%
    }
}

.homepage-sections-wrapper section {
    padding: 70px 0;
    border-bottom: 1px solid #e8ecf0
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .homepage-sections-wrapper section {
        display: none
    }
}

.homepage-sections-wrapper section .container, .homepage-sections-wrapper section .container-full-width-mobile {
    text-align: center
}

.homepage-sections-wrapper section h2 {
    color: #3f4b56;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1px;
    margin: 0 0 10px 0
}

.homepage-sections-wrapper .homepage-sections--strapline {
    color: #6b7781;
    font-size: 17px;
    line-height: 26/17;
    margin: 0 auto
}

.homepage-sections-wrapper .homepage-sections--restaurants .homepage-sections--strapline {
    margin-bottom: 50px;
    width: 540px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos {
    list-style-type: none;
    padding: 0;
    width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos {
        margin: 0 auto;
        width: 760px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li {
    display: inline-block;
    height: 185px;
    width: 185px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li [class*="-restaurant-logos"] {
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    z-index: -1
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_singapore-4cf5842582c6d7c94c77439329002b33.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_singapore@2x-46b170eaa8f6ff05b63d8a4377ef5361.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.meatliquor {
    background-position: 0 0;
    width: 69px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.meatliquor {
        background-position: 0 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.cedele {
    background-position: -380px 0;
    width: 155px;
    height: 53px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.cedele {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.creativeateries {
    background-position: -760px 0;
    width: 156px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.creativeateries {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.harrys {
    background-position: 0 -160px;
    width: 124px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.harrys {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.nandos {
    background-position: -380px -160px;
    width: 120px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.nandos {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.parkbenchdeli {
    background-position: -760px -160px;
    width: 76px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.parkbenchdeli {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.potatohead {
    background-position: 0 -320px;
    width: 105px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.potatohead {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.sachaandsons {
    background-position: -380px -320px;
    width: 155px;
    height: 63px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.sachaandsons {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.butchersclub {
    background-position: -760px -320px;
    width: 63px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.butchersclub {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.wineconnection {
    background-position: 0 -480px;
    width: 155px;
    height: 59px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.wineconnection {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.pscafe {
    background-position: -380px -480px;
    width: 155px;
    height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.pscafe {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.chopsueycafe {
    background-position: -760px -480px;
    width: 155px;
    height: 48px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .sg-restaurant-logos.chopsueycafe {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_hongkong-7b160fa2cd78d8fef2cc2494d8abd26d.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_hongkong@2x-9efb892e3fda3b55322d6de1043ef4e2.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.beefliberty {
    background-position: 0 0;
    width: 155px;
    height: 16px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.bep {
    background-position: -380px 0;
    width: 62px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.bep {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.butchersclub {
    background-position: -760px 0;
    width: 74px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.butchersclub {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.classified {
    background-position: 0 -160px;
    width: 155px;
    height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.classified {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.nom {
    background-position: -380px -160px;
    width: 68px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.nom {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.grassroots {
    background-position: -760px -160px;
    width: 117px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.grassroots {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.isono {
    background-position: 0 -320px;
    width: 150px;
    height: 53px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.isono {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.jinjuu {
    background-position: -380px -320px;
    width: 155px;
    height: 48px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.jinjuu {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.limewood {
    background-position: -760px -320px;
    width: 155px;
    height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.limewood {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.schoolfood {
    background-position: 0 -480px;
    width: 155px;
    height: 45px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.schoolfood {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.tokiojoe {
    background-position: -380px -480px;
    width: 65px;
    height: 65px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.tokiojoe {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.tsuihang {
    background-position: -760px -480px;
    width: 118px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .hk-restaurant-logos.tsuihang {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_italy-9e315c3b5ab3b6ea6c8919cb9d6138e5.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_italy@2x-4226f06ed44c17baf50b13e246c47b23.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.almercato {
    background-position: 0 0;
    width: 104px;
    height: 66px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.biancolatte {
    background-position: -380px 0;
    width: 68px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.biancolatte {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.breramilano {
    background-position: -760px 0;
    width: 117px;
    height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.breramilano {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.calibakery {
    background-position: 0 -160px;
    width: 92px;
    height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.calibakery {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.gelateriadellamusica {
    background-position: -380px -160px;
    width: 158px;
    height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.gelateriadellamusica {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.hama {
    background-position: -760px -160px;
    width: 100px;
    height: 62px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.hama {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.hamg {
    background-position: 0 -320px;
    width: 69px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.hamg {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.fattobene {
    background-position: -380px -320px;
    width: 69px;
    height: 73px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.fattobene {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.lievita {
    background-position: -760px -320px;
    width: 114px;
    height: 66px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.lievita {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.qor {
    background-position: 0 -480px;
    width: 132px;
    height: 62px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.qor {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.rosso {
    background-position: -380px -480px;
    width: 155px;
    height: 52px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.rosso {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.zazza {
    background-position: -760px -480px;
    width: 153px;
    height: 44px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .it-restaurant-logos.zazza {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_australia-79e915c4e77baa6fc176beb4a6cd9df9.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_australia@2x-977cc830ae659d0807e2d93b69b0407f.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.jamies {
    background-position: -380px 0;
    width: 141px;
    height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.jamies {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.mamasan {
    background-position: -760px 0;
    width: 64px;
    height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.mamasan {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.marys {
    background-position: 0 -160px;
    width: 62px;
    height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.marys {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.ribsandburger {
    background-position: -760px -160px;
    width: 132px;
    height: 60px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.ribsandburger {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.thirtyeightchairs {
    background-position: 0 -320px;
    width: 86px;
    height: 61px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.thirtyeightchairs {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.entrecote {
    background-position: -380px -320px;
    width: 129px;
    height: 42px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.entrecote {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.huxtaburger {
    background-position: -760px -320px;
    width: 135px;
    height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.huxtaburger {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.lazerpig {
    background-position: 0 -480px;
    width: 126px;
    height: 55px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.lazerpig {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.lebonton {
    background-position: -380px -480px;
    width: 91px;
    height: 59px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.lebonton {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.uncle {
    background-position: -760px -480px;
    width: 145px;
    height: 50px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .au-restaurant-logos.uncle {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_dubai-63c78357caf28a9719dd902a5ae04342.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_dubai@2x-d685cd9818d8e0e3f82e6b6ae6942672.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.pingpong {
    background-position: 0 0;
    width: 64px;
    height: 68px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.busaba {
    background-position: -380px 0;
    width: 155px;
    height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.busaba {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.circle {
    background-position: -760px 0;
    width: 155px;
    height: 55px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.circle {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.magnoliabakery {
    background-position: 0 -160px;
    width: 91px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.magnoliabakery {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.fume {
    background-position: -380px -160px;
    width: 103px;
    height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.fume {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.cafebateel {
    background-position: -760px -160px;
    width: 67px;
    height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.cafebateel {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.bakerspice {
    background-position: 0 -320px;
    width: 45px;
    height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.bakerspice {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.eatgreek {
    background-position: -380px -320px;
    width: 139px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.eatgreek {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.barsalata {
    background-position: -760px -320px;
    width: 155px;
    height: 40px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.barsalata {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.tomandserg {
    background-position: 0 -480px;
    width: 68px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.tomandserg {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.pocoloco {
    background-position: -380px -480px;
    width: 155px;
    height: 32px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.pocoloco {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.toko {
    background-position: -760px -480px;
    width: 152px;
    height: 29px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ae-restaurant-logos.toko {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_belgium-58e11495bc71a986f19975efcc4b482a.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_belgium@2x-7967f8c970cd7d2d17db41b285026401.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.sushishop {
    background-position: 0 0;
    width: 147px;
    height: 68px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.burgerij {
    background-position: -380px 0;
    width: 155px;
    height: 54px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.burgerij {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.jackoshea {
    background-position: -760px 0;
    width: 147px;
    height: 63px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.jackoshea {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.chicounou {
    background-position: 0 -160px;
    width: 155px;
    height: 26px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.chicounou {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.littletokyo {
    background-position: -380px -160px;
    width: 78px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.littletokyo {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.marcel {
    background-position: -760px -160px;
    width: 125px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.marcel {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.otomat {
    background-position: 0 -320px;
    width: 37px;
    height: 73px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.otomat {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.ballsandglory {
    background-position: -380px -320px;
    width: 149px;
    height: 60px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.ballsandglory {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.mammaroma {
    background-position: -760px -320px;
    width: 128px;
    height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.mammaroma {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.pauls {
    background-position: 0 -480px;
    width: 59px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.pauls {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.umamido {
    background-position: -380px -480px;
    width: 146px;
    height: 65px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.umamido {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.wagamama {
    background-position: -760px -480px;
    width: 155px;
    height: 42px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .be-restaurant-logos.wagamama {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_germany-1d26c6938e5d77766e4fef6ac1b1b1da.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_germany@2x-149a25ce5676a528e2c3c55da4b81eb0.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.angrychicken {
    background-position: 0 0;
    width: 70px;
    height: 68px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.chimac {
    background-position: -380px 0;
    width: 66px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.chimac {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.burritoco {
    background-position: -760px 0;
    width: 132px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.burritoco {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.aroydee {
    background-position: 0 -160px;
    width: 115px;
    height: 59px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.aroydee {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.schmitz {
    background-position: -380px -160px;
    width: 155px;
    height: 38px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.schmitz {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.frankies {
    background-position: -760px -160px;
    width: 68px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.frankies {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.grindhouse {
    background-position: 0 -320px;
    width: 138px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.grindhouse {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.ottos {
    background-position: -380px -320px;
    width: 155px;
    height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.ottos {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.qrito {
    background-position: -760px -320px;
    width: 80px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.qrito {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.chacha {
    background-position: 0 -480px;
    width: 68px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.chacha {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.ruffs {
    background-position: -380px -480px;
    width: 68px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.ruffs {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.tommis {
    background-position: -760px -480px;
    width: 91px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .de-restaurant-logos.tommis {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_france-e9e01a5b779b87e69e6ae7d28e68622d.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_france@2x-2671396ecabdd23e87cb8389a3181fcd.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.bigferdinand {
    background-position: 0 0;
    width: 103px;
    height: 78px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.boulettes {
    background-position: -380px 0;
    width: 78px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.boulettes {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.floyds {
    background-position: -760px 0;
    width: 140px;
    height: 71px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.floyds {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.frenchie {
    background-position: 0 -160px;
    width: 133px;
    height: 65px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.frenchie {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.neobento {
    background-position: -380px -160px;
    width: 128px;
    height: 43px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.neobento {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.leonis {
    background-position: -760px -160px;
    width: 123px;
    height: 77px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.leonis {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.lespinces {
    background-position: 0 -320px;
    width: 44px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.lespinces {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.rachels {
    background-position: -380px -320px;
    width: 79px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.rachels {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.myfreekitchen {
    background-position: -760px -320px;
    width: 74px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.myfreekitchen {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.ouhlala {
    background-position: 0 -480px;
    width: 78px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.ouhlala {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.papacionu {
    background-position: -380px -480px;
    width: 79px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.papacionu {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.thesunkenchip {
    background-position: -760px -480px;
    width: 125px;
    height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .fr-restaurant-logos.thesunkenchip {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_ireland-1e9d9ba1d8128a9e16ee9b21b1d28e4a.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_ireland@2x-01d891b484294743480ec6d0e2fb5d01.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.banyi {
    background-position: 0 0;
    width: 143px;
    height: 64px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.brother-hubbard {
    background-position: -380px 0;
    width: 78px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.brother-hubbard {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.gbk {
    background-position: -760px 0;
    width: 78px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.gbk {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.aussiebbq {
    background-position: 0 -160px;
    width: 122px;
    height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.aussiebbq {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.leoburdock {
    background-position: -380px -160px;
    width: 163px;
    height: 45px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.leoburdock {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.pacino {
    background-position: -760px -160px;
    width: 116px;
    height: 49px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.pacino {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.redtorchginger {
    background-position: 0 -320px;
    width: 88px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.redtorchginger {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.sms {
    background-position: -380px -320px;
    width: 78px;
    height: 78px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.sms {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.unicorn {
    background-position: -760px -320px;
    width: 151px;
    height: 23px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.unicorn {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.carluccios {
    background-position: 0 -480px;
    width: 130px;
    height: 30px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.carluccios {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.littleassburrito {
    background-position: -380px -480px;
    width: 77px;
    height: 77px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.littleassburrito {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.dillingers {
    background-position: -760px -480px;
    width: 158px;
    height: 21px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .ie-restaurant-logos.dillingers {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_netherlands-a25229ed65d3c0ccb1dc3c11aea6821f.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_netherlands@2x-337c7228fca4eaa6030800a26dc8440d.png) no-repeat 0 0;
        background-size: 570px 320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.brick {
    background-position: 0 0;
    width: 101px;
    height: 68px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.cafegeorge {
    background-position: -380px 0;
    width: 114px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.cafegeorge {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.salsashop {
    background-position: -760px 0;
    width: 38px;
    height: 73px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.salsashop {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.parhasard {
    background-position: 0 -160px;
    width: 155px;
    height: 35px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.parhasard {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.hoender {
    background-position: -380px -160px;
    width: 57px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.hoender {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.kloek {
    background-position: -760px -160px;
    width: 67px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.kloek {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.beergarden {
    background-position: 0 -320px;
    width: 83px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.beergarden {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.pho91 {
    background-position: -380px -320px;
    width: 63px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.pho91 {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.pickles {
    background-position: -760px -320px;
    width: 81px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.pickles {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.sla {
    background-position: 0 -480px;
    width: 50px;
    height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.sla {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.stach {
    background-position: -380px -480px;
    width: 80px;
    height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.stach {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.wagamama {
    background-position: -760px -480px;
    width: 155px;
    height: 42px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .nl-restaurant-logos.wagamama {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos {
    background: url(/assets/images/featuredrestaurants_uk-d079f09176d7861ada29313e61279c1a.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos {
        background: url(/assets/images/featuredrestaurants_uk@2x-948cbbdb30e9f399358f4467c5cd015a.png) no-repeat 0 0;
        background-size: 570px 720px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.rossopomodoro {
    background-position: 0 0;
    width: 127px;
    height: 54px
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.nandos {
    background-position: -380px 0;
    width: 107px;
    height: 56px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.nandos {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.burgerjoint {
    background-position: -760px 0;
    width: 149px;
    height: 25px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.burgerjoint {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.bananatree {
    background-position: 0 -160px;
    width: 130px;
    height: 45px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.bananatree {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.strada {
    background-position: -380px -160px;
    width: 60px;
    height: 61px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.strada {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.gails {
    background-position: -760px -160px;
    width: 110px;
    height: 37px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.gails {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.realgreek {
    background-position: 0 -320px;
    width: 80px;
    height: 32px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.realgreek {
        background-position: 0 -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.byron {
    background-position: -380px -320px;
    width: 110px;
    height: 59px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.byron {
        background-position: -190px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pizzaexpress {
    background-position: -760px -320px;
    width: 79px;
    height: 80px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pizzaexpress {
        background-position: -380px -160px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.obica {
    background-position: 0 -480px;
    width: 129px;
    height: 57px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.obica {
        background-position: 0 -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.princi {
    background-position: -380px -480px;
    width: 105px;
    height: 49px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.princi {
        background-position: -190px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.jaks {
    background-position: -760px -480px;
    width: 105px;
    height: 50px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.jaks {
        background-position: -380px -240px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.leon {
    background-position: 0 -640px;
    width: 104px;
    height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.leon {
        background-position: 0 -320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.gbk {
    background-position: -380px -640px;
    width: 77px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.gbk {
        background-position: -190px -320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.prezzo {
    background-position: -760px -640px;
    width: 121px;
    height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.prezzo {
        background-position: -380px -320px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pingpong {
    background-position: 0 -800px;
    width: 141px;
    height: 25px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pingpong {
        background-position: 0 -400px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.carluccios {
    background-position: -380px -800px;
    width: 130px;
    height: 30px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.carluccios {
        background-position: -190px -400px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.andina {
    background-position: -760px -800px;
    width: 101px;
    height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.andina {
        background-position: -380px -400px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.dirtyburger {
    background-position: 0 -960px;
    width: 148px;
    height: 29px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.dirtyburger {
        background-position: 0 -480px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.chickenshop {
    background-position: -380px -960px;
    width: 101px;
    height: 47px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.chickenshop {
        background-position: -190px -480px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.wagamama {
    background-position: -760px -960px;
    width: 149px;
    height: 42px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.wagamama {
        background-position: -380px -480px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.busaba {
    background-position: -380px -1120px;
    width: 16px;
    height: 73px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.busaba {
        background-position: -190px -560px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pho {
    background-position: -760px -1120px;
    width: 33px;
    height: 71px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pho {
        background-position: -380px -560px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pattybun {
    background-position: 0 -1280px;
    width: 74px;
    height: 73px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.pattybun {
        background-position: 0 -640px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.zizzi {
    background-position: -380px -1280px;
    width: 109px;
    height: 66px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.zizzi {
        background-position: -190px -640px
    }
}

.homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.goodlife {
    background-position: -760px -1280px;
    width: 57px;
    height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--restaurants .restaurant-logos li .uk-restaurant-logos.goodlife {
        background-position: -380px -640px
    }
}

.homepage-sections-wrapper .homepage-sections--delivery.with-background {
    background: #e6eaed
}

.homepage-sections-wrapper .homepage-sections--delivery h2 {
    margin-bottom: 60px
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:first-child, .homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:last-child {
    color: #3f4b56;
    display: inline-block;
    font-size: 28px;
    line-height: 161.8px;
    vertical-align: top;
    width: 38%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:first-child, .homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:last-child {
        font-size: 20px
    }
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:first-child {
    margin-right: 10px;
    text-align: right
}

.rtl .homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:first-child {
    margin-right: 0;
    margin-left: 10px;
    text-align: left
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:last-child {
    margin-left: 10px;
    text-align: left
}

.rtl .homepage-sections-wrapper .homepage-sections--delivery .order-time-container > p:last-child {
    margin-left: 0;
    margin-right: 10px;
    text-align: right
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter {
    display: inline-block;
    width: 20%
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters {
    position: relative;
    width: 100%
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character {
    display: inline-block;
    height: 161.8px;
    margin: 0 1%;
    position: inherit;
    width: 48%
}

.rtl .homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character {
    float: left
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character:before, .homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character:after {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    width: 100%
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character:before {
    background: #03a199;
    border-radius: 4px 4px 0 0
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character:after {
    background: #04bab1;
    border-radius: 0 0 4px 4px;
    bottom: -2px
}

.homepage-sections-wrapper .homepage-sections--delivery .order-time-container .order-time-counter .characters .character span {
    color: #fff;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 100px;
    left: 0;
    line-height: 161.8px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.homepage-sections-wrapper .homepage-sections--price .homepage-sections--strapline {
    width: 710px;
    margin-bottom: 17px
}

.homepage-sections-wrapper .homepage-sections--price .pricetag {
    background: #e8a410;
    border: 5px solid #e8a410;
    border-radius: 190px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 190px;
    margin: 0 auto;
    width: 190px
}

.homepage-sections-wrapper .homepage-sections--price .pricetag .pricetag-number {
    color: #fff;
    display: block;
    font-size: 57px;
    font-weight: 100;
    line-height: 57px;
    padding-top: 60px
}

.homepage-sections-wrapper .homepage-sections--buisness {
    background: url(/assets/images/macaroon/landing-index-page/home_business-3b430e481e7888df2740f6c781932e49.jpg) no-repeat top center;
    background-size: cover
}

.homepage-sections-wrapper .homepage-sections--buisness h2 {
    background: url(/assets/images/macaroon/homepage-sections--icon-toolbox-af2aff6ee949058a98255806c1b7cdec.svg) no-repeat center 0;
    background-size: 42px 41px;
    padding-top: 61px;
    margin: -10px auto 20px
}

.homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--strapline {
    margin-bottom: 30px;
    width: 700px
}

.homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-color: #04bab1;
    color: #04bab1;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none;
    line-height: 2.8
}

.homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:hover, .homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:focus, .homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:active {
    color: #fff;
    background-color: #0aa5af
}

.homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:hover, .homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:focus {
    border-color: #0aa5af
}

.homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:hover, .homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:focus, .homepage-sections-wrapper .homepage-sections--buisness .homepage-sections--button:active {
    color: #fff
}

.homepage-sections-wrapper .homepage-sections--press .homepage-sections--strapline {
    margin-bottom: 30px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions {
        width: 560px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions li {
    display: inline-block;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 180px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions [class*="-press-logos"] {
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    display: block;
    top: 50%
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos {
    background: url(/assets/images/presslogos_hongkong-d92e83d5dedb9c5131e196cae4d6e786.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos {
        background: url(/assets/images/presslogos_hongkong@2x-a5ab866c50f365c16d646ab935f71bf4.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.appledaily {
    background-position: 0 0;
    width: 41px;
    height: 73px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.bloombergtv {
    background-position: -380px 0;
    width: 155px;
    height: 48px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.bloombergtv {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.nextmagazine {
    background-position: -760px 0;
    width: 66px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.nextmagazine {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.scmp {
    background-position: 0 -160px;
    width: 92px;
    height: 68px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.scmp {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.tvb {
    background-position: -380px -160px;
    width: 155px;
    height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.tvb {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.orangesun {
    background-position: -760px -160px;
    width: 155px;
    height: 51px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .hk-press-logos.orangesun {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos {
    background: url(/assets/images/presslogos_australia-67ee627cfc9b9cb06cf5397039f251c0.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos {
        background: url(/assets/images/presslogos_australia@2x-2324884bbca7821fa91f95df2a50a263.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.bloomberg {
    background-position: 0 0;
    width: 141px;
    height: 29px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.techcrunch {
    background-position: -380px 0;
    width: 136px;
    height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.techcrunch {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.businessinsider {
    background-position: -760px 0;
    width: 104px;
    height: 65px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.businessinsider {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.financialreview {
    background-position: 0 -160px;
    width: 150px;
    height: 16px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.financialreview {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.mashableaustralia {
    background-position: -380px -160px;
    width: 152px;
    height: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.mashableaustralia {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.newscomau {
    background-position: -760px -160px;
    width: 109px;
    height: 36px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .au-press-logos.newscomau {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos {
    background: url(/assets/images/presslogos_spain-65866437547b0989a046c57dd4a93a0d.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos {
        background: url(/assets/images/presslogos_spain@2x-ead54a64e24bc4a652560eca2a90ef03.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.techcrunch {
    background-position: 0 0;
    width: 136px;
    height: 20px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.elmundo {
    background-position: -380px 0;
    width: 150px;
    height: 19px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.elmundo {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.elpais {
    background-position: -760px 0;
    width: 150px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.elpais {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.lavanguardia {
    background-position: 0 -160px;
    width: 150px;
    height: 51px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .es-press-logos.lavanguardia {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos {
    background: url(/assets/images/presslogos_belgium-d344db3a4929bf12f4f0aec1c5a8ac4b.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos {
        background: url(/assets/images/presslogos_belgium@2x-73d11d96d5f5264db88e9aa57edd5dc6.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.bloomberg {
    background-position: 0 0;
    width: 141px;
    height: 29px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.monocle {
    background-position: -380px 0;
    width: 138px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.monocle {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.techcrunch {
    background-position: -760px 0;
    width: 136px;
    height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.techcrunch {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.marieclaire {
    background-position: 0 -160px;
    width: 125px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.marieclaire {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.lecho {
    background-position: -380px -160px;
    width: 65px;
    height: 65px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.lecho {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.elle {
    background-position: -760px -160px;
    width: 101px;
    height: 35px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .be-press-logos.elle {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos {
    background: url(/assets/images/presslogos_france-97a3b2c7cfcb62cd54fc2e6725535a9b.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos {
        background: url(/assets/images/presslogos_france@2x-d77214fe12da48208e25b4d8c47e664a.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.lesgourmands {
    background-position: 0 0;
    width: 161px;
    height: 17px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.frenchweb {
    background-position: -380px 0;
    width: 150px;
    height: 30px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.frenchweb {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.mylittleparis {
    background-position: -760px 0;
    width: 86px;
    height: 62px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.mylittleparis {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.brain {
    background-position: 0 -160px;
    width: 47px;
    height: 19px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.brain {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.marieclaire {
    background-position: -380px -160px;
    width: 125px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.marieclaire {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.paulette {
    background-position: -760px -160px;
    width: 84px;
    height: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .fr-press-logos.paulette {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos {
    background: url(/assets/images/presslogos_ireland-4be032b0600866b6eefc461c57ea8d5e.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos {
        background: url(/assets/images/presslogos_ireland@2x-3718c5a7b75641876667bdadaa196a99.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.bloomberg {
    background-position: 0 0;
    width: 141px;
    height: 29px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.monocle {
    background-position: -380px 0;
    width: 138px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.monocle {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.techcrunch {
    background-position: -760px 0;
    width: 136px;
    height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.techcrunch {
        background-position: -380px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.rte {
    background-position: 0 -160px;
    width: 59px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.rte {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.irishindependent {
    background-position: -380px -160px;
    width: 169px;
    height: 23px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.irishindependent {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.irishtimes {
    background-position: -760px -160px;
    width: 175px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ie-press-logos.irishtimes {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos {
    background: url(/assets/images/presslogos_uk-aac3de992f78f4124a52dea1c6cb6177.png) no-repeat 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos {
        background: url(/assets/images/presslogos_uk@2x-447be08c230d930151a3e61f9e7db648.png) no-repeat 0 0;
        background-size: 570px 160px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.telegraph, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.telegraph, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.telegraph, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.telegraph, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.telegraph {
    background-position: 0 0;
    width: 150px;
    height: 28px
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.standard {
    background-position: -380px 0;
    width: 109px;
    height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.standard, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.standard {
        background-position: -190px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.bloomberg {
    background-position: -761px 0;
    width: 141px;
    height: 30px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.bloomberg, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.bloomberg {
        background-position: -380.5px 0
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.cityam {
    background-position: 0 -160px;
    width: 106px;
    height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.cityam, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.cityam {
        background-position: 0 -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.monocle {
    background-position: -380px -160px;
    width: 138px;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.monocle, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.monocle {
        background-position: -190px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.techcrunch {
    background-position: -760px -160px;
    width: 136px;
    height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10) {
    .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .sg-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .it-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .ae-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .de-press-logos.techcrunch, .homepage-sections-wrapper .homepage-sections--press ul.press-mentions .uk-press-logos.techcrunch {
        background-position: -380px -80px
    }
}

.homepage-sections-wrapper .homepage-sections--tweets {
    background-color: #5F2C82;
    background-image: linear-gradient(45deg, #5F2C82 -40%, #04bab1 140%);
    border-bottom: medium none
}

.homepage-sections-wrapper .homepage-sections--tweets:after {
    content: "";
    display: table;
    clear: both
}

.homepage-sections-wrapper .homepage-sections--tweets h2 {
    color: #fff
}

.homepage-sections-wrapper .homepage-sections--tweets .homepage-sections--strapline {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 60px;
    width: 680px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .homepage-sections-wrapper .homepage-sections--tweets .tweet-list {
        padding: 0 30px
    }
}

.homepage-sections-wrapper .homepage-sections--tweets .tweet-list .tweet {
    background: #fff;
    color: #6b7781;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 19px;
    height: 140px;
    line-height: 1.618;
    margin-bottom: 20px;
    padding: 20px 40px;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .homepage-sections-wrapper .homepage-sections--tweets .tweet-list .tweet {
        font-size: 15px
    }
}

.homepage-sections-wrapper .homepage-sections--tweets .tweet-list .tweet .tweet-content-wrapper {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%
}

.homepage-sections-wrapper .homepage-sections--tweets .tweet-list .tweet .tweet-content {
    display: table-cell;
    vertical-align: middle;
    max-width: 100%
}

.homepage-sections-wrapper .homepage-sections--tweets .tweet-list .tweet:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    bottom: -9px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 11
}

.homepage-sections-wrapper .homepage-sections--tweets .tweet-list .tweet-author a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase
}

.homepage-sections-wrapper .homepage-sections--partners {
    background: #e8ecf0;
    padding: 50px 0;
    text-align: left
}

.homepage-sections-wrapper .homepage-sections--partners .homepage-sections--strapline {
    margin-bottom: 20px;
    font-size: 18px
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners, .homepage-sections-wrapper .homepage-sections--partners .driver-partners {
    margin: 0;
    text-align: left;
    padding: 70px 70px 50px;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners h2, .homepage-sections-wrapper .homepage-sections--partners .driver-partners h2 {
    font-size: 28px
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners a, .homepage-sections-wrapper .homepage-sections--partners .driver-partners a {
    color: #04bab1;
    background: #fff;
    text-decoration: none
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners a:hover, .homepage-sections-wrapper .homepage-sections--partners .restaurant-partners a:focus, .homepage-sections-wrapper .homepage-sections--partners .restaurant-partners a:active, .homepage-sections-wrapper .homepage-sections--partners .driver-partners a:hover, .homepage-sections-wrapper .homepage-sections--partners .driver-partners a:focus, .homepage-sections-wrapper .homepage-sections--partners .driver-partners a:active {
    color: #000
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners:after, .homepage-sections-wrapper .homepage-sections--partners .driver-partners:after {
    content: "";
    display: table;
    clear: both
}

.rtl .homepage-sections-wrapper .homepage-sections--partners .restaurant-partners, .rtl .homepage-sections-wrapper .homepage-sections--partners .driver-partners {
    text-align: right
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners:before, .homepage-sections-wrapper .homepage-sections--partners .driver-partners:before {
    height: 110%
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners {
    margin-bottom: 50px
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners:before {
    position: absolute;
    content: "";
    width: 400px;
    background: url(/assets/images/macaroon/landing-index-page/home_restaurants-c49ea83e43a89fab4e2c7944f4a4ce09.png) no-repeat top right;
    background-size: contain;
    right: 0;
    top: 0
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners .col-7 {
    margin-left: -10px
}

.homepage-sections-wrapper .homepage-sections--partners .restaurant-partners .col-7-fr:before {
    background: url(/assets/images/macaroon/landing-index-page/home_restaurants_france-4aac1c76bdb837ca1dcfd8945ba560f5.png) no-repeat bottom right;
    background-size: contain;
    top: auto;
    bottom: 0
}

.homepage-sections-wrapper .homepage-sections--partners .driver-partners:before {
    position: absolute;
    content: "";
    width: 350px;
    background: url(/assets/images/macaroon/landing-index-page/home_drivers-fa6c23fc957fd2195ad4d02ce4470ac0.png) no-repeat bottom center;
    background-size: contain;
    left: 20px;
    bottom: 0
}

.invite-box {
    background: #fff;
    border-radius: 7px;
    max-width: 500px;
    text-align: center;
    position: relative
}

.invite-box--wrapper.lightbox--wrapper {
    max-width: 500px;
    width: 100%;
    margin-left: -250px
}

@media only screen and (max-width: 520px) {
    .invite-box--wrapper.lightbox--wrapper {
        left: 0;
        top: 10px;
        margin: 0 10px;
        width: 95%;
        width: calc(100% - 20px)
    }
}

.invite-box--intro-text {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    max-width: 300px;
    margin: 20px auto;
    padding: 170px 10px 0;
    position: relative;
    text-transform: initial;
    font-family: "proxima-nova", "ge-dinar-one", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB", "冬青黑体", sans-serif
}

@media only screen and (min-width: 768px) {
    .invite-box--intro-text {
        font-size: 20px;
        letter-spacing: 0.4px
    }
}

.invite-box--intro-text:before {
    position: absolute;
    top: -200px;
    left: 50%;
    margin: 0 0 0 -38px;
    background: transparent url(/assets/images/macaroon/invite-box-parachute-481d014023836f95f62c7883503a1781.svg) no-repeat 0 0;
    width: 87px;
    height: 165px;
    animation-duration: 1.8s;
    animation-name: invite-box-drop-burger;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    content: "";
    transform-origin: top center
}

.invite-box--intro-text:after {
    position: absolute;
    top: 130px;
    left: 50%;
    background: #ddd;
    border-radius: 30px 30px 30px 30px / 10px 10px 10px 10px;
    width: 30px;
    height: 10px;
    content: "";
    animation-duration: 1.8s;
    animation-name: invite-box-shadow-appear;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1)
}

.invite-box--share-text {
    color: #6b7781;
    font-size: 15px;
    display: block;
    margin-bottom: 5px
}

.invite-box--share-link {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px;
    display: block;
    position: relative
}

@media only screen and (min-width: 768px) {
    .invite-box--share-link {
        letter-spacing: .5px
    }
}

.invite-box--share-link-domain, .invite-box--share-link-separator {
    color: #6b7781;
    font-weight: 400
}

.invite-box--share-link-slug {
    font-weight: 600;
    color: #00aaa5
}

.invite-box--share-link a {
    display: inline-block;
    border: 1px dashed #cfcfcf;
    text-decoration: none;
    padding: 12px;
    border-radius: 3px
}

.invite-box--share-link-copied {
    position: absolute;
    top: 27px;
    left: 50%;
    font-weight: 300;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 3px;
    width: 100px;
    margin: 0 0 0 -50px;
    padding: 3px 0;
    animation-duration: 0.3s;
    animation-delay: 1.5s;
    animation-name: fadeOut;
    animation-fill-mode: both
}

.invite-box--share-link-copied:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 45px;
    top: -5px;
    border: 5px solid transparent;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.7)
}

.invite-box--share-or {
    border-top: 1px solid #ccc;
    position: relative;
    margin: 0 120px 30px;
    color: #6b7781
}

.invite-box--share-or span {
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: -10px;
    width: 125px;
    margin-left: -63px;
    background: #fff
}

.invite-box--share-buttons {
    font-size: 13px;
    margin: 20px 0 40px
}

.invite-box--share-buttons a + button {
    margin: 0 0 0 20px
}

.invite-box--share-buttons .btn-primary {
    text-transform: inherit;
    font-weight: 400
}

.invite-box--small-print {
    margin: 20px 0;
    padding: 0 0 20px
}

.invite-box--small-print li {
    list-style: none;
    display: inline-block;
    padding: 0 20px
}

.invite-box--small-print li a {
    color: #6b7781;
    text-decoration: none;
    font-size: 13px
}

@keyframes invite-box-drop-burger {
    0% {
        transform: rotate(-10deg);
        top: -200px
    }
    33% {
        transform: rotate(10deg)
    }
    66% {
        transform: rotate(-10deg)
    }
    100% {
        transform: rotate(10deg);
        top: -20px
    }
}

@keyframes invite-box-shadow-appear {
    0% {
        opacity: 0
    }
    66% {
        margin-left: 27px;
        opacity: 0
    }
    100% {
        margin-left: -27px;
        opacity: 1
    }
}

.invite-show-page--brand {
    text-align: center;
    margin-bottom: -50px
}

@media only screen and (min-width: 768px) {
    .invite-show-page--brand {
        margin-bottom: -83px
    }
}

.invite-show-page--brand-name {
    display: inline-block;
    height: 12px;
    margin: 19px auto;
    width: 110px;
    text-indent: -9999px;
    background: #121c25 url(/assets/images/macaroon/page-header--brand-logo-00f444fb4a0783cdd756252da0f5e6c1.svg) no-repeat 0 -170px
}

@media only screen and (min-width: 768px) {
    .invite-show-page--brand-name {
        height: 63px;
        width: 200px;
        background-position: 0 0;
        background-color: transparent;
        background-size: 430px;
        margin: 10px 0 10px -6px
    }
}

.invite-show-page .hero-top {
    background: #112338 url(/assets/images/macaroon/invite-show-page-hero-mobile-3c993d3882c8e8e9d318d6e6afc3374a.svg) no-repeat 50% 100%;
    background-size: cover;
    padding: 120px 20px 0;
    text-align: center;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .invite-show-page .hero-top {
        background-image: url(/assets/images/macaroon/invite-show-page-hero-215c56139843c5648c37896eda763d82.svg);
        padding: 170px 10px 0
    }
}

.invite-show-page h1 {
    margin: 0 auto 20px;
    max-width: 300px;
    font-size: 22px;
    font-weight: 600px;
    letter-spacing: 1px;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .invite-show-page h1 {
        max-width: 400px;
        font-size: 32px
    }
}

.invite-show-page--strap-text {
    font-size: 17px;
    line-height: 1.5;
    max-width: 520px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto 25px
}

@media only screen and (max-width: 767px) {
    .invite-show-page--strap-text {
        font-size: 15px
    }
}

.invite-show-page--start {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 280px;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none
}

.invite-show-page--start:hover, .invite-show-page--start:focus, .invite-show-page--start:active {
    color: #fff;
    background-color: #0aa5af
}

.invite-show-page--start:hover, .invite-show-page--start:focus {
    border-color: #0aa5af
}

.invite-show-page--start:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.invite-show-page--start:focus, .invite-show-page--start:active, .invite-show-page--start:hover {
    background-color: #04b0a7
}

.invite-show-page--start:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

.invite-show-page--small-print {
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center
}

.invite-show-page--small-print li {
    display: inline-block;
    padding: 0 20px
}

.invite-show-page--small-print li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none
}

.landing-index-page-search {
    background: #3f4b56 url(/assets/images/macaroon/landing-index-page/hero-681bfdf8638fdfbffb68004a806efe3f.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.landing-index-page-search.landing-index-page-search--fr {
    background-image: url(/assets/images/macaroon/landing-index-page/hero_france-f1bdd978b05108656989571c774032e2.jpg)
}

.landing-index-page-search.landing-index-page-search--atl_burger {
    background-image: url(/assets/images/macaroon/landing-index-page/hero_atl-93d5a1ce821017fb6a10495ac1a5bdbf.jpg)
}

.landing-index-page-search.landing-index-page-search--atl_prawn {
    background-image: url(/assets/images/macaroon/landing-index-page/hero_atl_prawn-6bfb8a8d0c094c59239829ba40d0f4b7.jpg)
}

.landing-index-page-search.landing-index-page-search--with-video {
    background-image: url(/assets/images/macaroon/landing-index-page/hero_video-3590dc0a13c983e2fa8c45fd4322ec02.jpg)
}

.landing-index-page-search.landing-index-page-search--atl_prawn .landing-index-page-search--strap-text, .landing-index-page-search.landing-index-page-search--with-video .landing-index-page-search--strap-text {
    color: rgba(255, 255, 255, 0.9)
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search {
        padding-top: 175px
    }
}

.landing-index-page-search::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4))
}

.landing-index-page-search.landing-index-page-search--with-video::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1))
}

.landing-index-page-search.landing-index-page-search--atl_burger::after, .landing-index-page-search.landing-index-page-search--atl_prawn::after {
    background-image: none;
    background: rgba(0, 0, 0, 0.3)
}

.landing-index-page-search > .container, .landing-index-page-search > .container-full-width-mobile {
    position: relative;
    z-index: 1
}

.landing-index-page-search--video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.landing-index-page-search--video {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 1200px) {
    .landing-index-page-search--video {
        top: 50%;
        left: 0;
        height: auto;
        width: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.landing-index-page-search--marketing-banner {
    background: rgba(63, 75, 86, 0.8);
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -50px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--marketing-banner {
        margin-top: -90px
    }
}

.landing-index-page-search--marketing-banner-title {
    text-transform: uppercase;
    font-size: 18px;
    color: white
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--marketing-banner-title {
        font-size: 22px
    }
}

.landing-index-page-search--marketing-banner-body {
    font-size: 12px
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--marketing-banner-body {
        font-size: 16px
    }
}

.landing-index-page-search--main-title {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--main-title {
        font-size: 40px
    }
}

.landing-index-page-search--strap-text {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 520px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    display: none
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--strap-text {
        display: block
    }
}

.landing-index-page-search--form {
    max-width: 275px;
    margin: 30px auto 0
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--form {
        margin-top: 50px
    }
}

.landing-index-page-search--form .search-label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.landing-index-page-search--form .search-input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
    border-radius: 3px;
    padding: 13px 16px;
    text-transform: uppercase;
    border: 1px solid #acb4bc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.landing-index-page-search--form .button {
    margin: 20px 0;
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    font-size: 14px
}

.landing-index-page-search--form .button:hover, .landing-index-page-search--form .button:focus, .landing-index-page-search--form .button:active {
    color: #fff;
    background-color: #0aa5af
}

.landing-index-page-search--form .button:hover, .landing-index-page-search--form .button:focus {
    border-color: #0aa5af
}

.landing-index-page-search--form .button:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.landing-index-page-search--form .button:focus, .landing-index-page-search--form .button:active, .landing-index-page-search--form .button:hover {
    background-color: #04b0a7
}

.landing-index-page-search--form .button:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

.landing-index-page-search--error {
    background: #dca631;
    font-size: 13px;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    max-width: 275px;
    margin: 0 auto
}

.landing-index-page-search--non-postcode {
    box-sizing: border-box;
    max-width: 400px
}

.landing-index-page-search--non-postcode .address-search, .landing-index-page-search--non-postcode .button {
    width: 100%
}

.landing-index-page-search--non-postcode .address-search {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-width: 0;
    color: #000;
    font-size: 16px;
    height: 50px;
    padding: 5px 16px;
    outline: none;
    font-weight: 300;
    vertical-align: baseline
}

.landing-index-page-search--footer {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    background-color: #f7f7f7
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--footer {
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .landing-index-page-search--footer {
        padding-bottom: 20px
    }
}

.landing-index-page-search--footer-text {
    text-align: center;
    width: 100%;
    padding: 20px calc(50% - 140px);
    color: #888;
    font-size: 20px;
    font-weight: 300
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--footer-text {
        -webkit-order: 2;
        order: 2;
        width: 300px;
        padding: 0;
        height: auto
    }

    .landing-index-page-search--footer-text .mobile {
        display: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .landing-index-page-search--footer-text .desktop {
        display: none
    }
}

.landing-index-page-search--footer-image {
    display: inline-block;
    width: 103px;
    height: 50px;
    background-size: 103px 50px;
    background-repeat: no-repeat
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--footer-image {
        margin: 0 10px
    }
}

.landing-index-page-search.landing-index-page-search--olympics {
    background-image: url(/assets/images/macaroon/landing-index-page/hero_olympics-664a344d29f5437ffa00059408cbfafc.jpg)
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .landing-index-page-search.landing-index-page-search--olympics {
        background-image: url(/assets/images/macaroon/landing-index-page/hero_burger_sm-a3c784680783b4872d249eecbae4ff9e.jpg)
    }
}

@media only screen and (min-width: 2000px) {
    .landing-index-page-search.landing-index-page-search--olympics {
        background-image: url(/assets/images/macaroon/landing-index-page/hero_atl-93d5a1ce821017fb6a10495ac1a5bdbf.jpg)
    }
}

.landing-index-page-search.landing-index-page-search--olympics::after {
    background-image: none;
    background: transparent
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .landing-index-page-search.landing-index-page-search--olympics::after {
        background: rgba(0, 0, 0, 0.3)
    }
}

@media only screen and (min-width: 2000px) {
    .landing-index-page-search.landing-index-page-search--olympics::after {
        background: rgba(0, 0, 0, 0.3)
    }
}

.landing-index-page-search--footer-image-left {
    content: 'Ping!';
    background-image: url(/assets/images/macaroon/landing-index-page/footer_ping-8e16546297502ccfe8029cffbd288386.png);
    margin: 0 0 0 20px
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--footer-image-left {
        -webkit-order: 1;
        order: 1
    }
}

.landing-index-page-search--footer-image-right {
    content: 'Pong!';
    background-image: url(/assets/images/macaroon/landing-index-page/footer_pong-fc6d3694776503b3049bf5a1e0b2b935.png);
    margin: 0 20px 0 0
}

@media only screen and (min-width: 768px) {
    .landing-index-page-search--footer-image-right {
        -webkit-order: 3;
        order: 3
    }
}

.landing-index-page-search.landing-index-page-search--olympics .landing-index-page-search--strap-text {
    color: #fff;
    font-weight: 300
}

.landing-index-page-search.landing-index-page-search--olympics .landing-index-page-search--main-title {
    font-weight: 900;
    background: transparent
}

.landing-index-page-unserviced {
    background: #dca631;
    font-size: 13px;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden
}

.landing-index-page-unserviced--label {
    display: block;
    margin-bottom: 10px
}

.landing-index-page-unserviced--input {
    border-radius: 3px;
    padding: 13px 16px;
    border: 1px solid #acb4bc;
    width: 100%;
    box-sizing: border-box
}

.landing-index-page-unserviced--button {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    width: 100%;
    padding: 5px
}

.landing-index-page-unserviced--button:hover, .landing-index-page-unserviced--button:focus, .landing-index-page-unserviced--button:active {
    color: #fff;
    background-color: #0aa5af
}

.landing-index-page-unserviced--button:hover, .landing-index-page-unserviced--button:focus {
    border-color: #0aa5af
}

.landing-index-page-unserviced--button:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.ReactModal__Body--open {
    overflow: hidden
}

.ReactModal__Overlay {
    -webkit-perspective: 600;
    perspective: 600;
    opacity: 0
}

.ReactModal__Overlay--after-open {
    opacity: 1;
    animation-duration: 0.3s;
    animation-name: fadeIn
}

.ReactModal__Content--after-open {
    animation-duration: 0.3s;
    animation-name: appear;
    animation-delay: 0.2s;
    animation-fill-mode: both
}

.ReactModal__Overlay--before-close {
    animation-duration: 0.3s;
    animation-name: fadeOut
}

.ReactModal__Content--before-close {
    animation-duration: 0.3s;
    animation-name: disappear
}

.lightbox-enter .lightbox--curtain {
    animation-duration: 0.3s;
    animation-name: fadeIn
}

.lightbox-enter .lightbox--content {
    animation-duration: 0.3s;
    animation-name: appear;
    animation-delay: 0.2s;
    animation-fill-mode: both
}

.lightbox-leave .lightbox--curtain {
    animation-duration: 0.3s;
    animation-name: fadeOut;
    opacity: 0
}

.lightbox-leave .lightbox--wrapper {
    animation-duration: 0.3s;
    animation-name: disappear;
    opacity: 0
}

.lightbox--wrapper {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 300px;
    margin: 0 0 20px -150px;
    z-index: 201;
    outline: none
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .lightbox--wrapper {
        top: 20px
    }
}

.lightbox--header {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #05848c;
    margin-bottom: 20px
}

.lightbox--content {
    background: #fff;
    border-radius: 5px
}

.lightbox--close {
    position: absolute;
    right: 0;
    top: 0;
    color: #6b7781;
    font-size: 20px;
    text-decoration: none;
    padding: 20px;
    line-height: 1
}

.lightbox--footer {
    text-align: center;
    color: #6b7781;
    padding: 30px;
    font-size: 13px;
    line-height: 1.2
}

.lightbox--curtain {
    content: "";
    background: rgba(18, 28, 37, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    overflow: auto
}

.contextual-link-bar {
    display: flex;
    position: relative;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #00aaa5
}

.contextual-link-bar--link-wrapper {
    flex: 1;
    height: 57px;
    overflow: hidden
}

.contextual-link-bar--wrapper {
    border-bottom: 1px solid #e8ecf2
}

.contextual-link-bar--link {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 20px 0;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.contextual-link-bar--link.active {
    padding-bottom: 16px;
    color: #7b8791;
    border-bottom: 4px solid #7b8791;
    pointer-events: none
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contextual-link-bar--grouped-link-wrapper {
        display: none
    }

    .contextual-link-bar--link-wrapper {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-base-color: transparent
    }

    .contextual-link-bar--link-wrapper::-webkit-scrollbar {
        display: none
    }
}

.contextual-link-bar--group-link-wrapper {
    border-left: 1px solid #e8ecf2;
    padding: 20px 0 20px 20px
}

.contextual-link-bar--group-link-label {
    display: inline-block;
    margin-left: 0;
    padding: 20px 4px 20px;
    text-decoration: none;
    color: inherit;
    position: relative
}

.contextual-link-bar--group-link-label:after {
    content: '';
    border-right: 2px solid #00aaa5;
    height: 6px;
    width: 6px;
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    display: inline-block;
    top: 50%;
    border-bottom: 2px solid #00aaa5;
    margin-left: 5px
}

.contextual-link-bar--group-link-label.active {
    padding-bottom: 16px;
    border-bottom: 4px solid #00aaa5
}

.contextual-link-bar--group-link-list {
    position: absolute;
    top: 100%;
    margin-top: -10px;
    right: 0;
    border-radius: 3px;
    display: none;
    list-style: none;
    z-index: 10;
    background: #fff;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.04);
    border: solid 1px rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 290px
}

.contextual-link-bar--group-link-list li {
    list-style: none
}

.contextual-link-bar--group-link-list a {
    white-space: nowrap;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: inherit;
    border-bottom: solid 1px #e8ecf2
}

.contextual-link-bar--group-link-list a:hover {
    background: #F5F7F9
}

.contextual-link-bar--group-link-list li:last-child a {
    border: 0
}

.contextual-link-bar--group-link-list.show {
    display: block
}

.addon-input {
    border: solid 1px #e8ecf2;
    background-color: #ffffff;
    display: block;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    position: relative;
    overflow: hidden;
    padding: 11px 13px
}

.addon-input--selected {
    padding: 10px 12px;
    border: solid 2px #00bab2
}

.addon-input--number {
    padding-right: 70px
}

.addon-input--disabled {
    pointer-events: none;
    opacity: 0.5
}

.addon-input__number-input {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #6b7781;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    box-sizing: border-box
}

.addon-input__number-input--active {
    border-color: #00aaa5;
    background: #00aaa5;
    animation-duration: 1s;
    animation-name: wobble
}

.addon-input__control {
    padding: 0 15px 0 0;
    font-size: 30px;
    font-weight: 500;
    color: #00aaa5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.addon-input__control--disabled {
    opacity: 0.3;
    color: inherit;
    cursor: default
}

.addon-input__controls {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.menu-modifier {
    position: relative
}

.menu-modifier--indent {
    padding-left: 25px
}

.menu-modifier--indent:before {
    border: 2px solid rgba(193, 195, 198, 0.52);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px
}

.menu-modifier__group {
    padding: 30px 35px 40px;
    flex: 1 1 auto;
    overflow: auto
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier__group {
        padding: 20px 15px 20px
    }
}

.menu-modifier__group-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44
}

.menu-modifier__group-description {
    font-size: 14px;
    line-height: 1.29;
    color: #9b9b9b;
    margin-bottom: 12px
}

.menu-modifier-overlay {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    outline: none;
    max-width: 520px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.menu-modifier-overlay__close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 36px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.41);
    font-weight: bold
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay {
        max-height: 100%;
        height: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .menu-modifier-overlay__close {
        display: block
    }
}

.menu-modifier-overlay__knockout {
    background: rgba(0, 0, 0, 0.41);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 104;
    padding: 10px
}

@media only screen and (min-width: 481px) {
    .menu-modifier-overlay__knockout:before {
        content: '×';
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 46px;
        line-height: 22px;
        color: #fff;
        cursor: pointer
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay__knockout {
        padding-bottom: 0
    }
}

.menu-modifier-overlay__header {
    position: relative;
    padding: 30px 35px 20px;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    flex-shrink: 0
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay__header {
        display: block;
        padding: 20px 20px 10px
    }
}

.menu-modifier-overlay__header-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    padding-right: 30px;
    flex: 1 0 0%
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay__header-title {
        font-size: 18px;
        line-height: 1.17;
        margin-bottom: 2px
    }
}

.menu-modifier-overlay__header-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #121c25
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay__header-price {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.63;
        color: #777777
    }
}

.menu-modifier-overlay__footer {
    flex-shrink: 0;
    border-top: 1px solid #ebebeb;
    padding: 30px 35px 30px
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay__footer {
        padding: 15px
    }
}

.menu-modifier-overlay__footer-submit {
    border-radius: 3px;
    background-color: #00bab2;
    padding: 15px 10px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-decoration: none
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-modifier-overlay__footer-submit {
        padding: 10px
    }
}

.page-footer {
    color: #6b7781;
    font-size: 14px
}

.page-footer a {
    color: #6b7781
}

.page-footer a:hover, .page-footer a:focus, .page-footer a:active {
    color: #fff
}

.page-footer--primary {
    background: #121c25
}

.page-footer--link-list {
    list-style: none;
    text-align: center;
    padding: 10px 0
}

@media only screen and (min-width: 768px) {
    .page-footer--link-list {
        padding: 20px 0
    }
}

.page-footer--link-list > li {
    display: inline-block
}

.page-footer--link-list > li > a {
    padding: 5px;
    display: inline-block;
    text-decoration: none
}

@media only screen and (min-width: 768px) {
    .page-footer--link-list > li > a {
        padding: 10px
    }
}

.page-footer--secondary {
    background: #0f171e;
    padding: 15px 0 10px;
    overflow: hidden
}

.page-footer--social-links {
    float: left;
    list-style: none
}

.page-footer--social-links > li {
    display: inline-block;
    margin-right: 10px
}

.page-footer--icon {
    background: url(/assets/images/macaroon/page-footer--social-24678b1c7cc1b04637a2df5d63787b0e.svg) no-repeat 0 0;
    background-size: 80px;
    border: 1px solid rgba(232, 164, 16, 0.3);
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: block;
    text-indent: -9999em;
    transition: background-color 0.1s linear
}

.page-footer--icon.icon-tw {
    background-position: -17px 11px;
    border-color: rgba(85, 172, 238, 0.7)
}

.page-footer--icon.icon-tw:hover, .page-footer--icon.icon-tw:active, .page-footer--icon.icon-tw:focus {
    background-position: -17px -20px;
    background-color: #55acee;
    border-color: #55acee
}

.page-footer--icon.icon-fb {
    background-position: 14px 10px;
    border-color: rgba(59, 89, 152, 0.7)
}

.page-footer--icon.icon-fb:hover, .page-footer--icon.icon-fb:active, .page-footer--icon.icon-fb:focus {
    background-position: 14px -21px;
    background-color: #3b5998;
    border-color: #3b5998
}

.page-footer--icon.icon-in {
    background-position: -48px 10px;
    border-color: rgba(81, 127, 164, 0.7)
}

.page-footer--icon.icon-in:hover, .page-footer--icon.icon-in:active, .page-footer--icon.icon-in:focus {
    background-position: -48px -21px;
    background-color: #517fa4;
    border-color: #517fa4
}

.page-footer--app-badges {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .page-footer--app-badges.desktop-only {
        display: none
    }
}

.page-footer--app-badges.mobile-only {
    padding: 30px 0 10px 0
}

@media only screen and (min-width: 768px) {
    .page-footer--app-badges.mobile-only {
        display: none
    }
}

.page-footer--app-badge {
    width: 135px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
    text-indent: -9999em;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 270px 40px;
    background-image: url(/assets/images/macaroon/app-store-badges-en-6ff7ca6ef323d2a42c1bd208133e3834.svg)
}

.page-footer--app-badge:lang(ar) {
    background-image: url(/assets/images/macaroon/app-store-badges-ar-8d01faffbf4c245eaed8b3d57bac599b.svg)
}

.page-footer--app-badge:lang(de) {
    background-image: url(/assets/images/macaroon/app-store-badges-de-c3b65575904eed801c8b5bfa55cb7ea0.svg)
}

.page-footer--app-badge:lang(en) {
    background-image: url(/assets/images/macaroon/app-store-badges-en-6ff7ca6ef323d2a42c1bd208133e3834.svg)
}

.page-footer--app-badge:lang(es) {
    background-image: url(/assets/images/macaroon/app-store-badges-es-4fe404849237fa0d3bfc775420499270.svg)
}

.page-footer--app-badge:lang(fr) {
    background-image: url(/assets/images/macaroon/app-store-badges-fr-b2376425f9773670a2d7ab314be536c0.svg)
}

.page-footer--app-badge:lang(it) {
    background-image: url(/assets/images/macaroon/app-store-badges-it-2acf6b8358946932ea70c6eab36cf8be.svg)
}

.page-footer--app-badge:lang(nl) {
    background-image: url(/assets/images/macaroon/app-store-badges-nl-36b8f6d0c94a530eecace4bf97ffedd5.svg)
}

.page-footer--app-badge:lang(zh) {
    background-image: url(/assets/images/macaroon/app-store-badges-zh-ca0c83b156e5b4ece32743ae7b7a3f82.svg)
}

.page-footer--app-badge.app-badge-ios {
    background-position: 0px 0px
}

.page-footer--app-badge.app-badge-android {
    background-position: -135px 0px
}

.page-footer--copyright {
    float: right;
    padding: 10px 0
}

.page-header--bar {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #121c25;
    z-index: 100;
    margin-bottom: 100px
}

@media only screen and (min-width: 768px) {
    .page-header--bar {
        height: 60px;
        background: transparent
    }
}

.page-header--bar.is-open {
    height: 100%
}

.page-header--bar.is-static {
    position: absolute;
    margin-bottom: 0
}

.page-header--bar .content {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 768px) {
    .page-header--bar::after {
        content: "";
        width: 100%;
        height: 60px;
        background: rgba(255, 255, 255, 0.95);
        position: absolute;
        left: 0;
        top: -70px;
        display: block;
        z-index: -1;
        transition: top 0.2s linear;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2)
    }

    .page-header--bar.is-scrolling::after {
        top: 0
    }
}

.page-header--brand-name {
    display: block;
    height: 12px;
    margin: 19px auto;
    width: 110px;
    text-indent: -9999px;
    background: #121c25 url(/assets/images/macaroon/page-header--brand-logo-00f444fb4a0783cdd756252da0f5e6c1.svg) no-repeat 0 -170px;
    transition: width 0.1s linear, background-size 0.1s linear, height 0.1s linear
}

@media only screen and (min-width: 768px) {
    .page-header--brand-name {
        height: 63px;
        width: 200px;
        float: left;
        background-position: 0 0;
        background-color: transparent;
        background-size: 430px;
        margin: 10px 0 10px -6px
    }

    .is-static .page-header--brand-name, .is-scrolling .page-header--brand-name {
        margin: 5px 0 5px -6px
    }
}

@media only screen and (min-width: 768px) {
    .is-static .page-header--brand-name, .is-scrolling .page-header--brand-name {
        background-size: 320px;
        background-position: 100% 0;
        height: 49px;
        width: 150px
    }

    .is-static .page-header--brand-name {
        background-position: 0 0
    }
}

.page-header--navigation ul {
    list-style-type: none
}

@media only screen and (min-width: 768px) {
    .page-header--navigation {
        float: right;
        margin: 20px 0
    }

    .is-static .page-header--navigation, .is-scrolling .page-header--navigation {
        margin: 12px 0
    }
}

.page-header--nav-list-item {
    outline: none
}

@media only screen and (min-width: 768px) {
    .page-header--nav-list-item {
        margin: 0 0 0 30px;
        float: left;
        display: block
    }
}

@media only screen and (min-width: 768px) {
    .page-header--nav-link {
        text-transform: uppercase;
        display: block;
        padding-top: 10px;
        padding-bottom: 8px;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none
    }

    .page-header--nav-link:hover, .page-header--nav-link:focus {
        color: #fff
    }

    .is-scrolling .page-header--nav-link {
        color: #6b7781
    }

    .is-scrolling .page-header--nav-link:hover, .is-scrolling .page-header--nav-link:focus {
        color: #04bab1
    }

    .page-header--nav-link[class*=' icon-'] {
        padding-left: 25px;
        background: transparent url(/assets/images/macaroon/page-header--icon-sprite-69f8761cb30d0b92768c45d7a1cd9f87.svg) no-repeat 0 0
    }

    .page-header--nav-link.icon-cart {
        background-position: 0 -79px
    }

    .page-header--nav-link.icon-cart:hover {
        background-position: 0 -49px
    }

    .is-scrolling .page-header--nav-link.icon-cart {
        background-position: 0 -19px
    }

    .is-scrolling .page-header--nav-link.icon-cart:hover {
        background-position: 0 11px
    }

    .page-header--nav-link.icon-user {
        background-position: 0 -199px
    }

    .page-header--nav-link.icon-user:hover {
        background-position: 0 -169px
    }

    .is-scrolling .page-header--nav-link.icon-user {
        background-position: 0 -139px
    }

    .is-scrolling .page-header--nav-link.icon-user:hover {
        background-position: 0 -109px
    }
}

@media only screen and (min-width: 768px) {
    .page-header--button {
        background: transparent;
        display: inline-block;
        border-radius: 3px;
        font-weight: 400;
        font-size: inherit;
        padding: 0 1em;
        line-height: 2.6;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        vertical-align: top;
        border: 1px solid #04bab1;
        color: #04bab1;
        outline: none;
        transition: background 0.2s linear;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
        color: rgba(255, 255, 255, 0.6);
        border-color: rgba(255, 255, 255, 0.6)
    }

    .page-header--button:hover, .page-header--button:focus, .page-header--button:active {
        color: #fff;
        background-color: #0aa5af
    }

    .page-header--button:hover, .page-header--button:focus {
        border-color: #0aa5af
    }

    .page-header--button:active {
        border-color: #05848c;
        box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
    }

    .page-header--button:hover, .page-header--button:focus, .page-header--button:active {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.6)
    }
}

.is-scrolling .page-header--button {
    color: #04bab1;
    border-color: #04bab1
}

.is-scrolling .page-header--button:hover, .is-scrolling .page-header--button:focus, .is-scrolling .page-header--button:active {
    color: #fff;
    background: #0aa5af
}

@media only screen and (max-width: 767px) {
    .page-header--invite-link {
        position: absolute;
        top: 0;
        right: 0;
        padding: 16px 15px;
        color: #00aaa5;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px
    }
}

@media only screen and (min-width: 768px) {
    .page-header--invite-link {
        background: #00aaa5 url(/assets/images/macaroon/page-header--icon-sprite-69f8761cb30d0b92768c45d7a1cd9f87.svg) no-repeat 8px -234px;
        color: #fff;
        border-radius: 3px;
        padding: 10px 15px 8px 37px
    }

    .is-scrolling .page-header--invite-link {
        color: #fff
    }

    .is-scrolling .page-header--invite-link:hover, .is-scrolling .page-header--invite-link:focus, .is-scrolling .page-header--invite-link:active {
        color: #fff
    }
}

.page-header--account-link {
    position: absolute;
    left: 0;
    top: 0
}

.page-header--account-link a {
    background: transparent url(/assets/images/macaroon/page-header--icon-sprite-69f8761cb30d0b92768c45d7a1cd9f87.svg) no-repeat 12px -264px;
    width: 50px;
    height: 40px;
    text-indent: -999em;
    display: block
}

@media only screen and (max-width: 767px) {
    .page-header--desktop-only {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .page-header--mobile-only {
        display: none
    }
}

.page-header-dropdown {
    position: relative
}

.page-header-dropdown--title {
    display: block;
    position: relative;
    padding-bottom: 20px
}

.page-header-dropdown--title.page-header-dropdown--flag::before {
    position: absolute;
    top: 10px;
    left: 10px
}

.page-header-dropdown--title.page-header-dropdown--flag a {
    text-indent: -9995em;
    width: 30px;
    position: relative
}

.page-header-dropdown--title > a {
    padding-right: 15px
}

.page-header-dropdown--title > a:before, .page-header-dropdown--title > a:after {
    content: "";
    background: currentColor;
    width: 6px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 18px;
    transform: rotate(-45deg)
}

.page-header-dropdown--title > a:before {
    transform: rotate(45deg);
    right: 3px
}

.page-header-dropdown--menu {
    display: none
}

.page-header-dropdown--menu:focus {
    outline: none
}

.page-header-dropdown--menu.is-changed {
    display: block
}

.page-header-dropdown--menu.is-focused {
    animation-duration: 0.3s;
    animation-name: fadeIn;
    animation-fill-mode: both;
    z-index: 1
}

.page-header-dropdown--menu.is-closed.is-not-animating {
    display: none
}

@media only screen and (min-width: 768px) {
    .page-header-dropdown--menu.is-closed.is-changed {
        animation-duration: 0.3s;
        animation-name: fadeOut;
        animation-fill-mode: both
    }
}

@media only screen and (min-width: 768px) {
    .page-header-dropdown--menu {
        list-style: none;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
        position: absolute;
        right: 0;
        width: 220px
    }

    .page-header-dropdown--menu::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -5px;
        left: auto;
        right: 9px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #FFF
    }

    .page-header-dropdown--menu::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        top: -20px;
        left: 0
    }

    .page-header-dropdown--menu > li .page-header-dropdown--text {
        display: block;
        background: #fff;
        padding: 10px 17px;
        text-decoration: none;
        border: 0;
        font: inherit;
        width: 220px;
        box-sizing: border-box;
        text-align: left;
        -webkit-appearance: none
    }

    .rtl .page-header-dropdown--menu > li .page-header-dropdown--text {
        text-align: right
    }

    .page-header-dropdown--menu > li a.page-header-dropdown--text, .page-header-dropdown--menu > li button.page-header-dropdown--text {
        color: #04bab1;
        cursor: pointer
    }

    .page-header-dropdown--menu > li a.page-header-dropdown--text:hover, .page-header-dropdown--menu > li a.page-header-dropdown--text:focus, .page-header-dropdown--menu > li a.page-header-dropdown--text:active, .page-header-dropdown--menu > li button.page-header-dropdown--text:hover, .page-header-dropdown--menu > li button.page-header-dropdown--text:focus, .page-header-dropdown--menu > li button.page-header-dropdown--text:active {
        color: #000;
        background: #f5f7f9
    }

    .page-header-dropdown--menu > li:first-child .page-header-dropdown--text {
        border-radius: 3px 3px 0 0
    }

    .page-header-dropdown--menu > li:last-child .page-header-dropdown--text {
        border-radius: 0 0 3px 3px
    }

    .rtl .page-header-dropdown--menu > li .page-header-dropdown--flag::before {
        margin-right: 0px;
        margin-left: 10px
    }
}

.page-header-dropdown--flag::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/img/sprite_flags.jpg);
    background-size: 256px 18px;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: text-bottom;
    border-radius: 1px
}

.page-header-dropdown--flag.flag-uk::before {
    background-position: 0 0
}

.page-header-dropdown--flag.flag-au::before {
    background-position: -18px 0
}

.page-header-dropdown--flag.flag-fr::before {
    background-position: -37px 0
}

.page-header-dropdown--flag.flag-de::before {
    background-position: -54px 0
}

.page-header-dropdown--flag.flag-ie::before {
    background-position: -72px 0
}

.page-header-dropdown--flag.flag-it::before {
    background-position: -90px 0
}

.page-header-dropdown--flag.flag-nl::before {
    background-position: -108px 0
}

.page-header-dropdown--flag.flag-es::before {
    background-position: -126px 0
}

.page-header-dropdown--flag.flag-be::before {
    background-position: -144px 0
}

.page-header-dropdown--flag.flag-ae::before {
    background-position: -162px 0
}

.page-header-dropdown--flag.flag-hk::before {
    background-position: -180px 0
}

.page-header-dropdown--flag.flag-sg::before {
    background-position: -198px 0
}

.page-header-login--content {
    padding: 30px
}

.page-header-login--error {
    background: #d64541;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 13px
}

.page-header-login--placeholder-label {
    position: relative;
    height: 40px;
    margin-bottom: 10px
}

.page-header-login--placeholder-label label, .page-header-login--placeholder-label input {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%
}

.page-header-login--placeholder-label label {
    color: #999
}

.page-header-login--placeholder-label input {
    z-index: 2;
    background: transparent
}

.page-header-login--placeholder-label input.is-dirty {
    background: #fff
}

.page-header-login--login {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    font-size: 13px;
    padding: .4em;
    margin-bottom: 20px
}

.page-header-login--login:hover, .page-header-login--login:focus, .page-header-login--login:active {
    color: #fff;
    background-color: #0aa5af
}

.page-header-login--login:hover, .page-header-login--login:focus {
    border-color: #0aa5af
}

.page-header-login--login:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.page-header-login--login:focus, .page-header-login--login:active, .page-header-login--login:hover {
    background-color: #04b0a7
}

.page-header-login--login:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

.page-header-login--remember-me {
    display: block;
    font-size: 14px;
    color: #6b7781;
    margin-bottom: 30px
}

.page-header-login--forgot {
    display: block;
    text-align: center;
    margin: 0 -30px -30px -30px;
    padding: 15px 0;
    font-size: 13px;
    background: #f5f7f9;
    border-radius: 0 0 5px 5px;
    color: #04bab1
}

.user-details-form {
    padding: 20px
}

.user-details-form h2 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold
}

.user-details-form .form-error {
    background: #d64541;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px
}

.user-details-form .input-branded label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 5px 0 2px
}

.user-details-form .input-branded input {
    margin-bottom: 5px;
    width: 100%
}

.user-details-form button {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    font-size: 14px;
    line-height: 1.1;
    margin-top: 10px
}

.user-details-form button:hover, .user-details-form button:focus, .user-details-form button:active {
    color: #fff;
    background-color: #0aa5af
}

.user-details-form button:hover, .user-details-form button:focus {
    border-color: #0aa5af
}

.user-details-form button:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.user-details-form button:focus, .user-details-form button:active, .user-details-form button:hover {
    background-color: #04b0a7
}

.user-details-form button:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

.user-details-form .t-and-cs {
    color: #999;
    font-size: 12px;
    margin: 5px 0 10px
}

.user-details-form .t-and-cs a:link, .user-details-form .t-and-cs a:visited {
    color: #999
}

.flash-message-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.flash-message-wrapper-appear .flash-message {
    opacity: 0.01
}

.flash-message-wrapper-leave .flash-message {
    animation-duration: 0.3s;
    animation-name: disappear;
    opacity: 0
}

.flash-message-wrapper .flash-message {
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    max-width: 520px;
    margin: 0 auto;
    padding: 9px;
    position: absolute;
    text-align: center;
    top: 70px;
    left: 0px;
    z-index: 100;
    right: 0px;
    opacity: 0
}

.flash-message-wrapper .flash-message--alert {
    background-color: #dca631;
    color: #fff
}

.flash-message-wrapper .flash-message--error {
    background: #d64541;
    color: #fff;
    max-width: none;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1.4rem;
    padding: 15px;
    text-align: left;
    position: relative;
    top: 0;
    left: 0
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .flash-message-wrapper .flash-message {
        border-radius: 0;
        left: 0;
        max-width: none;
        margin: 0;
        top: 50px;
        right: 0;
        text-align: center
    }
}

.flash-message-wrapper-appear.flash-message-wrapper-appear-active .flash-message {
    opacity: 1;
    animation-duration: 0.3s;
    animation-name: appear;
    animation-delay: 0.2s;
    animation-fill-mode: both
}

.flash-message-wrapper-leave.flash-message-wrapper-leave-active {
    opacity: 0.01
}

.registration-page {
    min-width: 320px;
    font-size: 0.9rem;
    line-height: 1.5em;
    font-weight: 300;
    font-family: "proxima-nova", "ge-dinar-one", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB", "冬青黑体", sans-serif;
    background: #e8ecf0
}

.registration-page .container-small {
    z-index: 98;
    display: block;
    position: relative;
    max-width: 700px;
    margin: 20px auto 0 auto;
    padding-bottom: 30px
}

.registration-page .container-small .box {
    border-top: 3px solid #04bab1;
    background: #FFF;
    padding: 0 30px;
    position: relative
}

.registration-page .container-small .box .section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.registration-page .container-small .box .lead {
    text-align: center;
    color: #6b7781;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400
}

.registration-page .container-small .box h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 30px
}

.restaurant-index-page--hero {
    background: #121c25 url(/assets/images/macaroon/restaurant-index-hero-c5594a1e72d0f6129378ffa1a7269756.svg) repeat-x 50% bottom;
    background-size: contain;
    padding-top: 60px;
    text-align: center
}

.restaurant-index-page--hero h1 {
    line-height: 1
}

.restaurant-index-page--subhead {
    color: rgba(255, 255, 255, 0.8)
}

.restaurant-index-page--title {
    display: block;
    font-size: 33px;
    font-weight: 600;
    color: #fff
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .restaurant-index-page--title {
        letter-spacing: 1px
    }
}

@media only screen and (min-width: 768px) {
    .restaurant-index-page--title {
        font-size: 63px
    }
}

.restaurant-index-page--change-location {
    padding: 20px 0 40px
}

.restaurant-index-page--change-location-button {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    width: auto;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px
}

.restaurant-index-page--change-location-button:hover, .restaurant-index-page--change-location-button:focus, .restaurant-index-page--change-location-button:active {
    color: #fff;
    background-color: #0aa5af
}

.restaurant-index-page--change-location-button:hover, .restaurant-index-page--change-location-button:focus {
    border-color: #0aa5af
}

.restaurant-index-page--change-location-button:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.restaurant-index-page--change-location-button:focus, .restaurant-index-page--change-location-button:active, .restaurant-index-page--change-location-button:hover {
    background-color: #04b0a7
}

.restaurant-index-page--change-location-button:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--change-location {
        padding: 10px 0 20px
    }
}

.restaurant-index-page .is-scrolling {
    z-index: 10;
    transform: translateZ(0);
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    top: 0
}

.restaurant-index-page--breadcrumb-bar {
    background: rgba(248, 248, 248, 0.95);
    padding: 5px 0;
    overflow: hidden;
    transition: 300ms box-shadow;
    font-weight: 400;
    color: #777
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--breadcrumb-bar {
        display: none !important
    }
}

.restaurant-index-page--breadcrumbs {
    list-style: none;
    overflow: hidden
}

.restaurant-index-page--breadcrumbs li {
    float: left;
    padding: 15px 0;
    font-size: 14px
}

.restaurant-index-page--breadcrumbs li::after {
    content: "/";
    display: inline-block;
    color: #6b7781;
    padding: 0 10px
}

.restaurant-index-page--breadcrumbs li:last-child::after {
    content: ""
}

.restaurant-index-page--breadcrumbs li a {
    color: #00aaa5;
    text-decoration: none
}

.restaurant-index-page--filters {
    margin-top: 5px;
    text-align: right
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--filters {
        margin-top: 0
    }
}

.restaurant-index-page--filters-label {
    vertical-align: middle;
    font-size: 14px
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--filters-label {
        text-align: left;
        display: block;
        line-height: 30px
    }
}

.restaurant-index-page--tabbed-filters {
    display: none;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(18, 27, 37, 0.26)
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--tabbed-filters {
        display: flex
    }
}

.restaurant-index-page--tab {
    display: block;
    flex: 1;
    padding: 15px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    color: #7b8791
}

.restaurant-index-page--tab-select {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #354655;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0
}

.restaurant-index-page--tab-time {
    border-right: solid 1px rgba(193, 195, 198, 0.3)
}

.restaurant-index-page--cuisine {
    background: #fff
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--cuisine {
        display: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--grid-row {
        margin: 0
    }
}

.restaurant-index-page--grid-row.isLoading {
    pointer-events: none;
    opacity: 0.2
}

.restaurant-index-page--filter-grid {
    display: inline-block
}

.restaurant-index-page--filters-selector {
    flex: 1
}

.restaurant-index-page--list-section {
    transition: opacity 250ms
}

.restaurant-index-page--list-section:last-child {
    padding-bottom: 50px
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .restaurant-index-page--list-section {
        padding-top: 90px
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .restaurant-index-page--list-section {
        padding-top: 75px
    }
}

.restaurant-index-page--no-restaurants {
    padding: 0 10px;
    text-align: center;
    margin: 45px 0 70px
}

.restaurant-index-page--no-restaurants-button {
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    font-size: inherit;
    padding: 0 1em;
    line-height: 2.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #04bab1;
    color: #04bab1;
    outline: none;
    transition: background 0.2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #04bab1;
    border: transparent;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    line-height: 2;
    color: #fff;
    padding: 1em;
    width: 100%;
    font-size: 16px;
    padding: 14px 46px;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    text-transform: none;
    line-height: 22px;
    box-shadow: none
}

.restaurant-index-page--no-restaurants-button:hover, .restaurant-index-page--no-restaurants-button:focus, .restaurant-index-page--no-restaurants-button:active {
    color: #fff;
    background-color: #0aa5af
}

.restaurant-index-page--no-restaurants-button:hover, .restaurant-index-page--no-restaurants-button:focus {
    border-color: #0aa5af
}

.restaurant-index-page--no-restaurants-button:active {
    border-color: #05848c;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.restaurant-index-page--no-restaurants-button:focus, .restaurant-index-page--no-restaurants-button:active, .restaurant-index-page--no-restaurants-button:hover {
    background-color: #04b0a7
}

.restaurant-index-page--no-restaurants-button:disabled {
    background-color: #d6dce2;
    border-color: #d6dce2;
    color: #6b7781;
    box-shadow: none
}

.restaurant-index-page--tag {
    border-radius: 3px;
    background-color: #f4f6f8;
    padding: 5px 10px;
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.restaurant-index-page--tag-remove {
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 100%;
    display: block;
    width: 13px;
    height: 13px;
    padding: 1px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    background: #00aaa5
}

.restaurant-index-page--section-title {
    text-align: center;
    margin: 105px 0 45px 0
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .restaurant-index-page--section-title {
        display: none
    }
}

.restaurant-index-page--apology {
    margin: 0 auto;
    padding: 110px 10px 20px;
    text-align: center;
    max-width: 80%;
    background: url(/assets/images/macaroon/unhappy-burger-1eec1583ee6e5178131bd37130778f36.svg) no-repeat 50% 0
}

.restaurant-index-page--prompt {
    margin-bottom: 40px
}

.restaurant-index-page-tile {
    margin-bottom: 30px
}

@media only screen and (min-width: 481px) {
    .restaurant-index-page-tile {
        display: block;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 481px) and (min-width: 768px) {
    .restaurant-index-page-tile {
        float: left;
        width: 33.33333%
    }
}

.restaurant-index-page-tile:nth-child(3n+1) {
    clear: both
}

.restaurant-index-page-tile a {
    color: #222;
    text-decoration: none
}

.restaurant-index-page-tile--top {
    position: relative;
    display: block;
    padding-top: 57%;
    background: #F5F7F9 url(/assets/images/restaurant-placeholder-87234173e0829c53a43e05fbc4a2cd29.svg) no-repeat 50% 50%;
    background-size: cover;
    transition: opacity 200ms
}

.restaurant-index-page-tile--anchor {
    display: block
}

.restaurant-index-page-tile--anchor:hover .restaurant-index-page-tile--top {
    opacity: 0.8
}

.restaurant-index-page-tile--time {
    position: absolute;
    top: 0;
    right: 20px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    font-size: 8.5px;
    font-weight: 600;
    text-align: center;
    padding: 7px 8px;
    line-height: 13px;
    letter-spacing: 1px
}

.restaurant-index-page-tile--time-number {
    font-size: 18px;
    display: block
}

.restaurant-index-page-tile--time-mins {
    text-transform: uppercase
}

.restaurant-index-page-tile--badges {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    width: 35px;
    top: 10px;
    left: 10px;
    list-style: none
}

.restaurant-index-page-tile--badge-new, .restaurant-index-page-tile--badge-offer {
    flex: 0 0 auto;
    margin: 3px 0;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 9px;
    letter-spacing: 1px
}

.restaurant-index-page-tile--badge-new {
    background-color: #ffa93c
}

.restaurant-index-page-tile--badge-offer {
    background-color: #f15f54
}

.restaurant-index-page-tile--name {
    font-size: 20px;
    font-weight: 600;
    margin: 7px 0 0
}

.restaurant-index-page-tile--tags {
    margin: 0 0 5px
}

.restaurant-index-page-tile--tag {
    margin: 3px 8px 3px 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    color: #777
}

.menu-index-page {
    position: relative;
    display: block;
    color: #222
}

.menu-index-page .page-header--bar {
    background-color: #121c25
}

.menu-index-page__hero {
    padding-top: 60px;
    background-image: linear-gradient(to right, #f4f6f8, #f4f6f8)
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .menu-index-page__hero {
        padding-top: 50px
    }
}

.menu-index-page__header {
    display: block;
    width: 50%;
    height: 100%
}

.menu-index-page__header h1 {
    margin: 20px 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1
}

.menu-index-page__header .badge {
    vertical-align: middle;
    margin: 0 10px;
    padding: 2px 4px;
    border: none;
    border-radius: 3px;
    background-color: #00aaa5;
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px
}

.menu-index-page__header .links {
    padding-top: 10px
}

.menu-index-page__header .links a {
    margin-right: 10px
}

.menu-index-page__menu {
    margin-top: 90px
}

@media only screen and (min-width: 481px) and (max-width: 979px) {
    .menu-index-page__menu {
        margin-top: 35px
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-index-page__menu {
        margin-top: 0
    }
}

.menu-index-page__menu-category {
    width: 66%
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .menu-index-page__menu-category {
        width: 100%
    }
}

.menu-index-page__menu-category:first-child h3 {
    margin-top: 0
}

.menu-index-page__menu-category h3 {
    margin-top: 30px;
    padding: 10px 0;
    font-size: 32px;
    border-bottom: 1px solid #e8ecf2
}

.menu-index-page__items {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none
}

.menu-index-page__item {
    position: relative;
    flex: 0 1 45%;
    margin: 10px 0px 10px -8px;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px
}

.menu-index-page__item:hover {
    cursor: pointer;
    border: 1px solid #c1c3c6
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .menu-index-page__item {
        flex: 1 1 100%
    }
}

.menu-index-page__item--unavailable {
    color: #a2a2a2
}

.menu-index-page__item--unavailable:hover {
    cursor: default;
    border: 1px solid transparent
}

.menu-index-page__item-price {
    position: absolute;
    top: 12px;
    right: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: 0.6px
}

.menu-index-page__item-content {
    width: 90%
}

.menu-index-page__item-title {
    width: 80%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.2
}

.menu-index-page__item-desc {
    font-size: 16px;
    line-height: 1.4
}

.basket-wrapper {
    position: relative;
    display: flex;
    margin-left: 10px
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-wrapper {
        display: none
    }
}

.basket-wrapper--desktop {
    flex: 0.33 1 0%
}

.basket-wrapper--tablet, .basket-wrapper--mobile {
    display: none;
    margin: 0;
    padding-top: 10px
}

@media only screen and (min-width: 481px) and (max-width: 979px) {
    .basket-wrapper--tablet {
        display: flex;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket-wrapper--mobile {
        display: block
    }
}

.basket {
    position: absolute;
    width: 100%;
    min-height: 222px;
    right: 0;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.04);
    background-color: #f5f7f9
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket--mobile, .basket--tablet {
        min-height: 55px;
        border: none;
        box-shadow: none;
        background-color: #fff;
        transform: translateZ(0)
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket--mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 103;
        padding-top: 10px
    }
}

@media only screen and (min-width: 481px) and (max-width: 979px) {
    .basket--tablet {
        position: relative;
        flex: 0.5 0 0%
    }
}

.basket__header {
    position: relative;
    display: flex;
    flex-flow: row nowrap
}

.basket__restaurant {
    flex: 0.3 1 55%;
    padding: 8px 16px 8px 8px;
    color: #c1c4c6;
    background-color: #121c25
}

.basket__restaurant-name {
    color: #fff;
    font-weight: bold;
    font-size: 20px
}

.basket .separator {
    display: block;
    flex: 0.3 0 10%;
    margin-left: -5px;
    background-color: #d8d8d8;
    transform: skew(-3deg)
}

.basket__time {
    flex: 0.2 1 50%;
    margin-left: -5px;
    padding-right: 10px;
    text-align: right;
    background-color: #d8d8d8
}

.basket__time--value {
    display: inline-block;
    float: right;
    max-width: 70px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: bold
}

.basket__btn {
    flex: 0.5 0 0;
    margin: 0 5px;
    align-self: flex-end;
    text-align: right
}

.basket__btn:hover {
    cursor: hover;
    text-decoration: none
}

.basket__btn--close, .basket__btn--checkout {
    height: 38px;
    margin-top: 9px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket__btn--close, .basket__btn--checkout {
        width: 100%;
        min-width: 90px;
        height: 48px;
        margin-top: 0px
    }
}

.basket__btn--checkout {
    border: none;
    background-color: #00bab2;
    color: #ffffff
}

.basket__btn--close {
    position: relative;
    padding: 0 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #00bab2
}

.basket__btn--close:before {
    content: ' ';
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #00bab2
}

.basket__btn--close:after {
    content: ' ';
    position: absolute;
    top: 17px;
    right: 0px;
    margin-right: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff
}

.basket-overview-panel {
    position: relative;
    display: flex;
    justify-content: space-around;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-overview-panel {
        border-left: none;
        border-right: none
    }
}

@media only screen and (min-width: 481px) and (max-width: 979px) {
    .basket-overview-panel {
        justify-content: space-between
    }
}

.basket-totals {
    flex: 0.45 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 8px
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-totals {
        position: relative;
        flex: 0.5 0 0;
        flex-direction: column;
        margin: 0 5px;
        padding: 3px;
        border: solid 1px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.04);
        background-color: #fff
    }

    .basket-totals:hover {
        cursor: pointer
    }

    .basket-totals::before {
        content: ' ';
        position: absolute;
        top: 20px;
        right: 0;
        margin-right: 5px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #00bab2
    }

    .basket-totals::after {
        content: ' ';
        position: absolute;
        top: 23px;
        right: 0px;
        margin-right: 5px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff
    }
}

.basket-totals__icon {
    padding: 10px 0 10px 20px;
    color: rgba(255, 255, 255, 0.6);
    background: transparent url(/assets/images/macaroon/page-header--icon-sprite.svg) no-repeat 0 0;
    background-position: -5px -27px
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-totals__icon {
        flex: 1 0 100%;
        order: 0;
        width: 25px;
        margin-right: 10px;
        padding: 0;
        background-position: 3px -20px
    }
}

.basket-totals__item-count, .basket-totals__separator, .basket-totals__total {
    flex-wrap: nowrap;
    padding-top: 2px
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-totals__item-count, .basket-totals__separator, .basket-totals__total {
        flex: 0 0 0;
        padding-top: 0;
        line-height: 1em
    }
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-totals__item-count {
        font-size: 12px;
        font-weight: normal;
        color: #ccc
    }
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-totals__separator {
        display: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-totals__total {
        margin-top: -10px;
        font-size: 16px;
        font-weight: bolder;
        color: #00bab2
    }
}

.basket-contents {
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-contents {
        padding: 40px 0
    }
}

.basket-contents--non-desktop {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-contents--non-desktop {
        display: block;
        border: none
    }
}

.basket-contents--empty {
    display: block;
    padding: 70px 0
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-contents--empty {
        padding: 0
    }
}

.basket-contents__overlay {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-contents__overlay {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -100;
        transform: translateZ(0);
        transition: opacity 0.3s ease-out
    }

    .basket-contents__overlay--active {
        z-index: 100;
        opacity: 0.9
    }
}

@media only screen and (min-width: 0px) and (max-width: 979px) and (min-width: 481px) and (max-width: 979px) {
    .basket-contents__overlay--active {
        background-color: #afafaf
    }
}

.basket-contents--inactive, .basket-contents--active {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket-contents--inactive, .basket-contents--active {
        position: fixed;
        top: 1000px;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 102;
        background-color: #fff;
        transition: transform 0.3s ease-out
    }
}

@media only screen and (min-width: 481px) and (max-width: 979px) {
    .basket-contents--inactive, .basket-contents--active {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -400px;
        width: 40%;
        padding: 0 10px;
        z-index: 102;
        background-color: #fff;
        transition: transform 0.3s ease-out
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket-contents--active {
        transform: translateY(-1000px)
    }
}

@media only screen and (min-width: 481px) and (max-width: 979px) {
    .basket-contents--active {
        transform: translateX(-400px)
    }
}

.basket-contents__header {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket-contents__header {
        padding: 0;
        background-color: #f9f9f9
    }
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .basket-contents__header {
        flex: 0 0 100px;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding-top: 10px;
        padding-bottom: 15px;
        box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.04)
    }
}

.basket-contents__btn--close, .basket-contents__btn--checkout {
    flex: 0 0 50%;
    height: 50px;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center
}

.basket-contents__btn--close:hover, .basket-contents__btn--checkout:hover {
    cursor: pointer;
    text-decoration: none
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket-contents__btn--close, .basket-contents__btn--checkout {
        display: none
    }
}

.basket-contents__btn--close {
    position: relative;
    color: #00bab2;
    background-color: #fff;
    border: none
}

.basket-contents__btn--close::before {
    content: ' ';
    position: absolute;
    top: 18px;
    left: 5px;
    margin-right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #00bab2
}

.basket-contents__btn--close::after {
    content: ' ';
    position: absolute;
    top: 18px;
    left: 8px;
    margin-right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff
}

.basket-contents__btn--checkout {
    color: #fff;
    background-color: #00bab2
}

.basket-contents__restaurant {
    position: relative;
    flex: 0 0 100%;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .basket-contents__restaurant {
        margin-top: 30px
    }
}

.basket-contents__restaurant::before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c1c4c6
}

.basket-contents .restaurant-name {
    padding-top: 3px;
    padding-left: 60px
}

.basket-contents .restaurant-name small {
    font-size: 16px;
    color: #c1c4c6
}

.basket-contents__items {
    flex: 1 0 auto;
    width: 100%;
    margin-top: 20px
}

.menu-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8ecf2
}

.menu-nav__container {
    display: flex
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .menu-nav__container {
        display: block
    }
}

.contextual-link-bar--with-basket {
    flex: 0.66 1 0%
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
    .contextual-link-bar--with-basket {
        flex: 1 0 0%
    }
}

.invitation-form {
    min-height: 600px;
    min-width: 320px;
    font-size: 0.9rem;
    line-height: 1.5em;
    font-weight: 300;
    font-family: "proxima-nova", "ge-dinar-one", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB", "冬青黑体", sans-serif;
    background: #e8ecf0
}

.invitation-form .page-header--nav-list-item:nth-last-child(3) {
    display: none
}

.invitation-form .container-small {
    z-index: 98;
    display: block;
    position: relative;
    max-width: 700px;
    margin: -20px auto 30px auto
}

.invitation-form .container-small .box {
    background: #FFF;
    border-top: 3px solid #04bab1;
    position: relative;
    padding: 0 30px 30px 30px
}

.invitation-form button {
    min-width: 160px;
    margin: 0 10px
}

.invitation-form h1, .invitation-form h2, .invitation-form h3 {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center
}

.invitation-form h1 {
    text-transform: none
}

.invitation-form h2 {
    text-transform: uppercase
}

.invitation-form h3 {
    text-transform: none;
    margin-bottom: 50px
}

.invitation-form .confirm-message {
    margin: 100px 50px
}

.invitation-form .invitation-prompt {
    text-align: center;
    padding: 50px 20px
}

.invitation-form .invitation-prompt .invitation-prompt--actions {
    margin-top: 50px
}

.invitation-form .invitation-prompt .invitation-prompt--actions button:first-child {
    margin-right: 5px
}

.invitation-form .invitation-prompt .invitation-prompt--actions button:nth-child(2) {
    margin-left: 5px
}
.modal-body .label-over{
    text-align: center;
}