﻿*,
*::before,
*::after {
    box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
html:focus-within {
    scroll-behavior: smooth;
}
body {
    line-height: 1.5;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img,
picture {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
input[type="submit"],
button {
    cursor: pointer;
}
input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.scrollx {
    margin: 0 20px;
}
@media screen and (max-width: 599px) {
    .scrollx {
        width: 90%;
        border-radius: 8px;
        overflow-x: scroll;
    }
}
table#comparisons {
    margin: 0 auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: 1.1rem;
}
@media screen and (max-width: 959px) {
    table#comparisons {
        font-size: 1rem;
    }
}
@media screen and (max-width: 599px) {
    table#comparisons {
        font-size: 0.9rem;
    }
}
table#comparisons thead tr {
    background-color: #0e0038;
    border-radius: 8px;
    color: #e1bffa;
}
table#comparisons thead tr th {
    padding: 30px 30px 30px 0;
    max-width: 150px;
}
@media screen and (max-width: 599px) {
    table#comparisons thead tr {
        padding: 8px;
    }
}
table#comparisons tbody tr {
    border-bottom: 1px solid #eee;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #6a09d8;
}
table#comparisons tbody tr:last-child {
    border-bottom: 0;
}
table#comparisons tbody tr:hover {
    background: #f9f7fc;
}
table#comparisons tbody tr td {
    text-align: center;
    padding-right: 30px;
    min-height: 200px;
}
table#comparisons tbody tr td img {
    width: 160px;
    height: 60px;
    object-fit: contain;
    object-position: 50% 50%;
    margin: 16px;
    min-width: 60px;
}
table#comparisons tbody tr td span.yes {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 100%;
    background: url(/img/icons.svg) no-repeat;
    background-size: 800px 200px;
    background-position: -300px -45px;
    text-indent: -500px;
    overflow: hidden;
}
.inset.lingolist {
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.inset.lingolist dl {
    margin: 0 auto;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    width: 700px;
    grid-template-columns: 420px 280px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .inset.lingolist dl {
        width: 80%;
        min-width: 560px;
        grid-template-columns: auto 280px;
    }
}
@media screen and (max-width: 599px) {
    .inset.lingolist dl {
        width: 80%;
        grid-template-columns: 100%;
    }
}
.inset.lingolist dl dt {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) calc(50% - 1px),
        rgb(192, 192, 192) 50%,
        rgba(0, 0, 0, 0) calc(50% + 1px)
    );
}
@media screen and (max-width: 599px) {
    .inset.lingolist dl dt {
        background: none;
    }
}
.inset.lingolist dl dt dfn {
    font-style: normal;
    font-family: "Gilroy W05 Black", helvetica, arial, sans-serif;
    color: #6a09d8;
    background: #fff;
    padding: 0 12px 0 20px;
    line-height: 1em;
    font-size: 5rem;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .inset.lingolist dl dt dfn {
        font-size: 4.5rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .inset.lingolist dl dt dfn {
        font-size: 4.5rem;
        padding: 0 12px 0 0;
    }
}
@media screen and (max-width: 599px) {
    .inset.lingolist dl dt dfn {
        font-size: 3rem;
        padding: 0 12px 0 0;
    }
}
.inset.lingolist dl dd {
    font-size: 1em;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #0b0035;
    opacity: 0.5;
    align-self: center;
    padding-left: 16px;
}
@media screen and (max-width: 599px) {
    .inset.lingolist dl dd {
        padding: 0 0 16px 2px;
    }
}
.inset.lingolist dl.num {
    width: 700px;
    grid-template-columns: 300px 400px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .inset.lingolist dl.num {
        width: 80%;
        min-width: 560px;
        grid-template-columns: auto 380px;
    }
}
@media screen and (max-width: 599px) {
    .inset.lingolist dl.num {
        width: 80%;
        grid-template-columns: 100%;
    }
}
.inset.lingolist dl.num dfn {
    font-size: 6rem;
    display: inline-block;
    width: 145px;
    padding: 0 0 0 20px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .inset.lingolist dl.num dfn {
        font-size: 4.5rem;
        width: 115px;
    }
}
@media screen and (max-width: 599px) {
    .inset.lingolist dl.num dfn {
        font-size: 3rem;
        padding: 0 0 0 0;
    }
}
.inset.prose {
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 40px !important;
}
.inset.prose h5 {
    color: #333;
    font-size: 1.2rem;
}
.inset.prose p,
.inset.prose ol,
.inset.prose ul {
    color: #333;
    opacity: 0.8;
    margin: 1em 0;
}
.inset.prose .result {
    border-bottom: 1px dotted #999;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.inset.prose .result:last-of-type {
    border: 0;
    margin: 0;
}
.inset.prose .result h5 span {
    font-family: "Gilroy W05 Regular", helvetica, arial, sans-serif;
    font-weight: 300;
}
.offer {
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin: 40px auto 0 auto;
    padding: 40px 40px 12px 40px;
    border-radius: 8px;
    width: calc(100% - 20px);
    max-width: 680px;
}
@media screen and (max-width: 599px) {
    .offer {
        padding: 40px 20px 12px 20px;
    }
}
.offer h5 {
    color: #333;
    font-size: 1.2rem;
}
.offer p,
.offer ol,
.offer ul {
    color: #333;
    opacity: 0.8;
    margin: 1em 0;
}
.offer a.btn {
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
}
.offer p.sml {
    text-align: center;
    font-size: 0.6rem;
    color: #666;
    margin: 12px 0;
}
.offer p.sml a {
    color: #333;
}
.offer div.displayterms {
    font-size: 0.6rem;
    color: #666 !important;
    margin: 0;
}
.offer div.displayterms p,
.offer div.displayterms span {
    color: #666 !important;
    background: none !important;
}
.offer div.displayterms a {
    text-decoration: none;
}
.form {
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin: 40px auto 0 auto;
    padding: 40px;
    border-radius: 8px;
    width: calc(100% - 20px);
    max-width: 680px;
}
@media screen and (max-width: 599px) {
    .form {
        padding: 40px 20px;
    }
}
.form fieldset {
    border-width: 0;
    padding: 0;
    margin: 0;
}
.form fieldset label,
.form fieldset input,
.form fieldset textarea {
    width: 100%;
}
.form fieldset input,
.form fieldset textarea {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.form fieldset input[type="submit"] {
    width: fit-content;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #fff;
    background-color: #6a09d8;
    padding: 6px 20px;
}
.map-wrap {
    width: calc(100% - 80px);
    height: calc(100vh - 70px);
    position: relative;
    margin: 40px;
    padding: 0px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #6a09d8;
    display: grid;
    grid-template-rows: 70px auto;
    grid-template-columns: auto 300px;
}
@media screen and (max-width: 959px) {
    .map-wrap {
        width: 96%;
        height: 125vh;
        grid-template-rows: 60vh 50px auto;
        grid-template-columns: 100%;
        margin: 40px auto;
    }
}
.map-wrap .bh-sl-map-container {
    grid-row: 1 / span 2;
    position: relative;
}
@media screen and (max-width: 959px) {
    .map-wrap .bh-sl-map-container {
        grid-row: 1;
    }
}
.map-wrap .bh-sl-map-container .bh-sl-map {
    width: 100%;
    height: 100%;
}
.map-wrap .bh-sl-map-container #bh-sl-user-location {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 599px) {
    .map-wrap .bh-sl-map-container #bh-sl-user-location {
        width: 90%;
    }
}
.map-wrap .bh-sl-map-container #bh-sl-user-location input {
    width: calc(100% - 100px);
    height: 100%;
    border: 0;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
}
.map-wrap .bh-sl-map-container #bh-sl-user-location button {
    width: 90px;
    height: 100%;
    border: 0;
    background-color: #fff;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #6a09d8;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map-wrap .bh-sl-map-container #bh-sl-user-location button .icon {
    margin-left: 4px;
}
.map-wrap h3 {
    background-color: #0b0035;
    margin: 0;
    font-size: 0.95em;
    color: #fff;
    text-align: center;
    padding-top: 28px;
}
@media screen and (max-width: 959px) {
    .map-wrap h3 {
        padding-top: 15px;
    }
}
.map-wrap .locations {
    width: 300px;
    height: 100%;
    overflow-y: scroll;
}
@media screen and (max-width: 959px) {
    .map-wrap .locations {
        width: 100%;
    }
}
@media screen and (max-width: 959px) {
    .map-wrap .locations ul {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 50% 50%;
    }
}
@media screen and (max-width: 599px) {
    .map-wrap .locations ul {
        grid-template-columns: 100%;
    }
}
.map-wrap .locations ul li {
    margin: 24px 16px 16px 16px;
    padding: 16px;
    position: relative;
    font-size: 0.9em;
    color: #333;
    border-radius: 8px;
    background-color: #fff;
}
@media screen and (max-width: 959px) {
    .map-wrap .locations ul li {
        width: 270px;
        margin: 24px auto 16px auto;
    }
}
.map-wrap .locations ul li .list-label {
    cursor: pointer;
    position: absolute;
    top: -10px;
    background: #0b0035;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
}
.map-wrap .locations ul li .list-content {
    margin-bottom: 60px;
}
.map-wrap .locations ul li h4 {
    color: #0b0035;
    margin: 0;
}
.map-wrap .locations ul li .loc-addr {
    font-size: 0.9em;
    margin-bottom: 16px;
}
.map-wrap .locations ul li .loc-directions {
    font-size: 0.9em;
}
.map-wrap .locations ul li .loc-directions a {
    color: #6a09d8;
}
.map-wrap .locations ul li .loc-links {
    display: flex;
    margin-top: 16px;
    position: absolute;
    bottom: 20px;
}
.map-wrap .locations ul li .loc-links a {
    display: flex;
    align-items: center;
    text-align: center;
}
.map-wrap .locations ul li .loc-links a.ext {
    border-radius: 15px 0 0 15px;
}
.map-wrap .locations ul li .loc-links a.int {
    border-radius: 0 15px 15px 0;
    background-color: #0b0035;
}
@media screen and (max-width: 959px) {
    .map-wrap .locations ul.promotions {
        grid-template-columns: 100%;
    }
}
.map-wrap .locations ul.promotions li {
    padding: 0;
}
@media screen and (max-width: 959px) {
    .map-wrap .locations ul.promotions li {
        width: 440px;
        margin: 24px auto 16px auto;
    }
}
@media screen and (max-width: 599px) {
    .map-wrap .locations ul.promotions li {
        width: 270px;
    }
}
.map-wrap .locations ul.promotions li .list-label {
    right: 4px;
    text-decoration: none;
}
.map-wrap .locations ul.promotions li img {
    border-radius: 8px 8px 0 0;
}
.map-wrap .locations ul.promotions li h4 {
    margin: 16px;
}
.map-wrap .locations ul.promotions li h4 a {
    color: #6a09d8;
    text-decoration: none;
}
.map-wrap .locations ul.promotions li h4 a:hover {
    text-decoration: underline;
}
.map-wrap .locations ul.promotions li p {
    font-size: 0.9em;
    margin: 16px;
}
.map-wrap .locations ul.promotions li p.sml {
    font-size: 0.7em;
    color: #666;
}
.map-wrap .locations ul.promotions li p.sml a {
    color: #666;
}
.map-wrap .locations ul.promotions li .foot {
    background-color: #efefef;
    padding: 24px 0 1px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.map-wrap .locations ul.promotions li .foot a.btn {
    margin: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-family: "Gilroy W05 Black", helvetica, arial, sans-serif;
}
h1,
h2,
h3,
h3 a {
    color: #6a09d8;
}
strong {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
}
p a {
    color: #6a09d8;
    text-decoration: underline 0.1em rgba(0, 0, 0, 0);
    transition: text-decoration-color 0.3s;
}
p a:hover {
    text-decoration-color: #6a09d8;
}
a.btn {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)) top/100% 800%;
    background-color: #6a09d8;
    transition: background 0.3s;
    border-radius: 15px;
    padding: 6px 16px;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
