

body {
  text-rendering: optimizeLegibility;
  cursor: default!important;
}

.tablet body, .mobile body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 700;
}

fieldset, img {
  border: 0;
  display: block;
}

b, strong {
  font-weight: 700;
}

cite, i, em {
  font-style: italic;
}

big {
  font-size: 120%;
}

small {
  font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 700;
}

pre, code {
  font-family: monospace;
  line-height: 100%;
}

caption, th {
  text-align: left;
}

ul, ol {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em;
}

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em;
}

a.active {
  cursor: default;
}

a:active {
  outline: none;
}

input.placeholder,
textarea.placeholder {
  color: #aaa;
  font-style: italic;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}

legend {
  color: #000;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #ddd;
  color: #ddd;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.template {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.prepend:before {
  content: attr(data-prepend);
  display: inline-block;
}

.append:after {
  content: attr(data-append);
  display: inline-block;
}

.accessible {
  /* screen reader only content */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 0) and (max-width: 750px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .hidden--tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 4096px) {
  .hidden--desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 535px) {
  .hidden--xxs {
    display: none !important;
  }
}

@media only screen and (min-width: 536px) and (max-width: 750px) {
  .hidden--xs {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) and (max-width: 896px) {
  .hidden--s {
    display: none !important;
  }
}

@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .hidden--m {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .hidden--l {
    display: none !important;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1920px) {
  .hidden--xl {
    display: none !important;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 4096px) {
  .hidden--xxl {
    display: none !important;
  }
}

/*  ::  Global Styles  »  Spacing Overrides  */
body .m-none {
  margin-top: 0 !important;
}

body .mb-none {
  margin-bottom: 0 !important;
}

body .m-xxs {
  margin-top: 3.2px !important;
}

body .mb-xxs {
  margin-bottom: 3.2px !important;
}

body .m-xs {
  margin-top: 5.3333333333px !important;
}

body .mb-xs {
  margin-bottom: 5.3333333333px !important;
}

body .m-s {
  margin-top: 10.6666666667px !important;
}

body .mb-s {
  margin-bottom: 10.6666666667px !important;
}

body .m-m {
  margin-top: 16px !important;
}

body .mb-m {
  margin-bottom: 16px !important;
}

body .m-l {
  margin-top: 24px !important;
}

body .mb-l {
  margin-bottom: 24px !important;
}

body .m-xl {
  margin-top: 36px !important;
}

body .mb-xl {
  margin-bottom: 36px !important;
}

body .m-xxl {
  margin-top: 56px !important;
}

body .mb-xxl {
  margin-bottom: 56px !important;
}

h1 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: 44.2857142857px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  h1 {
    font-size: calc((100vw  -  320px)  *  0.0070714286  -  -32.9714285714px);
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 32.9714285714px;
  }
}

h2 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: 36.5714285714px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  h2 {
    font-size: calc((100vw  -  320px)  *  0.0051428571  -  -28.3428571429px);
  }
}

@media (max-width: 320px) {
  h2 {
    font-size: 28.3428571429px;
  }
}

h3 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: 28.8571428571px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  h3 {
    font-size: calc((100vw  -  320px)  *  0.0032142857  -  -23.7142857143px);
  }
}

@media (max-width: 320px) {
  h3 {
    font-size: 23.7142857143px;
  }
}

h4 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: 21.1428571429px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  h4 {
    font-size: calc((100vw  -  320px)  *  0.0012857143  -  -19.0857142857px);
  }
}

@media (max-width: 320px) {
  h4 {
    font-size: 19.0857142857px;
  }
}

h5 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: 19.2142857143px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  h5 {
    font-size: calc((100vw  -  320px)  *  0.0008035714  -  -17.9285714286px);
  }
}

@media (max-width: 320px) {
  h5 {
    font-size: 17.9285714286px;
  }
}

h6 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: 17.2857142857px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  h6 {
    font-size: calc((100vw  -  320px)  *  0.0003214286  -  -16.7714285714px);
  }
}

@media (max-width: 320px) {
  h6 {
    font-size: 16.7714285714px;
  }
}

img.alignleft + h1,
img.alignleft + h2,
img.alignleft + h3,
img.alignleft + h4,
img.alignleft + h5,
img.alignleft + h6,
img.alignright + h1,
img.alignright + h2,
img.alignright + h3,
img.alignright + h4,
img.alignright + h5,
img.alignright + h6,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 + h2,
h1 + h3,
h1 + h4,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 16px;
}

p {
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
}

h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 10.6666666667px;
}

.component-generic-text > div:first-child + p,
img.alignleft + p,
img.alignright + p,
p:first-child {
  margin-top: 0;
}

ol,
ul {
  margin-top: 16px;
  padding: 0 0 0 24px;
}

dl {
  margin-top: 16px;
  padding: 0 0 0 24px;
}

h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
  margin-top: 10.6666666667px;
}

img.alignleft + ol,
img.alignright + ol,
img.alignleft + ul,
img.alignright + ul,
img.alignleft + dl,
img.alignright + dl,
ol:first-child,
ul:first-child,
dl:first-child {
  margin-top: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: square;
}

ul ul ul {
  list-style: circle;
}

li {
  margin-top: 5.3333333333px;
  font-weight: 700;
  font-size: 16px;
}

dt {
  margin-top: 10.6666666667px;
  font-weight: 700;
  font-size: 19.2142857143px;
}

dd {
  font-size: 16px;
  font-weight: 700;
}

dt:first-child,
li:first-child {
  margin-top: 0;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10.6666666667px;
  border-top: 1px solid #aaa;
}

table:first-child {
  margin-top: 0;
}

th,
td {
  padding: 5.3333333333px 10.6666666667px;
  border-bottom: 1px solid #aaa;
}

th {
  font-weight: 700;
}

td:first-child {
  padding-left: 0;
}

tr:nth-child(odd) td {
  background: #eee;
}

tr:nth-child(even) td {
  background: #fff;
}

fieldset {
  position: relative;
  display: block;
  padding: 0;
}

label {
  display: block;
  margin-bottom: 10.6666666667px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

button {
  display: inline-block;
}

textarea,
input,
select {
  display: block;
  margin: 0 0 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 10.6666666667px;
  margin-right: 5.3333333333px;
}

label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 5.3333333333px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  width: 85%;
  width: calc(100%  -  50px);
  margin-top: 5.3333333333px;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 7px 8px 5px 8px;
  background: #fff;
  border: 1px solid #aaa;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
}

textarea {
  height: 112px;
}

select {
  width: auto;
}

.animation.fade-in {
  opacity: 0;
  transition: opacity 1400ms linear 0ms;
}

.animation.fade-in.animate {
  opacity: 1;
}

.animation.fade-in-fast {
  opacity: 0;
  transition: opacity 1050ms ease 0ms;
}

.animation.fade-in-fast.animate {
  opacity: 1;
}

.animation.fade-in-slow {
  opacity: 0;
  transition: opacity 875ms ease-in 233.3333333333ms;
}

.animation.fade-in-slow.animate {
  opacity: 1;
}

.animation.scale-up {
  transform: scale(0.5);
  opacity: 0;
  transition: all 350ms linear 0ms;
}

.animation.scale-up.animate {
  transform: scale(1);
  opacity: 1;
}

.animation.expand-left {
  transition: all 350ms linear 0ms;
  clip-path: inset(0px 0px 0 100%);
}

.animation.expand-left.animate {
  clip-path: inset(0px 0px 0px 0px);
}

.animation.expand-left h1, .animation.expand-left h2, .animation.expand-left h3, .animation.expand-left h4, .animation.expand-left h5, .animation.expand-left h6, .animation.expand-left p, .animation.expand-left li, .animation.expand-left img:not(.animate), .animation.expand-left svg, .animation.expand-left a {
  transition: all 700ms linear 700ms;
  opacity: 0;
}

.animation.expand-left.animate h1, .animation.expand-left.animate h2, .animation.expand-left.animate h3, .animation.expand-left.animate h4, .animation.expand-left.animate h5, .animation.expand-left.animate h6, .animation.expand-left.animate p, .animation.expand-left.animate li, .animation.expand-left.animate img:not(.animate), .animation.expand-left.animate svg, .animation.expand-left.animate a {
  opacity: 1;
}

.animation.expand-right {
  transition: all 350ms linear 0ms;
  clip-path: inset(0px 100% 0px 0px);
}

.animation.expand-right.animate {
  clip-path: inset(0px 0px 0px 0px);
}

.animation.expand-right h1, .animation.expand-right h2, .animation.expand-right h3, .animation.expand-right h4, .animation.expand-right h5, .animation.expand-right h6, .animation.expand-right p, .animation.expand-right li, .animation.expand-right img:not(.animate), .animation.expand-right svg, .animation.expand-right a {
  transition: all 700ms linear 700ms;
  opacity: 0;
}

.animation.expand-right.animate h1, .animation.expand-right.animate h2, .animation.expand-right.animate h3, .animation.expand-right.animate h4, .animation.expand-right.animate h5, .animation.expand-right.animate h6, .animation.expand-right.animate p, .animation.expand-right.animate li, .animation.expand-right.animate img:not(.animate), .animation.expand-right.animate svg, .animation.expand-right.animate a {
  opacity: 1;
}

.animation.expand-down {
  transition: all 700ms linear 0ms;
  clip-path: inset(0px 0px 100% 0px);
}

.animation.expand-down.animate {
  clip-path: inset(0px 0px 0px 0px);
}

.animation.expand-down h1, .animation.expand-down h2, .animation.expand-down h3, .animation.expand-down h4, .animation.expand-down h5, .animation.expand-down h6, .animation.expand-down p, .animation.expand-down li, .animation.expand-down img:not(.animate), .animation.expand-down svg, .animation.expand-down a {
  transition: all 700ms linear 700ms;
  opacity: 0;
}

.animation.expand-down.animate h1, .animation.expand-down.animate h2, .animation.expand-down.animate h3, .animation.expand-down.animate h4, .animation.expand-down.animate h5, .animation.expand-down.animate h6, .animation.expand-down.animate p, .animation.expand-down.animate li, .animation.expand-down.animate img:not(.animate), .animation.expand-down.animate svg, .animation.expand-down.animate a {
  opacity: 1;
}

.animation.expand-up {
  transition: all 700ms linear 0ms;
  clip-path: inset(100% 0px 0px 0px);
}

.animation.expand-up.animate {
  clip-path: inset(0px 0px 0px 0px);
}

.animation.expand-up h1, .animation.expand-up h2, .animation.expand-up h3, .animation.expand-up h4, .animation.expand-up h5, .animation.expand-up h6, .animation.expand-up p, .animation.expand-up li, .animation.expand-up img:not(.animate), .animation.expand-up svg, .animation.expand-up a {
  transition: all 700ms linear 700ms;
  opacity: 0;
}

.animation.expand-up.animate h1, .animation.expand-up.animate h2, .animation.expand-up.animate h3, .animation.expand-up.animate h4, .animation.expand-up.animate h5, .animation.expand-up.animate h6, .animation.expand-up.animate p, .animation.expand-up.animate li, .animation.expand-up.animate img:not(.animate), .animation.expand-up.animate svg, .animation.expand-up.animate a {
  opacity: 1;
}

