
blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}/*img,picture{max-width:100%;display:block}*/button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}ul,ul li,ul ul li{margin:0;padding:0;text-indent:0}
*, ::after, ::before { box-sizing: border-box; }

/* General Styles */

:root {
    --header-height: 0;
    --header-shadow-opacity: 0;
    --bg-black: #000000;
    --bg-dark: #1B1B1B;
    --bg-mid: #3D3F43;
    --bg-light: #ffffff;
    --bg-dark-accent: #5B5463;
    --bg-mid-accent: #D1C6CF;
    --bg-light-accent: #f3f0f3;
    --accent: #1A9FFF;
    --accent-lcd: #1A9FFF;
    --gradient-blue: linear-gradient(69deg, rgba(0,196,246,1) 6%, rgba(0,116,223,1) 100%);
    --gradient-yellow: linear-gradient(130deg, rgb(244, 237, 54) 10%, rgb(234, 184, 6) 40%);
}

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	height: 100%;
}

body, 
input, 
textarea, 
button {
	font-family: "Motiva Sans", Sans-serif, -apple-system, system, sans-serif;
}

body, #content {
    background-color: var(--bg-light);
}

body {
	padding: 0;
	border: none;
    position: relative;
    overflow-x: hidden;
}
button, header a button {
    border: 1px solid transparent;
}
.footnote p {
    color: #FFFFFF! important;
    opacity: 0.6;
}

.betanotice {
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.8em;
}

.ui-shadow {
    box-shadow: 0px 72px 90px -28px rgba(0,0,0,0.3);
}

@media screen and (max-width: 700px ) {
    .ui-shadow {
        box-shadow: 0px 36px 56px -14px rgba(0,0,0,0.3);
    }
}

/*img.shadow {
    box-shadow: 0 0 20px -1px #00000052;
}*/

@media screen and (max-width: 700px ) {
    section button {
        margin-bottom: 0.5em;
        padding-top: 1em;
        padding-bottom: 1em;
        border-radius: 2em;
        padding-right: 1.6em;
    }
    section button:not(.mobile-slim) {
        width: 100%;
    }
}
.button {
    user-select: none;
}

@media screen and (min-width: 701px ) {
    .hide-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 700px ) {
    .hide-mobile {
        display: none !important;
    }
}

#mobile-indicator {
    display: block;
}
@media screen and (min-width: 701px ) {
    #mobile-indicator {
        display: none;
    }
}

span.break {
    display: none;
}
@media screen and (max-width: 1280px ) {
    span.break {
        display: block;
    }
}

section {
    max-width: 1920px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    padding: 4em;
}
section.halfpad {
    padding-top: calc( 6.875vw / 2 );
    padding-bottom: calc( 6.875vw / 2 );
}
section.halfpad-top {
    padding-top: calc( 6.875vw / 2 );
}
section.halfpad-bottom {
    padding-bottom: calc( 6.875vw / 2 );
}
section .content {
    max-width: 1280px;
    margin: auto;
}

#pc2 {
    padding-bottom: 0;
}

@media screen and (min-width: 700px) {
    #content > section:first-child {
        margin-top: calc( -1 * var( --header-height) );
    }
    #content > section:first-child .content {
        margin-top: var( --header-height);
    }
}
@media screen and (max-width: 700px) {
    section {
        padding: 8.6388888888889vw 4.6458333333333vw; 
    }
    section#hero .content {
        padding-left: 4.6458333333333vw;
        padding-right: 4.6458333333333vw;
        width: 100%;
    }
}
@media screen and (min-width: 1280px) {
    section {
        padding: 88px 70px;
    }
}



section.bgimage,
section.inverted {
    background-color: var(--bg-dark);
    color: var(--bg-light);
}
section.inverted.light {
    background-color: var(--bg-mid);
}
section.gradient.inverted p,
section.gradient.inverted li {
    color: #FFFFFF;
}
.heroimage {
    --added-height-for-header: 0px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc( ( 100vw * 9 / 16 ) + var(--added-height-for-header) );
}
@media screen and (min-width: 700px) {
    .heroimage:first-child {
        --added-height-for-header: var(--header-height);
    }
}
.heroimage.ratio_2_1 {
    height: 50vw;
}
.heroimage.ratio_16_10 {
    height: 62.5vw;
}
.heroimage.ratio_3_1 {
    height: 33.3333vw;
}
.heroimage.rcc_custom_ratio {
    height: 40vw;
}
.heroimage.rcc_custom_ratio video {
    margin-top: -6%;
}
@media screen and ( min-width: 1920px ) {
    .heroimage {
        height: calc( ( 1920px * 9 / 16 ) + var(--added-height-for-header) );
    }
    .heroimage.ratio_2_1 {
        height: calc( ( 1920px / 2 ) + var(--added-height-for-header) );
    }
    .heroimage.ratio_16_10 {
        height: calc( ( 1920px * 10 / 16 ) + var(--added-height-for-header) );
    }
    .heroimage.ratio_3_1 {
        height: calc( ( 1920px * 1 / 3 ) + var(--added-height-for-header) );
    }
}
@media screen and (max-width: 700px) {
    .heroimage.rcc_custom_ratio {
        height: 42.25vw;
    }
    .heroimage.rcc_custom_ratio video {
        margin-top: 0;
    }
}
@media screen and (min-width: 1440px) {
    .heroimage.rcc_custom_ratio {
        height: calc( ( 1440px / 2.5 ));
    }
}