a.btn:hover {
    background-position: bottom;
}
a.btn span.icon,
p.more a span.icon {
    position: relative;
    top: 0;
    left: 0;
    transition:
        left 0.3s,
        color 0s;
}
a.btn:hover span.icon,
p.more a:hover span.icon {
    left: 2px;
}
p.sml {
    -webkit-text-size-adjust: 100%;
}
.stars span {
    width: 100%;
    display: flex;
    justify-content: center;
}
.stars span svg {
    display: inline-block;
    margin: 0;
    width: 1.25rem;
    height: 1.25rem;
    fill: #6a09d8;
}
.stars p {
    font-size: 0.75rem;
    text-align: center;
}
.bye {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.br::after {
    content: "\a";
    white-space: pre;
}
.disable-scroll {
    height: 100%;
    overflow: hidden;
}
html,
body {
    background-color: #f9f7fc;
    font-family: "Gilroy W05 Regular", helvetica, arial, sans-serif;
    font-weight: 300;
}
header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 10px 0;
    background: #0b0035;
    position: sticky;
    top: 0;
    z-index: 20;
    transition: 0.3s;
    pointer-events: all;
}
header.scrolled {
    height: 50px;
    padding: 3px 0;
    transition: 0.3s;
}
header.scrolled .logo {
    margin: 0 3px 5px 0;
}
header.scrolled .logo path {
    opacity: 0;
    transition: 0.3s;
}
header.scrolled .logo path.icon {
    opacity: 1;
}
header div {
    flex: 1;
    display: flex;
}
header div a {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}
header span.size {
    font-size: 0.75rem;
    background: #dedede;
    position: absolute;
    top: 100px;
    right: 50px;
}
@media screen and (max-width: 599px) {
    header span.size:after {
        content: "xs: up to 599";
    }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    header span.size:after {
        content: "sm: 600 - 959";
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    header span.size:after {
        content: "md: 960 - 1279";
    }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
    header span.size:after {
        content: "lg: 1280 - 1919";
    }
}
header .logo {
    flex: 1 0 0;
    margin: 12px 3px 5px 0;
    height: 40px;
}
header .logo path {
    fill: #fff;
}
#findbtn {
    display: flex;
    flex-direction: row;
    width: 150px;
    height: 24px;
    margin: 0 16px 0 16px;
    overflow: hidden;
}
@media screen and (max-width: 959px) {
    #findbtn {
        width: 28px;
        margin: 0 10px 0 16px;
    }
    #findbtn span {
        display: none;
    }
}
#findbtn .icon {
    display: block;
    width: 28px;
    height: 100%;
    background: url(/img/icons.svg) no-repeat;
    background-size: 720px 180px;
    transition: 0.3s;
    background-position: -220px 3px;
}#emailbtn {
    display: flex;
    flex-direction: row;
    width: 150px;
    height: 24px;
    margin: 0 16px 0 16px;
    overflow: hidden;
}
@media screen and (max-width: 959px) {
    #emailbtn {
        width: 28px;
        margin: 0 10px 0 16px;
    }
    #emailbtn span {
        display: none;
    }
}
#emailbtn .icon {
    display: block;
    width: 28px;
    height: 100%;
    background: url(/img/icons.svg) no-repeat;
    background-size: 720px 180px;
    transition: 0.3s;
    background-position: -90px 6px;
}
@media screen and (max-width: 959px) {
    #searchbtn {
        width: 28px;
        overflow: hidden;
    }
}
#searchbtn #searchtxt {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 24px;
    overflow: hidden;
}
#searchbtn #searchtxt span {
    position: relative;
    top: -24px;
    transition: 0.3s;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 959px) {
    #searchbtn #searchtxt span {
        visibility: hidden;
    }
    #searchbtn #searchtxt span .icon {
        visibility: visible;
    }
}
#searchbtn #searchtxt span .icon {
    display: block;
    width: 28px;
    height: 100%;
    background: url(/img/icons.svg) no-repeat;
    background-size: 720px 180px;
    transition: 0.3s;
    /*background-position: -177px -42px;*/ 
    background-position: -177px -42px;
}
#searchbtn #searchtxt span:nth-last-child(1) .icon {
    background-position: -177px 3px;
}
#searchbtn.on #searchtxt span {
    top: 0;
    transition: 0.3s;
}
#menubtn {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 auto;
}
#menubtn #menutxt {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 60px;
    height: 26px;
    overflow: hidden;
}
#menubtn #menutxt span {
    position: relative;
    top: -23px;
    transition: 0.3s;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
}
#menubtn .hamburger {
    display: block;
    width: 20px;
    height: 10px;
    position: relative;
    margin: 5px 5px 0 10px;
    border: 1px solid #0b0035;
}
#menubtn .hamburger::before,
#menubtn .hamburger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
#menubtn .hamburger::before {
    top: 0;
    transform: rotate(0);
}
#menubtn .hamburger::after {
    bottom: 0;
    box-shadow: 0 -12px currentColor;
}
#menubtn.on #menutxt span {
    top: 1px;
    transition: 0.3s;
}
#menubtn.on .hamburger::before {
    top: 0px;
    transform: rotate(45deg);
}
#menubtn.on .hamburger::after {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    bottom: 6px;
    transform: rotate(-45deg);
}
#menu,
#search,
#terms {
    background: #6a09d8;
    width: 100vw;
    height: calc(100dvh - 50px);
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    z-index: -1;
    pointer-events: all;
}
#menu:target,
#menu.on,
#search:target,
#search.on,
#terms:target,
#terms.on {
    opacity: 1;
    z-index: 10;
}
#menu:target #closemenu,
#menu:target #closesearch,
#menu.on #closemenu,
#menu.on #closesearch,
#search:target #closemenu,
#search:target #closesearch,
#search.on #closemenu,
#search.on #closesearch,
#terms:target #closemenu,
#terms:target #closesearch,
#terms.on #closemenu,
#terms.on #closesearch {
    display: block;
}
#menu ul li,
#search ul li,
#terms ul li {
    font-family: "Gilroy W05 Black", helvetica, arial, sans-serif;
    color: #e1bffa;
}
#menu ul li a,
#search ul li a,
#terms ul li a {
    color: #e1bffa;
    text-decoration: none;
}
#menu ul li a:hover,
#search ul li a:hover,
#terms ul li a:hover {
    color: #0e0038;
    text-decoration: underline;
}
#menu div.sec,
#search div.sec,
#terms div.sec {
    position: fixed;
    bottom: 0;
    display: flex;
}
#menu div.sec ul,
#search div.sec ul,
#terms div.sec ul {
    margin: 0 16vmin 4vmin 4vmin;
    font-size: 3vmin;
}
#menu .fade,
#search .fade,
#terms .fade {
    opacity: 0.5;
}
#menu ul.pri {
    margin: 4vmin 0 0 4vmin;
}
#menu ul.pri li {
    line-height: 11vmin;
    font-size: 11vmin;
}
#search h2 {
    line-height: 11vmin;
    font-size: 11vmin;
    color: #fff;
    margin: 35vmin 0 0 4vmin;
    font-weight: normal;
}
#search form {
    display: grid;
    grid-template-rows: 14vmin;
    grid-template-columns: 96vmin auto;
}
@media screen and (max-width: 959px) {
    #search form {
        grid-template-columns: 70vmin auto;
    }
}
#search form .hiddenFields {
    display: none;
}
#search input {
    background: rgba(0, 0, 0, 0);
    font-family: "Gilroy W05 Black", helvetica, arial, sans-serif;
    line-height: 11vmin;
    font-size: 11vmin;
    color: #0b0035;
    width: 91vmin;
    margin: 0 0 0 4vmin;
    padding: 0;
}
@media screen and (max-width: 959px) {
    #search input {
        width: 64vmin;
    }
}
#search input[type="search"],
#search input[type="text"] {
    border: solid #0b0035;
    border-width: 0 0 6px 0;
    outline: 0;
    color: #0b0035;
}
#search input[type="search"]::placeholder,
#search input[type="text"]::placeholder {
    color: #e1bffa;
    opacity: 0.5;
}
#search input[type="submit"] {
    color: #e1bffa;
    border: 0;
    width: auto;
    margin: 0 auto 0 4vmin;
}
#closemenu,
#closesearch {
    display: none;
    font-family: "Gilroy W05 Black", helvetica, arial, sans-serif;
    color: #fff;
    font-size: 5rem;
    font-size: 11vmin;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    text-decoration: none;
}
#terms {
    background: rgba(51, 51, 51, 0.9);
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    align-items: center;
}
#terms #tandcbox {
    background: #fff;
    position: relative;
    border-radius: 8px;
    max-height: 80vh;
    margin: 10px 0;
    padding: 30px 10px 14px 30px;
    flex-basis: 440px;
    flex-grow: 0;
    flex-shrink: 1;
}
@media screen and (max-width: 599px) {
    #terms #tandcbox {
        max-width: 80vw;
    }
}
#terms #tandcbox h4 {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    margin: 0 0 16px 0;
}
#terms #tandcbox p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 16px;
}
#terms #tandcbox ul {
    list-style-type: disc;
}
#terms #tandcbox ol {
    list-style-type: decimal;
}
#terms #tandcbox ul,
#terms #tandcbox ol {
    list-style-position: inside;
    font-size: 0.9em;
    margin-bottom: 16px;
}
#terms #tandcbox ul li,
#terms #tandcbox ol li {
    font-family: "Gilroy W05 Regular", helvetica, arial, sans-serif;
    color: #333;
    font-size: 0.9rem;
}
#terms #tandcbox p a,
#terms #tandcbox li a {
    color: #6a09d8;
    text-decoration: none;
}
#terms #tandcbox p a:hover,
#terms #tandcbox li a:hover {
    color: #6a09d8;
    text-decoration: underline;
}
#terms #closeterms {
    position: absolute;
    top: -12px;
    right: -12px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    font-size: 40px;
    color: #45227b;
    text-decoration: none;
}
#terms .load-terms {
    max-height: 70vh;
    padding-right: 20px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