.animation.transform-down {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  transform: scale(1, 0);
  transition: all 700ms linear 0ms;
}

.animation.transform-down.animate {
  transform: scale(1, 1);
}

.animation.transform-down h1, .animation.transform-down h2, .animation.transform-down h3, .animation.transform-down h4, .animation.transform-down h5, .animation.transform-down h6, .animation.transform-down p, .animation.transform-down li, .animation.transform-down img:not(.animate), .animation.transform-down svg, .animation.transform-down a {
  transition: all 700ms linear 700ms;
  opacity: 0;
}

.animation.transform-down.animate h1, .animation.transform-down.animate h2, .animation.transform-down.animate h3, .animation.transform-down.animate h4, .animation.transform-down.animate h5, .animation.transform-down.animate h6, .animation.transform-down.animate p, .animation.transform-down.animate li, .animation.transform-down.animate img:not(.animate), .animation.transform-down.animate svg, .animation.transform-down.animate a {
  opacity: 1;
}

.animation.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(3vw);
  transform: translateY(3vw);
  transition: all 1400ms linear 0ms;
}

.animation.fade-in-up.animate {
  -webkit-transform: translateY(0vw);
  transform: translateY(0vw);
  opacity: 1;
}

.animation.delay1 {
  transition: all 700ms linear 233.3333333333ms;
}

.animation.delay2 {
  transition: all 700ms linear 466.6666666667ms;
}

.animation.delay3 {
  transition: all 700ms linear 700ms;
}

.animation.delay4 {
  transition: all 700ms linear 933.3333333333ms;
}

.animation.delay5 {
  transition: all 700ms linear 1166.6666666667ms;
}

.animation.delay6 {
  transition: all 700ms linear 1400ms;
}

.animation.delay7 {
  transition: all 700ms linear 1633.3333333333ms;
}

.animation.delay8 {
  transition: all 700ms linear 1866.6666666667ms;
}

.animation.delay9 {
  transition: all 700ms linear 2100ms;
}

@keyframes expanding-dash {
  to {
    stroke-dashoffset: 0;
  }
}

.animation.draw-line {
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
}

@media (min-width: 536px) {
  .animation.draw-line.animate .line {
    animation: expanding-dash 562.5ms linear forwards;
  }
}

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
body {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  background: #fff;
  color: #000;
  opacity: 0;
  -webkit-transition: all 3000ms ease-out 0ms;
  /* webkit mobile */
  transition: all 3000ms ease-out 0ms;
}

body .color-yellow {
  color: #f4c213;
}

body .color-grey {
  color: #a8a8a8;
}

body.init {
  opacity: 1;
}

select, input, textarea {
  font-weight: 400;
  font-family: 'Cormorant Garamond', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

#gamer_indentity_app {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#gamer_indentity_app #container {
  visibility: hidden !important;
}

.static-experience #gamer_indentity_app #container {
  display: none !important;
}

.show-webgl-layer #gamer_indentity_app #container {
  visibility: visible !important;
}

#gamer_indentity_overlays {
  position: static;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  background: #fff;
  color: #000;
}

#gamer_indentity_overlays .color-yellow {
  color: #f4c213;
}

#gamer_indentity_overlays .color-grey {
  color: #a8a8a8;
}

#gamer_indentity_overlays * {
  scrollbar-width: thin;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#gamer_indentity_overlays *::-webkit-scrollbar {
  width: 7.5px;
}

#gamer_indentity_overlays *::-webkit-scrollbar-track {
  background: transparent;
}

#gamer_indentity_overlays *::-webkit-scrollbar-thumb {
  border-right: 1px solid transparent;
}

#gamer_indentity_overlays *.scrollbar-white {
  scrollbar-color: #f4c213 transparent;
}

#gamer_indentity_overlays *.scrollbar-white::-webkit-scrollbar-thumb {
  background: #f4c213;
}

#gamer_indentity_overlays .layer {
  position: fixed;
  left: -100vw;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: left 0ms linear 450ms, opacity 450ms linear 0ms;
  transition: left 0ms linear 450ms, opacity 450ms linear 0ms;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */

}

#gamer_indentity_overlays .layer:not(.active) {
  display: none;
}

#gamer_indentity_overlays .layer.active {
  left: 0;
  opacity: 1;
  -webkit-transition: left 0ms linear 0ms, opacity 450ms linear 0ms;
  transition: left 0ms linear 0ms, opacity 450ms linear 0ms;
}

#gamer_indentity_overlays .layer .hover-container {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
}

#gamer_indentity_overlays .layer .hover-container:after {
  display: block;
  clear: both;
  content: "";
}

#gamer_indentity_overlays .layer .hover-container img {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
}

#gamer_indentity_overlays .layer .hover-container .has-hover {
  opacity: 1;
}

#gamer_indentity_overlays .layer .hover-container .is-hover {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

@media (hover: hover) {
  #gamer_indentity_overlays .layer .hover-container:hover .has-hover {
    opacity: 0 !important;
  }
  #gamer_indentity_overlays .layer .hover-container:hover .is-hover {
    opacity: 1 !important;
  }
}

#gamer_indentity_overlays .layer .gi-button {
  display: inline-block;
  min-width: 200px;
  background: #f4c213;
  text-align: center;
  padding: 20px 16px;
  max-width: 100%;
  box-sizing: border-box;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
}

#gamer_indentity_overlays .layer .gi-button * {
  cursor: pointer;
}

@media (hover: hover) {
  #gamer_indentity_overlays .layer .gi-button:hover {
    background: #000;
    color: #f4c213;
  }
}

#gamer_indentity_overlays .layer .button-close {
  position: fixed;
  top: 30px;
  right: 31px;
  width: 31px;
  height: 31px;
  z-index: 2000;
  top: -100vh;
  cursor: pointer;
}

@media (min-width: 821px) {
  #gamer_indentity_overlays .layer .button-close {
    width: 48px;
    height: 48px;
  }
}

#gamer_indentity_overlays .layer .button-close .fill {
  fill: #1f1f21;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
}

@media (hover: hover) {
  #gamer_indentity_overlays .layer .button-close:hover .fill {
    fill: #f4c213;
  }
}

#gamer_indentity_overlays .layer.active .button-close {
  top: 30px;
}

@media (min-width: 751px) {
  .page-scrolled #gamer_indentity_overlays .layer.active .button-close {
    margin-top: -25px;
  }
}

#gamer_indentity_ui {
  position: static;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  background: #fff;
  color: #000;
}

#gamer_indentity_ui .color-yellow {
  color: #f4c213;
}

#gamer_indentity_ui .color-grey {
  color: #a8a8a8;
}

#root {
  visibility: hidden;
}

.abm-gi-hubspot .hs-richtext.hs-main-font-element img {
  display: none;
}

.abm-gi-hubspot .no-list {
  list-style: none;
}

.abm-gi-hubspot .hs-error-msgs.inputs-list {
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
}

.abm-gi-hubspot .hs-error-msgs.inputs-list * {
  color: #f4c213;
}

.abm-gi-hubspot .hs-richtext p {
  font-size: 14px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  /* bold */
}

.abm-gi-hubspot label span {
  font-weight: 700;
  /* bold */

  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 18px;
}

.abm-gi-hubspot input, .abm-gi-hubspot select, .abm-gi-hubspot textarea {
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.abm-gi-hubspot input[type="text"],
.abm-gi-hubspot input[type="email"] {
  border: 0;
  font-family: neue-haas-unica, sans-serif;
  font-size: 18px;
  border-bottom: 2px solid #000;
}

.abm-gi-hubspot input.is-invalid[type="text"],
.abm-gi-hubspot input.is-invalid[type="email"] {
  border-color: #d00 !important;
}

.abm-gi-hubspot .hs-fieldtype-text label {
  margin: 0;
}

.abm-gi-hubspot .hs-fieldtype-text input[type="text"],
.abm-gi-hubspot .hs-fieldtype-text input[type="email"] {
  margin: 0 0 20px 0;
  border: 0;
  font-family: neue-haas-unica, sans-serif;
  font-size: 18px;
  border-bottom: 2px solid #000;
  padding-left: 0 !important;
}

.abm-gi-hubspot .legal-consent-container ul.inputs-list {
  list-style: none;
  margin: 20px 0;
  margin-left: 0;
  padding-left: 0;
}

.abm-gi-hubspot .legal-consent-container ul.inputs-list label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.abm-gi-hubspot .legal-consent-container ul.inputs-list label input, .abm-gi-hubspot .legal-consent-container ul.inputs-list label span {
  margin: 0;
}

.abm-gi-hubspot .legal-consent-container ul.inputs-list input[type="checkbox"] {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.abm-gi-hubspot .legal-consent-container ul.inputs-list input[type="checkbox"] + span {
  padding: 0.5em 0 0.5em 30px;
  font-size: 16px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 400;
  /* regular */
  font-style: normal;

  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.abm-gi-hubspot .legal-consent-container ul.inputs-list input[type="checkbox"]:checked + span {
}

.abm-gi-hubspot .grecaptcha-badge {
  position: absolute;
  left: -200vw;
}

.abm-gi-hubspot .hs_submit.hs-submit > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.abm-gi-hubspot .hs-button.primary.large,
.abm-gi-hubspot button {
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */
  display: inline-block;
  min-width: 236px;
  background: #f4c213;
  text-align: center;
  padding: 16px 16px;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;

  border: none !important;
  box-shadow: none;
  border-radius: 0px;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
  cursor: pointer;
}

@media (hover: hover) {
  .abm-gi-hubspot .hs-button.primary.large:hover,
.abm-gi-hubspot button:hover {
    background: #000;
    color: #f4c213;
  }
}

.abm-gi-hubspot .hs_submit.hs-submit > div:before {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 68px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 68'%3E%3Cpath fill='%23F4C213' d='M58.882 55.094c-.269-.865-.97-1.55-1.927-1.873l-11.688-3.964a1.334 1.334 0 00-1.69.818c-.239.687.13 1.435.823 1.671l10.703 3.63c-13.594 4.208-24.819 3.162-33.359-3.114C2.452 38.081 2.656 1.695 2.661 1.33A1.321 1.321 0 001.347 0 1.328 1.328 0 000 1.302C-.01 2.47-.133 23.556 8.56 40.273c2.828 5.442 6.59 10.418 11.592 14.097 8.987 6.608 20.584 7.903 34.473 3.884l-5.785 7.643a1.306 1.306 0 00.266 1.84c.588.438 1.42.318 1.861-.264l7.383-9.757c.607-.799.8-1.755.532-2.622'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}

#gamer_indentity_ui {

  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

#gamer_indentity_ui svg {
  width: 100%;
}

#gamer_indentity_ui .ui-logo {
  position: fixed;
  z-index: 100100;
  left: 10%;
  top: 10%;
  width: 15%!important;
  -webkit-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
}

.artwork-zoom-active #gamer_indentity_ui .ui-logo {
  display: none;
}

.ui-light #gamer_indentity_ui .ui-logo {
  filter: invert(1);
}