.narrow-text {
    max-width: 63ch;
}

@media screen and (max-width: 700px) {
    .narrow-text {
        width: 100%;
    }
}


section.inverted h1,
section.inverted h2,
section.inverted h3,
section.inverted h4,
section.inverted h5,
section.inverted h6,
section.bgimage h1,
section.bgimage h2,
section.bgimage h3,
section.bgimage h4,
section.bgimage h5,
section.bgimage h6,
section.bgimage p,
section.bgimage ul {
    color: #FFFFFF;
}
section.inverted p {
    color: var(--bg-light);
}
section.inverted ul {
    color: #B8BCBF;
}
section.inverted.whitecopy p, 
section.inverted.whitecopy ul {
    color: #FFFFFF;
	font-weight: 400;
}
h1.inverted,
h2.inverted,
h3.inverted,
h4.inverted,
h5.inverted,
h6.inverted {
    color: var(--bg-light);
}


.right {
    text-align: right;
}
.right > a {
    width: 100%;
}
.bottom {
    display: flex;
    align-items: flex-end;
}
.videocontainer .content.bottom {
    top: auto;
    bottom: 0;
}

/* TEXT STYLES */

html {
    color: #1B1B1B;
    font-size: 14px;
}
@media screen and (min-width: 701px)
{
    html {
        font-size: calc( 14px + 3 * ((100vw - 700px) / 580));
    }
}
@media screen and (min-width: 1280px)
{
    html {
        font-size: 17px;
    }
}

a, a:visited {
	color: #1A9FFF;
	text-decoration: none;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.2s;
}
[data-cycle="background-color"] a, [data-cycle="background-color"] a:visited {
    color: var(--bg-light);
}
a:hover {
    color: #1A9FFF;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    line-height: 1em;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 6em;
    letter-spacing: -0.01em;
    line-height: 1.1em;
    font-weight: 900;
}
h2 {
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 900;
}
h2.light,
h2.light span,
h2 span.light {
    font-weight: 400;
}
h2.reducedpad {
    margin-bottom: 0.2em;
}
.th h2,
.fr h2,
.de h2 {
    margin-top: unset;
}
h1.stats,
h2.stats,
h3.stats {
    font-weight: 300;
}
h3 {
    font-size: 1.9em;
    line-height: 1.3em;
    font-weight: 900;
}
h3.light {
    font-weight: 400;
}
h4 {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 500;
}
h4.extrapad {
    margin-bottom: 1.5em;
}
h5 {
    font-size: 1.35em;
}
h6 {
    font-size: 1.2em;
}

h4, h5, h6 {
    margin-bottom: 0.6em;
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
}


p {
    font-size: 1em;
    margin-bottom: 1.5em;
    font-weight: 500;
}
p:last-child {
    /*margin-bottom: 0;*/
}
p.large {
    font-size: 1.294em;
}
p.small {
    font-size: 0.824em;
}
p.head {
    font-weight: 900;
}

@media screen and (max-width: 700px) {
    html {
        font-size: 16px;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 2em;
        margin-bottom: 1em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
        font-size: 1.5em;
    }
    h5 {
        font-size: 1em;
    }
    h6 {
        font-size: 1em;
    }
    p {
        font-size: 1em;
        font-weight: 400;
    }
    p.large {
        font-size: 1em;
    }
    p.small {
        font-size: 0.75em;
    }

}

@media screen and (max-width: 700px) {
    .mobile-center {
        text-align: center;
    }
}

.center,
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center h6,
.center p
{
    text-align: center;
}

ul {
    padding-inline-start: 1.2em;
    line-height: 1.7em;
    margin-bottom: 1.3em;
}
ol {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
    padding-left: 2em;
    list-style-position: outside;
}
ol li {
    padding-left: 0.5em;
    line-height: 1.6em;
}
ol li::marker {
    color: #8B929A;
}

/* BUTTON STYLES */

a button {
    color: #FFFFFF;
    background-color: var(--accent);
}
a:hover button {
    background-color: var(--bg-dark);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.22);
}

.nav a button {
    background-color: transparent;
    color: var(--bg-light);
}

@media screen and (min-width: 701px) {
    .nav a button {
        margin-left: 1em;
        margin-right: 1em;
    }
}

.nav a:hover button,
.nav a.selected button {
    background-color: var(--bg-light);
    color: var(--accent);
}

button {
    background-color: #1A9FFF;
    color: #FFFFFF;
    border: 0;
    font-size: 1em;
    line-height: 1.4em;
    border-radius: 2em;
    padding: 0.8em 1.4em 0.82em 1.5em;
    transition-property: all;
    transition-duration: 0.15s;
    font-weight: 500;
}
.gradient button,
button.dark {
    background-color: #1B1B1B;
}

a:hover button {
    cursor: pointer;
}
a:active button {
    background-color: ;
}
.gradient a:hover button,
a:hover button.dark {
    background-color: #FFFFFF;
    color: #1B1B1B;
}
.gradient a:active button,
a:active button.dark {
    background-color: #DCDEDF;
    color: #1B1B1B;
}