.load-terms {
    display: none;
}
.banner {
    background-color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
@media screen and (max-width: 959px) {
    .banner {
        padding-left: 20px;
    }
}
.banner-content {
    position: relative;
    background: rgba(0, 0, 0, 0) url(/img/bingo-balls-3x1.png) no-repeat;
    background-size: 50%;
    background-position-x: 98%;
    background-position-y: 80%;
}
@media screen and (max-width: 959px) {
    .banner-content {
        background-size: 60%;
        background-position-x: 0;
        background-position-y: 45vw;
    }
}
@media screen and (max-width: 599px) {
    .banner-content {
        background-size: 90%;
        background-position-y: 60%;
    }
}
.banner-content h2 {
    font-family: "Gilroy W05 Black", helvetica, arial, sans-serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    line-height: 0.95em;
    margin: 1em 0 0 0;
}
.banner-content h2 span {
    color: #0b0035;
}
.banner-content h2 span:nth-child(even) {
    color: #6a09d8;
}
.banner-content p.tag {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #0b0035;
    opacity: 0.5;
    width: 380px;
    margin: 20px 0;
}
@media screen and (max-width: 599px) {
    .banner-content p.tag {
        max-width: 90%;
    }
}
.banner-content #sub {
    width: 480px;
    display: grid;
    grid-template-rows: 50px auto;
    grid-template-columns: 145px auto;
    margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
    .banner-content #sub {
        width: 400px;
        margin-top: 240px;
    }
}
@media screen and (max-width: 599px) {
    .banner-content #sub {
        max-width: 100%;
    }
}
.banner-content #sub a.btn {
    margin: 0 auto auto 0;
}
.banner-content #sub a.btn span.icon {
    transition: 0.3s;
}
.banner-content #sub a.btn:hover span.icon {
    left: 0;
    top: 3px;
}
.banner-content #sub .stars {
    margin-top: -6px;
}
.banner-content #sub .stars svg {
    width: 1.6rem;
    height: 1.6rem;
}
.banner-content #sub .stars p {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    opacity: 0.5;
}
.banner-content #sub p.sml {
    font-size: 0.6rem;
    color: #666;
    margin: 12px 0;
    grid-column: 1 / span 2;
}
.banner-content #sub p.sml a {
    color: #666;
}
.banner-content #sub p.sml a:hover {
    text-decoration-color: #666;
}
.banner svg#shards {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.banner svg#shards g#_1 path {
    fill: #6a09d8;
    opacity: 0.07;
}
.banner svg#shards g#_2 path {
    fill: #6a09d8;
    opacity: 0.07;
}
.banner svg#shards g#_3 path {
    fill: #6a09d8;
    opacity: 0.07;
}
.banner .stars svg {
    position: relative;
}
.container {
    background-color: #6a09d8;
    padding: 20px 0;
}
.container.bgbuff {
    background-color: #0e0038;
}
.container.bgpale {
    background-color: #f9f7fc;
}
.container.bgnone {
    background-color: rgba(0, 0, 0, 0);
}
.container.bgwhite {
    background-color: #fff;
}
.container.bgad {
    background-color: #45227b;
}
.container .btn.viewall {
    display: block;
    width: fit-content;
    margin: 0 auto 16px auto;
    background: #fff;
    color: #0e0038;
}
.container .btn.viewall:hover {
    color: #6a09d8;
}
.container .inset {
    background: #0b0035;
    margin: 40px auto 0 auto;
    padding: 40px 0;
    border-radius: 8px;
    width: max(58.75rem, 80%);
}
@media screen and (max-width: 959px) {
    .container .inset {
        width: 96%;
    }
}
.container .inset .intro {
    margin: 0 auto 40px auto;
}
.container .inset .items {
    padding: 0 20px 0 20px;
}
@media screen and (max-width: 959px) {
    .container .inset .items {
        padding: 0 10px 0 10px;
    }
}
.container .inset .share {
    margin: 40px auto 0 auto;
}
.container .inset.thirdparty {
    margin: 20px auto;
}
.container .inset.thirdparty .item {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    min-height: auto;
}
.container .inset.thirdparty .item #ytframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.container .inset.thirdparty .item .adinsert {
    position: relative;
}
.container .inset.thirdparty .item .adinsert .adcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container .intro {
    width: 50%;
    margin: 40px auto 40px auto;
    text-align: center;
}
@media screen and (max-width: 599px) {
    .container .intro {
        width: 80%;
    }
}
.container .intro h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
}
.container .intro p {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    margin: 0.6rem 0 0 0;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #0b0035;
    opacity: 0.5;
    text-wrap: balance;
}
.container .intro.light h2,
.container .intro.light p {
    color: #fff;
}
.container .share {
    width: 180px;
    height: 30px;
    border-radius: 15px;
    background: #6a09d8;
    margin: 0 auto;
    padding: 1px 0 0 5px;
    display: flex;
    justify-content: space-between;
}
.container .share.overlap {
    margin: -35px auto 0 auto;
}
.container .share p {
    margin: 5px 0 0 15px;
    color: #fff;
    opacity: 0.7;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    font-size: 0.75rem;
}
.container .share ul.icons {
    margin: 0 15px 0 0;
    display: flex;
}
.container .share ul.icons li {
    width: 24px;
    height: 28px;
    margin: 0 5px;
}
.container .share ul.icons li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
    background: url(/img/icons.svg) no-repeat;
    background-size: 720px 180px;
    transition: opacity 0.3s;
}
.container .share ul.icons li.fb {
    width: 18px;
}
.container .share ul.icons li.fb a {
    background-position: 5px 5px;
}
.container .share ul.icons li.fb a:hover {
    opacity: 0.6;
}
.container .share ul.icons li.tw a {
    background-position: -42px 7px;
}
.container .share ul.icons li.tw a:hover {
    opacity: 0.6;
}
.container .share ul.icons li.em a {
    background-position: -88px 8px;
}
.container .share ul.icons li.em a:hover {
    opacity: 0.6;
}
.container .sml-tc {
    margin: 0 auto;
    max-width: 1260px;
    width: max(58.75rem, 60%);
    font-size: 0.6rem;
    -webkit-text-size-adjust: 100%;
    color: #fff;
    padding: 0 20px;
    opacity: 0.8;
}
@media screen and (max-width: 959px) {
    .container .sml-tc {
        width: 90%;
    }
}
@media screen and (max-width: 599px) {
    .container .sml-tc {
        width: 100%;
    }
}
.container .sml-tc.center {
    text-align: center;
}
.container .sml-tc a {
    color: #fff;
    text-decoration: none;
}
.container .sml-tc a:hover {
    text-decoration: underline;
}
.items {
    padding: 0 0 50px 0;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
    row-gap: 20px;
    column-gap: 20px;
    max-width: 1260px;
    width: max(58.75rem, 90%);
}
@media screen and (max-width: 959px) {
    .items {
        width: 98%;
    }
}
.items .item {
    background-color: #fff;
    position: relative;
    width: 260px;
    display: flex;
    align-self: stretch;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.items .item .cover {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
    background: #6a09d8;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: calc(100% - 80px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.items .item:hover .cover {
    opacity: 1;
    transition: 0.3s;
}
.items .item .contents {
    z-index: 3;
    display: grid;
    grid-template-rows: 74px 1fr;
    grid-template-columns: 1fr 90px;
    margin: 20px 16px 20px 20px;
}
.items .item .contents img.logo {
    width: 120px;
    object-fit: scale-down;
    object-position: 0 0;
    max-height: 50px;
    margin: 0;
}
.items .item .contents div.stars {
    width: 95%;
    justify-self: right;
}
.items .item .contents div.stars svg {
    margin-right: -4px;
}
.items .item .contents .details {
    grid-column: 1 / span 2;
    width: 100%;
    display: grid;
    grid-template-rows: 80px 1fr 30px 30px;
    grid-template-columns: 1fr;
}
.items .item .contents .details h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
.items .item .contents .details h3 a {
    text-decoration: none;
}
.items .item .contents .details h3 a:hover {
    text-decoration: underline;
}
.items .item .contents .details p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
    .items .item .contents .details p {
        font-size: 0.8rem;
    }
}
.items .item .contents .details .btn {
    margin: 0;
    background-color: #6a09d8;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 8px;
    padding: 4px 8px;
    justify-self: left;
    align-self: center;
}
.items .item .contents .details .more a {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
}
.items .item .contents .details p.sml,
.items .item .contents .details p.sml a {
    font-size: 0.6rem;
    color: #666;
    margin: 12px 0;
}
.items .item .contents .details div.displayterms p,
.items .item .contents .details div.displayterms span {
    font-size: 0.6rem;
    color: #666 !important;
    margin: 0;
    line-height: 1.5;
    background: none !important;
}
.items .item .contents .details div.displayterms p a,
.items .item .contents .details div.displayterms span a {
    text-decoration: none;
}
.items .item:hover .contents .details {
    color: #fff;
}
.items .item:hover .contents .details .btn {
    color: #0b0035;
}
.items .item:hover .contents .details h3,
.items .item:hover .contents .details h3 a,
.items .item:hover .contents .details p.sml,
.items .item:hover .contents .details p.sml a,
.items .item:hover .contents .details p.more a {
    color: #fff !important;
}
.items .item:hover .contents .details p.sml a:hover {
    text-decoration-color: #fff !important;
}
.items .item:hover .contents .details div.displayterms p,
.items .item:hover .contents .details div.displayterms span {
    color: #fff !important;
}
.items .item:hover .contents .btn {
    background-color: #fff;
    transition: 0.3s;
}
.items .item:hover .contents .btn:hover {
    background-position: top;
    color: #6a09d8;
}
.items.landscape {
    justify-content: center;
    padding: 0 20px 50px 20px;
    align-items: stretch;
    margin: 10px auto 40px auto;
    width: max(58.75rem, 80%);
}
@media screen and (max-width: 959px) {
    .items.landscape {
        width: 98%;
    }
}
@media screen and (max-width: 599px) {
    .items.landscape {
        padding: 0 10px;
    }
}
.items.landscape .item {
    flex-basis: 440px;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 560px;
    min-height: 290px;
    display: flex;
    align-self: stretch;
}
@media screen and (max-width: 599px) {
    .items.landscape .item {
        max-width: 100%;
    }
}
.items.landscape .item .stub {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 32%;
    height: 100%;
}
.items.landscape .item .stub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.items.landscape .item .stub img.left {
    object-position: 0% 50%;
}
.items.landscape .item .stub img.right {
    object-position: 100% 50%;
}
.items.landscape .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #6a09d8;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.items.landscape .item:hover .cover {
    opacity: 1;
    transition: 0.3s;
}
.items.landscape .item .contents {
    width: 100%;
    display: grid;
    grid-template-rows: 50px auto;
    grid-template-columns: 68% 32%;
    margin: 20px 0px;
}
.items.landscape .item .contents img.logo {
    margin-left: 20px;
}
.items.landscape .item .contents div.stars {
    width: 100%;
    justify-self: center;
}
.items.landscape .item .contents div.stars svg {
    fill: #fff;
    margin-right: 0;
}
.items.landscape .item .contents .details {
    grid-template-rows: 1fr 1fr 20px 20px;
    grid-template-columns: 1fr;
    grid-column: 1;
    padding: 0 16px 0 20px;
}
@media screen and (max-width: 959px) {
    .items.landscape .item .contents .details {
        grid-template-rows: auto auto 20px 20px;
    }
}
.items.landscape .item .contents .details h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 16px 0;
}
.items.landscape .item .contents .details p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 16px;
}
.items.landscape .item .contents .details .btn {
    margin: 0;
    background-color: #6a09d8;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 8px;
    padding: 4px 8px;
    justify-self: left;
    align-self: center;
}
.items.landscape .item .contents .details p.sml,
.items.landscape .item .contents .details p.sml a {
    font-size: 0.6rem;
    color: #666;
    margin: 0;
}
.items.landscape .item .contents .btn {
    grid-column: 2;
    grid-row: 2;
    margin: auto auto 0 auto;
    align-self: end;
    background-color: #fff;
    color: #0b0035;
    font-size: 0.7rem;
    border-radius: 8px;
    padding: 4px 8px;
}
.items.landscape .item:hover .contents .details {
    color: #fff;
}
.topthumbs {
    margin-top: 70px;
}
.topthumbs .intro {
    background-color: #6a09d8;
    border-radius: 8px;
    width: 200px;
    height: 50px;
    margin: -50px auto 20px auto;
    padding: 10px !important;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #e1bffa;
}
.topthumbs .thumbs {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
    width: max(58.75rem, 80%);
    margin: 0 auto;
    align-items: start;
}
@media screen and (max-width: 959px) {
    .topthumbs .thumbs {
        width: 98%;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
    }
}
.topthumbs .thumbs .item {
    padding: 8px;
    color: #e1bffa;
}
.topthumbs .thumbs .item a {
    color: #e1bffa;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topthumbs .thumbs .item a:hover {
    color: #fff;
}
.topthumbs .thumbs .item a .thumb {
    aspect-ratio: 3/2;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    min-height: 90px;
}
@media screen and (max-width: 599px) {
    .topthumbs .thumbs .item a .thumb {
        min-height: auto;
    }
}
.topthumbs .thumbs .item a .thumb img {
    max-width: 70%;
    max-height: 50%;
}
footer {
    color: #e1bffa;
}
footer .prefoot {
    background-color: #45227b;
}
footer .foot {
    background-color: #0b0035;
}
@media screen and (max-width: 959px) {
    footer .container {
        padding: 20px;
    }
}
footer a {
    color: #e1bffa;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer #prefooter {
    width: max(58.75rem, 80%);
    margin: 0 auto;
    padding: 20px 16px 0 16px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}