@media (min-width: 751px) {
  .page-scrolled #gamer_indentity_ui .ui-logo {
    top: 15px;
  }
  .page-scrolled #gamer_indentity_ui .ui-logo img {
    width: 100%;
  }
}

#gamer_indentity_ui .ui-logo img {
  -webkit-transition: all 150ms linear 0ms;
  /* webkit mobile */
  transition: all 150ms linear 0ms;
  width: 100%;
}

@media (min-width: 821px) {
  #gamer_indentity_ui .ui-logo {
    left: 35px;
    top: 30px;
    width: 135px;
  }
}

#gamer_indentity_ui .ui-audio-toggle {
  position: fixed;
  z-index: 500;
  right: 20px;
  top: 20px;
  letter-spacing: 0.65px;
  display: block;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.artwork-zoom-active #gamer_indentity_ui .ui-audio-toggle {
  display: none;
}

#gamer_indentity_ui .ui-audio-toggle * {
  cursor: pointer;
}

.ui-light #gamer_indentity_ui .ui-audio-toggle {
  cursor: pointer;
}

.ui-light #gamer_indentity_ui .ui-audio-toggle * {
  cursor: pointer;
}

.webgl-loaded #gamer_indentity_ui .ui-audio-toggle {
  visibility: visible;
}

#gamer_indentity_ui .ui-audio-toggle svg {
  width: 50px;
}

@media (min-width: 821px) {
  #gamer_indentity_ui .ui-audio-toggle {
    right: 30px;
    top: 30px;
  }
}

#gamer_indentity_ui .ui-audio-toggle .text {
  font-size: 12px;
  letter-spacing: 0.65px;
  padding-right: 10.6666666667px;
}

.ui-light #gamer_indentity_ui .ui-audio-toggle .text {
  color: #fff;
}

#gamer_indentity_ui .ui-audio-toggle .text * {
  font-size: 12px;
  letter-spacing: 0.65px;
}

@media (max-width: 820px) {
  #gamer_indentity_ui .ui-audio-toggle .text .guide {
    display: none;
  }
}

#gamer_indentity_ui .ui-audio-toggle .text div {
  display: inline-block;
  min-width: 1.95em;
}

#gamer_indentity_ui .ui-audio-toggle .text .on {
  display: none;
  color: #f4c213;
}

#gamer_indentity_ui .ui-audio-toggle .text .off {
  color: #555;
}

.ui-light #gamer_indentity_ui .ui-audio-toggle .text .off {
  color: #ccc;
}

#gamer_indentity_ui .ui-audio-toggle .icon {
  opacity: 0.5;
  -webkit-transition: all 200ms linear 0ms;
  /* webkit mobile */
  transition: all 200ms linear 0ms;
}

.ui-light #gamer_indentity_ui .ui-audio-toggle .icon {
  filter: invert(1);
}

#gamer_indentity_ui .ui-audio-toggle.on .on {
  display: inline-block;
}

#gamer_indentity_ui .ui-audio-toggle.on .off {
  display: none;
}

#gamer_indentity_ui .ui-audio-toggle.on .icon {
  opacity: 1;
}

#gamer_indentity_ui .ui-navigation {
  position: fixed;
  z-index: 500;
  cursor: pointer;
  visibility: hidden;
}

.artwork-zoom-active #gamer_indentity_ui .ui-navigation {
  display: none;
}

#gamer_indentity_ui .ui-navigation .text, #gamer_indentity_ui .ui-navigation .icon, #gamer_indentity_ui .ui-navigation .button, #gamer_indentity_ui .ui-navigation svg {
  cursor: pointer;
}

.ui-light #gamer_indentity_ui .ui-navigation {
  cursor: pointer;
}

.ui-light #gamer_indentity_ui .ui-navigation .text, .ui-light #gamer_indentity_ui .ui-navigation .icon, .ui-light #gamer_indentity_ui .ui-navigation .button, .ui-light #gamer_indentity_ui .ui-navigation svg {
  cursor: pointer;
}

.static-experience #gamer_indentity_ui .ui-navigation, .webgl-loaded #gamer_indentity_ui .ui-navigation {
  visibility: visible;
}

@media (max-width: 820px) {
  #gamer_indentity_ui .ui-navigation {
    left: 20px;
    bottom: 20px;
  }
  #gamer_indentity_ui .ui-navigation .icon, #gamer_indentity_ui .ui-navigation .text {
    display: none;
  }
  #gamer_indentity_ui .ui-navigation .button {
    display: block;
    width: 50px;
  }
}

@media (min-width: 821px) {
  html:not(.static-experience) #gamer_indentity_ui .ui-navigation {
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0px 20px 10px 20px;
    box-sizing: border-box;
    -webkit-transition: all 800ms ease-in-out 0ms;
    /* webkit mobile */
    transition: all 800ms ease-in-out 0ms;
  }
  html:not(.static-experience) #gamer_indentity_ui .ui-navigation .button {
    display: none;
  }
  html:not(.static-experience) #gamer_indentity_ui .ui-navigation .icon {
    width: 15px;
    margin-left: 20px;
  }
}

@media (min-width: 821px) and (hover: hover) {
  html:not(.static-experience) #gamer_indentity_ui .ui-navigation:hover {
    bottom: 0;
    background: #f4c213;
  }
}

.static-experience #gamer_indentity_ui .ui-navigation {
  left: 20px;
  bottom: 20px;
}

.artwork-zoom-active .static-experience #gamer_indentity_ui .ui-navigation {
  display: none;
}

.static-experience #gamer_indentity_ui .ui-navigation .icon, .static-experience #gamer_indentity_ui .ui-navigation .text {
  display: none !important;
}

.static-experience #gamer_indentity_ui .ui-navigation .button {
  display: block !important;
  width: 50px;
}

@media (min-width: 751px) {
  .static-experience #gamer_indentity_ui .ui-navigation .button {
    width: 65px;
  }
}

@media (min-width: 751px) {
  .static-experience #gamer_indentity_ui .ui-navigation {
    left: 40px;
    bottom: 20px;
  }
}

.static-experience .ui-light #gamer_indentity_ui .ui-navigation .button {
  filter: invert(1);
}

#gamer_indentity_ui .ui-entry {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.layer-artwork {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
}

@keyframes hover-pulse1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hover-pulse2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.layer-artwork.active .hover-container.animate .has-hover {
  animation-delay: 0ms;
  animation-direction: alternate;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-name: hover-pulse1;
}

.layer-artwork.active .hover-container.animate .is-hover {
  animation-delay: 0ms;
  animation-direction: alternate;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-name: hover-pulse2;
}

.layer-artwork.active .hover-container.animate:hover .has-hover {
  opacity: 0 !important;
  animation-name: none;
}

.layer-artwork.active .hover-container.animate:hover .is-hover {
  opacity: 1 !important;
  animation-name: none;
}



.layer-artwork .content {
  position: absolute;
  left: 0px;
  top: 55%;
  padding: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 90vw;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(249, 249, 249, 0.8);
}

.layer-artwork .content h2, .layer-artwork .content p {
  max-width: 500px;
}


.ui-light .layer-artwork .content {
  background: rgba(249, 249, 249, 0);
}

@media (max-width: 820px) {
  .layer-artwork .content {
    left: 0px;
    top: 50%;
  }
}



.layer-artwork .artwork-details h2 {
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */

  font-size: 2.4em;
  line-height: 0.85;
  letter-spacing: -0.5px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-artwork .artwork-details h2 {
    font-size: calc((100vw  -  320px)  *  0.0275  -  -36px);
  }
}

@media (max-width: 320px) {
  .layer-artwork .artwork-details h2 {
    font-size: 36px;
  }
}

.layer-artwork .artwork-details p {

  font-family: 'Cormorant Garamond'-mono, sans-serif;
  font-weight: 400;
  /* regular */
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (max-width: 820px), (max-height: 600px) {
  .layer-artwork .artwork-details p {
    display: none;
  }
}

.layer-artwork[data-artwork="1"] .artwork-details[data-id="1"], .layer-artwork[data-artwork="2"] .artwork-details[data-id="2"], .layer-artwork[data-artwork="3"] .artwork-details[data-id="3"], .layer-artwork[data-artwork="4"] .artwork-details[data-id="4"], .layer-artwork[data-artwork="5"] .artwork-details[data-id="5"], .layer-artwork[data-artwork="6"] .artwork-details[data-id="6"] {
  display: block;
}

.layer-artwork .button-data-layer {
  cursor: pointer;
}

.layer-artwork .button-data-layer img {
  max-width: 450px;
}

.ui-light .layer-artwork .button-data-layer {
  cursor: pointer;
}

.layer-artwork .button-data-layer > img:last-child,
.layer-artwork .button-data-layer .hover-container:last-child {
  display: none !important;
}

.layer-artwork[data-artwork="7"] .button-data-layer {
  padding-top: 36px;
  padding-left: 36px;
}

.layer-artwork[data-artwork="7"] .button-data-layer > img:first-child,
.layer-artwork[data-artwork="7"] .button-data-layer .hover-container:first-child {
  display: none !important;
}

.layer-artwork[data-artwork="7"] .button-data-layer > img:last-child,
.layer-artwork[data-artwork="7"] .button-data-layer .hover-container:last-child {
  display: inline-block !important;
}

.layer-artwork .buttons {
  position: relative;
  width: 135px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 820px) {
  .layer-artwork .buttons {
    margin: 0 0 15px 0;
    width: 110px;
  }
  .layer-artwork .buttons > div,
.layer-artwork .buttons svg {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 821px) {
  .layer-artwork .buttons {
    margin: 0 0 30px 0;
  }
  .layer-artwork .buttons > div,
.layer-artwork .buttons svg {
    width: 60px;
    height: 60px;
  }
}

.layer-artwork .buttons > div {
  cursor: pointer;
}

.ui-light .layer-artwork .buttons > div {
  cursor: pointer;
}

@media (max-width: 820px) {
  .layer-artwork .buttons .button-show {
    margin-top: 10px;
  }
}

.layer-artwork .buttons svg .fill {
  fill: #000;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
}

.ui-light .layer-artwork .buttons svg .fill {
  fill: #fff;
}

@media (hover: hover) {
  .layer-artwork .buttons div:hover .fill {
    fill: #f4c213 !important;
  }
}

.layer-artwork:not(.collapse) .button-show {
  display: none;
}

.layer-artwork.collapse .button-hide {
  display: none;
}

.layer-artwork .content {
  -webkit-transition: all 300ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 300ms ease-in-out 0ms;
}

.layer-artwork .content .button-data-layer,
.layer-artwork .content .artwork-details {
  max-height: 100vh;
  overflow: hidden;
  opacity: 1;
  transition: max-height 400ms ease-in-out 200ms, opacity 450ms ease-in-out 500ms;
}

.layer-artwork.collapse .content {
  -webkit-transition: all 600ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 600ms ease-in-out 0ms;
}

.layer-artwork.collapse .content .buttons {
  -webkit-transition: all 200ms ease-in-out 400ms;
  /* webkit mobile */
  transition: all 200ms ease-in-out 400ms;
  margin: 0;
}

.layer-artwork.collapse .content .button-data-layer,
.layer-artwork.collapse .content .artwork-details {
  max-height: 0;
  opacity: 0;
  transition: all 600ms ease-in-out 0ms;
}

@media (max-width: 820px) {
  .layer-artwork.collapse .content {
    max-width: 120px;
  }
  .layer-artwork.collapse .content .buttons {
    max-width: 50px;
  }
}

@media (min-width: 821px) {
  .layer-artwork.collapse .content {
    max-width: 205px;
  }
  .layer-artwork.collapse .content .buttons {
    max-width: 135px;
  }
}

.layer-artwork-mobile {
  position: fixed;
  left: -100vw;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
}

.static-experience #gamer_indentity_overlays .layer-artwork-mobile {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0ms linear 0ms, opacity 0ms linear 0ms;
  transition: left 0ms linear 0ms, opacity 0ms linear 0ms;
  display: block !important;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-artwork-mobile {
    overflow: auto;
    padding-top: 50px;
  }
  .layer-artwork-mobile:after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    content: "";
  }
  .artwork-zoom-active .layer-artwork-mobile:after {
    display: none;
  }
}