.rightarrow, .leftarrow {
    vertical-align: -0.25em;
    font-size: 1.3em;
    line-height: 0.8em;
    display: inline;
    height: 1em;
    width: auto;
    margin-left: 0.4em;
}
.leftarrow {
    margin-left: -0.2em;
    margin-right: 0.4em;
    transform: rotate(180deg);
}

p.disclaimer {
    font-size: 0.7em;
    font-style: italic;
    opacity: 0.5;
    margin
}

/* IMAGE STYLES */

section img {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section img.hero {
    vertical-align: bottom;
}

.imagecontainer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.imagecontainer.top {
    align-items: flex-start;
}

.imagecontainer.rightalignlogo img {
    height: 7em;
    width: 7em;
    margin-bottom: 2em;
    max-height: 7em;
    max-width: 7em;
    min-height: 7em;
    min-width: 7em;
    margin-right: 0;
}
@media screen and ( max-width: 700px ) {
    .imagecontainer.rightalignlogo img {
        display: none;
    }
}

/* GRID STYLES */

.gridrow {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 5.75vw;
}
@media (min-width: 1280px)
{
    .gridrow {
        gap: calc( 1280px * 0.0575 );
    }
}
.gridrow.middle {
    align-items: center;
}

.col_1 {
	flex-basis: 3.062%;
}
.col_2 {
	flex-basis: 11.874%;
}
.col_3 {
	flex-basis: 20.686%;
}
.col_4 {
	flex-basis: 29.498%;
}
.col_5 {
	flex-basis: 38.31%;
}
.col_6 {
	flex-basis: 47.122%;
}
.col_7 {
	flex-basis: 55.934%;
}
.col_8 {
	flex-basis: 64.746%;
}
.col_9 {
	flex-basis: 73.558%;
}
.col_10 {
	flex-basis: 82.37%;
}
.col_11 {
	flex-basis: 91.182%;
}
.col_12 {
	flex-basis: 100%;
}

@media screen and (min-width: 701px) {
    .col_offset_9 {
        margin-left: 79.308%;
    }
    .col_offset_8 {
        margin-left: 64.746%;
    }
    .col_offset_7 {
        margin-left: 61.69%;
    }
    .col_offset_6 {
        margin-left: 47.122%;
    }
    .col_offset_5 {
        margin-left: 44.06%;
    }
    .col_offset_4 {
        margin-left: 35.248%;
    }
    .col_offset_3 {
        margin-left: 26.436%;
    }
    .col_offset_2 {
        margin-left: 17.624%;
    }
    .col_offset_1 {
        margin-left: 8.812%;
    }
}

@media screen and ( max-width: 700px ) {
    .gridrow {
        display: block;
    }
}

/* TOP NAV STYLES */

header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    position: fixed;
}
header::after {
    opacity: var(--header-shadow-opacity);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    box-shadow: 0px 0px 20px -4px #00000042;
}
header .header_outer_wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #070707;
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px); 
}
header .header_wrapper {
    display: flex;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

header .language-button,
header .language-button a,
header .language-button a svg {
    display: block;
}

header .language-button {
    display: none;
    display: block;
}

header .language-button a svg {
    height: 2.2293em;
}
header .language-button.hide-desktop a svg {
    height: 3.4em;
}
header .language-button.hide-desktop a svg .globe,
header .language-button.hide-desktop a svg .arrow {
    fill: var(--bg-dark);
}
header .language-button a:hover svg path {
    transition-property: fill;
    transition-duration: 0.2s;
}
header .language-button a:hover svg .bg {
    fill: var(--bg-light);
}
header .language-button a:hover svg .globe,
header .language-button a:hover svg .arrow {
    fill: var(--bg-dark);
}

#content {
    position: relative;
    z-index: 900;
    max-width: 1920px;
    background-color: #FFFFFF;
    margin: auto;
    padding-top: var(--header-height);
}
header a {
    margin: 0px 4px;
    z-index: 9;
    position: relative;
    font-size: 0.9em;
    line-height: inherit;
    border-radius: 1.4em;
    color: #fff
}
header .homecontainer,
header .menu {
    display: flex;
    align-items: center;
}
header .homecontainer {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
}
header .burg {
    display: none;
}
header .home img,
header .home svg {
    height: 3.2em;
    vertical-align: middle;
    margin-left: -1em;
}
header path#header-logo-arc,
header path.header-logo-letter {
    fill: var(--bg-dark);
}


header a button,
header a span {
    transition-property: background-color, border, color, box-shadow;
    transition-duration: 0.2s;
}

header a .new {
    display: inline;
    color: var(--accent);
}

@media screen and (min-width: 701px) {
    .header_wrapper {
        padding-left: 5.46875vw;
        padding-right: 5.46875vw;
    }
    header .home img {
        margin-left: -0.5em;
    }
    header a button,
    header a span {
        font-weight: 500;
        margin: unset;
        font-size: 1em;
        line-height: 0.7em;
        border-radius: 1.1em;
        padding: 0.7em 0.9em;
        display: inline-block;
    }
    header a button {
        padding: 0;
    }
    header a span {
        color: var(--bg-white);
        background-color: transparent;
        background-color:transparent;
    }
    header a:hover span {
        color: var(--accent);
        background-color: var(--bg-dark);
        border: 1px solid transparent;
        background-color: transparent;
        border: 0;
    }
    header a.reserve span {
        color: var(--bg-light);
    }
    header a:active span {
        color: #1B1B1B;
    }
    header a.selected span {
        color: var(--accent);
    }
    header a .new {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        bottom: -0.8em;
        font-size: 0.8em;
    }
}