@media screen and (max-width: 959px) {
    footer #prefooter {
        width: 98%;
        display: flex;
        flex-direction: column;
        position: relative;
    }
}
footer #prefooter .logo {
    grid-row: 2;
    grid-column: 1;
    height: 40px;
    margin: 30px 0 0 0;
}
footer #prefooter .logo path {
    fill: #fff;
}
@media screen and (max-width: 959px) {
    footer #prefooter .logo {
        width: 150px;
        margin: 30px 0;
    }
}
footer #prefooter .logoface {
    grid-row: 2;
    grid-column: 4;
    justify-self: right;
    height: 40px;
    transform: rotate(-10deg) scale(2);
}
footer #prefooter .logoface path {
    fill: #0b0035;
    opacity: 0.5;
}
@media screen and (max-width: 959px) {
    footer #prefooter .logoface {
        width: 150px;
        position: absolute;
        bottom: 40px;
        right: 0;
    }
}
footer #prefooter .group1 {
    grid-row: 1;
    grid-column: 1;
}
footer #prefooter .group2 {
    grid-row: 1;
    grid-column: 2;
}
footer #prefooter .group3 {
    grid-row: 1;
    grid-column: 3;
}
@media screen and (max-width: 959px) {
    footer #prefooter .group3 {
        margin: 40px 0;
    }
}
footer #toes {
    width: max(58.75rem, 80%);
    margin: 0 auto;
    padding: 20px 16px 0 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 959px) {
    footer #toes {
        width: 98%;
        flex-direction: column;
    }
}
footer #toes ul {
    display: flex;
}
footer #toes ul li img {
    height: 28px;
}
footer #toes ul li:not(:last-child) {
    margin: 0 20px 0 0;
}
footer #toes ul li:last-child img {
    height: 25px;
}
@media screen and (max-width: 959px) {
    footer #toes ul {
        display: list-item;
        margin: 0 0 20px 0;
    }
    footer #toes ul li:not(:last-child) {
        margin: 0 0 20px 0;
    }
}
footer #toes p {
    margin-bottom: 16px;
    opacity: 0.5;
}
@media screen and (max-width: 959px) {
    footer #toes p {
        margin-bottom: 40px;
    }
}
body#review {
    background-color: #fff;
}
@media screen and (max-width: 959px) {
    body#review .banner {
        padding-left: 40px;
    }
}
@media screen and (max-width: 599px) {
    body#review .banner {
        padding-left: 20px;
        padding-right: 10px;
    }
}
body#review .banner svg#shards {
    transform: rotate(0deg);
}
body#review .banner .banner-content {
    background: none;
    display: grid;
    grid-template-rows: min-content auto;
    grid-template-columns: 2fr 1fr;
    margin: 0 auto;
    max-width: 1260px;
    width: max(58.75rem, 80%);
}
@media screen and (max-width: 959px) {
    body#review .banner .banner-content {
        width: 100%;
        grid-template-columns: 100%;
    }
}
body#review .banner .banner-content .logo {
    max-width: 200px;
    max-height: 70px;
    object-fit: scale-down;
    object-position: 0 0;
    margin: 50px 0;
}
@media screen and (max-width: 599px) {
    body#review .banner .banner-content .logo {
        max-width: 180px;
    }
}
body#review .banner .banner-content h2 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
}
body#review .banner .banner-content p.tag {
    grid-column: 1;
    grid-row: 3;
}
body#review .banner .banner-content #sub {
    grid-column: 1;
    grid-row: 4;
    grid-template-columns: 100%;
}
@media screen and (max-width: 959px) {
    body#review .banner .banner-content #sub {
        margin: 0;
    }
}
body#review .banner .banner-content #sub a.btn span.icon {
    transition: left 0.3s;
}
body#review .banner .banner-content #sub a.btn:hover span.icon {
    top: 0;
    left: 3px;
}
body#review .banner .highlights {
    grid-column: 2;
    grid-row: 2/5;
    display: flex;
    flex-direction: column;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0 0 0;
}
@media screen and (max-width: 959px) {
    body#review .banner .highlights {
        grid-column: 1;
        grid-row: auto;
    }
}
@media screen and (max-width: 959px) {
    body#review .banner .highlights {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 599px) {
    body#review .banner .highlights {
        width: calc(100% - 28px);
        width: 100%;
    }
}
body#review .banner .highlights .stars {
    margin: 0 0 50px 0;
}
@media screen and (max-width: 959px) {
    body#review .banner .highlights .stars {
        position: absolute;
        top: 55px;
        right: 40px;
        margin: 0;
    }
}
@media screen and (max-width: 599px) {
    body#review .banner .highlights .stars {
        right: 10px;
    }
}
body#review .banner .highlights .stars svg {
    width: 1.6rem;
    height: 1.6rem;
}
body#review .banner .highlights .stars p {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    opacity: 0.5;
}
body#review .banner .highlights ul {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #0b0035;
    margin: 20px 0;
}
body#review .banner .highlights ul li {
    margin: 0 0 8px 0;
    vertical-align: top;
    opacity: 0.6;
}
@media screen and (max-width: 959px) {
    body#review .banner .highlights ul {
        margin: 20px 0 0 0;
        column-count: 2;
        list-style: none;
    }
    body#review .banner .highlights ul li {
        display: inline-block;
        width: 100%;
        margin: 0 0 8px 0;
        padding-left: 16px;
    }
    body#review .banner .highlights ul li::before {
        content: "•";
        margin: 0 8px 0 -14px;
    }
}
body#review .inset {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)) top/100% 800%;
    background-position: bottom;
    background-color: #6a09d8;
}
body#review .promos .item {
    flex-basis: 440px;
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    flex-direction: column;
    align-self: stretch;
}
@media screen and (max-width: 599px) {
    body#review .promos .item {
        max-width: 100%;
    }
}
body#review .promos .item .stub {
    height: 180px;
}
body#review .promos .item .stub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
body#review .promos .item .stub img.left {
    object-position: 0% 50%;
}
body#review .promos .item .stub img.right {
    object-position: 100% 50%;
}
body#review .promos .item .cover {
    top: 180px;
    height: calc(100% - 180px);
}
body#review .promos .item .contents {
    display: grid;
    grid-template-rows: auto 100px;
    grid-template-columns: 100%;
    margin: 0;
    height: calc(100% - 180px);
    grid-template-rows: auto auto;
}
body#review .promos .item .contents .details {
    grid-column: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 16px 20px 20px;
    color: #333;
}
@media screen and (max-width: 599px) {
    body#review .promos .item .contents .details p {
        font-size: 0.9rem;
    }
}
body#review .promos .item .contents .details ul {
    list-style-type: disc;
}
body#review .promos .item .contents .details ol {
    list-style-type: decimal;
}
body#review .promos .item .contents .details ul,
body#review .promos .item .contents .details ol {
    list-style-position: inside;
    font-size: 0.9em;
    margin-bottom: 16px;
}
body#review .promos .item .contents .details p a,
body#review .promos .item .contents .details li a {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    text-decoration: none;
}
body#review .promos .item .contents .details p a:hover,
body#review .promos .item .contents .details li a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 960px) {
    body#review .promos .item .contents .details.xl {
        max-height: 400px;
        overflow-y: scroll;
    }
    body#review .promos .item .contents .details.xl::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    body#review .promos .item .contents .details.xl::-webkit-scrollbar:vertical {
        width: 8px;
    }
    body#review .promos .item .contents .details.xl::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    body#review .promos .item .contents .details.xl::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 8px;
    }
}
body#review .promos .item .contents .foot {
    background-color: #efefef;
    padding: 30px 20px 20px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