.layer-artwork-mobile .details h2 {
  font-size: 52px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-artwork-mobile .details h2 {
    font-size: calc((100vw  -  320px)  *  0.01375  -  -30px);
  }
}

@media (max-width: 320px) {
  .layer-artwork-mobile .details h2 {
    font-size: 30px;
  }
}

.layer-artwork-mobile .video-player,
.layer-artwork-mobile iframe,
.layer-artwork-mobile video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-artwork-mobile .artwork-details {
    position: relative;
    padding: 5.5vw 5.5vw 20.5vw 5.5vw;
    padding-top: 40px;
    background-size: auto 14vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .layer-artwork-mobile .artwork-details .artwork {
    order: 2;
  }
  .layer-artwork-mobile .artwork-details .artwork img {
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
  }
  .layer-artwork-mobile .artwork-details .artwork .before {
    display: none;
  }
  .layer-artwork-mobile .artwork-details .artwork .after {
    background: #232323;
  }
  .layer-artwork-mobile .artwork-details[data-id="7"] {
    background: #232323;
  }
  .layer-artwork-mobile .artwork-details .details {
    order: 1;
    padding: 0 0 30px 0;
  }
  .layer-artwork-mobile .artwork-details .details .button-data-layer {
    padding: 0 5% 0 0;
  }
  .layer-artwork-mobile .artwork-details .details .button-data-layer img {
    margin: 0 auto;
    cursor: pointer;
  }
  .layer-artwork-mobile .artwork-details .zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .layer-artwork-mobile .artwork-details .zoom .artboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .layer-artwork-mobile .artwork-details .zoom .artboard img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .layer-artwork-mobile .artwork-details[data-id="5"] .zoom {
    background: #1f1f21 !important;
  }
}

@media (min-width: 751px) and (orientation: landscape) {
  .layer-artwork-mobile .artwork-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .layer-artwork-mobile .artwork-details .artwork {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .layer-artwork-mobile .artwork-details .artwork img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 50%;
  }
  .layer-artwork-mobile .artwork-details .artwork .after,
.layer-artwork-mobile .artwork-details .artwork .artwork-container {
    position: absolute;
    top: 60px;
    bottom: 150px;
    left: 40%;
    right: 40px;
  }
}

@media (min-width: 751px) and (orientation: landscape) and (max-width: 1024px) {
  .layer-artwork-mobile .artwork-details .artwork .after,
.layer-artwork-mobile .artwork-details .artwork .artwork-container {
    left: 40%;
    right: 40px;
  }
}

@media (min-width: 751px) and (orientation: landscape) {
  .layer-artwork-mobile .artwork-details .artwork .before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f4c213;
  }
  .layer-artwork-mobile .artwork-details .artwork .after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232323;
  }
  .layer-artwork-mobile .artwork-details .artwork .floor {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url(../../../../../../content/dam/atvi/ab-media/gamer-identity/images/mobile-artwork-floor.jpg) repeat-x 0px 0px;
    background-size: auto 100%;
  }
  .ui-light .layer-artwork-mobile .artwork-details .artwork .floor {
    visibility: hidden;
  }
  .layer-artwork-mobile .artwork-details .details {
    position: absolute;
    left: 0px;
    top: 50%;
    padding: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90vw;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
  }
  .layer-artwork-mobile .artwork-details .details h2 {
    max-width: 500px;
  }
  .layer-artwork-mobile .artwork-details .details p {
    max-width: 22em;
  }
  .ui-light .layer-artwork-mobile .artwork-details .details {
    background: rgba(255, 255, 255, 0);
  }
  .layer-artwork-mobile .artwork-details[data-id="5"] .artwork .artwork-container {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 30%;
  }
  .layer-artwork-mobile .artwork-details[data-id="5"] .zoom {
    background: #1f1f21 !important;
  }
  .layer-artwork-mobile .artwork-details[data-id="7"] .details {
    background: none;
  }
  .layer-artwork-mobile .artwork-details[data-id="7"] .zoom-in, .layer-artwork-mobile .artwork-details[data-id="7"] .details, .layer-artwork-mobile .artwork-details[data-id="7"] .after {
    display: none !important;
  }
  .layer-artwork-mobile .artwork-details[data-id="7"] .zoom-in, .layer-artwork-mobile .artwork-details.reveal[data-id="7"] .details, .layer-artwork-mobile .artwork-details.reveal[data-id="7"] .after {
    display: block !important;
  }
  .layer-artwork-mobile .artwork-details.reveal[data-id="7"] .before {
    display: none;
  }
  .layer-artwork-mobile .artwork-details .zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .artwork-zoom-active .layer-artwork-mobile .artwork-details .zoom {
    display: block;
  }
  .layer-artwork-mobile .artwork-details .zoom .artboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .layer-artwork-mobile .artwork-details .zoom .artboard img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .artwork-zoom-active .layer-artwork-mobile[data-artwork="1"] .artwork-details[data-id="1"] .zoom, .artwork-zoom-active .layer-artwork-mobile[data-artwork="2"] .artwork-details[data-id="2"] .zoom, .artwork-zoom-active .layer-artwork-mobile[data-artwork="3"] .artwork-details[data-id="3"] .zoom, .artwork-zoom-active .layer-artwork-mobile[data-artwork="4"] .artwork-details[data-id="4"] .zoom, .artwork-zoom-active .layer-artwork-mobile[data-artwork="5"] .artwork-details[data-id="5"] .zoom, .artwork-zoom-active .layer-artwork-mobile[data-artwork="6"] .artwork-details[data-id="6"] .zoom, .artwork-zoom-active .layer-artwork-mobile[data-artwork="7"] .artwork-details[data-id="7"] .zoom {
    display: block;
  }
}

@media (min-width: 751px) and (orientation: landscape) {
  .layer-artwork-mobile[data-artwork="1"] .artwork-details[data-id="1"], .layer-artwork-mobile[data-artwork="2"] .artwork-details[data-id="2"], .layer-artwork-mobile[data-artwork="3"] .artwork-details[data-id="3"], .layer-artwork-mobile[data-artwork="4"] .artwork-details[data-id="4"], .layer-artwork-mobile[data-artwork="5"] .artwork-details[data-id="5"], .layer-artwork-mobile[data-artwork="6"] .artwork-details[data-id="6"], .layer-artwork-mobile[data-artwork="7"] .artwork-details[data-id="7"] {
    display: block;
  }
}

.layer-artwork-mobile .button-close-zoom {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 50px;
  display: none;
}

.artwork-zoom-active .layer-artwork-mobile .button-close-zoom {
  display: block;
}

.ui-light .layer-artwork-mobile .button-close-zoom {
  filter: invert(1);
}

.layer-artwork-mobile .button-close-zoom svg {
  width: 100%;
}

@media (min-width: 751px) {
  .layer-artwork-mobile .button-close-zoom {
    width: 65px;
  }
}

.layer-artwork-mobile .navigation {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.artwork-zoom-active .layer-artwork-mobile .navigation {
  display: none;
}

.ui-light .layer-artwork-mobile .navigation {
  filter: invert(1);
}

.layer-artwork-mobile .navigation svg {
  width: 100%;
}

.layer-artwork-mobile .navigation > div {
  width: 50px;
  margin-left: 20px;
  cursor: pointer;
}

.layer-artwork-mobile .navigation > div.disabled {
  opacity: 0.5;
}

@media (max-width: 750px) {
  .layer-artwork-mobile .navigation .prev, .layer-artwork-mobile .navigation .next {
    display: none;
  }
}

@media (min-width: 751px) {
  .layer-artwork-mobile .navigation {
    position: fixed;
    bottom: 20px;
    right: 40px;
  }
  .layer-artwork-mobile .navigation > div {
    width: 65px;
    margin-left: 40px;
  }
}

@media (min-width: 751px) and (orientation: landscape) {
  .layer-artwork-mobile[data-artwork="7"] .navigation .zoom-in {
    display: none;
  }
  .ui-light .layer-artwork-mobile[data-artwork="7"] .navigation .zoom-in {
    display: block;
  }
}

.layer-data {
  position: absolute;
  z-index: 600;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data:after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    content: "";
    z-index: 650;
  }
}

.layer-data .content {
  padding: 200px 0 0 0;
}