@media screen and (min-width: 1280px) {
    header.main_header .header_wrapper {
        max-width: calc( 1280px + ( 2 * 70px ));
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 980px) {
    header.main_header {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 1100px) {
    header a button, header a span {
        padding-left: 0.9em;
        padding-right: 0.9em;
    }
}
#scrim {
    display: none;
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    opacity: 1;
    z-index: 1000;
}
@media screen and (max-width: 700px) {
    header.main_header {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1em;
    }
    header .header_wrapper {
        padding-left: 3.6458333333333vw;
        padding-right: 3.6458333333333vw;
        display: block;
    }
    header .homecontainer {
        display: flex;
        font-size: 0.8em;
        margin-left: -0.8em;
        margin-left: 0;
        align-items: center;
    }
    header .homecontainer .home {
        flex-grow: 1;
    }
    header .home img {
        height: 3.3em;
        margin-top: 0.1em;
    }
    header .burg {
        display: block;
        font-size: 0.59em;
        background-color: transparent;
        border-radius: 8em;
        padding: 1em 3em 1em 0em;
    }
    header .burg .icon {
        width: 2.5em;
    }
      
    header .burg .icon:after, 
    header .burg .icon:before, 
    header .burg .icon div {
        background-color: #fff;
        content: '';
        display: block;
        height: 0.4em;
        margin: 0.5em 0;
        transition: all .2s ease-in-out;
    }

    header.open {
        --header-shadow-opacity: 1;
    }

    header.open a.burg .icon:before {
        transform: translateY(0.9em) rotate(135deg);
    }
    header.open a.burg .icon:after {
        transform: translateY(-0.9em) rotate(-135deg);
    }
    header.open a.burg .icon div {
        transform: scale(0);
    }
    header.open .menu {
        padding-bottom: 0.9em;
    }
    
    header #menu {
        max-height: 0;
        overflow: hidden;
        transition-property: max-height, padding-top, padding-bottom;
        transition-duration: 0.3s;
        padding-top: 0;
    }
    
    header.open #menu {
        max-height: 1000px;
        padding-top: 0.5em;
    }
    
    header .menu, header .menu a {
        display: block;
    }

    header a span,
    header a button {
        font-weight: 500;
    }
    header a button {
        width: 100%;
    }
    header .menu a {
        line-height: 4em;
        border-top: 1px solid #333;
        border-radius: 0;
    }
    header .menu a:not(.reserve):hover span {
        color: #1A9FFF;
    }
    header .menu a:first-child, header a.reserve {
        border: 0;
    }
    header a span {
        line-height: 2em;
        padding-left: 0.5em;
    }
    header a.reserve:hover button {
        box-shadow: none;
    }
}

@media screen and ( max-width: 1100px ) and ( min-width: 700px ) {
    header a {
        font-size: 0.8em;
    }
}

/* VIDEO THUMBNAIL */

.feature-video {
	display: flex;
	align-items: center;
}
.feature-video .thumbnail img {
	width: 8em;
	margin-right: 1.5em;
}
.feature-video p {
	font-weight: 900;
	max-width: 350px;
	padding-bottom: 0.4em;
	font-size: 1.05em;
	line-height: 1.35em;
}

/* IMAGE BACKDROPS */

section.image-backdrop {
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 1em;
    background-size: auto 101%;
}

section.image-backdrop .spacer {
    height: 30em;
}

section.image-backdrop h2 {
    margin-bottom: 1em;
}

@media screen and (min-width: 700px ) {
    section.image-backdrop button {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 1280px ) {
    section.image-backdrop .copy {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px ) {
    section.image-backdrop .spacer {
        height: 37vw;
    }
    section.image-backdrop {
        background-position: center -4.5em;
    }
}


/* SELECTOR STYLES */

.selector {
    text-align: center;
    position: relative;
    z-index: 999;
}
.selector ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 0;
    list-style-type: none;
    margin-block: 0;
    margin-inline: 0;
    background-color: transparent;
    border-radius: 1.3em;
}
.selector ul li {
    display: inline-block;
    background-color: transparent;
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    border-radius: 2em;
    padding: 0.7em 1.1em 0.72em 1.1em;
    margin: 0.3em 0.35em;
    transition-property: background-color, box-shadow, color;
    transition-duration: 0.2s, 0.2s, 0.2s;
}
.selector ul li:not(.selected) {
    background-color: transparent !important;
}
.selector ul li:hover:not(.selected) {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    color: var(--bg-light);
    cursor: pointer;
    background-color: var(--bg-dark-accent) !important;
}
.selector ul li:active:not(.selected) {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) inset;
    background-color: #DCDEDF;
    color: #1B1B1B;
    cursor: pointer;
    background-color: transparent !important;
}
.selector ul li.selected {
    background-color: #1A9FFF;
    color: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.22);
}

.inverted .selector ul li {
    color: ;
}
.inverted .selector ul li:hover:not(.selected) {
    background-color: #EEEFEF;
    box-shadow: none;
}
.inverted .selector ul li:active:not(.selected) {
    color: #FFFFFF;
    background-color: #8B929A;
    box-shadow: none;
}