body#review .promos .item .contents p.sml,
body#review .promos .item .contents p.sml a {
    font-size: 0.6rem;
    color: #666;
    margin: 12px 0 6px 0;
}
body#review .promos .item .contents div.displayterms {
    font-size: 0.6rem;
    color: #666 !important;
    margin: 0;
}
body#review .promos .item .contents div.displayterms p,
body#review .promos .item .contents div.displayterms span {
    color: #666 !important;
    background: none !important;
}
body#review .promos .item .contents div.displayterms a {
    text-decoration: none;
}
body#review .promos .item:hover .contents .details {
    color: #fff;
}
body#review .promos .item:hover .contents .details a {
    color: #fff;
}
body#review .promos .item:hover .contents .foot {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) top/100% 800%;
    background-position: bottom;
}
body#review .promos .item:hover .contents .foot a.btn {
    background: #fff !important;
    color: #6a09d8;
}
body#review .promos .item:hover .contents .foot a.btn:hover {
    color: #333;
}
body#review .promos .item:hover .contents div.displayterms {
    color: #fff !important;
}
body#review .promos .item:hover .contents div.displayterms p,
body#review .promos .item:hover .contents div.displayterms span {
    color: #fff !important;
}
body#review .promos .item:hover .contents p.sml,
body#review .promos .item:hover .contents p.sml a {
    color: #fff !important;
}
body#review .promos .item:hover .contents p.sml a:hover {
    text-decoration-color: #fff !important;
}
body#review .container .share p {
    color: #fff;
}
body#review .container .overlap {
    margin: -55px auto 0 auto;
}
body#review .container .intro {
    padding-top: 32px;
}
body#review .container .intro .stars span svg {
    margin: 16px 0 0 0;
    width: 2rem;
    height: 2rem;
}
body#review .container .review-body {
    margin: 0 auto;
    max-width: 1260px;
    width: max(58.75rem, 80%);
    color: #333;
    padding: 0 40px 20px 40px;
    column-count: 2;
    column-gap: 80px;
}
@media screen and (max-width: 959px) {
    body#review .container .review-body {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    body#review .container .review-body {
        column-count: 1;
    }
}
body#review .container .review-body p {
    margin-bottom: 16px;
}
body#review .container .features {
    background: none;
    background-color: #efefef;
}
body#review .container .features .overlap {
    margin: -55px auto 0 auto;
    width: fit-content;
}
body#review .container .features .features-inner {
    display: flex;
    padding: 30px 40px 0 40px;
}
@media screen and (max-width: 959px) {
    body#review .container .features .features-inner {
        padding: 30px 30px 0 30px;
    }
}
@media screen and (max-width: 599px) {
    body#review .container .features .features-inner {
        flex-direction: column;
    }
}
body#review .container .features .features-inner div {
    width: 50%;
}
@media screen and (max-width: 599px) {
    body#review .container .features .features-inner div {
        width: 100%;
    }
}
body#review .container .features .features-inner div p {
    margin-bottom: 16px;
}
body#review .container .features .features-inner div li {
    clear: both;
}
body#review .container .features .features-inner div li img {
    float: left;
    margin: 1px 16px 0 0;
}
body#review .container .features .features-inner div strong {
    color: #333;
}
body#review .container .features .features-inner div p,
body#review .container .features .features-inner div li {
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    color: #999;
}
body#review .container .features .features-inner div a:hover {
    text-decoration: underline;
}
body#review .container .features .features-inner div:nth-child(2) {
    padding-left: 40px;
}
@media screen and (max-width: 599px) {
    body#review .container .features .features-inner div:nth-child(2) {
        padding-left: 0;
    }
}
body#review #modal {
    z-index: 100;
    opacity: 1;
    transition: opacity ease 0.25s 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(1, 5, 20, 0.9);
    padding: 0 30px;
}
body#review #modal div.ad-clip {
    position: relative;
    min-width: 300px;
    width: 700px;
    height: 500px;
}
body#review #modal a.outbound {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
body#review #modal p,
body#review #modal h3,
body#review #modal a {
    color: #fff;
}
body#review #modal a.outbound img {
    width: 100%;
    border-radius: 5px;
}
body#review #modal #icon-close {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 20px;
    z-index: 2;
    text-indent: -99em;
    overflow: hidden;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/images/system/bingoo-sprite.svg);
    width: 29px;
    height: 29px;
    background-position: -1465px -106px;
    background-color: #6a09d8;
}
body#review .modal {
    opacity: 0;
    transition: opacity ease 0.25s 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: rgba(1, 5, 20, 0.9);
    padding: 0 30px;
    z-index: -2;
}
body#review .modal.active {
    opacity: 1;
    z-index: 30;
}
body#review .modal .modal-inner {
    position: relative;
}
body#review .modal .modal-inner img {
    max-height: 90vh;
}
body#review .modal .modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gilroy W05 Bold", helvetica, arial, sans-serif;
    font-size: 40px;
    color: #45227b;
    text-decoration: none;
} /*# sourceMappingURL=styles.min.css.map */