@media (max-width: 820px) {
  .layer-data {
    z-index: 1200;
  }
  .layer-data .content {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .content {
    padding: 90px 0 0 0;
  }
}

.layer-data .artwork-details {
  display: none;
}

.layer-data[data-artwork="1"] .artwork-details[data-id="1"], .layer-data[data-artwork="2"] .artwork-details[data-id="2"], .layer-data[data-artwork="3"] .artwork-details[data-id="3"], .layer-data[data-artwork="4"] .artwork-details[data-id="4"], .layer-data[data-artwork="5"] .artwork-details[data-id="5"], .layer-data[data-artwork="6"] .artwork-details[data-id="6"], .layer-data[data-artwork="7"] .artwork-details[data-id="7"] {
  display: block;
}

.layer-data .section {
  position: relative;
  padding: 0 0 80px 0;
  z-index: 601;
}

.layer-data .section .text h3 {
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 11px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section .text h3 {
    font-size: calc((100vw  -  320px)  *  -0.00125  -  -13px);
  }
}

@media (max-width: 320px) {
  .layer-data .section .text h3 {
    font-size: 13px;
  }
}

.layer-data .section .text p {
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 80px;
  line-height: 0.85;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section .text p {
    font-size: calc((100vw  -  320px)  *  0.0275  -  -36px);
  }
}

@media (max-width: 320px) {
  .layer-data .section .text p {
    font-size: 36px;
  }
}

.layer-data .section .text p b, .layer-data .section .text p strong {
  font-weight: 700;
  /* bold */
  color: #fff;
}

.layer-data .section-inner {
  position: relative;
  top: -55px;
  max-width: 1250px;
  padding: 35px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 820px) {
  .layer-data .section-inner {
    padding: 20px;
  }
}

.layer-data .section1 {
  z-index: 602;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section1 {
    padding-bottom: 60px;
  }
}

.layer-data .section1 .section-inner {
  margin-top: 0;
}

@media (max-width: 820px) {
  .layer-data .section1 .section-inner .column1 {
    padding-top: 36px;
  }
  .layer-data .section1 .section-inner .column2 {
    margin-top: 36px;
    border-top: 2px solid #000;
    padding-top: 36px;
  }
}

@media (min-width: 821px) {
  .layer-data .section1 .section-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .layer-data .section1 .section-inner .column1 {
    width: 50%;
    padding: 0 5% 0 0;
    border-right: 2px solid #000;
  }
  .layer-data .section1 .section-inner .column2 {
    width: 50%;
    padding: 0 0 0 5%;
  }
}

.layer-data .section1 p.subtitle {
  font-size: 25px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section1 p.subtitle {
    font-size: calc((100vw  -  320px)  *  0.004375  -  -18px);
  }
}

@media (max-width: 320px) {
  .layer-data .section1 p.subtitle {
    font-size: 18px;
  }
}

.layer-data .section1 h1 {
  font-size: 80px;
  line-height: 0.85;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section1 h1 {
    font-size: calc((100vw  -  320px)  *  0.0125  -  -60px);
  }
}

@media (max-width: 320px) {
  .layer-data .section1 h1 {
    font-size: 60px;
  }
}

.layer-data .section1 h2 {
  font-size: 45px;
  line-height: 0.85;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section1 h2 {
    font-size: calc((100vw  -  320px)  *  0.005625  -  -36px);
  }
}

@media (max-width: 320px) {
  .layer-data .section1 h2 {
    font-size: 36px;
  }
}

.layer-data .section1 p.byline {
  max-width: 360px;
  font-family: 'Cormorant Garamond'-mono, sans-serif;

  font-weight: 400;
  /* regular */
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section1 p.byline {
    font-size: calc((100vw  -  320px)  *  0.00125  -  -16px);
  }
}

@media (max-width: 320px) {
  .layer-data .section1 p.byline {
    font-size: 16px;
  }
}

.layer-data .section1 .description {
  padding: 24px 0;
  max-width: 970px;
}

.layer-data .section1 .description p {
  font-family: neue-haas-unica, sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  /* regular */
}

.layer-data .section1 .cta p {
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 14px;
}

.layer-data .section1 .cta a {
  display: inline-block;
}

.layer-data .section1 .cta2 {
  position: relative;
  z-index: 700;
  padding: 30px 0 0 100px;
}

.layer-data .section1 .cta2 img,
.layer-data .section1 .cta2 svg {
  position: absolute;
  right: 0;
}

@media (max-width: 820px) {
  .layer-data .section1 .cta2 {
    display: none;
  }
}

.layer-data .section1 .cta3 {
  position: relative;
  padding: 36px 0 0 0;
}

.layer-data .section1 .cta3 .cta-button {
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */
  display: inline-block;
  background: #f4c213;
  text-align: center;
  padding: 14px 24px;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;

  border: none !important;
  font-size: 16px;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
  cursor: pointer;
}

@media (hover: hover) {
  .layer-data .section1 .cta3 .cta-button:hover {
    background: #000;
    color: #f4c213;
  }
}

.layer-data .section1 .cta3 p {
  margin: 0;
  padding: 0 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.layer-data .section1 .cta3 p:before {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='55'%3E%3Cpath d='M68.79 39.007l-12.3-1.018a1.335 1.335 0 00-1.442 1.203 1.311 1.311 0 001.204 1.422l11.263.933c-12.173 7.373-23.318 9.072-33.123 5.048C12.242 37.503 3.638 2.149 3.554 1.792A1.321 1.321 0 001.958.821 1.327 1.327 0 00.967 2.41C1.239 3.546 6.22 24.035 18.7 38.154c4.06 4.596 8.914 8.514 14.658 10.872 10.319 4.24 21.885 2.689 34.388-4.57l-3.764 8.815a1.305 1.305 0 00.704 1.722 1.338 1.338 0 001.74-.709l4.805-11.25c.395-.924.351-1.898-.119-2.675-.47-.774-1.316-1.269-2.323-1.35z' fill='%23F4C213' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  margin: 0 25px 5px 0;
}

.layer-data[data-artwork="7"] .section1 h3 {
  font-size: 11px !important;
}

.layer-data .section2 {
  background: #efc100;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section2 {
    padding-bottom: 0;
  }
}

.layer-data .section2 .section-inner {
  top: -140px;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section2 .section-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    top: -120px;
  }
}

.layer-data .section2 .intro p {
  padding: 0 0 0 4em;
  margin: 0;
  font-size: 25px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section2 .intro p {
    font-size: calc((100vw  -  320px)  *  0.004375  -  -18px);
  }
}

@media (max-width: 320px) {
  .layer-data .section2 .intro p {
    font-size: 18px;
  }
}

.layer-data .section2 .intro h2 {
  margin: 0;
  font-size: 140px;
  line-height: 0.85;
  padding: 0 0 0.5em 0;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section2 .intro h2 {
    font-size: calc((100vw  -  320px)  *  0.05  -  -60px);
  }
}

@media (max-width: 320px) {
  .layer-data .section2 .intro h2 {
    font-size: 60px;
  }
}

.layer-data .section2 .text {
  position: absolute;
  top: 40%;
  right: 35px;
  text-align: right;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section2 .text {
    position: static;
    order: 4;
    padding-top: 20px;
    text-align: right;
  }
}

.layer-data .section2 .label {
  position: absolute;
  top: 80%;
  left: 0px;
  text-align: left;
  font-size: 34px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section2 .label {
    font-size: calc((100vw  -  320px)  *  0.01  -  -18px);
  }
}

@media (max-width: 320px) {
  .layer-data .section2 .label {
    font-size: 18px;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section2 .label {
    top: 70%;
  }
}

.layer-data .section2 .label svg {
  width: 9em;
}

.layer-data .section2 .label b, .layer-data .section2 .label strong {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */
  font-size: 34px;
  white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section2 .label b, .layer-data .section2 .label strong {
    font-size: calc((100vw  -  320px)  *  0.01  -  -18px);
  }
}

@media (max-width: 320px) {
  .layer-data .section2 .label b, .layer-data .section2 .label strong {
    font-size: 18px;
  }
}

.layer-data .section2 .graphic {
  position: relative;
  max-width: 70%;
  max-height: 90vh;
}

.layer-data .section2 .graphic img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.5);
  opacity: 0;
  transition: all 550ms ease-in-out 0ms;
}

.layer-data .section2 .graphic.animate img {
  transform: scale(1);
  opacity: 1;
}

.layer-data .section3 {
  background: #fcfbf6;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 {
    padding-bottom: 30px;
  }
}

.layer-data .section3 .section-inner {
  top: -90px;
}

.layer-data .section3 .hands {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 56px 0 0 0;
}

.layer-data .section3 .hands .hand {
  position: relative;
  padding: 0;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .hand {
    display: none;
  }
}

.layer-data .section3 .hands .hand img,
.layer-data .section3 .hands .hand svg {
  display: block;
  width: 98%;
  margin: 0 auto;
  max-height: 80vh;
  transform: scale(0.5);
  opacity: 0;
  transition: all 600ms ease-in-out 0ms;
  object-fit: contain;
  object-position: 50% 100%;
}

.layer-data .section3 .hands .hand img.animate,
.layer-data .section3 .hands .hand svg.animate {
  transform: scale(1);
  opacity: 1;
}

.layer-data .section3 .hands .hand.hand-unsure .fill {
  fill: #a8a8a8;
}

.layer-data .section3 .hands .hand.hand-no .fill {
  fill: #f4c213;
}

.layer-data .section3 .hands .hand.hand-yes .fill {
  fill: #000;
}

.layer-data .section3 .hands .key {
  position: absolute;
  top: 0;
  right: 35px;
  text-align: right;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .key {
    position: relative;
    width: 100%;
    right: 0;
  }
}

.layer-data .section3 .hands .key h3 {
  padding-left: 1em;
  margin: 0 0 16px 0;
  font-size: 25px;
  border-bottom: 3px solid #000;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section3 .hands .key h3 {
    font-size: calc((100vw  -  320px)  *  0.0075  -  -13px);
  }
}