.hideforwizard > * {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    margin: 0;
    vertical-align: top;
    overflow: hidden;
}
.hideforwizard > .selected {
    opacity: 1;
    height: auto;
}


/* SECTIONAL STYLES */


#topfeature.videocontainer h1 {
    padding-top: 1em;
}

@media screen and (min-width: 700px) {
    #topfeature .videocontainer {
        margin-left: -2em;
        margin-right: -2em;
    }
    #topfeature .videocontainer video {
        margin-top: 1em;
    }
}

@media screen and (max-width: 700px) {
    #topfeature.videocontainer > .outercontent > .content {
        margin-top: 0;
    }
}

video, .videocontainer {
    background-color: var(--bg-light);
}
video.inverted,
.videocontainer.inverted,
.inverted video,
.inverted .videocontainer {
    background-color: var(--bg-dark);
}

video  {
    width: 100%;
}
.heroimage, .videocontainer {
    display: flex;
    align-items: flex-start;
}

.heroimage.withtext h1 {
    height: 18vw;
    max-height: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: -0.3em;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 700px) {
    .heroimage.withtext.top:not(:first-child) .content {
        margin-top: 0;
    }
}
.heroimage.withtext.top h1 {
    height: auto;
}
@media screen and (max-width: 590px) {
    .heroimage.withtext h1 {
        max-height: 50vw;
        height: 50vw;
        width: 90%;
    }
    .heroimage.withtext.top h1 {
        padding-top: 0.5em;
    }
}

.content.gamedetails {
    display: flex;
    align-content:flex-end;
    align-items: flex-end;
    justify-content: space-between;
}
.gamedetails .gamelogo {
    max-width: 10em;
    vertical-align: top;
    padding-top: 0em;
    padding-right: 1em;
    padding-bottom: 2em;
}
#elden .gamedetails .gamelogo {
    max-width: 15em;
}
#doom .gamedetails .gamelogo {
    max-width: 9em;
}
.gamedetails .footnote {
    text-align: right;
    margin-bottom: 1em;
    font-style: italic;
    font-size: 0.75em;
    max-width: 33%;
}

@media screen and ( min-width: 701px ) {
    section#le-case {
        height: inherit;
    }
}

#le-case .gamedetails .footnote p {
    text-align: left;
    padding-bottom: 1em;
    max-width: 15em;
    opacity: 1;
}

@media screen and ( max-width: 700px ) {
    .gamedetails .footnote {
        font-size: 0.8em;
        margin-bottom: 0;
    }
    .gamedetails .footnote p {
        margin-bottom: 1em;
    }
    .gamedetails .gamelogo {
        padding-bottom: 0em;
    }
}


.home #handson {
    display: none;
}
#handson h2 {
    margin-bottom: 0.2em;
}
#handson p {
    font-weight: 600;
    margin-bottom: 0.7em;;
}
#handson button {
    margin-top: 0.6em;
    padding-left: 4em;
    padding-right: 4em;
}

.featurelist > div {
    margin-top: 1.5em;
}

@media screen and ( max-width: 700px ) {
    .gamedetails .gamelogo {
        padding-bottom: 0em;
    }
}

.gametext p {
    opacity: 0.8;
    color: #FFF !important;
}

/* VIDEO STYLES */

.videocontainer {
    position: relative;
    overflow: hidden;
}
section.videocontainer {
    padding: 0;
}
.videocontainer video {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: block;
}
.content video {
    clip-path: inset(1px 1px);
}

section > .outercontent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 60;
    background-color: transparent;
}
.outercontent > section {
    width: 100%;
    background-color: transparent;
    padding-bottom: 0;
}

@media screen and ( max-width: 700px ) {
    section.videocontainer,
    section.videocontainer video {
        height: 80vw;
    }
    section.videocontainer video {
        width: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.gradientoverlay::after {
    display: block;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    content: '';
    height: 50%;
}
.gradientoverlay.bottomup::after {
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.gradientoverlay .content {
    z-index: 400;
    position: relative;
}

/* FLICKITY STYLES */

.flickity-viewport {
    min-height: 20em;
}
/* Annoying workaround because sometimes this
   element doesn't load at the proper height */
@media screen and (min-width: 701px) {
    .flickity-viewport {
        min-height: 32em;
    }
}

.main-carousel {
    position: relative;
    z-index: 10;
}
.carousel-cell {
    width: 100%;
}

.mobile-indicators {
    margin-top: 1em;
    display: none;
    width: 100%;
    justify-content: space-between;
    gap: .4em;
    cursor: pointer;
    padding: 0 3.6458333333333vw; 
}

.mobile-indicators .indicator {
    height: 1em;
    flex-basis: 1;
    flex-grow: 1;
    transition-property: background-color;
    transition-duration: 0.2s;
    display: flex;
}
.mobile-indicators .indicator::before {
    content: '';
    width: 100%;
    height: 0.2em;
    margin: auto;
    background-color: #DCDEDF;
}
.inverted .mobile-indicators .indicator::before {
    background-color: #67707B;
}
.mobile-indicators .indicator.selected::before {
    background-color: #1A9FFF;
}

@media screen and (max-width: 700px ) {
    section.flickity {
        padding-left: 0;
        padding-right: 0;
    }
    section.flickity h2 {
        padding: 0 5.46875vw;
    }
    .carousel .carousel-cell,
    .main-carousel .carousel-cell {
        width: 80%;
        padding-left: 5.46875vw;
    }
    .selector {
        display: none;
    }
    .mobile-indicators {
        display: flex;
        padding-right: calc( 3.6458333333333vw );
    }
}


/* FOOTER STYLES */

.main_footer .content {
    display: flex;
    align-items: center;
}
.main_footer .footer-logo img,
.main_footer .footer-logo svg {
    width: auto;
}

.main_footer .link-block-container {
    flex-grow: 1;
    margin-right: 0;
}
.main_footer .link-block {
    max-width: 18em;
    margin-right: 0;
    margin-left: auto;
}
.main_footer .vertical-line {
    width: 1px;
    height: 1.5em;
    background-color: #FFFFFF;
    margin-left: 1em;
    margin-right: 1em;
}
.main_footer .footer-logo.valve {
    width: 100%;
}
.main_footer .footer-logo.valve img,
.main_footer .footer-logo.valve svg
 {
    height: 2em;
    margin-left: 0;
    margin-bottom: 1em;
}
.main_footer .Rtable {
    margin: 0;
    width: 18em;
}
.main_footer .Rtable .Rtable-cell {
    border-color: transparent;
    border-width: 0;
    padding-top: 0;
    line-height: 1.4em;
    font-size: 0.8em;
    margin-bottom: 0.05em;
}
.main_footer .Rtable em {
    font-style: normal;
    font-weight: 600;
}

.main_footer .Rtable,
.main_footer .Rtable a {
    color: #FFFFFF;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.main_footer .Rtable a:hover {
    opacity: 0.7;
}

.main_footer .legal p {
    margin-top: .5em;
    font-size: 0.7em;
    font-style: italic;
    opacity: 0.5;
}

.main_footer .disclaimer p {
    margin-top: 6em;
    font-size: 0.7em;
    font-style: italic;
    opacity: 0.5;
}

@media screen and (max-width: 700px ) {
    .main_footer .content {
        display: block;
    }
    .main_footer .content > div,
    .main_footer .content > a {
        display: block;
        text-align: center;
        margin-bottom: 4em;
    }
    .main_footer .footer-logo.valve img {
        margin-bottom: 2em;
    }
    .main_footer .link_block {
        max-width: unset;
    }
    .main_footer .link-block .Rtable {
        padding-left: 2em;
        text-align: left;
    }
    .main_footer .Rtable .Rtable-cell {
        line-height: 1em;
        padding-left: 1em;
    }
    .main_footer .link-block {
        margin-right: auto;
        margin-left: auto;
    }
    .main_footer .link-block .Rtable {
        padding-left: 2em;
    }
    .main_footer .legal p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .main_footer .disclaimer p {
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media screen and (max-width: 300px ) {
    .main_footer .link-block .Rtable {
        padding-left: 0em;
    }
}
.tm {
    font-weight: 100;
    vertical-align: super;
    font-size: .5em;
}

.horizontal-rule {
    background-color: #FFFFFF;
    opacity: 0.1;
    height: 2px;
    max-height: 2px;
    min-height: 2px;
}

.compensate-for-scrollbar {
	padding-right: unset !important;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.bg #availability .content p {
    font-weight: 600;
}

svg.button {
    height: 1.2em;
    width: 1.2em;
    vertical-align: -0.3em;
    margin-left: 0.1em;
}
svg.button path.highlight {
    opacity: 0;
    transition-duration: 0.1s;
}
svg.button path.base {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.05s;
}

a:hover svg.button path.highlight {
    opacity: 1;
    transition-duration: 0.05s;
    fill: var(--bg-black);
}
.inverted a:hover svg.button path.highlight {
    fill:var(--bg-light);
}
a:hover svg.button path.base {
    opacity: 0;
    transition-duration: 0.1s;
}

svg.crossbutton {
    height: 1em;
    vertical-align: -0.17em;
}

.expandable, section.expandable {
    padding-bottom: 0;
    position: relative;
}

.expandable .expand-this {
    transition-property: max-height;
    transition-duration: 500ms;
    max-height: 140em;
    position: relative;
    overflow: hidden;
}

.expandable .clickablezone {
    content: '';
    display: block;
    position: absolute;
    width: 130%;
    cursor: pointer;
    z-index: 9998;
    height: 4em;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 700px ) {
    .expandable .expand-this {
        max-height: 160em;
    }
}

.expandable.inactive .expand-this {
    max-height: 0em;
}
.expandable.inactive .expand-this.partial {
    max-height: 10em;
}

.expandable::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8em;
    z-index: 999;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,1));
    bottom: 0;
    transition-property: opacity;
    transition-duration: 500ms;
    opacity: 1;
}

.expandable.active::after {
    opacity: 0;
}

.expandable a.expand,
section a.sidelink,
section a.sublink
{
    font-style: italic;
    color: var(--bg-mid-accent);
}
.expandable a.expand,
section a.sidelink {
    position: absolute;
    z-index: 9999;
    right: 1em;
    bottom: 0;
    transform-origin: top right;
    transform: rotate(90deg);
}

.expandable a.expand .inline-arrow,
a.sidelink .inline-arrow {
    rotate: -90deg;
}

.expandable a span {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0ms;
    display: none;
    opacity: 0;
}

.expandable.inactive a span.expand {
    display: inline;
    opacity: 1;
}
.expandable.active a span.collapse {
    display: inline;
    opacity: 1;
}

@media screen and (max-width: 700px ) {
    .expandable .content > h3 {
        max-width: 90%;
    }
    .expandable a.expand {
        right: 1em;
    }
}

.expandable.active svg.crossbutton path.cross {
    display: none;
}
.expandable.active svg.crossbutton path.minus {
    display: inline;
}
.expandable.inactive svg.crossbutton path.cross {
    display: inline;
}
.expandable.inactive svg.crossbutton path.minus {
    display: none;
}

section.two-blocks {
    background-color: var(--bg-mid);
}
.two-blocks .col_6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2em;
    text-align: center;
}
.two-blocks .col_6 h4 {
    
}
.two-blocks .col_6 p {
    
}
.two-blocks .col_6 {
    background-color: #29292B;
    background-color: rgb(27, 27, 27);
}

.two-blocks .block-image {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.two-blocks .block-image {
    height: 20em;
}
.two-blocks .block-image video {
    width: 75%;
}
.two-blocks h4 {
    min-height: 3.5em;
    margin-bottom: 0;
    width: 90%;
    font-weight: 200;
    line-height: 1.4em;
}
@media screen and (max-width: 700px ) {
    .two-blocks h4 {
        width: 98%;
        padding-bottom: 1.6em;
    }
}
.two-blocks p {
    font-weight: 300;
}
.two-blocks p a {
    font-size: 0.9em;
    color: #fff;
}
.two-blocks.bgimage .col_6 {
    height: 41vw;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    justify-content: flex-start;
}
.two-blocks.bgimage .col_6.tech {
    background-position: bottom right;
}

@media screen and (min-width: 1280px) {
    .two-blocks.bgimage .col_6 {
        height: 30em;
    }
}
@media screen and (max-width: 700px ) {
    .two-blocks .col_6:nth-child(even) {
        background-color: unset;
    }
    .two-blocks.bgimage .col_6 {
        height: 30em;
    }
}

.two-blocks.bgimage h4 {
    min-height: unset;
    margin-bottom: 0.5em;
}
.two-blocks.bgimage p {
    margin-left: auto;
    margin-right: auto;
    
}
@media screen and (min-width: 701px ) {
    .two-blocks.bgimage p {
        width: 80%;
    }
}
@media screen and (min-width: 1360px) {
    .two-blocks.bgimage .tech p {
        width: 55%;
    }
}

@media screen and (max-width: 900px) {
    .two-blocks .block-image {
        height: 17em;
    }
}
@media screen and (max-width: 700px ) {
    section.two-blocks {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .two-blocks h4 {
        font-size: 2em;
    }
    .two-blocks p a {
        font-size: 1.2em;
    }
    .two-blocks.bgimage .col_6.tech {
        height: 33em;
    }
}

.link-grid {
    display: block;
    align-items: center;
    justify-content: center;
}

.link-grid span {
    white-space: nowrap;
}


section.prism_skus .head {
    text-align: center;
    margin-bottom: 3em;
}

.prism_sku_head {
    text-align: center;
    margin-bottom: 3em;
    position: relative;
}

.prism_pricing_ctn {
	display: flex;
	flex-direction: column;
}

.prism_skus .prism_pricing_ctn {
    align-items: center;
}

.sku_legal p.disclaimer {
    margin-bottom: 4em;
}

.sku_cta {
    text-align: center;
}
.sku_cta .main_cta {
    margin-top: 4em;
    margin-bottom: 1em;
}
.sku_cta .main_cta span {
    font-size: 1.5em;
    vertical-align: -0.1em;
    margin-right: 0.5em;
}

@media screen and (max-width: 700px ) {
    .sku_cta .main_cta span {
        display: block;
        margin-bottom: 1em;
    }
}

.sku_cta .other_cta p {
    font-style: italic;
}

.prism_price {
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.5em;
}

.prism_sku {
    font-size: 1.2em;
}
@media screen and (max-width: 700px ) {
    .le .prism_sku {
        margin-bottom: 2.5em;
    }
}
.prism_sku .SSD {
    font-weight: 900;
}
.prism_sku .display {
    font-weight: 400;
    color: var(--accent);
}
.prism_sku .display.lcd {
    color: var(--accent-lcd);
}

.sku_details ul {
    font-size: 0.9em;
}
.sku_details ul li {
    line-height: 1.3em;
    margin-bottom: 0.45em;
}

.le_badge {
    position: absolute;
    text-transform: uppercase;
    color: var(--bg-light);
    background-color: var(--accent);
    font-size: 0.6em;
    padding: 0.4em 0.7em 0.4em 0.95em;
    letter-spacing: 0.4em;
    font-style: italic;
    border-radius: 0.3em;
    font-weight: 600;
    bottom: -2em;
    right: -1em;
    transform: rotate(-10deg) translateY(1em);
    white-space: nowrap;
}
.inverted .le_badge {
    color: var(--bg-dark);
}

@media screen and ( max-width: 700px ) {
    .prism_sku {
        margin-bottom: 1.5em;
    }
    
    .prism_sku_head {
        margin-bottom: 1em;
        margin-top: 2.5em;
    }

    .le_badge {
        margin-right: auto;
        margin-left: auto;
        left: 48%;
        right: unset;
    }
}

.docktop_mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}


/* OLED GRADIENTS */

section.gradient-bg-red {
    background: rgb(249,56,34);
    background: linear-gradient(135deg, rgba(249,56,34,1) 0%, rgba(249,111,34,1) 100%);
}
section.gradient-bg-red-light {
    background: rgb(249,56,34);
    background: linear-gradient(135deg, rgba(249,56,34,1) 0%, rgba(249,34,73,1) 100%);
}

section.gradient-bg-blue {
    background: rgb(0,196,246);
    background: var(--gradient-blue);
}


section.gradient-bg-yellow {
    background: rgb(255,245,7);
    background: var(--gradient-yellow);
}

.features {
    text-align: center;
}
.features .icon {
    height: 8em;
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

@media screen and ( max-width: 700px ) {
    .features .icon {
        margin-top: 4em;
    }
}

.features .icon img {
    height: 100%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#efficient .features .icon {
    height: 12em;
}

.nomargin {
    margin: 0;
}
section.nopad-bottom {
    padding-bottom: 0;
}

section.hero.videocontainer {
    position: relative;
    padding: inherit;
}
section.hero.videocontainer video {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    object-position: bottom;
    object-fit: cover;
}
section.hero.videocontainer .content {
    z-index: 400;
}

h3.prism-logotype {
    font-size: 1.2em;
	letter-spacing: .05em;
}


.prism-logotype {
    text-transform: uppercase;
    font-weight: 600;
}
    .prism-logotype span {
        font-weight: 500;
        background: linear-gradient(to right, #1AC9FB, #CE1CF2);
        
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .prism .prism-logotype span {
        opacity: 0.7
    }

#hero .prism-logotype {
    margin-bottom: 1.5em;
}

#hero h1 {
    max-width: 20em;
}

section.hero {
    padding: 0;
    padding-top: inherit;
}

.hero .spacer {
    height: 40em;
}
.prism .hero .spacer {
    height: 20em;
}

.hero button, #hero button {
    font-size: 0.5em;
}

@media screen and (min-width: 701px ) {
    .hero button, #hero button {
        margin-left: 2em;
        padding: 0.6em 1.0em 0.62em 1.4em;
        vertical-align: 0.3em;
    }
    .home.available .hero button, .home.available #hero button {
        margin-left: 0;
    }
    .home .hero h3, .home #hero h3 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and ( max-width: 700px ) {
    .hero button, #hero button {
        font-size: 0.7em;
        margin-top: 2em;
    }
    #hero .prism-logotype {
        margin-bottom: 2em;
    }
    #hero h1 {
        margin-bottom: 1.5em;
    }
}