@media (max-width: 320px) {
  .layer-data .section3 .hands .key h3 {
    font-size: 13px;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .key h3 {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.layer-data .section3 .hands .key ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .key ul {
    width: 100%;
  }
}

.layer-data .section3 .hands .key li {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond'-mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  /* regular */
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .key li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section3 .hands .key li {
    font-size: calc((100vw  -  320px)  *  0.0025  -  -14px);
  }
}

@media (max-width: 320px) {
  .layer-data .section3 .hands .key li {
    font-size: 14px;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .key li {
    font-size: 30px !important;
  }
}

.layer-data .section3 .hands .key li b {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 43px;
  font-weight: 700;
  /* bold */
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section3 .hands .key li b {
    font-size: calc((100vw  -  320px)  *  0.011875  -  -24px);
  }
}

@media (max-width: 320px) {
  .layer-data .section3 .hands .key li b {
    font-size: 24px;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section3 .hands .key li b {
    float: right;
    font-size: 50px !important;
  }
}

.layer-data .section3 .hands .key li.unsure {
  color: #a8a8a8;
}

.layer-data .section3 .hands .key li.no {
  color: #f4c213;
}

.layer-data .section4 {
  padding-bottom: 0;
}

.layer-data .section4 .section-inner {
  top: -90px;
}

.layer-data .section4 .text {
  padding-bottom: 35px;
}

.layer-data .section4 .graph {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.layer-data .section4 .graph-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item {
    margin-top: 2em;
  }
}

.layer-data .section4 .graph-item .bar-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */
  font-size: 114px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section4 .graph-item .bar-wrapper {
    font-size: calc((100vw  -  320px)  *  0.0275  -  -70px);
  }
}

@media (max-width: 320px) {
  .layer-data .section4 .graph-item .bar-wrapper {
    font-size: 70px;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .bar {
  position: relative;
  width: calc(100% - 12em - 40px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item .bar-wrapper .bar {
    width: calc(90vw - 40px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .bar .bar-bg {
  position: absolute;
  left: 0;
  top: 50%;
  height: 4.5vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 896px) {
  .layer-data .section4 .graph-item .bar-wrapper .bar .bar-bg {
    height: 3em;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .bar .bar-bg .bar-bg-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #f4c213;
  -webkit-transition: all 900ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 900ms ease-in-out 0ms;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item .bar-wrapper .bar .bar-bg {
    order: 2;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .bar h4 {
  position: absolute;
  top: 0;
  font-family: 'Cormorant Garamond'-mono, sans-serif;
  font-size: 14px;
  padding: 0 20px;

  font-weight: 400;
  /* regular */
}

@media (min-width: 751px) and (max-width: 1500px) {
  .layer-data .section4 .graph-item .bar-wrapper .bar h4 {
    transform: translateY(-120%);
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item .bar-wrapper .bar h4 {
    position: absolute;
    order: 1;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 0;
    transform: translateY(-100%);
  }
}

.layer-data .section4 .graph-item .bar-wrapper .bar p {
  position: relative;
  margin: 0;
  padding: 1.5em 20px;
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 25px;
  font-weight: 700;
  /* bold */
  line-height: 1;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section4 .graph-item .bar-wrapper .bar p {
    font-size: calc((100vw  -  320px)  *  0.008125  -  -12px);
  }
}

@media (max-width: 320px) {
  .layer-data .section4 .graph-item .bar-wrapper .bar p {
    font-size: 12px;
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item .bar-wrapper .bar p {
    order: 3;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .value {
  width: 10em;
  position: relative;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item .bar-wrapper .value {
    width: 10vw;
    text-align: right;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .value .value-bg {
  position: static;
}

.layer-data .section4 .graph-item .bar-wrapper .value .value-bg img,
.layer-data .section4 .graph-item .bar-wrapper .value .value-bg svg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-65%, -50%) scale(1.8);
  transform: translate(-65%, -50%) scale(1.8);
}

@media (max-width: 1500px) {
  .layer-data .section4 .graph-item .bar-wrapper .value .value-bg img,
.layer-data .section4 .graph-item .bar-wrapper .value .value-bg svg {
    -webkit-transform: translate(-65%, -50%) scale(1.5);
    transform: translate(-65%, -50%) scale(1.5);
  }
}

@media (max-width: 1024px) {
  .layer-data .section4 .graph-item .bar-wrapper .value .value-bg img,
.layer-data .section4 .graph-item .bar-wrapper .value .value-bg svg {
    -webkit-transform: translate(-65%, -50%) scale(1.3);
    transform: translate(-65%, -50%) scale(1.3);
  }
}

@media (max-width: 896px) {
  .layer-data .section4 .graph-item .bar-wrapper .value .value-bg img,
.layer-data .section4 .graph-item .bar-wrapper .value .value-bg svg {
    -webkit-transform: translate(-75%, -45%) scale(1.1);
    transform: translate(-75%, -45%) scale(1.1);
  }
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .section4 .graph-item .bar-wrapper .value .value-bg {
    display: none;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .value p {
  position: relative;
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 114px;
  white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section4 .graph-item .bar-wrapper .value p {
    font-size: calc((100vw  -  320px)  *  0.0575  -  -22px);
  }
}

@media (max-width: 320px) {
  .layer-data .section4 .graph-item .bar-wrapper .value p {
    font-size: 22px;
  }
}

.layer-data .section4 .graph-item .bar-wrapper .value p sup {
  font-size: 40%;
  position: relative;
  display: inline-block;
  vertical-align: 1em;
  height: 1.2em;
}

.layer-data .section4 .graph-item.highlight .value-bg img,
.layer-data .section4 .graph-item.highlight .value-bg svg {
  opacity: 1 !important;
}

.layer-data .section4 .graph-item.animate .bar-bg-inner {
  width: 100% !important;
}

.layer-data .section5 h2 {
  font-size: 140px;
  line-height: 0.85;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-data .section5 h2 {
    font-size: calc((100vw  -  320px)  *  0.05  -  -60px);
  }
}

@media (max-width: 320px) {
  .layer-data .section5 h2 {
    font-size: 60px;
  }
}

.layer-data .section5 .cta {
  padding: 24px 0;
}

.layer-data .section5 .cta a {
  display: inline-block;
  margin-left: 160px;
}

@media (max-width: 750px) {
  .layer-data .section5 .cta a {
    margin-left: 80px;
  }
}

.layer-data[data-artwork="7"] .section5 {
  display: none;
}

.layer-data .download-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  z-index: 610;
  -webkit-transform: translateY(-100vw);
  transform: translateY(-100vw);
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  /* webkit mobile */
  transition: opacity 300ms ease-in-out 0ms;
  opacity: 0;
}

.page-scrolled .layer-data .download-bar {
  opacity: 1;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-data .download-bar {
    display: none;
  }
}

.layer-data .download-bar p {
  padding-right: 110px;
}

.layer-data .download-bar .gi-button.research {
  padding: 8px 30px !important;
}

.layer-data.active .download-bar {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.layer-zoom {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0 !important;
  display: none;
}

.layer-zoom .button-back {
  position: absolute;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  margin: 0 0 30px 0;
  width: 60px;
  left: 35px;
  top: 33%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 820px) {
  .layer-zoom .button-back {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 820px) {
  .layer-zoom .button-back svg {
    width: 50px;
  }
}

@media (min-width: 821px) {
  .layer-zoom .button-back svg {
    width: 60px;
  }
}

.layer-zoom .button-back svg .fill {
  fill: #000;
  -webkit-transition: all 250ms ease-in-out 0ms;
  /* webkit mobile */
  transition: all 250ms ease-in-out 0ms;
}

.ui-light .layer-zoom .button-back svg .fill {
  fill: #fff;
}

@media (hover: hover) {
  .layer-zoom .button-back:hover .fill {
    fill: red !important;
  }
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice {
  position: fixed;
  z-index: 200000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: auto;
  opacity: 1;
  background: #f4c213;
  cursor: default;
  display: none;
}

.static-experience #gamer_indentity_overlays .layer.layer-temp-desktop-notice {
  display: block;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content {
  padding: 50px 30px;
  max-width: 510px;
  box-sizing: border-box;
  margin: 0 auto;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content .lower {
  padding-top: 36px;
}

@media (min-width: 640px) and (min-height: 650px) {
  #gamer_indentity_overlays .layer.layer-temp-desktop-notice .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    min-height: 100vh;
  }
  #gamer_indentity_overlays .layer.layer-temp-desktop-notice .content .lower {
    padding: 0;
  }
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content img {
  margin: 0 auto;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content .logo-gallery {
  width: 135px;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content h2 {
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */

  font-size: 30px;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content p {
  text-transform: none;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  /* regular */
  font-size: 16px;
  line-height: 22px;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content h6 {
  margin: 0;
  padding: 10px 0;
  font-family: neue-haas-unica, sans-serif;

  font-weight: 400;
  /* regular */
  font-size: 12px;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content a {
  text-decoration: underline;
  cursor: pointer !important;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content a * {
  cursor: pointer !important;
}

#gamer_indentity_overlays .layer.layer-temp-desktop-notice .content .logo-activision {
  width: 155px;
}

.layer-concept {
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.layer-concept .content:before, .layer-concept .content:after {
  content: " ";
  display: table;
}

.layer-concept .content:after {
  clear: both;
}

#gamer_indentity_overlays .layer-concept.active {
  -webkit-transition: left 0ms linear 2750ms, opacity 300ms linear 2750ms;
  transition: left 0ms linear 2750ms, opacity 300ms linear 2750ms;
}

@media (max-width: 820px) {
  .layer-concept {
    background: rgba(255, 255, 255, 0.98);
  }
}

@media (min-width: 821px) {
  .layer-concept {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .layer-concept:not(.active) {
    display: flex !important;
  }
}

@media (max-width: 820px) {
  .layer-concept {
    z-index: 10000;
  }
  .layer-concept:not(.active) {
    display: block !important;
  }
  .layer-concept .content {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 0 30px 30px 30px;
    text-align: left;
  }
  .layer-concept .content p:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 821px) {
  .layer-concept .content {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 35px;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
  }
}

.layer-concept h2 {
  margin: 0;

  font-size: 125px;
  line-height: 0.824;
  font-weight: 700;
  /* bold */
  font-family: 'Cormorant Garamond', sans-serif;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-concept h2 {
    font-size: calc((100vw  -  320px)  *  0.04625  -  -51px);
  }
}

@media (max-width: 320px) {
  .layer-concept h2 {
    font-size: 51px;
  }
}

.layer-concept h2 b {
  color: #f4c213;
}

@media (min-width: 821px) {
  .layer-concept h2 b {
    display: block;
  }
}

.layer-concept p {
  max-width: 530px;
  font-size: 16px;
  font-weight: 400;
  /* regular */
  font-family: neue-haas-unica, sans-serif;
  line-height: 22px;
  text-transform: none;
}

.layer-concept .gi-button {
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 700;
  /* bold */

}

@media (min-width: 821px) {
  .layer-concept .gi-button {
    margin: 20px 0 0 0;
    float: right;
  }
}

.layer-concept .arrow1,
.layer-concept .arrow2 {
  display: none;
}

@media (min-width: 1152px) {
  .layer-concept .arrow1 {
    position: absolute;
    left: 0;
    top: 32%;
    display: block;
  }
  .layer-concept .arrow2 {
    position: absolute;
    right: 0;
    bottom: 29%;
    display: block;
  }
}

.layer-research {
  position: fixed;
  z-index: 700;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-research {
    overflow: auto;
    padding-top: 40px;
  }
  .layer-research:after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    content: "";
  }
}

.layer-research .content {
  position: absolute;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  overflow: auto;
}

@media (max-width: 820px) {
  .layer-research .content {
    top: 70px;
  }
}

.layer-research .form-container {
  margin: 0 auto;
  padding: 0 30px 50px 30px;
  max-width: 1200px;
}

.layer-research .form-container h2 {
  margin: 0 0 24px 0;
}

.layer-research .after {
  padding: 50px 0 0 0;
}

.layer-intro {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  max-width: 100vw;

}

.layer-intro .mobile-title {
  display: none;
}

@media (min-width: 821px) {
  .layer-intro {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 820px) {
  .layer-intro {
    z-index: 100101;
    overflow: auto;
  }
}

.layer-intro .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

.layer-intro .content p, .layer-intro .content li {
  font-family: 'Cormorant Garamond', sans-serif;

  font-weight: 700;
  /* bold */
}

.layer-intro .content .column1 {
  margin-right: 5vw;
}

.layer-intro .content .column1 img,
.layer-intro .content .column1 svg {
  width: 29.6875vw;
}

@media (max-width: 1200px) {
  .layer-intro .content .column1 img,
.layer-intro .content .column1 svg {
    width: 35vw;
  }
}

@media (max-width: 820px) {
  .layer-intro .content .column1 {
    display: none;
  }
}

.layer-intro .content .column2 {
  width: 30vw;
}

.layer-intro .content .column2 .logo {
  display: none;
}

@media (max-width: 1200px) {
  .layer-intro .content .column2 {
    width: 55vw;
  }
}

@media (max-width: 820px) {
  .layer-intro .content .column2 {
    width: auto;
    padding: 16px;
  }
  .layer-intro .content .column2 .logo {
    display: block;
    width: 108px;
    margin: 0 0 10.6666666667px 0;
  }
  .layer-intro .content .column2 .logo img {
    width: 100%;
  }
  .layer-intro .content .column2 .mobile-title {
    display: block;
    font-family: 'Cormorant Garamond', sans-serif;

    font-weight: 700;
    /* bold */
    font-size: 30px;
  }
  .layer-intro .content .column2 p {
    font-family: neue-haas-unica, sans-serif;
    text-transform: none;
    font-weight: 400;
    /* regular */
  }
}

.layer-intro .content .column2 b, .layer-intro .content .column2 strong {
  font-weight: 700;
  /* bold */
  color: #f4c213;
}

.layer-intro .content .intro-button1,
.layer-intro .content .intro-button2 {
  display: none;
}

@media (min-width: 821px) {
  .layer-intro .content .lower {
    padding-top: 16px;
  }
}

@media (max-width: 820px) {
  .layer-intro .content .lower {
    position: relative;
    padding: 10px 0 0 0;
  }
  .layer-intro .content .lower:before, .layer-intro .content .lower:after {
    content: " ";
    display: table;
  }
  .layer-intro .content .lower:after {
    clear: both;
  }
  .layer-intro .content .lower form {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 820px) and (max-width: 750px) {
  .layer-intro .content .lower form {
    float: none;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .layer-intro .content .lower .intro-cta {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 820px) and (max-width: 750px) {
  .layer-intro .content .lower .intro-cta {
    float: none;
    width: 100%;
  }
}

@media (max-width: 820px) and (max-width: 750px) {
  .layer-intro .content .lower .intro-cta-mobile {
    float: none;
    width: 100%;
  }
}

@media (min-width: 821px) {
  .layer-intro .content .intro-button1 {
    display: block;
    margin: 20px 0 20px 10%;
    width: 126px;
  }
}

.layer-intro .content input[type="checkbox"] {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.layer-intro .content input[type="checkbox"] + label {
  padding: 0.5em 0 0.5em 30px;
  background: url(../../../../../../content/dam/atvi/ab-media/gamer-identity/images/icon-checkbox.png) no-repeat 0px 50%;
  font-size: 14px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 400;
  /* regular */
  font-style: normal;

  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.layer-intro .content input[type="checkbox"]:checked + label {
  background: url(../../../../../../content/dam/atvi/ab-media/gamer-identity/images/icon-checkbox-checked.png) no-repeat 0px 50%;
}

.layer-intro .progress {
  position: relative;
  width: 100%;
  min-width: 500px;
  max-width: 600px;
  background: #f2f2f2;
  height: 60px;
}

.layer-intro .progress .loading {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0 0 0;

  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 30px;
  text-align: center!important;
  display		: block;
}

.layer-intro .progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f4c213;
}

.layer-intro .progress .percent {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.layer-intro .progress .gi-button {
  width: 100%;
  text-align: center;
  height: 60px;
  display: none !important;
}

.layer-intro .progress.complete .loading, .layer-intro .progress.complete .bar, .layer-intro .progress.complete .percent {
  display: none;
}

.layer-intro .progress.complete .gi-button {
  display: block !important;
}

.layer-intro .switch {
  margin: 60px 0 0 0;
  font-family: neue-haas-unica, sans-serif;
  text-transform: none !important;
}

.layer-intro .switch .blue-link {
  color: #00f;
  text-decoration: underline;
}

.static-experience .layer-intro .intro-cta {
  display: none;
}

.layer-intro .intro-cta-mobile {
  display: none;
}

.static-experience .layer-intro .intro-cta-mobile {
  display: block;
}

.layer-intro .intro-cta-mobile .switch {
  display: none;
}

.mobile-device .layer-intro .intro-cta-mobile .switch {
  display: block;
}

.layer-intro .drag-cta {
  position: absolute;
  right: 50px;
  bottom: 50px;
  text-align: center;
}

@media (min-width: 1300px) {
  .layer-intro .drag-cta {
    right: 80px;
  }
}

@media (max-width: 930px) {
  .layer-intro .drag-cta {
    display: none;
  }
}

@keyframes drag-cta-animation {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  8% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  22.5% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  72.5% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  92% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes drag-cta-animation-button {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.layer-intro .drag-cta svg {
  margin: 0 auto;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: drag-cta-animation;
}

.layer-intro .drag-cta svg .left-button {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: drag-cta-animation-button;
}

.layer-intro .drag-cta h3 {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 18px;
}

.layer-intro .drag-cta p {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 12px;
  font-weight: 400;
  /* regular */
}

.layer-intro .region-selector {
  position: absolute;
  top: 30px;
  right: 70px;
}

@media (max-width: 820px) {
  .layer-intro .region-selector {
    top: 15px;
  }
}

.layer-intro .region-selector.active:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  content: "";
}

@media (max-width: 820px) {
  .layer-intro .region-selector.active:before {
    top: 60px;
  }
}

.layer-intro .region-selector svg {
  width: 12px;
}

@media (max-width: 750px) {
  .layer-intro .region-selector > .current .name {
    display: none;
  }
}

.layer-intro .region-selector .menu {
  margin: 10px 0 0 0;
  display: none;
}

.layer-intro .region-selector.active .menu {
  display: block;
}

.layer-intro .region-selector ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.layer-intro .region-selector li {
  position: relative;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  text-align: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.layer-intro .region-selector li a {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.layer-intro .region-selector li .name {
  display: inline-block;
  padding: 0.25em 0.65em 5px 0;
}

.layer-intro .region-selector li img {
  margin: 0.25em 0;
  padding: 2px;
  outline: 2px solid transparent;
}

.layer-intro .region-selector li .arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 10px;
}

@media (hover: hover) {
  .layer-intro .region-selector li a:hover img {
    outline: 2px solid #1f1f21;
  }
}

.layer-intro .region-selector li a.current img {
  outline: 2px solid #1f1f21;
}

.layer-intro .region-selector.active .arrow svg {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}

.layer-mobile-tips {
  position: fixed;
  z-index: 400;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
}

@media (min-width: 821px) {
  .layer-mobile-tips {
    display: none !important;
  }
}

.layer-mobile-tips .help-audio {
  position: absolute;
  top: 0;
  right: 0;
  width: 235px;
}

.layer-mobile-tips .help-camera {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 241px;
}

.layer-mobile-tips .help-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 187px;
}

.layer-mobile-tips .help-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  min-width: 236px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #000;
}

.layer-mobile-tips .help-button b, .layer-mobile-tips .help-button strong {
  font-size: 18px;
  font-weight: 700;
  /* bold */

  color: #fff;
}

.layer-mobile-tips .help-drag {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.layer-mobile-tips .help-drag svg {
  margin: 0 auto;
}

.layer-mobile-tips .help-drag h5 {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 18px;
}

.layer-mobile-tips .help-drag p {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond', sans-serif;

  font-size: 12px;
  font-weight: 400;
  /* regular */
}

.layer-mobile-tips .help-enter {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.layer-navigation {
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow: auto;
}

@media (max-width: 820px) {
  .layer-navigation {
    z-index: 1200;
  }
  .layer-navigation .content {
    padding: 24px 50px 24px 24px;
  }
}

@media (min-width: 821px) {
  .layer-navigation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .layer-navigation .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 90%;
    max-width: 1200px;
    padding-top: 50px;
  }
}

@media (min-width: 821px) and (min-width: 1500px) {
  .layer-navigation .content {
    width: 70%;
  }
}

.layer-navigation .column1 {
  position: relative;
  width: 45%;
  margin-right: 10%;
}

@media (max-width: 820px) {
  .layer-navigation .column1 {
    display: none;
  }
}

.layer-navigation .column2 {
  position: relative;
}

@media (min-width: 821px) {
  .layer-navigation .column2 {
    width: 50%;
  }
}

@media (min-width: 1500px) {
  .layer-navigation .column2 {
    width: 45%;
  }
}

@media (max-width: 820px) {
  .layer-navigation .column2 {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .layer-navigation .column2 .section1 {
    position: relative;
    box-sizing: border-box;
    padding-right: 15%;
    width: 45%;
  }
}

@media (max-width: 820px) and (max-width: 820px) {
  .layer-navigation .column2 .section1 {
    padding-top: 40px;
  }
  .layer-navigation .column2 .section1 .header {
    padding: 0;
  }
}

@media (max-width: 820px) {
  .layer-navigation .column2 .section1 h2 {
    font-size: 80px !important;
  }
  .layer-navigation .column2 .section1 ul {
    width: auto;
    margin: 0;
  }
  .layer-navigation .column2 .section2 {
    width: 50%;
  }
  .layer-navigation .column2 .section2 .gi-button {
    display: inline-block;
    min-width: 100% !important;
  }
}

.layer-navigation .header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 24px 0;
}

.layer-navigation .header h2 {

  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 80px;
  line-height: 1;
}

@media (min-width: 821px) and (max-height: 700px) {
  .layer-navigation .header h2 {
    font-size: 60px;
  }
}

@media (min-width: 821px) and (max-height: 600px) {
  .layer-navigation .header h2 {
    font-size: 18px;
  }
}

.layer-navigation .header p {
  font-size: 18px;

  display: none;
}

@media (min-width: 1400px) {
  .layer-navigation .header p {
    display: block;
  }
}

.layer-navigation .map {
  position: relative;
  display: block;
}

.layer-navigation .map svg {
  position: relative;
  width: 100%;
}

.layer-navigation .map .artwork-title {
  position: absolute;
  opacity: 0;
  font-size: 18px;

  color: #000;
  -webkit-transition: all 250ms linear 0ms;
  /* webkit mobile */
  transition: all 250ms linear 0ms;
}

.layer-navigation .map .artwork-title[data-id="1"] {
  top: 61.5%;
  left: 10%;
}

.layer-navigation .map .artwork-title[data-id="2"] {
  top: 43.75%;
  left: 10%;
}

.layer-navigation .map .artwork-title[data-id="3"] {
  top: 26%;
  left: 10%;
}

.layer-navigation .map .artwork-title[data-id="4"] {
  top: 61.5%;
  right: 10%;
}

.layer-navigation .map .artwork-title[data-id="5"] {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.layer-navigation .map .artwork-title[data-id="6"] {
  top: 26%;
  right: 10%;
}

.layer-navigation .map .artwork-title[data-id="7"] {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.layer-navigation .map .dot {
  cursor: pointer;
  -webkit-transition: color 250ms linear 0ms;
  /* webkit mobile */
  transition: color 250ms linear 0ms;
}

.layer-navigation .map .dot .outline,
.layer-navigation .map .dot .here {
  -webkit-transition: color 250ms linear 0ms;
  /* webkit mobile */
  transition: color 250ms linear 0ms;
  opacity: 0;
}

.layer-navigation .map .dot .outline {
  -webkit-transition: color 250ms linear 0ms;
  /* webkit mobile */
  transition: color 250ms linear 0ms;
}

.layer-navigation .map[data-current="0"] .dot0 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="1"] .dot1 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="2"] .dot2 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="3"] .dot3 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="4"] .dot4 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="5"] .dot5 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="6"] .dot6 .outline {
  opacity: 1;
}

.layer-navigation .map[data-current="7"] .dot7 .outline {
  opacity: 1;
}

.layer-navigation .map[data-highlight="0"] .dot0 .outline,
.layer-navigation .map[data-highlight="0"] .dot0 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="0"] .dot0 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="0"] .artwork-title[data-id="0"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="1"] .dot1 .outline,
.layer-navigation .map[data-highlight="1"] .dot1 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="1"] .dot1 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="1"] .artwork-title[data-id="1"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="2"] .dot2 .outline,
.layer-navigation .map[data-highlight="2"] .dot2 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="2"] .dot2 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="2"] .artwork-title[data-id="2"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="3"] .dot3 .outline,
.layer-navigation .map[data-highlight="3"] .dot3 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="3"] .dot3 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="3"] .artwork-title[data-id="3"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="4"] .dot4 .outline,
.layer-navigation .map[data-highlight="4"] .dot4 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="4"] .dot4 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="4"] .artwork-title[data-id="4"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="5"] .dot5 .outline,
.layer-navigation .map[data-highlight="5"] .dot5 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="5"] .dot5 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="5"] .artwork-title[data-id="5"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="6"] .dot6 .outline,
.layer-navigation .map[data-highlight="6"] .dot6 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="6"] .dot6 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="6"] .artwork-title[data-id="6"] {
  opacity: 1;
}

.layer-navigation .map[data-highlight="7"] .dot7 .outline,
.layer-navigation .map[data-highlight="7"] .dot7 .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .map[data-highlight="7"] .dot7 .here {
  opacity: 0 !important;
}

.layer-navigation .map[data-highlight="7"] .artwork-title[data-id="7"] {
  opacity: 1;
}

.layer-navigation .map .dot.hover .outline,
.layer-navigation .map .dot.hover .inner {
  fill: #f4c213;
  opacity: 1;
}

.layer-navigation .exhibits {
  position: relative;
  display: block;
}

@media (min-width: 821px) {
  .layer-navigation .exhibits {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.layer-navigation .exhibits ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
}

.layer-navigation .exhibits .exhibit-item {
  -webkit-transition: all 250ms linear 50ms;
  /* webkit mobile */
  transition: all 250ms linear 50ms;
  cursor: pointer;
  font-size: 26px;
  line-height: 1.16;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-navigation .exhibits .exhibit-item {
    font-size: calc((100vw  -  320px)  *  0.00625  -  -16px);
  }
}

@media (max-width: 320px) {
  .layer-navigation .exhibits .exhibit-item {
    font-size: 16px;
  }
}

.layer-navigation .exhibits[data-highlight="0"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="0"] .exhibit-item[data-id="0"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="1"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="1"] .exhibit-item[data-id="1"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="2"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="2"] .exhibit-item[data-id="2"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="3"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="3"] .exhibit-item[data-id="3"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="4"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="4"] .exhibit-item[data-id="4"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="5"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="5"] .exhibit-item[data-id="5"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="6"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="6"] .exhibit-item[data-id="6"] {
  color: #f4c213 !important;
}

.layer-navigation .exhibits[data-highlight="7"] .exhibit-item {
  color: #a8a8a8 !important;
}

#gamer_indentity_overlays .layer-navigation .exhibits[data-highlight="7"] .exhibit-item[data-id="7"] {
  color: #f4c213 !important;
}

.layer-navigation.highlighting-location .exhibit-item {
  color: #a8a8a8;
}

.layer-navigation.highlighting-location .exhibit-item:hover {
  -webkit-transition: all 250ms linear 0ms;
  /* webkit mobile */
  transition: all 250ms linear 0ms;
  color: #f4c213;
}

@media (min-width: 821px) {
  .layer-navigation .section2-research {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #1f1f21;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .layer-navigation .section2-research p {
    margin: 0;
    width: 45%;
  }
}

.layer-navigation .section2-contact {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #1f1f21;
}

@media (min-width: 821px) {
  .layer-navigation .section2-contact {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .layer-navigation .section2-contact p {
    margin: 0;
    width: 45%;
    line-height: 0.93;
  }
}

@media (min-width: 821px) and (min-width: 1400px) {
  .layer-navigation .section2-contact p:first-child {
    font-size: 26px;
  }
}

.layer-navigation-mobile {
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow: auto;
  z-index: 1200;
}

@media (max-width: 750px), (orientation: portrait) {
  .layer-navigation-mobile:after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    content: "";
  }
}

.layer-navigation-mobile .content {
  padding: 24px 50px 24px 24px;
}

.layer-navigation-mobile .column {
  position: relative;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media (orientation: portrait), (max-width: 750px) {
  .layer-navigation-mobile .column {
    flex-direction: column;
  }
  .layer-navigation-mobile .column .section1, .layer-navigation-mobile .column .section2 {
    width: auto !important;
  }
}

.layer-navigation-mobile .column .section1 {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 10% 5%;
}

@media (orientation: portrait), (max-width: 750px) {
  .layer-navigation-mobile .column .section1 {
    padding-top: 80px;
  }
}

.layer-navigation-mobile .column .section1 .header {
  padding: 0;
}

.layer-navigation-mobile .column .section1 h2 {
  font-size: 160px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-navigation-mobile .column .section1 h2 {
    font-size: calc((100vw  -  320px)  *  0.0625  -  -60px);
  }
}

@media (max-width: 320px) {
  .layer-navigation-mobile .column .section1 h2 {
    font-size: 60px;
  }
}

.layer-navigation-mobile .column .section1 ul {
  width: auto;
  margin: 0;
}

.layer-navigation-mobile .column .section2 {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 10% 5%;
}

.layer-navigation-mobile .column .section2 p {
  font-size: 36px;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-navigation-mobile .column .section2 p {
    font-size: calc((100vw  -  320px)  *  0.00875  -  -22px);
  }
}

@media (max-width: 320px) {
  .layer-navigation-mobile .column .section2 p {
    font-size: 22px;
  }
}

.layer-navigation-mobile .column .section2 .gi-button {
  display: inline-block;
  min-width: 100% !important;
}

.layer-navigation-mobile .exhibits {
  position: relative;
  display: block;
}

@media (min-width: 821px) {
  .layer-navigation-mobile .exhibits {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.layer-navigation-mobile .exhibits ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
}

.layer-navigation-mobile .exhibits .exhibit-item {
  -webkit-transition: all 250ms linear 50ms;
  /* webkit mobile */
  transition: all 250ms linear 50ms;
  font-size: 36px;
  line-height: 1.16;
}

@media (min-width: 320px) and (max-width: 1600px) {
  .layer-navigation-mobile .exhibits .exhibit-item {
    font-size: calc((100vw  -  320px)  *  0.00875  -  -22px);
  }
}

@media (max-width: 320px) {
  .layer-navigation-mobile .exhibits .exhibit-item {
    font-size: 22px;
  }
}

.layer-navigation-mobile .section2-contact {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #1f1f21;
}

@keyframes rotate-device {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.layer-rotate-device {
  position: fixed;
  z-index: 11000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #fff;

  text-align: center;
  display: none;
}

@media (orientation: portrait) and (min-width: 768px) {
  .layer-rotate-device {
    display: flex !important;
    left: 0 !important;
    opacity: 1 !important;
  }
}

.layer-rotate-device p {
  margin: 24px 0 0 0;
  max-width: 18em;
  text-align: center;
}

.layer-rotate-device .icon {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 370px;
  margin: 0 auto;
}

.layer-rotate-device .icon img {
  position: relative;
  display: block;
  width: 100%;
  animation-delay: 0.75s;
  animation-duration: 0.75s;
  animation-name: rotate-device;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow:hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}



.tinkerNode {
  display:block;
    width: 100vw;
    height: 100vh;
  overflow:hidden;
  margin:0;
}


.btn {
    transition: all .1s ease;
    position: relative;
    display: inline-block;
    margin: 1.5em 1.15em;
    padding: 0.5em 1.5em;
    border: 0;
    border-radius: 12px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    background-color: #6DD900;
}

.btn--nosound {
    background-color: #FF2626;
}

.btn:hover {
    color: white;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.35);
}

.hidden {
    display:none;
}


.loader-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.loader {
background: rgb(96,147,174);
background: linear-gradient(0deg, rgba(96,147,174,1) 0%, rgba(96,147,174,1) 0%, rgba(238,220,229,1) 100%);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    color:black;
}

#app {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 45px;
}

#percentage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:2;
  text-align: center;
  font-size: x-small;
  padding-top:14%;
  color:#F5E9F1;
  text-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
}

#container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#loaderBase {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #F5E9F1;
  border-right-color: #F5E9F1;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg)
}

@keyframes rotate {
  0% { border-width: 10px; }
  25% { border-width: 3px; }
  50% {
    transform: rotate(15deg);
    border-width: 10px;
  }
  75% { border-width: 3px;}
  100% { border-width: 10px;}
}


.soundButton {
    overflow: hidden;
    position: fixed;
    right: 1%;
    top: 1%;
    z-index: 100000;
    padding:1%;
    color:black;
    display: none;
    cursor:pointer;
}

.startButton {
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100000;
    padding:1%;
    color:black;
    background-color: #FFF;
    padding: 10px;
    cursor:pointer;
}

.textLayer {
    /*background: rgb(96,147,174);
    background: linear-gradient(0deg, rgba(96,147,174,0.5) 0%, rgba(96,147,174,0.5) 0%, rgba(238,220,229,0.5) 100%);
    */
    bottom: 3%;
    left: 3%;
    overflow: hidden;
    position: fixed;
    right: 3%;
    top: 3%;
    z-index: 100001;
    padding:3%;
    color:black;
    display: none;
}

.closeButton {
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    cursor:pointer;
    color:black;
    padding:3%;
    background-color: #FFF;
}

.returnButton {
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 110px;
    cursor:pointer;
    color:black;
    padding:3%;
    background-color: #FFF;
}

.infoButton {
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 200px;
    cursor:pointer;
    color:black;
    padding:3%;
    background-color: #FFF;
}

.crosshair {
  display: none;
  pointer-events: none;
  background-image: url("clientlibs/crosshair/crosshairsg.png");
  background-size: contain;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.content
{
	margin			: 0%!important;
	width			: auto;
}

.content .head
{
	font-family		: "Arima Madurai", times;
	font-size		: 3em;
	font-weight		: 300;
	color			: #333;
	padding-bottom	: 10px;
	border-bottom	: 1px solid #EEE;
	display			: inline-block;
	margin-bottom	: 10px;
}
.content p
{
	font-family		: "Roboto", times;
	font-size		: .9em;
	font-weight		: 300;
	color			: #666666;
}

.content .link
{
	width			: 90%;
	background-size	: cover;
	margin-top		: 0px;
	position		: relative;
	text-align		: left;
}
.content .link h1
{
	font-family		: "Cormorant Garamond", times;
	font-size		: 2em;
	font-weight		: 300;
	color			: rgb(232, 34, 45);
	text-decoration	: none;
	display			: block;
	border-bottom	: 1px solid #FFF;
	padding-bottom	: 5%;
	line-height		: 2.4em;
}


.content .image
{
	max-width		: 30%;
	min-width		: 30%;
	position		: absolute;
	right			: 0%;
	top				: 0;
	border			: 1px solid #FFF;
	box-shadow		: 0 0 20px rgba(0,0,0, .4);
	display			: block;
	vertical-align	: bottom;
	z-index			: 4;
}
.content .image img
{
	width			: 100%;
	height			: auto;
	display			: block;
}