section#le-case {
    background: rgb(102,96,98);
    background: linear-gradient(39deg, rgba(102,96,98,1) 12%, rgba(132,124,127,1) 100%);
}

section.inverted.dark {
    background-color: var(--bg-black);
}
section#le {
    padding-bottom: 0;
    padding-top: 2em;
}
section#le-video {
    padding: 0;
}
section#le-video video {
    display: block;
}

section#le .content {
    display: flex;
    justify-content: space-between;
}

section#le .le_badge {
    position: static;
    font-size: 0.8em;
    z-index: 999;
    bottom: 1em;
    left: 0;
}
section#le p {
    flex-grow: 2;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

section#subnav {
    padding-bottom: 0;
}

section#le-copy {
    padding-top: 2em;
    padding-bottom: 2em;
}

section#le-copy p {
    color: var(--bg-mid-accent);
    font-style: italic;
    margin: 0;
}

@media screen and ( max-width: 700px ) {
    #hero h3 {
        margin-top: -33px;
    }
    section#le {
        margin: 0;
        padding: 0;
        height: 0;
    }
    section#le .le_badge {
        position: relative;
        bottom: -1em;
        left: 1em;
    }
    section#le-case .content.gamedetails {
        display: block;
    }
    section#le-case .content.gamedetails .footnote,
    section#le-case .content.gamedetails .footnote p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1em;
        margin-bottom: 0;
    }
    section#le-case button {
        margin-bottom: 1em;
    }
    section#le-case.videocontainer {
        display: block;
        height: auto;
    }
    section#le-case .outercontent.bottom {
        display: block;
        position: relative;
    }
    section#le-case .outercontent.bottom > section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Melissa Zone */
.efficient_intro {
   margin-bottom: 3em; 
}

.le_description {
    padding-top: 35px;
}

.brandNew_ctn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brandNew_intro {
    max-width: 900px;
    margin-bottom: 2vw;  
}

.le_footnote {
    font-style: italic;
    font-weight: 500;
    position: absolute;
    top: 36px;
    right: 74px;
    max-width: 370px;

    @media screen and ( max-width: 1320px ) {
        top: unset;
        bottom: 8px;
    }

    @media screen and ( max-width: 930px ) {
        max-width: 240px;
    }
}

.le_footnote p {
    text-align: left;
}

.imagecontainer img {
    max-width: 100%
}