/*!
 * OTK v1.2.23 (http://docs.x.origin.com)
 * Copyright 2011-2016 Electronic Arts Inc.
 * Licensed under MIT ()
 */
@-webkit-keyframes otkslidefromleft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes otkslidefromleft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes otkslidefromleft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes otkshake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes otkshake {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -moz-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes otkshake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(3px, 0, 0);
  }
  75% {
    transform: translate3d(-3px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes otkpop {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes otkpop {
  0% {
    -moz-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  50% {
    -moz-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes otkpop {
  0% {
    transform: scale3d(0.7, 0.7, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes otkpopin {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes otkpopin {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  80% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes otkpopin {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale3d(0.5, 0.5, 1);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes otkgrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes otkgrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes otkgrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale3d(0.7, 0.7, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes otkprogressslide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(1700%, 0, 0);
    transform: translate3d(1700%, 0, 0);
  }
}
@-moz-keyframes otkprogressslide {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(1700%, 0, 0);
    transform: translate3d(1700%, 0, 0);
  }
}
@keyframes otkprogressslide {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(1700%, 0, 0);
  }
}
@-webkit-keyframes otkrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes otkrotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes otkrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes otkmodalenter {
  0% {
    -webkit-transform: translateY(100%) translateX(0);
    transform: translateY(100%) translateX(0);
  }
  7.61% {
    -webkit-transform: translateY(46.374%) translateX(0);
    transform: translateY(46.374%) translateX(0);
  }
  11.41% {
    -webkit-transform: translateY(26.237%) translateX(0);
    transform: translateY(26.237%) translateX(0);
  }
  15.12% {
    -webkit-transform: translateY(11.867%) translateX(0);
    transform: translateY(11.867%) translateX(0);
  }
  18.92% {
    -webkit-transform: translateY(2.014%) translateX(0);
    transform: translateY(2.014%) translateX(0);
  }
  22.72% {
    -webkit-transform: translateY(-3.774%) translateX(0);
    transform: translateY(-3.774%) translateX(0);
  }
  30.23% {
    -webkit-transform: translateY(-7.234%) translateX(0);
    transform: translateY(-7.234%) translateX(0);
  }
  50.25% {
    -webkit-transform: translateY(-1.521%) translateX(0);
    transform: translateY(-1.521%) translateX(0);
  }
  70.27% {
    -webkit-transform: translateY(0.346%) translateX(0);
    transform: translateY(0.346%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-moz-keyframes otkmodalenter {
  0% {
    -moz-transform: translateY(100%) translateX(0);
    transform: translateY(100%) translateX(0);
  }
  7.61% {
    -moz-transform: translateY(46.374%) translateX(0);
    transform: translateY(46.374%) translateX(0);
  }
  11.41% {
    -moz-transform: translateY(26.237%) translateX(0);
    transform: translateY(26.237%) translateX(0);
  }
  15.12% {
    -moz-transform: translateY(11.867%) translateX(0);
    transform: translateY(11.867%) translateX(0);
  }
  18.92% {
    -webkit-transform: translateY(2.014%) translateX(0);
    transform: translateY(2.014%) translateX(0);
  }
  22.72% {
    -moz-transform: translateY(-3.774%) translateX(0);
    transform: translateY(-3.774%) translateX(0);
  }
  30.23% {
    -moz-transform: translateY(-7.234%) translateX(0);
    transform: translateY(-7.234%) translateX(0);
  }
  50.25% {
    -moz-transform: translateY(-1.521%) translateX(0);
    transform: translateY(-1.521%) translateX(0);
  }
  70.27% {
    -moz-transform: translateY(0.346%) translateX(0);
    transform: translateY(0.346%) translateX(0);
  }
  100% {
    -moz-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes otkmodalenter {
  0% {
    transform: translateY(100%) translateX(0);
  }
  7.61% {
    transform: translateY(46.374%) translateX(0);
  }
  11.41% {
    transform: translateY(26.237%) translateX(0);
  }
  15.12% {
    transform: translateY(11.867%) translateX(0);
  }
  18.92% {
    transform: translateY(2.014%) translateX(0);
  }
  22.72% {
    transform: translateY(-3.774%) translateX(0);
  }
  30.23% {
    transform: translateY(-7.234%) translateX(0);
  }
  50.25% {
    transform: translateY(-1.521%) translateX(0);
  }
  70.27% {
    transform: translateY(0.346%) translateX(0);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes otkmodalexit {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(100%) translateX(0);
    transform: translateY(100%) translateX(0);
  }
}
@-moz-keyframes otkmodalexit {
  0% {
    -moz-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -moz-transform: translateY(100%) translateX(0);
    transform: translateY(100%) translateX(0);
  }
}
@keyframes otkmodalexit {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(100%) translateX(0);
  }
}
@font-face {
  font-family: "origin";
  src: url("./fonts/origin.eot");
  src: url("./fonts/origin.eot?#iefix") format("embedded-opentype"),
    url("./fonts/origin.woff") format("woff"),
    url("./fonts/origin.ttf") format("ttf"),
    url("./fonts/origin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.otkicon {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
}
.otkicon:before {
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.otkicon-btn {
  font-size: 32px;
}
.otkicon-capslock:before {
  content: "\e90c";
}
.otkicon-remove:before {
  content: "\e90b";
}
.otkicon-downgrade:before {
  content: "\e908";
}
.otkicon-uninstall:before {
  content: "\e909";
}
.otkicon-uninstall-and-remove:before {
  content: "\e90a";
}
.otkicon-productcode:before {
  content: "\e905";
}
.otkicon-mouse:before {
  content: "\e906";
}
.otkicon-youtube-glyph:before {
  content: "\e907";
}
.otkicon-speakerwithlevels:before {
  content: "\e904";
}
.otkicon-gps:before {
  content: "\e900";
}
.otkicon-email:before {
  content: "\e901";
}
.otkicon-picture:before {
  content: "\e902";
}
.otkicon-camera:before {
  content: "\e903";
}
.otkicon-dock:before {
  content: "\e666";
}
.otkicon-language:before {
  content: "\e64d";
}
.otkicon-newrelease:before {
  content: "\e64e";
}
.otkicon-video:before {
  content: "\e64f";
}
.otkicon-preorder:before {
  content: "\e650";
}
.otkicon-earlyaccess:before {
  content: "\e651";
}
.otkicon-expiring:before {
  content: "\e652";
}
.otkicon-expired:before {
  content: "\e653";
}
.otkicon-coop:before {
  content: "\e654";
}
.otkicon-ggg:before {
  content: "\e655";
}
.otkicon-progressiveinstall:before {
  content: "\e656";
}
.otkicon-twitch:before {
  content: "\e657";
}
.otkicon-gametime:before {
  content: "\e658";
}
.otkicon-offlinemode:before {
  content: "\e659";
}
.otkicon-modding:before {
  content: "\e65a";
}
.otkicon-leaderboard:before {
  content: "\e65b";
}
.otkicon-app:before {
  content: "\e65c";
}
.otkicon-splitscreen:before {
  content: "\e65d";
}
.otkicon-dolby:before {
  content: "\e65e";
}
.otkicon-thirdperson:before {
  content: "\e65f";
}
.otkicon-touch:before {
  content: "\e660";
}
.otkicon-crossplatform:before {
  content: "\e661";
}
.otkicon-4k:before {
  content: "\e662";
}
.otkicon-directx:before {
  content: "\e663";
}
.otkicon-firstperson:before {
  content: "\e664";
}
.otkicon-challenge:before {
  content: "\e665";
}
.otkicon-play-with-circle:before {
  content: "\e64c";
}
.otkicon-warning-no-circle:before {
  content: "\e64b";
}
.otkicon-maximize:before {
  content: "\e64a";
}
.otkicon-multiplayer:before {
  content: "\e649";
}
.otkicon-help:before {
  content: "\e643";
}
.otkicon-info:before {
  content: "\e644";
}
.otkicon-new:before {
  content: "\e645";
}
.otkicon-filter:before {
  content: "\e646";
}
.otkicon-timer:before {
  content: "\e647";
}
.otkicon-article:before {
  content: "\e648";
}
.otkicon-sortup:before {
  content: "\e632";
}
.otkicon-sortdown:before {
  content: "\e642";
}
.otkicon-lockclosed:before {
  content: "\e633";
}
.otkicon-lockopen:before {
  content: "\e634";
}
.otkicon-origintext:before {
  content: "\e635";
}
.otkicon-pin:before {
  content: "\e63a";
}
.otkicon-battery:before {
  content: "\e63b";
}
.otkicon-batterycharged:before {
  content: "\e63c";
}
.otkicon-incomingcall:before {
  content: "\e641";
}
.otkicon-speakermuted:before {
  content: "\e63f";
}
.otkicon-speakinglevels:before {
  content: "\e640";
}
.otkicon-broadcasting:before {
  content: "\e63d";
}
.otkicon-speaker:before {
  content: "\e63e";
}
.otkicon-accesstext:before {
  content: "\e638";
}
.otkicon-youtube:before {
  content: "\e639";
}
.otkicon-settings:before {
  content: "\e60a";
}
.otkicon-close:before {
  content: "\e609";
  padding-top: 8px;
  padding-right: 8px;
}
.otkicon-rightarrow:before {
  content: "\e62a";
}
.otkicon-leftarrow:before {
  content: "\e62b";
}
.otkicon-add:before {
  content: "\e60f";
}
.otkicon-search:before {
  content: "\e601";
}
.otkicon-originlogo:before {
  content: "\e604";
}
.otkicon-facebook:before {
  content: "\e627";
}
.otkicon-refresh:before {
  content: "\e628";
}
.otkicon-downarrow:before {
  content: "\e607";
}
.otkicon-menu:before {
  content: "\e600";
}
.otkicon-twitter:before {
  content: "\e626";
}
.otkicon-checkcircle:before {
  content: "\e60b";
}
.otkicon-check:before {
  content: "\e624";
  padding-top: 8px;
  padding-right: 8px;
}
.otkicon-home:before {
  content: "\e617";
}
.otkicon-store:before {
  content: "\e618";
}
.otkicon-gamelibrary:before {
  content: "\e619";
}
.otkicon-profile:before {
  content: "\e606";
}
.otkicon-download:before {
  content: "\e61c";
}
.otkicon-downloadnegative:before {
  content: "\e613";
}
.otkicon-person:before {
  content: "\e606";
}
.otkicon-leftarrowcircle:before {
  content: "\e605";
}
.otkicon-rightarrowcircle:before {
  content: "\e603";
}
.otkicon-expandarrow:before {
  content: "\e622";
}
.otkicon-addcontact:before {
  content: "\e620";
}
.otkicon-bar:before {
  content: "\e621";
}
.otkicon-trophy:before {
  content: "\e61b";
}
.otkicon-pause:before {
  content: "\e625";
}
.otkicon-microphone:before {
  content: "\e629";
}
.otkicon-chatbubble:before {
  content: "\e602";
}
.otkicon-closecircle:before {
  content: "\e610";
}
.otkicon-play:before {
  content: "\e608";
}
.otkicon-pausecircle:before {
  content: "\e612";
}
.otkicon-join:before {
  content: "\e623";
}
.otkicon-dlc:before {
  content: "\e61f";
}
.otkicon-windows:before {
  content: "\e61d";
}
.otkicon-apple:before {
  content: "\e61e";
}
.otkicon-key:before {
  content: "\e61a";
}
.otkicon-save:before {
  content: "\e615";
}
.otkicon-cloud:before {
  content: "\e616";
}
.otkicon-star:before {
  content: "\e614";
}
.otkicon-warning:before {
  content: "\e611";
}
.otkicon-controller:before {
  content: "\e60d";
}
.otkicon-access:before {
  content: "\e60c";
}
.otkicon-sort:before {
  content: "\e62c";
}
.otkicon-callactive:before {
  content: "\e630";
}
.otkicon-callinactive:before {
  content: "\e631";
}
.otkicon-addgroup:before {
  content: "\e636";
}
.otkicon-mute:before {
  content: "\e637";
}
.otkicon-learnmore:before {
  content: "\e62f";
}
.otkicon-offlineleft:before {
  content: "\e62d";
}
.otkicon-offlineright:before {
  content: "\e62e";
}
.otktitle-page,
.otktitle-hero {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  margin: 0 0 18px 0;
}
.otktitle-2,
.otktitle-3,
.otktitle-4,
.otktitle-5,
.otktitle-6 {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.otktitle-2,
.otktitle-3,
.otktitle-4 {
  font-weight: bold;
}
.otktitle-3 > strong,
.otktitle-3-strong,
.otktitle-4 > strong,
.otktitle-4-strong,
.otktitle-5,
.otktitle-6 {
  font-weight: 400;
}
.otktitle-2 {
  font-size: 24px;
  line-height: 30px;
}
.otktitle-3 {
  font-size: 18px;
  line-height: 24px;
}
.otktitle-4 {
  font-size: 14px;
  line-height: 18px;
}
.otktitle-5 {
  font-size: 11px;
  line-height: 16px;
}
.otktitle-5-caps {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.otktitle-6 {
  font-size: 9px;
  line-height: 12px;
}
.otktitle-6-caps {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.otkprice,
.otkprice-free {
  color: #f56c2d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.otkprice-original,
.otkprice-sale {
  font-size: 14px;
  line-height: 18px;
}
.otkprice-free,
.otkprice-sale {
  color: #04bd68;
}
.otkprice-original {
  color: #787d85;
  text-decoration: line-through;
}
.otk {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.otkc {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 6px;
}
.otkc > strong {
  font-weight: 400;
}
.otkc-small {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 0;
}
.otkc-small > strong {
  font-weight: 600;
}
.otka {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #2ac4f5;
  font-weight: 400;
  text-decoration: none;
}
.otka:hover {
  text-decoration: none;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    #2ac4f5 50%
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    #2ac4f5 50%
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #2ac4f5 50%);
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    #2ac4f5 50%
  );
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 18px;
}
.otka-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
  cursor: default;
}
body:lang(ko).otk,
html:lang(ko).otk,
body:lang(ko) .otk,
html:lang(ko) .otk,
body:lang(ko) .otkc,
html:lang(ko) .otkc,
body:lang(ko) .otka,
html:lang(ko) .otka,
body:lang(ko) .otktitle-page,
html:lang(ko) .otktitle-page,
body:lang(ko) .otktitle-hero,
html:lang(ko) .otktitle-hero,
body:lang(ko) .otktitle-2,
html:lang(ko) .otktitle-2,
body:lang(ko) .otktitle-3,
html:lang(ko) .otktitle-3,
body:lang(ko) .otktitle-4,
html:lang(ko) .otktitle-4,
body:lang(ko) .otktitle-5,
html:lang(ko) .otktitle-5,
body:lang(ko) .otktitle-6,
html:lang(ko) .otktitle-6 {
  font-family: "Malgun Gothic";
}
body:lang(th).otk,
html:lang(th).otk,
body:lang(th) .otk,
html:lang(th) .otk,
body:lang(th) .otkc,
html:lang(th) .otkc,
body:lang(th) .otka,
html:lang(th) .otka,
body:lang(th) .otktitle-page,
html:lang(th) .otktitle-page,
body:lang(th) .otktitle-hero,
html:lang(th) .otktitle-hero,
body:lang(th) .otktitle-2,
html:lang(th) .otktitle-2,
body:lang(th) .otktitle-3,
html:lang(th) .otktitle-3,
body:lang(th) .otktitle-4,
html:lang(th) .otktitle-4,
body:lang(th) .otktitle-5,
html:lang(th) .otktitle-5,
body:lang(th) .otktitle-6,
html:lang(th) .otktitle-6 {
  font-family: "Tahoma";
}
body:lang(zh).otk,
html:lang(zh).otk,
body:lang(zh) .otk,
html:lang(zh) .otk,
body:lang(zh) .otkc,
html:lang(zh) .otkc,
body:lang(zh) .otka,
html:lang(zh) .otka,
body:lang(zh) .otktitle-page,
html:lang(zh) .otktitle-page,
body:lang(zh) .otktitle-hero,
html:lang(zh) .otktitle-hero,
body:lang(zh) .otktitle-2,
html:lang(zh) .otktitle-2,
body:lang(zh) .otktitle-3,
html:lang(zh) .otktitle-3,
body:lang(zh) .otktitle-4,
html:lang(zh) .otktitle-4,
body:lang(zh) .otktitle-5,
html:lang(zh) .otktitle-5,
body:lang(zh) .otktitle-6,
html:lang(zh) .otktitle-6 {
  font-family: "Microsoft JhengHei";
}
body:lang(ja).otk,
html:lang(ja).otk,
body:lang(ja) .otk,
html:lang(ja) .otk,
body:lang(ja) .otkc,
html:lang(ja) .otkc,
body:lang(ja) .otka,
html:lang(ja) .otka,
body:lang(ja) .otktitle-page,
html:lang(ja) .otktitle-page,
body:lang(ja) .otktitle-hero,
html:lang(ja) .otktitle-hero,
body:lang(ja) .otktitle-2,
html:lang(ja) .otktitle-2,
body:lang(ja) .otktitle-3,
html:lang(ja) .otktitle-3,
body:lang(ja) .otktitle-4,
html:lang(ja) .otktitle-4,
body:lang(ja) .otktitle-5,
html:lang(ja) .otktitle-5,
body:lang(ja) .otktitle-6,
html:lang(ja) .otktitle-6 {
  font-family: "Meiryo UI";
}
.otkinput,
.otktextarea {
  position: relative;
}
.otkinput > input,
.otktextarea > textarea {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  color: #141b20;
  background: #fff;
  outline: 0;
  border: 1px solid #c3c6ce;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otkinput > input::-moz-placeholder,
.otktextarea > textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #787d85;
  font-weight: 300;
  opacity: 1;
}
.otkinput > input:-ms-input-placeholder,
.otktextarea > textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #787d85;
  font-weight: 300;
}
.otkinput > input::-webkit-input-placeholder,
.otktextarea > textarea::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #787d85;
  font-weight: 300;
}
.otkinput > input:focus,
.otktextarea > textarea:focus {
  border: 1px solid #f56c2d;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0 1px 0 #f56c2d;
  box-shadow: 0 0 1px 0 #f56c2d;
}
.otkinput > input {
  height: 45px;
  padding: 0 10px;
}
.otkinput > input::-webkit-calendar-picker-indicator {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.otktextarea > textarea {
  padding: 10px;
  min-height: 150px;
  resize: none;
}
.otkinput-filter > input {
  height: 38px;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 40px;
}
.otkinput-label,
.otktextarea-label {
  display: block;
  margin-bottom: 5px;
}
.otkinput-isvalid:after,
.otkinput-iserror:after,
.otktextarea-isvalid:after,
.otktextarea-iserror:after {
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  right: -12px;
  bottom: 10px;
  z-index: 0;
}
.otkinput-isvalid:after,
.otktextarea-isvalid:after {
  content: "\e624";
  color: #fff;
  background-color: #04bd68;
  border-radius: 50%;
  -webkit-animation: otkslidefromleft 0.4s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: otkslidefromleft 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.otkinput-iserror:after,
.otktextarea-iserror:after {
  content: "\e64b";
  color: #fff;
  background-color: #df3d00;
  border-radius: 50%;
  -webkit-animation: otkshake 0.15s linear 0s 2;
  animation: otkshake 0.15s linear 0s 2;
}
.otkinput-iserror > input,
.otktextarea-iserror > textarea {
  background: #ffebe4;
  border: 2px solid #df3d00;
}
.otkinput-isvalid > input,
.otktextarea-isvalid > textarea {
  border: 2px solid #04bd68;
}
.otkinput-errormsg,
.otktextarea-errormsg {
  color: #df3d00;
  -webkit-animation: otkslidefromleft 0.4s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: otkslidefromleft 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.otkinput-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  color: #c3c6ce;
  font-size: 24px;
}
.otkinput-icon ~ input,
.otkinput-icon ~ select,
.otkinput-icon ~ .otkselect-label {
  padding-left: 40px;
}
.otkinput-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  z-index: 2;
  color: #787d85;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-animation: otkpopin 0.6s cubic-bezier(0.03, 1, 0.2, 1) 1;
  animation: otkpopin 0.6s cubic-bezier(0.03, 1, 0.2, 1) 1;
}
.otkinput-clear ~ input {
  padding-right: 30px;
}
.otkinput-clear:hover {
  color: #1e262c;
}
.otkcheckbox > input,
.otkradio > input {
  display: none;
  cursor: pointer;
}
.otkcheckbox > label,
.otkradio > label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: inherit;
  cursor: pointer;
  line-height: 24px;
  vertical-align: middle;
  white-space: normal;
}
.otkradioSVG > label {
  display: flex;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: -5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: inherit;
  cursor: pointer;
  line-height: 24px;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  height: 64px;
  background: #141724;
  border: 2px solid #908e97;
  border-radius: 12px;
  padding: 16px;
}
.otkradioSVG > input[type="radio"]:hover ~ label {
  border-color: #d1d0d5;
}
.otkradioSVG > input[type="radio"]:focus ~ label {
  border-color: #fff;
}
.otkradioSVG > input[type="radio"]:checked ~ label {
  border-color: #276afc;
}
.otkradioSVG > input[type="radio"]:checked:hover ~ label {
  border-color: #3d79fc;
}
.otkradioSVG > input[type="radio"] {
  height: 0;
  -webkit-appearance: none;
}
.otkradioSVG > label > svg {
  margin-right: 12px;
  margin-top: -3px;
}
.otkradioSVG > label.email > svg {
  margin-right: 15px;
  margin-top: 2px;
  margin-left: 2px;
}
.otkcheckbox > label:before,
.otkradio > label:before,
.otkcheckbox > label:after,
.otkradio > label:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otkcheckbox > label:before,
.otkradio > label:before {
  border: 1px solid #c3c6ce;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.otkcheckbox > label:before {
  border-radius: 3px;
}
.otkradio > label:before {
  border-radius: 50%;
}
.otkcheckbox > label:hover:before,
.otkradio > label:hover:before {
  border: 1px solid #f56c2d;
}
.otkcheckbox > input:checked + label:before,
.otkradio > input:checked + label:before {
  border: 1px solid #f56c2d;
  background: #f56c2d;
}
.otkcheckbox > input:checked + label:after {
  content: "\e624";
  display: block;
  left: -5px;
  color: #fff;
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  text-align: center;
  -webkit-animation: otkgrow 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: otkgrow 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #1b4ab0;
  border: 2px solid #276afc;
  box-sizing: border-box;
  border-radius: 4px;
}
.otkradio > input:checked + label:after {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: otkgrow 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: otkgrow 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.otkcheckbox > input[disabled] + label,
.otkradio > input[disabled] + label {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.otkselect {
  position: relative;
  display: block;
  font-weight: 200;
  background: #fff;
  overflow: visible;
  cursor: pointer;
  border-radius: 5px;
}
.otkselect:after {
  content: "\e607";
  position: absolute;
  display: block;
  top: 5px;
  right: 38px;
  width: 0;
  height: 0;
  color: #1e262c;
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  z-index: 1;
}
.otkselect,
.otkselect-label,
.otkselect > select {
  width: 100%;
  height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otkselect-label,
.otkselect > select {
  position: absolute;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #141b20;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
}
.otkselect-label {
  overflow: hidden;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: no-wrap;
  border: 1px solid #c3c6ce;
}
.otkselect > select {
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  opacity: 0;
}
.otkselect > select:focus + .otkselect-label {
  border: 1px solid #f56c2d;
  -webkit-box-shadow: 0 0 1px 0 #f56c2d;
  box-shadow: 0 0 1px 0 #f56c2d;
}
.otkselect .otkinput-icon {
  z-index: 0;
}
.otkinput-grouped > input,
.otktextarea-grouped > textarea,
.otkselect-grouped {
  border-radius: 0;
}
.otkinput-grouped_radius > input {
  border-radius: 4px;
  margin-bottom: -1px;
}
.otkselect-grouped .otkselect-label,
.otkselect-grouped > select {
  border-radius: 0;
}
.otkinput-grouped:first-child > input,
.otktextarea-grouped:first-child > textarea,
.otkselect-grouped:first-child .otkselect-label,
.otkselect-grouped:first-child > select {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.otkselect-grouped:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.otkinput-grouped:last-child > input,
.otktextarea-grouped:last-child > textarea,
.otkselect-grouped:last-child .otkselect-label,
.otkselect-grouped:last-child > select {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.otkselect-grouped:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.otkbtn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 12px 0;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.otkbtn:not(.disabled):active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
@media screen and (max-width: 600px) {
  .otkbtn {
    max-width: none;
  }
}
.otkbtn-primary {
  color: #fff;
  background: #f56c2d;
  border: 1px solid #f56c2d;
}
.otkbtn-primary:hover {
  background: #c85e36;
  border: 1px solid #c85e36;
}
.otkbtn-light {
  color: #141b20;
  border: 1px solid #c3c6ce;
  background: #edf1f2;
}
.otkbtn-light:hover {
  background: #c3c6ce;
}
.otkbtn-dark {
  color: #fff;
  background: #1e262c;
  border: 1px solid #1e262c;
}
.otkbtn-dark:hover {
  background: #787d85;
  border: 1px solid #787d85;
}
.otkbtn-transparent {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.otkbtn-transparent:hover {
  background: #141b20;
  background: rgba(20, 27, 32, 0.1);
}
.otkbtn-nux {
  color: #fff;
  background: #05a68a;
  border: 1px solid #05a68a;
}
.otkbtn-nux:hover {
  background: #09937c;
}
.otkbtn-externallink:after {
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62f";
  position: relative;
  top: 3px;
  left: 2px;
  font-size: 24px;
}
.otkbtn-wrap {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.otkbtn-wrap > .otkicon {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  margin-left: -32px;
  font-size: 32px;
}
.otkbtn[disabled],
.otkbtn-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
  cursor: default;
}
.otkbtn-icon {
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  padding: 5px 10px;
  width: auto;
}
.otkbtngroup {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.otkbtn-grouped {
  border-radius: 0;
  margin-bottom: -1px;
  color: #c3c6ce;
  border-color: #c3c6ce;
  background: transparent;
}
.otkbtn-grouped:hover {
  position: relative;
  color: #fff;
  border-color: #fff;
  background: #141b20;
  background: rgba(20, 27, 32, 0.1);
}
.otkbtn-grouped.otkbtn-selected,
.otkbtn-grouped.otkbtn-selected:hover {
  position: relative;
  color: #f56c2d;
  border-color: #f56c2d;
  background: transparent;
}
.otkbtngroup-item:first-child > .otkbtn-grouped {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.otkbtngroup-item:last-child > .otkbtn-grouped {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.otkbtn-command {
  position: relative;
  min-width: 100%;
  padding: 25px 20px;
  border-radius: 6px;
  border: 1px solid #c3c6ce;
  background: #edf1f2;
  background: rgba(237, 241, 242, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otkbtn-command:hover {
  border: 1px solid #f56c2d;
  -webkit-box-shadow: 0 0 1px 0 #f56c2d;
  box-shadow: 0 0 1px 0 #f56c2d;
}
.otkbtn-command .otkbtn-command-icon {
  display: table-cell;
  font-size: 48px;
  vertical-align: middle;
  padding-right: 26px;
}
.otkbtn-command-info {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.otkbtn-command-info > .otkc {
  margin-top: 0;
}
.otkbtn-command-info > .otkc:last-child {
  margin-bottom: 0;
}
.otkdropdown {
  display: inline-block;
  position: relative;
}
.otkdropdown-label {
  color: #787d85;
}
.otkdropdown-trigger {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otkdropdown-trigger:hover,
.otkdropdown-trigger:focus {
  text-decoration: none;
}
.otkdropdown-trigger:focus {
  outline: 0;
}
.otkdropdown-trigger-caret:after {
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  position: relative;
  display: inline-block;
  top: 9px;
  margin-top: -3px;
  margin-left: -4px;
  font-size: 30px;
  text-indent: 0;
}
.otkdropdown-wrap {
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 50%;
  width: 200px;
  margin-top: 7px;
  margin-left: -100px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #c3c6ce;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(30, 38, 44, 0.2);
  box-shadow: 0 0 4px 0 rgba(30, 38, 44, 0.2);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  background-clip: padding-box;
}
.otkdropdown-wrap:after,
.otkdropdown-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
}
.otkdropdown-wrap:after {
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.otkdropdown-wrap:before {
  top: -8px;
  margin-left: -1px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c3c6ce;
}
.otkdropdown-wrap-arrowbottom {
  top: auto;
  bottom: 100%;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.otkdropdown-wrap-arrowbottom:after,
.otkdropdown-wrap-arrowbottom:before {
  top: auto;
}
.otkdropdown-wrap-arrowbottom:after {
  bottom: -7px;
  border-top: 7px solid #fff;
  border-bottom: 0;
}
.otkdropdown-wrap-arrowbottom:before {
  bottom: -8px;
  border-top: 8px solid #c3c6ce;
  border-bottom: 0;
}
.otkdropdown-wrap-arrowleft {
  left: 0;
  margin-left: 0;
}
.otkdropdown-wrap-arrowleft:after,
.otkdropdown-wrap-arrowleft:before {
  left: 15px;
}
.otkdropdown-wrap-arrowright {
  left: auto;
  right: 0;
  margin-left: 0;
}
.otkdropdown-wrap-arrowright:after,
.otkdropdown-wrap-arrowright:before {
  left: auto;
  right: 15px;
}
.otkdropdown-wrap-noarrow {
  margin-top: 0;
}
.otkdropdown-wrap-noarrow:after,
.otkdropdown-wrap-noarrow:before {
  display: none;
}
.otkdropdown-wrap-alignleft {
  left: 0;
  margin-left: 0;
}
.otkdropdown-wrap-alignright {
  left: auto;
  right: 0;
  margin-left: 0;
}
.otkdropdown-isvisible {
  visibility: visible;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  opacity: 1;
}
.otkdropdown-isvisible.otkdropdown-wrap-arrowbottom {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.otkdropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 90;
}
.otkcontextmenu-wrap {
  position: absolute;
  visibility: hidden;
  width: 180px;
  background: #fff;
  background: rgba(255, 255, 255, 0.96);
  z-index: 1000;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.03, 1, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.03, 1, 0.2, 1);
  -webkit-box-shadow: 0 0 8px 0 rgba(20, 27, 32, 0.03);
  box-shadow: 0 0 8px 0 rgba(20, 27, 32, 0.03);
}
.otkcontextmenu-isvisible {
  visibility: visible;
  opacity: 1;
}
.otkmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otkmenu > li {
  margin: 0;
}
.otkmenu-dropdown > li > a {
  display: block;
  width: 100%;
  padding: 13px 15px;
  text-decoration: none;
  color: #1e262c;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otkmenu-dropdown > li > a:hover,
.otkmenu-dropdown > li > a:focus {
  background: #edf1f2;
  outline: 0;
  text-decoration: none;
}
.otkmenu-dropdown > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.otkmenu-dropdown > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.otkmenu-dropdown > .otkmenu-item-active > a,
.otkmenu-dropdown > .otkmenu-item-active > a:hover,
.otkmenu-dropdown > .otkmenu-item-active > a:focus {
  background: #f56c2d;
  color: #fff;
  outline: 0;
}
.otkmenu-context > li {
  position: relative;
}
.otkmenu-context > li > a {
  display: block;
  font-size: 12px;
  padding: 6px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1e262c;
}
.otkmenu-context > li > a:hover,
.otkmenu-context > li > a:focus {
  background: #c3c6ce;
  background: rgba(195, 198, 206, 0.5);
  text-decoration: none;
  outline: 0;
}
.otkmenu-context > li:first-child > a {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.otkmenu-context > li:last-child > a {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.otkmenu-context > .otkmenu-item-disabled {
  pointer-events: none;
}
.otkmenu-context > .otkmenu-item-disabled > a {
  cursor: disabled;
  opacity: 0.5;
}
.otkmenu-context > .otkmenu-item-disabled > a:hover,
.otkmenu-context > .otkmenu-item-disabled > a:focus {
  background: transparent;
}
.otkmenu-context-divider {
  height: 1px;
  padding: 0;
  margin: 6px 0;
  border-bottom: 1px solid #c3c6ce;
  border-bottom: 1px solid rgba(195, 198, 206, 0.5);
}
.otkpresence {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.otkpresence-online {
  background: #04bd68;
}
.otkpresence-ingame {
  background: #2ac4f5;
}
.otkpresence-offline {
  background: #c3c6ce;
}
.otkpresence-broadcasting {
  background: #6441a5;
}
.otkpresence-away {
  background: #df3d00;
}
.otkpresence-invisible {
  border: 1px solid #c3c6ce;
}
.otknav {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.otknav > li > a {
  position: relative;
  text-decoration: none;
  outline: 0;
}
.otknav-pills {
  position: relative;
  border-bottom: 1px solid #c3c6ce;
}
.otknav-pills:before,
.otknav-pills:after {
  content: " ";
  display: table;
}
.otknav-pills:after {
  clear: both;
}
.otknav-pills > li {
  float: left;
  position: relative;
  margin-right: 36px;
}
.otknav-pills-light {
  border-bottom: 1px solid #22313c;
}
.otknav-pills-light > li {
  margin-right: 30px;
}
.otkpill > a {
  display: inline-block;
  padding: 21px 0;
  color: #787d85;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otkpill > a:hover {
  color: #141b20;
}
.otkpill-light > a {
  display: inline-block;
  padding: 36px 0 18px 0;
  color: #c3c6ce;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
  margin-left: 15px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otkpill-light > a:hover {
  color: #fff;
}
.otkpill-active > a {
  color: #1e262c;
}
.otkpill-active.otkpill-light > a {
  color: #fff;
}
.otknav-pills-bar {
  position: relative;
  margin-top: -3px;
  display: block;
  height: 3px;
  background: #f56c2d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otknav-pills-bar-issticky {
  position: absolute;
  z-index: 1000;
}
.otknav-pills-bar-isstuck {
  position: fixed;
}
.otknavbar-issticky {
  position: absolute;
  z-index: 1000;
}
.otknavbar-isstuck {
  position: fixed;
}
.otknav-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.otktab {
  position: relative;
  display: table-cell;
}
.otktab > a {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otknav-tabs-dark > .otktab {
  background: #c3c6ce;
  background: rgba(195, 198, 206, 0.2);
  border-left: 1px solid #c3c6ce;
  border-bottom: 1px solid #c3c6ce;
}
.otknav-tabs-dark > .otktab > a {
  padding: 12px 26px;
  color: #787d85;
  opacity: 0.5;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.otknav-tabs-dark > .otktab:first-child {
  border-left: none;
}
.otknav-tabs-dark > .otktab-active {
  background: #edf1f2;
  border-bottom: 0;
}
.otknav-tabs-dark > .otktab-active > a {
  color: #1e262c;
  opacity: 1;
}
.otknav-tabs-dark > .otktab-overflow {
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otknav-tabs-dark > .otktab-overflow > a {
  color: #787d85;
  opacity: 1;
  padding: 0;
  text-indent: 1em;
}
.otknav-tabs-light > .otktab > a {
  padding: 18px 12px;
  margin-left: 3px;
  background: #edf1f2;
  color: #c3c6ce;
}
.otknav-tabs-light > .otktab > a:hover {
  color: #1e262c;
  background: #c3c6ce;
}
.otknav-tabs-light > .otktab:first-child > a {
  margin-left: 0;
}
.otknav-tabs-light > .otktab-active > a,
.otknav-tabs-light > .otktab-active > a:hover {
  background: transparent;
  color: #1e262c;
}
.otknav-tabs-light > .otktab-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #f56c2d;
}
.otknav-tabs-oig > .otktab {
  background: #1e262c;
  background: rgba(20, 27, 32, 0.95);
  border-left: 1px solid #1e262c;
  border-bottom: 1px solid #1e262c;
}
.otknav-tabs-oig > .otktab > a {
  padding: 12px 26px;
  color: #787d85;
  opacity: 0.5;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.otknav-tabs-oig > .otktab:first-child {
  border-left: none;
}
.otknav-tabs-oig > .otktab-active {
  background: #141b20;
  border-bottom: 0;
}
.otknav-tabs-oig > .otktab-active > a {
  color: #fff;
  opacity: 1;
}
.otknav-tabs-oig > .otktab-overflow {
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otknav-tabs-oig > .otktab-overflow > a {
  color: #787d85;
  opacity: 1;
  padding: 0;
  text-indent: 1em;
}
.otkmodal-open {
  overflow: hidden;
}
.otkmodal {
  display: none;
  color: #1e262c;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .otkmodal {
    padding: 0;
  }
}
.otkmodal-xlg {
  width: 100%;
  max-width: 1400px;
}
.otkmodal-lg {
  width: 100%;
  max-width: 900px;
}
.otkmodal-md {
  width: 100%;
  max-width: 600px;
}
.otkmodal-sm {
  width: 100%;
  max-width: 460px;
}
.otkmodal-dialog {
  position: relative;
  width: auto;
  padding: 120px 0 40px 0;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: otkmodalexit 0.3s ease-in;
  animation: otkmodalexit 0.3s ease-in;
}
@media screen and (max-width: 1000px) {
  .otkmodal-dialog {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    height: auto;
  }
}
.otkmodal-isvisible {
  opacity: 1;
}
.otkmodal-isvisible .otkmodal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation: otkmodalenter 0.85s linear;
  animation: otkmodalenter 0.85s linear;
}
.otkmodal-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(20, 27, 32, 0.5);
  box-shadow: 0 0 10px rgba(20, 27, 32, 0.5);
  border-radius: 4px;
  background-clip: padding-box;
  max-height: 100%;
  min-height: 286px;
  outline: 0;
  border: 0;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .otkmodal-content {
    display: block;
    border-radius: 0;
    min-height: auto;
    max-height: none;
  }
}
.otkmodal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e262c;
  background-color: rgba(30, 38, 44, 0.9);
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.otkmodal-backdrop-isvisible {
  visibility: visible;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.otkmodal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 70px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .otkmodal-close {
    width: 30px;
    height: 30px;
    top: 0;
    color: #1e262c;
    z-index: 1;
  }
}
.otkmodal-close > .otkicon {
  font-size: 47px;
  line-height: 30px;
  left: -0.2em;
}
@media screen and (max-width: 1000px) {
  .otkmodal-close > .otkicon {
    font-size: 30px;
    line-height: 30px;
    left: 0;
    top: 0.1em;
  }
}
.otkmodal-header {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 30px 30px 0 30px;
  text-align: left;
  background: #edf1f2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .otkmodal-header {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 20px 30px 20px 10px;
  }
}
.otkmodal-title {
  margin: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .otkmodal-title {
    padding-bottom: 0;
  }
}
.otkmodal-body {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding: 30px;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .otkmodal-body {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    max-height: 100%;
    padding: 10px;
  }
}
.otkmodal-footer {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 30px;
  text-align: right;
  border-top: 1px solid #edf1f2;
}
.otkmodal-footer .otkbtn + .otkbtn {
  margin-left: 5px;
  margin-bottom: 0;
}
.otkmodal-footer .otkbtn-group .otkbtn + .otkbtn {
  margin-left: -1px;
}
@media screen and (max-width: 1000px) {
  .otkmodal-footer {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 20px 10px;
  }
}
.otkavatar {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otkavatar > .otkavatar-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 50%;
}
.otkavatar-large {
  width: 160px;
  height: 160px;
  border: 3px solid transparent;
}
.otkavatar-large > .otkavatar-img {
  border-width: 6px;
}
.otkavatar-medium {
  width: 70px;
  height: 70px;
}
.otkavatar-medium > .otkavatar-img {
  border-width: 3px;
}
.otkavatar-isoffline {
  border-color: #c3c6ce;
}
.otkavatar-isonline {
  border-color: #04bd68;
}
.otkavatar-isingame {
  border-color: #2ac4f5;
}
.otkavatar-isaway {
  border-color: #df3d00;
}
.otkavatar-isbroadcasting {
  border-color: #6441a5;
}
.otkavatar-isjoinable {
  position: relative;
}
.otkavatar-isjoinable:after {
  content: "\e623";
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
}
.otkavatar-isjoinable.otkavatar-isingame:after {
  background: #2ac4f5;
}
.otkavatar-isjoinable.otkavatar-isbroadcasting:after {
  background: #6441a5;
}
.otkavatar-isjoinable.otkavatar-medium:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.otkavatar-isjoinable.otkavatar-large:after {
  width: 30px;
  height: 30px;
  font-size: 30px;
  bottom: 5px;
  right: 5px;
}
.otkavatarcount {
  display: inline-block;
  width: 41px;
  height: 41px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e262c;
  border-radius: 50%;
  color: #c3c6ce;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  text-indent: -2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.otkavatarcount:hover {
  background: #141b20;
  color: #fff;
}
.otkbadge {
  display: inline-block;
  width: auto;
  height: 14px;
  background: #f56c2d;
  text-align: center;
  color: #fff;
  font-size: 9px;
  padding: 0 5px;
  font-weight: 600;
  border-radius: 12px;
  -webkit-animation: none;
  animation: none;
}
.otkbadge-isnotifying {
  -webkit-animation: otkpop 0.25s linear;
  animation: otkpop 0.25s linear;
}
.otkslider {
  display: block;
  position: relative;
  height: 28px;
  width: 100%;
}
.otkslider-track {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 6px;
  width: 100%;
  border-radius: 6px;
  background-color: #c3c6ce;
  cursor: pointer;
}
.otkslider-fill-limit {
  position: relative;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 20px - (2 * 2px));
}
.otkslider-fill {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background-color: #f56c2d;
  cursor: pointer;
}
.otkslider-thumb {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 100%;
  background-color: #fff;
  border: 2px solid #c3c6ce;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.otkslider-thumb:hover {
  border-color: #f56c2d;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.otkslider-thumb:focus {
  border-color: #f56c2d;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.otkprogress-radial {
  position: relative;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #22313c;
}
.otkprogress-radial-progress,
.otkprogress-radial-progressfill {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.otkprogress-clipright {
  clip: rect(0, 102px, 102px, 51px);
}
.otkprogress-clipleft {
  clip: rect(0, 51px, 102px, 0);
}
.otkprogress-radial-progressfillgt50 {
  display: none;
}
.otkprogress-radial-isgt50 .otkprogress-radial-progressfillgt50 {
  display: block;
}
.otkprogress-radial-center {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #1e262c;
}
.otkprogress-radial-center .otkprogress-percent {
  position: absolute;
  top: 50%;
  left: 0.15em;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  color: #141b20;
}
.otkprogress-status {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #c3c6ce;
}
.otkprogress-radial-ispreparing .otkprogress-percent {
  display: none;
}
.otkprogress-radial-ispreparing .otkprogress-radial-progress {
  -webkit-animation: otkrotate 1.2s linear 0s infinite;
  animation: otkrotate 1.2s linear 0s infinite;
}
.otkprogress-radial-ispreparing .otkprogress-radial-progressfill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  background: #04bd68;
}
.otkprogress-radial-ispaused .otkprogress-percent {
  color: #787d85;
}
.otkprogress-radial-ispaused .otkprogress-radial-progressfill {
  background: #787d85;
}
.otkprogress-radial-isactive .otkprogress-percent {
  color: #04bd68;
}
.otkprogress-radial-isactive .otkprogress-radial-progressfill {
  background: #04bd68;
}
.otkprogress-radial-iscomplete {
  background: #04bd68;
}
.otkprogress-radial-iscomplete .otkprogress-radial-progress {
  display: none;
}
.otkprogress-radial-iscomplete .otkprogress-radial-progressfill {
  display: none;
}
.otkprogress-radial-iscomplete .otkprogress-percent {
  display: none;
}
.otkprogress-radial-iscomplete:after {
  content: "\e624";
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 96px;
  font-family: origin;
  line-height: 1;
  color: #04bd68;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.otkprogress-block {
  max-width: 350px;
  width: 100%;
}
.otkprogress-block .otkprogress-type {
  color: #787d85;
}
.otkprogress-block .otkprogress-wrap {
  position: relative;
  height: 50px;
}
.otkprogress-block .otkprogress-bar {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 6px;
  background: #c3c6ce;
  border-radius: 3px;
}
.otkprogress-block .otkprogress-value {
  height: 6px;
  background: #04bd68;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.otkprogress-block .otkprogress-status,
.otkprogress-block .otkprogress-remaining,
.otkprogress-block .otkprogress-rate {
  position: absolute;
  color: #1e262c;
}
.otkprogress-block .otkprogress-status {
  right: 0;
  margin-top: -17px;
  text-align: right;
}
.otkprogress-block .otkprogress-rate,
.otkprogress-block .otkprogress-remaining {
  margin-top: 22px;
  font-size: 11px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 600;
}
.otkprogress-block .otkprogress-rate {
  right: 0;
}
.otkprogress-block .otkprogress-remaining {
  left: 50px;
}
.otkprogress-block .otkprogress-unit {
  color: #787d85;
  font-weight: 600;
}
.otkprogress-block .otkprogress-percent {
  position: absolute;
  margin-top: 18px;
  font-size: 16px;
  color: #04bd68;
}
.otkprogress-block-dark .otkprogress-type {
  color: #787d85;
}
.otkprogress-block-dark .otkprogress-bar {
  background: #22313c;
}
.otkprogress-block-dark .otkprogress-status,
.otkprogress-block-dark .otkprogress-remaining,
.otkprogress-block-dark .otkprogress-rate,
.otkprogress-block-dark .otktitle-3,
.otkprogress-block-dark .otkprogress-unit,
.otkprogress-block-dark .otkprogress-type {
  color: #fff;
}
.otkprogress-block-dark .otkprogress-unit {
  color: #787d85;
}
.otkprogress-block-dark .otkprogress-value {
  background: #04bd68;
}
.otkprogress-block-dark .otkprogress-status,
.otkprogress-block-dark .otkprogress-remaining,
.otkprogress-block-dark .otkprogress-rate {
  color: #fff;
}
.otkprogress-block-dark .otkprogress-percent {
  color: #04bd68;
}
.otkprogress-block-ispreparing .otkprogress-bar {
  overflow: hidden;
}
.otkprogress-block-ispreparing .otkprogress-value {
  width: 10% !important;
  -webkit-animation: otkprogressslide 1.6s infinite linear;
  animation: otkprogressslide 1.6s infinite linear;
}
.otkprogress-block-ispreparing .otkprogress-remaining,
.otkprogress-block-ispreparing .otkprogress-rate,
.otkprogress-block-ispreparing .otkprogress-percent {
  display: none;
}
.otkprogress-block-iscomplete .otkprogress-value {
  width: 100% !important;
}
.otkprogress-block-iscomplete .otkprogress-remaining,
.otkprogress-block-iscomplete .otkprogress-rate,
.otkprogress-block-iscomplete .otkprogress-percent {
  display: none;
}
.otkprogress-block-ispaused .otkprogress-value {
  background: #787d85;
}
.otkprogress-block-ispaused .otkprogress-percent {
  color: #787d85;
}
.otktooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.otktooltip-isvisible {
  visibility: visible;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.otktooltip-top {
  margin-top: -3px;
  padding: 5px 0;
}
.otktooltip-right {
  margin-left: 3px;
  padding: 0 5px;
}
.otktooltip-bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.otktooltip-left {
  margin-left: -3px;
  padding: 0 5px;
}
.otktooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #141b20;
  border-radius: 3px;
}
.otktooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.otktooltip-top .otktooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #141b20;
}
.otktooltip-top-left .otktooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #141b20;
}
.otktooltip-top-right .otktooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #141b20;
}
.otktooltip-right .otktooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #141b20;
}
.otktooltip-left .otktooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #141b20;
}
.otktooltip-bottom .otktooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #141b20;
}
.otktooltip-bottom-left .otktooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #141b20;
}
.otktooltip-bottom-right .otktooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #141b20;
}
.otktoggle {
  position: relative;
  display: block;
  width: 70px;
  height: 34px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #c3c6ce;
  border: 1px solid #c3c6ce;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 60px;
}
.otktoggle-slide {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 1.1s cubic-bezier(0.03, 1, 0.2, 1);
  transition: all 1.1s cubic-bezier(0.03, 1, 0.2, 1);
}
.otktoggle-slide:hover {
  border: 1px solid #f56c2d;
}
.otktoggle-ison {
  background: #f56c2d;
}
.otktoggle-ison > .otktoggle-slide {
  left: 37px;
}
.otkcallout {
  width: 100%;
  max-width: 425px;
  display: block;
  z-index: 1030;
  position: absolute;
  visibility: hidden;
}
.otkcallout-isvisible {
  visibility: visible;
  -webkit-animation: otkslidefromleft 0.6s cubic-bezier(0.03, 1, 0.2, 1);
  animation: otkslidefromleft 0.6s cubic-bezier(0.03, 1, 0.2, 1);
}
.otkcallout-btn {
  margin-top: 12px;
}
.otkcallout-inner {
  padding: 24px;
  color: #1e262c;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px 0 rgba(30, 38, 44, 0.25);
  box-shadow: 0 0 8px 0 rgba(30, 38, 44, 0.25);
}
.otkcallout-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.otkcallout-topleft .otkcallout-arrow {
  top: 10px;
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}

.form-container {
  display: block;
  position: static;
  margin: 0 auto;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.views {
  border-radius: 0 0 4px 4px;
  color: #141b20;
  background-color: #fff;
}
@media screen and (min-width: 496px) {
  .form-container {
    width: calc(496px - var(--auth-horizontal-gutter-double));
  }
}
a {
  color: var(--color-brand-primary-300);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.otkbtn {
  text-decoration: none !important;
}
body {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}
.recaptcha-errormsg {
  text-align: center !important;
  padding-top: 18px;
}
.otknav.otknav-pills {
  border-bottom: 1px solid #c3c6ce;
  height: auto;
  overflow: hidden;
  padding-left: 40px;
}
.otknav.otknav-pills li.otkpill-active:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #f56c2d;
}
section .otkbtn {
  margin: 24px 0 6px 0;
}
section h1 {
  margin: 12px 0 24px 0 !important;
}
.general-error {
  background: #d80000 url(../../../ui/core/img/background-general-error.png)
    right -49px;
  height: 49px;
  overflow: hidden;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.otklabel {
  width: 100%;
  display: block;
  margin: 24px 0 12px 0;
}
.otkform-group-help {
  display: none;
}
p.otkform-group-help {
  margin: -12px auto 16px auto;
  text-align: left;
}
.otkform-group-haserror.otkform-group-help {
  display: block;
}
.otkform {
  margin-bottom: 24px;
}
.otkcheckbox > label {
  vertical-align: middle;
  line-height: 24px;
  white-space: normal;
}
.otkcheckbox > input,
.otkradio > input {
  display: block;
  opacity: 0;
  position: absolute;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.otkcheckbox.focus > label:before,
.otkradio.focus > label:before,
.otkselect.focus > .otkselect-label {
  border: 1px solid #f56c2d;
}
.otkbtn-primary.disabled {
  cursor: not-allowed;
}
select.disabled {
  pointer-events: none;
}
.otknotice-stripe-message .otkicon {
  left: 0;
}
.otkform-group-field.otkicon {
  top: 0;
  display: block;
}
.otkicon-checkcircle,
.otkicon-challenge {
  left: -18px;
  color: #04bd68;
  -webkit-animation: popIn 0.5s ease-in-out;
  -moz-animation: popIn 0.5s ease-in-out;
  -o-animation: popIn 0.5s ease-in-out;
  animation: popIn 0.5s ease-in-out;
}
.otkicon-warning {
  left: -18px;
  color: #fea722;
  -webkit-animation: popIn 0.5s ease-in-out;
  -moz-animation: popIn 0.5s ease-in-out;
  -o-animation: popIn 0.5s ease-in-out;
  animation: popIn 0.5s ease-in-out;
}
.otkicon-warning:before,
.otkicon-checkcircle:before,
.otkicon-challenge:before {
  display: block;
  font-size: 96px;
}
.right {
  float: right;
}
.otkbtn:hover {
  background: #c85e36;
}
footer {
  margin: 0;
  padding: 0;
  top: 0;
  border-radius: 0 0 4px 4px;
  color: #787d85;
  background-color: #edf1f2;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
footer img {
  height: 20px;
  margin: 10px 12px 10px 24px;
}
img {
  vertical-align: middle;
}
img.header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 0.15%;
  margin-bottom: var(--dimension-space-large);
  max-width: 100%;
  height: 64px;
}
.upgrade-privacy-friend {
  margin-bottom: 12px;
  display: inline-block;
}
.otkinput-capslock {
  display: none;
  position: absolute;
  top: 50%;
  left: 330px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  color: #c3c6ce;
  font-size: 32px;
}
.otkicon-capslock-position {
  left: 295px;
}
.otkinput-capslock-visible {
  display: block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.label-uppercase {
  text-transform: uppercase;
}
.back-btn {
  color: rgba(120, 125, 133, 0.7);
  height: 10px;
  display: -webkit-box;
  top: -10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.back-btn .otkicon {
  font-size: 14px;
  top: 4px;
  left: -3px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.back-btn:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.back-btn:hover .otkicon {
  left: -4px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#social-avatar {
  position: relative;
  height: 72px;
  left: 0;
  right: 0;
  top: 0;
  background: #141724;
  border-radius: 8px;
}
#social-avatar .avatar-info {
  position: absolute;
  height: 48px;
  left: 12px;
  right: 227px;
  top: 12px;
}
#social-avatar .avatar-info img {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: calc(50% - 48px / 2);
  border-radius: 12px;
}
#social-avatar .avatar-info .display-name {
  position: absolute;
  width: 300px;
  height: 19px;
  left: 64px;
  top: calc(50% - 19px / 2 - (-0.5px));
  font-family: var(--text-family-secondary);
  font-style: normal;
  font-weight: var(--text-weight-bold);
  font-size: var(--text-size-option-200);
  line-height: 16.96px;
  display: flex;
  align-items: center;
  letter-spacing: 0.32px;
  color: var(--color-neutral-0);
}
#social-avatar .avatar-info .display-name .platform {
  text-transform: capitalize;
}
.linking-avatar {
  display: flex;
  height: 72px;
  left: 0;
  right: 0;
  padding: 12px 12px 12px 12px;
  width: 100%;
  background: #141724;
  border-radius: 8px;
}
.linking-avatar img {
  width: 48px;
  height: 48px;
  left: 0;
  top: calc(50% - 48px / 2);
  border-radius: 12px;
  float: left;
}
.avatar-info {
  margin-inline-start: 16px;
}
.linking-avatar .display-name {
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-200);
  line-height: 19px;
  font-weight: var(--text-weight-bold);
  text-align: center;
  letter-spacing: 0.32px;
  text-align: left;
  color: var(--color-neutral-0);
  margin-top: 1%;
}
.linking-avatar .masked-email {
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-200);
  line-height: 48px;
  font-weight: var(--text-weight-bold);
  text-align: center;
  letter-spacing: 0.32px;
  text-align: left;
  color: var(--color-neutral-0);
}
.linking-avatar .not-you {
  position: static;
  width: 61px;
  height: 16px;
  left: 0;
  top: 21px;
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-200);
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.48px;
  color: var(--color-brand-primary-200);
  flex: none;
  order: 1;
  align-self: flex-start;
  margin: 0 2px;
  text-align: left;
}
#nick-name-form-hint > p {
  font-size: var(--text-size-option-200);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  line-height: var(--text-space-line-height-tighter);
}
#emailVerificationDone > p,
#userUpgradeEnd > p,
#userCreateEnd > p {
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  line-height: var(--text-space-line-height-moderate);
}
.social-info {
  font-size: var(--text-size-option-200);
  line-height: 26px;
  letter-spacing: 0.48px;
  color: var(--color-neutral-0);
  margin-bottom: 24px;
}
.separator-bottom {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background: #343647;
  border-radius: 1px;
}
.tos-content {
  font-family: var(--text-family-secondary);
  font-weight: var(--text-weight-regular);
  line-height: var(--text-space-line-height-tight);
  font-size: var(--text-size-option-200);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  color: var(--text-color-neutral);
}
.otkcheckbox > label .link-in-message {
  font-weight: normal !important;
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  line-height: var(--text-space-line-height-tighter);
}
.otkc.verify {
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  line-height: var(--text-space-line-height-moderate);
  font-size: var(--text-size-option-300);
}
label.otklabel.friend-visibility-label {
  position: relative;
  display: inline-block;
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 3px;
}
#password {
  padding-inline-end: 60px;
}
button[id="passwordShow"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.nickname {
  font-family: var(--text-family-secondary);
  font-weight: var(--text-weight-bold);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.54px;
  color: var(--color-neutral-0);
}
#register-section {
  justify-content: center;
  display: flex;
  text-align: center;
  margin-top: var(--dimension-space-small);
  color: var(--color-neutral-0);
}
#signin-section {
  height: 21px;
  justify-content: center;
  display: flex;
  text-align: center;
  margin-top: var(--dimension-space-medium);
  color: var(--color-neutral-0);
}
.email-tooltip {
  text-align: left;
}
.user-info-container {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  position: static;
  width: 100%;
  left: 0;
  top: 0;
  background: #171a29;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.user-info-container-separator {
  height: 2px;
  left: 0;
  right: 0;
  background: #343647;
  border-radius: 1px;
  width: 100%;
}
.user-info-container label {
  display: inline-block;
  font-family: Electronic Arts Text;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.48px;
  font-feature-settings: "ss03" on, "ss02" on;
  color: #908e97;
  margin-bottom: 8px;
}
.user-info-container p {
  font-family: Electronic Arts Text;
  font-size: 16px;
  line-height: 21px;
  text-align: start;
  letter-spacing: 0.48px;
  font-feature-settings: "ss03" on, "ss02" on;
  color: #fff;
  display: inline-block;
  order: 0;
}
.user-info-container .row {
  display: grid;
  margin: 16px 0 16px 0;
}
.landscape img.header {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}
.landscape .otktitle.otktitle-2 {
  font-size: 18px;
  margin-bottom: 15px !important;
}
.landscape #loginBase .otkbtn,
.landscape .otkbtn,
.landscape .otkbtn.otkbtn-primary {
  height: var(--dimension-space-larger) !important;
  font-size: var(--text-size-button-small) !important;
}
.landscape .back-btn {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 40px !important;
  width: 40px;
}
.landscape .back-btn svg {
  padding-left: 5px;
}
.landscape #loginBase {
  padding-bottom: 0;
  padding-top: 0;
}
.landscape-container {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.landscape-panel {
  max-width: 400px;
}
.landscape-left,
.landscape-right {
  width: 50%;
  box-sizing: border-box;
}
.landscape-right {
  padding-left: 30px;
}
.landscape-left {
  padding-right: 30px;
}
.right-divider {
  border-right: 1px solid;
}
.wide {
  width: 100%;
}
.landscape .button-top-separator {
  height: 20px;
}
.landscape .button-top-separator-login {
  height: var(--dimension-space-medium);
}
.landscape-page {
  display: grid;
  grid-template-rows: auto;
  min-height: 100vh;
  width: 100%;
}
.vertical-panel {
  display: flex;
  flex-direction: column;
}
.landscape-panel > .panel#login-with-first-party {
  width: 80%;
  float: right;
  padding-top: 20px;
  padding-right: 10px;
}
.otktooltip-effect {
  outline: 0;
  display: inline-block;
}
.otktooltip {
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.otktooltip-bottom .otktooltip-arrow {
  top: 2px;
  display: none;
}
.otktooltip .otktooltip-inner {
  position: relative;
  top: var(--dimension-space-smaller);
  padding: 10px 12px;
  text-align: left;
  left: 0;
  width: 200px;
}
@media screen and (max-width: 425px) {
  .otktooltip {
    transform: translateX(-65%);
  }
}
#logViews section p {
  margin-bottom: 24px;
}
#loginBase .otkbtn {
  margin-top: 6px;
  width: 100%;
  max-width: 100%;
}
#loginBase .otkbtn-primary {
  margin-top: 0;
}
#passwordShow.otkbtn-light {
  color: #141b20;
  border: 1px solid #c3c6ce;
  background: #edf1f2;
}
#passwordShow.otkbtn-light:hover {
  background: #c3c6ce;
}
.otktooltip-withcontent {
  display: inline-table;
  position: relative;
}
#logViews .otkicon-help {
  font-size: 24px;
  color: #c3c6ce;
  position: static;
  height: 16px;
  display: -webkit-inline-box;
  top: 0;
}
.clearfix:after,
.tile-touch .otkscrim:after {
  content: "";
  display: table;
  clear: both;
}
.captcha-container {
  list-style: outside none none;
  margin-top: 24px;
}
.recaptcha-form-default {
  padding: 24px;
  border-radius: 4px;
  background-color: var(--color-neutral-700);
  text-align: center;
  margin-bottom: 24px;
}
.recaptcha-form-default a {
  outline: 0;
  text-decoration: none;
  position: relative;
  width: 0;
  font-size: 18px;
  color: #787d85;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.otkfield-input {
  height: 45px;
  padding: 0 10px;
}
.otkfield {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  background: #fff;
  outline: 0;
  border: 1px solid #c3c6ce;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.otkicon-refresh {
  margin: 5px;
}
.recaptcha-form-default input {
  width: 200px;
  margin: auto;
}
.recaptcha-form-default img {
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 4px;
  margin-left: 30px;
}
.recaptcha-form-default input:focus {
  border: 1px solid #f56c2d !important;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0 1px 0 #f56c2d;
  box-shadow: 0 0 1px 0 #f56c2d;
}
#captcha-container2 {
  margin-bottom: 25px;
}
#prepopulate-email .otkicon-profile {
  font-size: 24px;
  color: #1e262c;
}
#prepopulate-email {
  padding: 10px;
}
#prepopulate-email .otkicon-profile:before {
  content: "\e606";
}
#prepopulate-phoneNumber .otkicon-callactive {
  font-size: 24px;
  color: #1e262c;
}
#prepopulate-phoneNumber {
  padding: 10px;
}
#logout-and-relogin {
  display: inline-block;
  margin-top: 6px;
  cursor: pointer;
}
.otkicon-warning {
  font-size: 96px;
  left: -18px;
  color: #fea722;
}
.otknotice-stripe {
  background-color: #22313c;
  color: #fff;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 0;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.03, 1, 0.2, 1);
  text-align: center;
  overflow: hidden;
}
.otknotice-error,
.otknotice-passive,
.otknotice-warning {
  background-color: var(--color-neutral-700);
  color: #fff;
}
.otknotice-error + .views section,
.otknotice-passive + .views section,
.otknotice-warning + .views section {
  height: calc(708px - 150px);
}
.otknotice-stripe.otknotice-active {
  z-index: 1000;
  padding: 16px 0 16px 0;
  height: initial;
  transition: all 0.6s cubic-bezier(0.03, 1, 0.2, 1);
}
.otknotice-stripe {
  position: static;
}
.otknotice-stripe-message .otkicon {
  left: 0;
}
.otknotice-error .otkicon {
  color: #ff6550;
  font-size: 24px;
  top: 6px;
  padding-right: 0;
}
.otknotice-passive .otkicon {
  color: #2ac4f5;
  font-size: 24px;
  top: 6px;
  padding-right: 0;
}
.otknotice-warning .otkicon {
  color: #fea722;
  font-size: 24px;
  top: 6px;
  padding-right: 0;
}
.otkicon-warning:before {
  font-size: 24px;
}
.otkcheckbox > label,
.otkradio > label {
  display: inline;
}
.checkbox-login-first {
  display: block;
  margin-bottom: 20px;
}
.checkbox-login-last {
  display: block;
  margin-bottom: 20px;
}
.otktooltip-withcontent {
  display: inline;
  position: relative;
}
.otkicon-help {
  font-size: 24px;
  color: #c3c6ce;
  position: static;
  height: 17px;
  display: -webkit-inline-box;
  top: 0;
}
.phone-number-container .ptklabel {
  display: block;
  margin-bottom: 10px;
}
.phone-number-container .otktooltip-inner {
  padding: 15px;
}
.phone-number-container .otktooltip-arrow {
  bottom: -5px !important;
}
.phone-number-input {
  display: flex;
}
.phone-number-select {
  position: relative;
  width: 30%;
}
.phone-number-select select {
  border-bottom-right-radius: 0;
}
.phone-number-write {
  width: 70%;
}
.phone-number-write input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.phone-number-pad {
  padding-left: 38px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.phone-number-pad,
.phone-number-placeholder {
  padding-left: 38px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.phone-number-placeholder {
  color: #787d85;
}
.phone-number-error:after {
  color: #fff;
  background-color: #df3d00;
  border-radius: 50%;
  animation: otkshake 0.15s linear 0s 2;
  -webkit-animation: otkshake 0.15s linear 0s 2;
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -12px;
  bottom: 10px;
  z-index: 0;
}
.phone-number-error #phoneNumber {
  border: 2px solid #df3d00;
}
.phone-number-error .phone-number-pad {
  border: 2px solid #df3d00;
  border-right: 0;
}
.phone-number-error .phone-number-placeholder {
  border: 2px solid #df3d00;
  border-right: 0;
  background: #ffebe4;
}
#login-with-first-party .separator {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #908e9740;
  position: relative;
  top: 20px;
  left: 0;
}
#login-with-first-party {
  text-align: center;
  position: relative;
  margin-top: var(--dimension-space-medium);
  margin-bottom: var(--dimension-space-large);
}
#login-with-first-party .separator > div {
  display: inline-block;
  background: #1d2033;
  padding: 0 10px;
  position: relative;
  bottom: 8px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.48px;
  font-feature-settings: "ss03" on;
  color: #908e97;
}
#login-with-first-party .btn-steam-login-old {
  background-color: black;
  min-height: var(--dimension-space-largest);
  height: auto;
  padding: var(--padding-button-squish-medium);
  font-weight: 600;
  color: white;
  position: relative;
  border-radius: 8px;
  outline: 0;
  transition-property: all;
}
#login-with-first-party .btn-steam-login .steam-icon,
.steam-icon > svg {
  display: block;
  width: var(--dimension-space-larger);
  height: var(--dimension-space-larger);
}
#login-with-first-party .btn-steam-login .steam-content {
  margin-left: var(--dimension-space-smaller);
}
.link-msg {
  font-family: var(--text-family-secondary);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.54px;
  color: #fff;
}
.social-login-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-bottom: 0;
  flex-wrap: wrap;
}
#login-with-first-party .btn-steam-login {
  background-color: black;
  color: var(--color-neutral-0);
}
#login-with-first-party .btn-google-login,
#login-with-first-party .btn-apple-login {
  background-color: white;
  color: var(--color-neutral-500);
}
#login-with-first-party .btn-facebook-login {
  background-color: #1877f2;
  color: var(--color-neutral-0);
}
#login-with-first-party .btn-xbox-login {
  background-color: #107c10;
  color: var(--color-neutral-0);
}
#login-with-first-party .btn-psn-login {
  background-color: #0049a0;
  color: var(--color-neutral-0);
}
#login-with-first-party .btn-steam-login,
#login-with-first-party .btn-apple-login,
#login-with-first-party .btn-xbox-login,
#login-with-first-party .btn-psn-login,
#login-with-first-party .btn-facebook-login,
#login-with-first-party .btn-google-login {
  margin: 8px;
  height: var(--dimension-space-largest);
  width: var(--dimension-space-largest);
  padding: 12px;
  position: relative;
  border-radius: 8px;
  outline: 0;
  transition-property: all;
}
#login-with-first-party.vertical-panel .btn-steam-login,
#login-with-first-party.vertical-panel .btn-apple-login,
#login-with-first-party.vertical-panel .btn-xbox-login,
#login-with-first-party.vertical-panel .btn-psn-login,
#login-with-first-party.vertical-panel .btn-facebook-login,
#login-with-first-party.vertical-panel .btn-google-login {
  margin: 12px 0;
  width: unset;
  padding: 4px;
  height: unset;
}
#login-with-first-party.vertical-panel {
  margin-top: 0;
}
#login-with-first-party .btn-steam-login:not(.disabled):focus,
#login-with-first-party .btn-xbox-login:not(.disabled):focus,
#login-with-first-party .btn-psn-login:not(.disabled):focus,
#login-with-first-party .btn-apple-login:not(.disabled):focus,
#login-with-first-party .btn-facebook-login:not(.disabled):focus,
#login-with-first-party .btn-google-login:not(.disabled):focus {
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-brand-rgb-primary), var(--effects-radiation-alpha-large));
  border: solid 2px var(--color-neutral-0);
  border-radius: 8px;
  padding: 10px;
}
#login-with-first-party .btn-steam-login:not(.disabled):hover,
#login-with-first-party .btn-apple-login:not(.disabled):hover,
#login-with-first-party .btn-xbox-login:not(.disabled):hover,
#login-with-first-party .btn-psn-login:not(.disabled):hover,
#login-with-first-party .btn-facebook-login:not(.disabled):hover,
#login-with-first-party .btn-google-login:not(.disabled):hover {
  cursor: pointer;
}
.button-top-separator-login {
  height: var(--dimension-space-large);
}
.radio-separator-login {
  height: var(--dimension-space-medium);
}
#loginBase .panel-action-area {
  margin-top: var(--dimension-space-large) !important;
}
@charset "UTF-8";
@font-face {
  font-family: "Electronic Arts Display";
  font-weight: normal;
  src: url("./fonts/electronic-arts-display-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Electronic Arts Display";
  font-weight: bold;
  src: url("./fonts/electronic-arts-display-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Electronic Arts Text";
  font-weight: normal;
  src: url("./fonts/electronic-arts-text-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Electronic Arts Text";
  font-style: italic;
  font-weight: bold;
  src: url("./fonts/electronic-arts-text-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Electronic Arts Text";
  font-style: italic;
  font-weight: normal;
  src: url("./fonts/electronic-arts-text-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Electronic Arts Text";
  font-weight: bold;
  src: url("./fonts/electronic-arts-text-bold.woff2") format("woff2");
}
:root {
  --animation-easing-acceleration: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --animation-easing-acceleration-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --animation-easing-deceleration: cubic-bezier(0.23, 1, 0.32, 1);
  --animation-easing-deceleration-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --animation-easing-linear: cubic-bezier(0, 0, 1, 1);
  --animation-easing-standard: cubic-bezier(0.86, 0, 0.07, 1);
  --animation-easing-standard-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --color-button-ghost: rgba(23, 26, 41, 0.6);
  --color-button-shadow: rgba(23, 26, 41, 0.7);
  --color-button-hollow: rgba(23, 26, 41, 0.8);
  --color-button-solid: #276afc;
  --color-button-rgb-ghost: 23, 26, 41;
  --color-button-rgb-hollow: 23, 26, 41;
  --color-button-rgb-solid: 39, 106, 252;
  --color-alternate-primary: #8368fd;
  --color-alternate-secondary: #ff6d4d;
  --color-alternate-tertiary: #70fcff;
  --color-alternate-rgb-primary: 131, 104, 253;
  --color-alternate-rgb-secondary: 255, 109, 77;
  --color-alternate-rgb-tertiary: 112, 252, 255;
  --color-alternate-primary-0: #c1b4fe;
  --color-alternate-primary-100: #b5a4fe;
  --color-alternate-primary-1000: #42347f;
  --color-alternate-primary-200: #a895fe;
  --color-alternate-primary-300: #9c86fd;
  --color-alternate-primary-400: #8f77fd;
  --color-alternate-primary-500: #8368fd;
  --color-alternate-primary-600: #765ee4;
  --color-alternate-primary-700: #6953ca;
  --color-alternate-primary-800: #5c49b1;
  --color-alternate-primary-900: #4f3e98;
  --color-alternate-primary-rgb-0: 193, 180, 254;
  --color-alternate-primary-rgb-100: 181, 164, 254;
  --color-alternate-primary-rgb-1000: 66, 52, 127;
  --color-alternate-primary-rgb-200: 168, 149, 254;
  --color-alternate-primary-rgb-300: 156, 134, 253;
  --color-alternate-primary-rgb-400: 143, 119, 253;
  --color-alternate-primary-rgb-500: 131, 104, 253;
  --color-alternate-primary-rgb-600: 118, 94, 228;
  --color-alternate-primary-rgb-700: 105, 83, 202;
  --color-alternate-primary-rgb-800: 92, 73, 177;
  --color-alternate-primary-rgb-900: 79, 62, 152;
  --color-alternate-secondary-0: #ffb6a6;
  --color-alternate-secondary-100: #ffa794;
  --color-alternate-secondary-1000: #803727;
  --color-alternate-secondary-200: #ff9982;
  --color-alternate-secondary-300: #ff8a71;
  --color-alternate-secondary-400: #ff7c5f;
  --color-alternate-secondary-500: #ff6d4d;
  --color-alternate-secondary-600: #e66245;
  --color-alternate-secondary-700: #cc573e;
  --color-alternate-secondary-800: #b34c36;
  --color-alternate-secondary-900: #99412e;
  --color-alternate-secondary-rgb-0: 255, 182, 166;
  --color-alternate-secondary-rgb-100: 255, 167, 148;
  --color-alternate-secondary-rgb-1000: 128, 55, 39;
  --color-alternate-secondary-rgb-200: 255, 153, 130;
  --color-alternate-secondary-rgb-300: 255, 138, 113;
  --color-alternate-secondary-rgb-400: 255, 124, 95;
  --color-alternate-secondary-rgb-500: 255, 109, 77;
  --color-alternate-secondary-rgb-600: 230, 98, 69;
  --color-alternate-secondary-rgb-700: 204, 87, 62;
  --color-alternate-secondary-rgb-800: 179, 76, 54;
  --color-alternate-secondary-rgb-900: 153, 65, 46;
  --color-alternate-tertiary-0: #b8feff;
  --color-alternate-tertiary-100: #a9fdff;
  --color-alternate-tertiary-1000: #387e80;
  --color-alternate-tertiary-200: #9bfdff;
  --color-alternate-tertiary-300: #8dfdff;
  --color-alternate-tertiary-400: #7efcff;
  --color-alternate-tertiary-500: #70fcff;
  --color-alternate-tertiary-600: #65e3e6;
  --color-alternate-tertiary-700: #5acacc;
  --color-alternate-tertiary-800: #4eb0b3;
  --color-alternate-tertiary-900: #439799;
  --color-alternate-tertiary-rgb-0: 184, 254, 255;
  --color-alternate-tertiary-rgb-100: 169, 253, 255;
  --color-alternate-tertiary-rgb-1000: 56, 126, 128;
  --color-alternate-tertiary-rgb-200: 155, 253, 255;
  --color-alternate-tertiary-rgb-300: 141, 253, 255;
  --color-alternate-tertiary-rgb-400: 126, 252, 255;
  --color-alternate-tertiary-rgb-500: 112, 252, 255;
  --color-alternate-tertiary-rgb-600: 101, 227, 230;
  --color-alternate-tertiary-rgb-700: 90, 202, 204;
  --color-alternate-tertiary-rgb-800: 78, 176, 179;
  --color-alternate-tertiary-rgb-900: 67, 151, 153;
  --color-brand-primary: #276afc;
  --color-brand-secondary: #ff4747;
  --color-brand-tertiary: #33ff9d;
  --color-brand-rgb-primary: 39, 106, 252;
  --color-brand-rgb-secondary: 255, 71, 71;
  --color-brand-rgb-tertiary: 51, 255, 157;
  --color-brand-primary-0: #93b5fe;
  --color-brand-primary-100: #7da6fd;
  --color-brand-primary-1000: #14357e;
  --color-brand-primary-200: #6897fd;
  --color-brand-primary-300: #5288fd;
  --color-brand-primary-400: #3d79fc;
  --color-brand-primary-500: #276afc;
  --color-brand-primary-600: #235fe3;
  --color-brand-primary-700: #1f55ca;
  --color-brand-primary-800: #1b4ab0;
  --color-brand-primary-900: #174097;
  --color-brand-primary-rgb-0: 147, 181, 254;
  --color-brand-primary-rgb-100: 125, 166, 253;
  --color-brand-primary-rgb-1000: 20, 53, 126;
  --color-brand-primary-rgb-200: 104, 151, 253;
  --color-brand-primary-rgb-300: 82, 136, 253;
  --color-brand-primary-rgb-400: 61, 121, 252;
  --color-brand-primary-rgb-500: 39, 106, 252;
  --color-brand-primary-rgb-600: 35, 95, 227;
  --color-brand-primary-rgb-700: 31, 85, 202;
  --color-brand-primary-rgb-800: 27, 74, 176;
  --color-brand-primary-rgb-900: 23, 64, 151;
  --color-brand-secondary-0: #ffa3a3;
  --color-brand-secondary-100: #ff9191;
  --color-brand-secondary-1000: #802424;
  --color-brand-secondary-200: #ff7e7e;
  --color-brand-secondary-300: #ff6c6c;
  --color-brand-secondary-400: #ff5959;
  --color-brand-secondary-500: #ff4747;
  --color-brand-secondary-600: #e64040;
  --color-brand-secondary-700: #cc3939;
  --color-brand-secondary-800: #b33232;
  --color-brand-secondary-900: #992b2b;
  --color-brand-secondary-rgb-0: 255, 163, 163;
  --color-brand-secondary-rgb-100: 255, 145, 145;
  --color-brand-secondary-rgb-1000: 128, 36, 36;
  --color-brand-secondary-rgb-200: 255, 126, 126;
  --color-brand-secondary-rgb-300: 255, 108, 108;
  --color-brand-secondary-rgb-400: 255, 89, 89;
  --color-brand-secondary-rgb-500: 255, 71, 71;
  --color-brand-secondary-rgb-600: 230, 64, 64;
  --color-brand-secondary-rgb-700: 204, 57, 57;
  --color-brand-secondary-rgb-800: 179, 50, 50;
  --color-brand-secondary-rgb-900: 153, 43, 43;
  --color-brand-tertiary-0: #99ffce;
  --color-brand-tertiary-100: #85ffc4;
  --color-brand-tertiary-1000: #1a804f;
  --color-brand-tertiary-200: #70ffba;
  --color-brand-tertiary-300: #5cffb1;
  --color-brand-tertiary-400: #47ffa7;
  --color-brand-tertiary-500: #33ff9d;
  --color-brand-tertiary-600: #2ee68d;
  --color-brand-tertiary-700: #29cc7e;
  --color-brand-tertiary-800: #24b36e;
  --color-brand-tertiary-900: #1f995e;
  --color-brand-tertiary-rgb-0: 153, 255, 206;
  --color-brand-tertiary-rgb-100: 133, 255, 196;
  --color-brand-tertiary-rgb-1000: 26, 128, 79;
  --color-brand-tertiary-rgb-200: 112, 255, 186;
  --color-brand-tertiary-rgb-300: 92, 255, 177;
  --color-brand-tertiary-rgb-400: 71, 255, 167;
  --color-brand-tertiary-rgb-500: 51, 255, 157;
  --color-brand-tertiary-rgb-600: 46, 230, 141;
  --color-brand-tertiary-rgb-700: 41, 204, 126;
  --color-brand-tertiary-rgb-800: 36, 179, 110;
  --color-brand-tertiary-rgb-900: 31, 153, 94;
  --color-neutral-0: #fff;
  --color-neutral-100: #d1d0d5;
  --color-neutral-1000: #000;
  --color-neutral-200: #908e97;
  --color-neutral-300: #62626f;
  --color-neutral-400: #343647;
  --color-neutral-500: #1d2033;
  --color-neutral-600: #1a1d2e;
  --color-neutral-700: #171a29;
  --color-neutral-800: #141724;
  --color-neutral-900: #0b0e15;
  --color-neutral-rgb-0: 255, 255, 255;
  --color-neutral-rgb-100: 209, 208, 213;
  --color-neutral-rgb-1000: 0, 0, 0;
  --color-neutral-rgb-200: 144, 142, 151;
  --color-neutral-rgb-300: 98, 98, 111;
  --color-neutral-rgb-400: 52, 54, 71;
  --color-neutral-rgb-500: 29, 32, 51;
  --color-neutral-rgb-600: 26, 29, 46;
  --color-neutral-rgb-700: 23, 26, 41;
  --color-neutral-rgb-800: 20, 23, 36;
  --color-neutral-rgb-900: 11, 14, 21;
  --color-system-error: #f94747;
  --color-system-success: #00ff84;
  --color-system-warning: #ffe66b;
  --color-system-rgb-error: 249, 71, 71;
  --color-system-rgb-success: 0, 255, 132;
  --color-system-rgb-warning: 255, 230, 107;
  --color-system-error-0: #fca3a3;
  --color-system-error-100: #fb9191;
  --color-system-error-1000: #7d2424;
  --color-system-error-200: #fb7e7e;
  --color-system-error-300: #fa6c6c;
  --color-system-error-400: #fa5959;
  --color-system-error-500: #f94747;
  --color-system-error-600: #e04040;
  --color-system-error-700: #c73939;
  --color-system-error-800: #ae3232;
  --color-system-error-900: #952b2b;
  --color-system-error-rgb-0: 252, 163, 163;
  --color-system-error-rgb-100: 251, 145, 145;
  --color-system-error-rgb-1000: 125, 36, 36;
  --color-system-error-rgb-200: 251, 126, 126;
  --color-system-error-rgb-300: 250, 108, 108;
  --color-system-error-rgb-400: 250, 89, 89;
  --color-system-error-rgb-500: 249, 71, 71;
  --color-system-error-rgb-600: 224, 64, 64;
  --color-system-error-rgb-700: 199, 57, 57;
  --color-system-error-rgb-800: 174, 50, 50;
  --color-system-error-rgb-900: 149, 43, 43;
  --color-system-success-0: #80ffc2;
  --color-system-success-100: #66ffb5;
  --color-system-success-1000: #008042;
  --color-system-success-200: #4dffa9;
  --color-system-success-300: #33ff9d;
  --color-system-success-400: #1aff90;
  --color-system-success-500: #00ff84;
  --color-system-success-600: #00e677;
  --color-system-success-700: #00cc6a;
  --color-system-success-800: #00b35c;
  --color-system-success-900: #00994f;
  --color-system-success-rgb-0: 128, 255, 194;
  --color-system-success-rgb-100: 102, 255, 181;
  --color-system-success-rgb-1000: 0, 128, 66;
  --color-system-success-rgb-200: 77, 255, 169;
  --color-system-success-rgb-300: 51, 255, 157;
  --color-system-success-rgb-400: 26, 255, 144;
  --color-system-success-rgb-500: 0, 255, 132;
  --color-system-success-rgb-600: 0, 230, 119;
  --color-system-success-rgb-700: 0, 204, 106;
  --color-system-success-rgb-800: 0, 179, 92;
  --color-system-success-rgb-900: 0, 153, 79;
  --color-system-warning-0: #fff3b5;
  --color-system-warning-100: #fff0a6;
  --color-system-warning-1000: #807336;
  --color-system-warning-200: #ffee97;
  --color-system-warning-300: #ffeb89;
  --color-system-warning-400: #ffe97a;
  --color-system-warning-500: #ffe66b;
  --color-system-warning-600: #e6cf60;
  --color-system-warning-700: #ccb856;
  --color-system-warning-800: #b3a14b;
  --color-system-warning-900: #998a40;
  --color-system-warning-rgb-0: 255, 243, 181;
  --color-system-warning-rgb-100: 255, 240, 166;
  --color-system-warning-rgb-1000: 128, 115, 54;
  --color-system-warning-rgb-200: 255, 238, 151;
  --color-system-warning-rgb-300: 255, 235, 137;
  --color-system-warning-rgb-400: 255, 233, 122;
  --color-system-warning-rgb-500: 255, 230, 107;
  --color-system-warning-rgb-600: 230, 207, 96;
  --color-system-warning-rgb-700: 204, 184, 86;
  --color-system-warning-rgb-800: 179, 161, 75;
  --color-system-warning-rgb-900: 153, 138, 64;
  --color-gradient-neutral-0-100: linear-gradient(-45deg, #fff, #d1d0d5);
  --color-gradient-neutral-200-300: linear-gradient(-45deg, #908e97, #62626f);
  --color-gradient-neutral-300-400: linear-gradient(-45deg, #62626f, #343647);
  --color-gradient-neutral-400-500: linear-gradient(-45deg, #343647, #1d2033);
  --color-gradient-primary: linear-gradient(-45deg, #276afc, #8368fd);
  --color-gradient-secondary: linear-gradient(-45deg, #ff4747, #ff6d4d);
  --color-gradient-tertiary: linear-gradient(-45deg, #33ff9d, #70fcff);
  --color-btn-background-rgba: rgba(52, 54, 71, 0.5);
  --color-gradient-neutral-0-100: linear-gradient(-45deg, #fff, #d1d0d5);
  --color-gradient-neutral-200-300: linear-gradient(-45deg, #908e97, #62626f);
  --color-gradient-neutral-300-400: linear-gradient(-45deg, #62626f, #343647);
  --color-gradient-neutral-400-500: linear-gradient(-45deg, #343647, #1d2033);
  --color-gradient-primary: linear-gradient(-45deg, #276afc, #8368fd);
  --color-gradient-secondary: linear-gradient(-45deg, #ff0052, #ff6d4d);
  --color-gradient-tertiary: linear-gradient(-45deg, #33ff9d, #70fcff);
  --media-query-desktop-2-x-large-max-width: 2303px;
  --media-query-desktop-2-x-large-min-width: 1921px;
  --media-query-desktop-3-x-large-min-width: 2304px;
  --media-query-desktop-large-max-width: 1720px;
  --media-query-desktop-large-min-width: 1441px;
  --media-query-desktop-medium-max-width: 1440px;
  --media-query-desktop-medium-min-width: 1121px;
  --media-query-desktop-small-max-width: 1120px;
  --media-query-desktop-small-min-width: 1025px;
  --media-query-desktop-x-large-max-width: 1920px;
  --media-query-desktop-x-large-min-width: 1721px;
  --media-query-mobile-larger-max-width: 1024px;
  --media-query-mobile-larger-min-width: 681px;
  --media-query-mobile-large-max-width: 1024px;
  --media-query-mobile-large-min-width: 681px;
  --media-query-mobile-medium-max-width: 680px;
  --media-query-mobile-medium-min-width: 0;
  --media-query-mobile-small-max-width: 680px;
  --media-query-mobile-small-min-width: 0;
  --media-query-tv-height: 1080px;
  --media-query-tv-width: 1920px;
  --effects-radiation-alpha-large: 0.2;
  --effects-radiation-alpha-medium: 0.3;
  --effects-radiation-alpha-small: 0.4;
  --effects-radiation-brand-primary-large: 0 0 80px rgba(39, 106, 252, 0.2);
  --effects-radiation-brand-primary-medium: 0 0 30px rgba(39, 106, 252, 0.3);
  --effects-radiation-brand-primary-small: 0 0 10px rgba(39, 106, 252, 0.4);
  --effects-radiation-brand-secondary-large: 0 0 80px rgba(255, 71, 71, 0.2);
  --effects-radiation-brand-secondary-medium: 0 0 30px rgba(255, 71, 71, 0.3);
  --effects-radiation-brand-secondary-small: 0 0 10px rgba(255, 71, 71, 0.4);
  --effects-radiation-brand-tertiary-large: 0 0 80px rgba(51, 255, 157, 0.2);
  --effects-radiation-brand-tertiary-medium: 0 0 30px rgba(51, 255, 157, 0.3);
  --effects-radiation-brand-tertiary-small: 0 0 10px rgba(51, 255, 157, 0.4);
  --effects-radiation-radius-large: 80px;
  --effects-radiation-radius-medium: 30px;
  --effects-radiation-radius-small: 10px;
  --effects-radiation-system-error-large: 0 0 80px rgba(249, 71, 71, 0.2);
  --effects-radiation-system-error-medium: 0 0 30px rgba(249, 71, 71, 0.3);
  --effects-radiation-system-error-small: 0 0 10px rgba(249, 71, 71, 0.4);
  --effects-radiation-system-success-large: 0 0 80px rgba(0, 255, 132, 0.2);
  --effects-radiation-system-success-medium: 0 0 30px rgba(0, 255, 132, 0.3);
  --effects-radiation-system-success-small: 0 0 10px rgba(0, 255, 132, 0.4);
  --effects-radiation-system-warning-large: 0 0 80px rgba(255, 230, 107, 0.2);
  --effects-radiation-system-warning-medium: 0 0 30px rgba(255, 230, 107, 0.3);
  --effects-radiation-system-warning-small: 0 0 10px rgba(255, 230, 107, 0.4);
  --fill-alpha-10: 0.1;
  --fill-alpha-20: 0.2;
  --fill-alpha-30: 0.3;
  --fill-alpha-40: 0.4;
  --fill-alpha-50: 0.5;
  --fill-alpha-60: 0.6;
  --fill-alpha-70: 0.7;
  --fill-alpha-80: 0.8;
  --fill-alpha-90: 0.9;
  --fill-alpha-95: 0.95;
  --fill-alpha-high: 0.1;
  --fill-alpha-low: 0.9;
  --fill-alpha-low-medium: 0.7;
  --fill-alpha-medium: 0.5;
  --fill-alpha-medium-high: 0.3;
  --stroke-end-cap: round;
  --text-color-attention: #ff4747;
  --text-color-dark: #141724;
  --text-color-error: #f94747;
  --text-color-light: #fff;
  --text-color-neutral: #908e97;
  --text-color-success: #00ff84;
  --text-color-warning: #ffe66b;
  --text-color-rgb-attention: 255, 71, 71;
  --text-color-rgb-dark: 20, 23, 36;
  --text-color-rgb-error: 249, 71, 71;
  --text-color-rgb-light: 255, 255, 255;
  --text-color-rgb-neutral: 144, 142, 151;
  --text-color-rgb-success: 0, 255, 132;
  --text-color-rgb-warning: 255, 230, 107;
  --otktooltip-background-rgb-light: #fff;
  --text-family-data: "Electronic Arts Mono", monospace;
  --text-family-primary: "Electronic Arts Display", apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --text-family-secondary: "Electronic Arts Text", "Electronic Arts Display",
    apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --text-family-new: "Electronic Arts Text";
  --text-weight-bold: bold;
  --text-weight-light: normal;
  --text-weight-medium: 500;
  --text-weight-regular: normal;
  --text-space-letter-spacing-all-caps: 0.15em;
  --text-space-letter-spacing-data-loose: 0.05em;
  --text-space-letter-spacing-data-moderate: 0;
  --text-space-letter-spacing-display: 0;
  --text-space-letter-spacing-heading: 0.48px;
  --text-space-letter-spacing-paragraph: 0.03em;
  --text-space-line-height-moderate: 1.618;
  --text-space-line-height-tight: 1.309;
  --text-space-line-height-tighter: 1.129;
  --text-space-line-height-loose: 16;
  --text-size-option-100: 12px;
  --text-size-option-1000: 42px;
  --text-size-option-1100: 48px;
  --text-size-option-1200: 54px;
  --text-size-option-1300: 60px;
  --text-size-option-1400: 68px;
  --text-size-option-1500: 76px;
  --text-size-option-1600: 84px;
  --text-size-option-1700: 92px;
  --text-size-option-200: 14px;
  --text-size-option-300: 16px;
  --text-size-option-400: 18px;
  --text-size-option-50: 11px;
  --text-size-option-500: 20px;
  --text-size-option-600: 24px;
  --text-size-option-700: 28px;
  --text-size-option-800: 32px;
  --text-size-option-900: 36px;
  --animation-time-average: 0.3s;
  --animation-time-crawl: 0.625s;
  --animation-time-extreme-crawl: 2s;
  --animation-time-fast: 0.25s;
  --animation-time-faster: 0.2s;
  --animation-time-fastest: 0.125s;
  --animation-time-rapid: 0.1s;
  --animation-time-slow: 0.375s;
  --animation-time-slower: 0.5s;
  --animation-time-slowest: 0.575s;
  --padding-button-squish-large: 16px 32px;
  --padding-button-squish-macro: 24px 48px;
  --padding-button-squish-medium: 12px 24px;
  --padding-button-squish-small: 8px 16px;
  --text-size-button-large: 20px;
  --text-size-button-medium: 16px;
  --text-size-button-small: 12px;
  --layout-margin-inline-large: 0 128px 0 0;
  --layout-margin-inline-larger: 0 160px 0 0;
  --layout-margin-inline-largest: 0 192px 0 0;
  --layout-margin-inline-macro: 0 224px 0 0;
  --layout-margin-inline-medium: 0 96px 0 0;
  --layout-margin-inline-micro: 0 24px 0 0;
  --layout-margin-inline-small: 0 64px 0 0;
  --layout-margin-inline-smaller: 0 48px 0 0;
  --layout-margin-inline-smallest: 0 32px 0 0;
  --layout-margin-stacked-large: 0 0 128px 0;
  --layout-margin-stacked-larger: 0 0 160px 0;
  --layout-margin-stacked-largest: 0 0 192px 0;
  --layout-margin-stacked-macro: 0 0 224px 0;
  --layout-margin-stacked-medium: 0 0 96px 0;
  --layout-margin-stacked-micro: 0 0 24px 0;
  --layout-margin-stacked-small: 0 0 64px 0;
  --layout-margin-stacked-smaller: 0 0 48px 0;
  --layout-margin-stacked-smallest: 0 0 32px 0;
  --dimension-layout-large: 128px;
  --dimension-layout-larger: 160px;
  --dimension-layout-largest: 192px;
  --dimension-layout-macro: 224px;
  --dimension-layout-medium: 96px;
  --dimension-layout-micro: 24px;
  --dimension-layout-none: 0;
  --dimension-layout-small: 64px;
  --dimension-layout-smaller: 48px;
  --dimension-layout-smallest: 32px;
  --text-size-navigation-large: 20px;
  --text-size-navigation-medium: 16px;
  --text-size-navigation-small: 14px;
  --border-radius-large: 24px;
  --border-radius-larger: 32px;
  --border-radius-largest: 48px;
  --border-radius-macro: 64px;
  --border-radius-medium: 16px;
  --border-radius-micro: 2px;
  --border-radius-none: 0;
  --border-radius-small: 12px;
  --border-radius-smaller: 8px;
  --border-radius-smallest: 4px;
  --stroke-dash-gap: 12px;
  --stroke-dash-length: 8px;
  --stroke-width-large: 8px;
  --stroke-width-medium: 4px;
  --stroke-width-small: 2px;
  --space-margin-inline-large: 0 24px 0 0;
  --space-margin-inline-larger: 0 32px 0 0;
  --space-margin-inline-largest: 0 48px 0 0;
  --space-margin-inline-macro: 0 64px 0 0;
  --space-margin-inline-medium: 0 16px 0 0;
  --space-margin-inline-micro: 0 2px 0 0;
  --space-margin-inline-small: 0 12px 0 0;
  --space-margin-inline-smaller: 0 8px 0 0;
  --space-margin-inline-smallest: 0 4px 0 0;
  --space-margin-stacked-large: 0 0 24px 0;
  --space-margin-stacked-larger: 0 0 32px 0;
  --space-margin-stacked-largest: 0 0 48px 0;
  --space-margin-stacked-macro: 0 0 64px 0;
  --space-margin-stacked-medium: 0 0 16px 0;
  --space-margin-stacked-micro: 0 0 2px 0;
  --space-margin-stacked-small: 0 0 12px 0;
  --space-margin-stacked-smaller: 0 0 8px 0;
  --space-margin-stacked-smallest: 0 0 4px 0;
  --space-margin-stacked-smallest-zero: 0;
  --space-margin-input-error-message-bottom: 4px;
  --space-margin-input-error-message-bottom-bigger: 6px;
  --dimension-space-large: 24px;
  --dimension-space-larger: 32px;
  --dimension-space-largest: 48px;
  --dimension-space-macro: 64px;
  --dimension-space-medium: 16px;
  --dimension-space-micro: 2px;
  --dimension-space-none: 0;
  --dimension-space-small: 12px;
  --dimension-space-smaller: 8px;
  --dimension-space-smallest: 4px;
  --space-padding-squash-large: 24px 16px;
  --space-padding-squash-larger: 32px 24px;
  --space-padding-squash-largest: 48px 32px;
  --space-padding-squash-macro: 64px 48px;
  --space-padding-squash-medium: 16px 12px;
  --space-padding-squash-micro: 2px 0;
  --space-padding-squash-small: 12px 8px;
  --space-padding-squash-smaller: 8px 4px;
  --space-padding-squash-smallest: 4px 2px;
  --space-padding-squish-large: 16px 24px;
  --space-padding-squish-larger: 24px 32px;
  --space-padding-squish-largest: 32px 48px;
  --space-padding-squish-macro: 48px 64px;
  --space-padding-squish-medium: 12px 16px;
  --space-padding-squish-micro: 0 2px;
  --space-padding-squish-small: 8px 12px;
  --space-padding-squish-smaller: 4px 8px;
  --space-padding-squish-smallest: 2px 4px;
  --text-size-data-large: 20px;
  --text-size-data-larger: 32px;
  --text-size-data-medium: 16px;
  --text-size-data-small: 12px;
  --text-size-data-smaller: 11px;
  --text-size-display-medium: 42px;
  --text-size-display-small: 36px;
  --text-size-heading-large: 28px;
  --text-size-heading-medium: 20px;
  --text-size-heading-small: 16px;
  --text-size-heading-smaller: 12px;
  --text-size-label-medium: 16px;
  --text-size-label-small: 12px;
  --text-size-paragraph-large: 20px;
  --text-size-paragraph-medium: 16px;
  --text-size-paragraph-small: 14px;
  --text-size-paragraph-smaller: 12px;
}
@media screen and (min-width: 1025px) and (max-width: 1120px),
  screen and (min-width: 1121px) and (max-width: 1440px),
  screen and (min-width: 1441px) and (max-width: 1720px),
  screen and (min-width: 1721px) and (max-width: 1920px),
  screen and (min-width: 1921px) and (max-width: 2303px),
  screen and (min-width: 2304px) {
  :root {
    --animation-time-average: 0.54s;
    --animation-time-crawl: 1.125s;
    --animation-time-extreme-crawl: 3.6s;
    --animation-time-fast: 0.45s;
    --animation-time-faster: 0.36s;
    --animation-time-fastest: 0.225s;
    --animation-time-rapid: 0.18s;
    --animation-time-slow: 0.675s;
    --animation-time-slower: 0.9s;
    --animation-time-slowest: 1.035s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
  :root {
    --text-size-data-large: 24px;
    --text-size-data-larger: 36px;
    --text-size-data-medium: 18px;
    --text-size-data-small: 12px;
    --text-size-data-smaller: 11px;
    --text-size-display-medium: 76px;
    --text-size-display-small: 48px;
    --text-size-heading-large: 32px;
    --text-size-heading-medium: 24px;
    --text-size-heading-small: 18px;
    --text-size-heading-smaller: 14px;
    --text-size-label-medium: 16px;
    --text-size-label-small: 12px;
    --text-size-paragraph-large: 24px;
    --text-size-paragraph-medium: 18px;
    --text-size-paragraph-small: 16px;
    --text-size-paragraph-smaller: 14px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  :root {
    --text-size-navigation-large: 24px;
    --text-size-navigation-medium: 18px;
    --text-size-navigation-small: 16px;
    --text-size-data-large: 24px;
    --text-size-data-larger: 36px;
    --text-size-data-medium: 18px;
    --text-size-data-small: 12px;
    --text-size-data-smaller: 11px;
    --text-size-display-medium: 76px;
    --text-size-display-small: 48px;
    --text-size-heading-large: 32px;
    --text-size-heading-medium: 24px;
    --text-size-heading-small: 18px;
    --text-size-heading-smaller: 14px;
    --text-size-label-medium: 16px;
    --text-size-label-small: 12px;
    --text-size-paragraph-large: 24px;
    --text-size-paragraph-medium: 18px;
    --text-size-paragraph-small: 16px;
    --text-size-paragraph-smaller: 14px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1720px) {
  :root {
    --text-size-navigation-large: 24px;
    --text-size-navigation-medium: 18px;
    --text-size-navigation-small: 16px;
    --text-size-data-large: 24px;
    --text-size-data-larger: 36px;
    --text-size-data-medium: 18px;
    --text-size-data-small: 12px;
    --text-size-data-smaller: 11px;
    --text-size-display-medium: 76px;
    --text-size-display-small: 48px;
    --text-size-heading-large: 32px;
    --text-size-heading-medium: 24px;
    --text-size-heading-small: 18px;
    --text-size-heading-smaller: 14px;
    --text-size-label-medium: 16px;
    --text-size-label-small: 12px;
    --text-size-paragraph-large: 24px;
    --text-size-paragraph-medium: 18px;
    --text-size-paragraph-small: 16px;
    --text-size-paragraph-smaller: 14px;
  }
}
@media screen and (width: 1920px) and (height: 1080px) {
  :root {
    --animation-time-average: 0.54s;
    --animation-time-crawl: 1.125s;
    --animation-time-extreme-crawl: 3.6s;
    --animation-time-fast: 0.45s;
    --animation-time-faster: 0.36s;
    --animation-time-fastest: 0.225s;
    --animation-time-rapid: 0.18s;
    --animation-time-slow: 0.675s;
    --animation-time-slower: 0.9s;
    --animation-time-slowest: 1.035s;
    --padding-button-squish-large: 32px 64px;
    --padding-button-squish-macro: 48px 96px;
    --padding-button-squish-medium: 24px 48px;
    --padding-button-squish-small: 16px 32px;
    --text-size-button-large: 32px;
    --text-size-button-medium: 24px;
    --text-size-button-small: 18px;
    --layout-margin-inline-large: 0 256px 0 0;
    --layout-margin-inline-larger: 0 320px 0 0;
    --layout-margin-inline-largest: 0 384px 0 0;
    --layout-margin-inline-macro: 0 448px 0 0;
    --layout-margin-inline-medium: 0 192px 0 0;
    --layout-margin-inline-micro: 0 48px 0 0;
    --layout-margin-inline-small: 0 128px 0 0;
    --layout-margin-inline-smaller: 0 96px 0 0;
    --layout-margin-inline-smallest: 0 64px 0 0;
    --layout-margin-stacked-large: 0 0 256px 0;
    --layout-margin-stacked-larger: 0 0 320px 0;
    --layout-margin-stacked-largest: 0 0 384px 0;
    --layout-margin-stacked-macro: 0 0 448px 0;
    --layout-margin-stacked-medium: 0 0 192px 0;
    --layout-margin-stacked-micro: 0 0 48px 0;
    --layout-margin-stacked-small: 0 0 128px 0;
    --layout-margin-stacked-smaller: 0 0 96px 0;
    --layout-margin-stacked-smallest: 0 0 64px 0;
    --dimension-layout-large: 256px;
    --dimension-layout-larger: 320px;
    --dimension-layout-largest: 384px;
    --dimension-layout-macro: 448px;
    --dimension-layout-medium: 192px;
    --dimension-layout-micro: 48px;
    --dimension-layout-none: 0;
    --dimension-layout-small: 128px;
    --dimension-layout-smaller: 96px;
    --dimension-layout-smallest: 64px;
    --text-size-navigation-large: 32px;
    --text-size-navigation-medium: 24px;
    --text-size-navigation-small: 18px;
    --border-radius-large: 48px;
    --border-radius-larger: 64px;
    --border-radius-largest: 96px;
    --border-radius-macro: 128px;
    --border-radius-medium: 32px;
    --border-radius-micro: 4px;
    --border-radius-none: 0;
    --border-radius-small: 24px;
    --border-radius-smaller: 16px;
    --border-radius-smallest: 8px;
    --stroke-dash-gap: 24px;
    --stroke-dash-length: 16px;
    --stroke-width-large: 16px;
    --stroke-width-medium: 8px;
    --stroke-width-small: 4px;
    --space-margin-inline-large: 0 48px 0 0;
    --space-margin-inline-larger: 0 64px 0 0;
    --space-margin-inline-largest: 0 96px 0 0;
    --space-margin-inline-macro: 0 128px 0 0;
    --space-margin-inline-medium: 0 32px 0 0;
    --space-margin-inline-micro: 0 4px 0 0;
    --space-margin-inline-small: 0 24px 0 0;
    --space-margin-inline-smaller: 0 16px 0 0;
    --space-margin-inline-smallest: 0 8px 0 0;
    --space-margin-stacked-large: 0 0 48px 0;
    --space-margin-stacked-larger: 0 0 64px 0;
    --space-margin-stacked-largest: 0 0 96px 0;
    --space-margin-stacked-macro: 0 0 128px 0;
    --space-margin-stacked-medium: 0 0 32px 0;
    --space-margin-stacked-micro: 0 0 4px 0;
    --space-margin-stacked-small: 0 0 24px 0;
    --space-margin-stacked-smaller: 0 0 16px 0;
    --space-margin-stacked-smallest: 0 0 8px 0;
    --dimension-space-large: 48px;
    --dimension-space-larger: 64px;
    --dimension-space-largest: 96px;
    --dimension-space-macro: 128px;
    --dimension-space-medium: 32px;
    --dimension-space-micro: 4px;
    --dimension-space-none: 0;
    --dimension-space-small: 24px;
    --dimension-space-smaller: 16px;
    --dimension-space-smallest: 8px;
    --space-padding-squash-large: 48px 32px;
    --space-padding-squash-larger: 64px 48px;
    --space-padding-squash-largest: 96px 64px;
    --space-padding-squash-macro: 128px 96px;
    --space-padding-squash-medium: 32px 24px;
    --space-padding-squash-micro: 4px 0;
    --space-padding-squash-small: 24px 16px;
    --space-padding-squash-smaller: 16px 8px;
    --space-padding-squash-smallest: 8px 4px;
    --space-padding-squish-large: 32px 48px;
    --space-padding-squish-larger: 48px 64px;
    --space-padding-squish-largest: 64px 96px;
    --space-padding-squish-macro: 96px 128px;
    --space-padding-squish-medium: 24px 32px;
    --space-padding-squish-micro: 0 4px;
    --space-padding-squish-small: 16px 24px;
    --space-padding-squish-smaller: 8px 16px;
    --space-padding-squish-smallest: 4px 8px;
    --text-size-data-large: 32px;
    --text-size-data-larger: 48px;
    --text-size-data-medium: 24px;
    --text-size-data-small: 18px;
    --text-size-data-smaller: 14px;
    --text-size-display-medium: 92px;
    --text-size-display-small: 60px;
    --text-size-heading-large: 42px;
    --text-size-heading-medium: 32px;
    --text-size-heading-small: 24px;
    --text-size-heading-smaller: 18px;
    --text-size-label-medium: 24px;
    --text-size-label-small: 18px;
    --text-size-paragraph-large: 32px;
    --text-size-paragraph-medium: 24px;
    --text-size-paragraph-small: 20px;
    --text-size-paragraph-smaller: 18px;
  }
}
:root {
  --auth-background-color: var(--color-neutral-500);
  --auth-console-background-color: var(--color-neutral-800);
  --auth-horizontal-gutter: var(--dimension-space-large);
  --auth-horizontal-gutter-double: calc(var(--auth-horizontal-gutter) * 2);
  --auth-vertical-gutter: var(--dimension-space-larger);
  --auth-navigation-height: var(--dimension-layout-small);
  --auth-navigation-horizontal-gutter: var(--dimension-space-small);
  --auth-navigation-vertical-gutter: var(--dimension-space-smaller);
  --auth-title-font-size: var(--text-size-option-600);
  --auth-scrollbar-width: 20px;
}
@media screen and (min-width: 496px) {
  :root {
    --auth-horizontal-gutter: var(--dimension-space-largest);
    --auth-horizontal-gutter-double: calc(var(--auth-horizontal-gutter) * 2);
    --auth-navigation-height: calc(
      var(--dimension-layout-small)+var(--dimension-space-smaller)
    );
    --auth-title-font-size: var(--text-size-option-600);
    --auth-scrollbar-width: 20px;
  }
}
html,
body {
  background: var(--auth-background-color);
  font-family: var(--text-family-secondary);
  font-weight: normal;
  font-variant-ligatures: none;
  overflow: auto;
}
body {
  padding: 0 var(--auth-horizontal-gutter);
}
::-webkit-scrollbar {
  width: var(--auth-scrollbar-width);
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  box-shadow: var(--color-neutral-200) 0 0 var(--auth-scrollbar-width)
    var(--auth-scrollbar-width) inset;
  border: solid 6px transparent;
  height: 60px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
.views {
  background: var(--auth-background-color);
  color: var(--color-neutral-200);
}
.otktitle-1,
.otktitle-2,
.otktitle-3,
#reg-basic-info-panel > .upgrade-privacy-friend,
.otktitle-4,
.otktitle-5,
.otktitle-6 {
  color: var(--color-neutral-0);
  font-family: var(--text-family-secondary);
  text-align: center;
  letter-spacing: 0.48px;
  font-feature-settings: "ss03" on;
  line-height: var(--text-space-line-height-moderate);
  letter-spacing: var(--text-space-letter-spacing-heading);
}
.otktitle-2 {
  font-size: var(--auth-title-font-size);
}
.otktitle-3,
#reg-basic-info-panel > .upgrade-privacy-friend {
  font-weight: 500;
  font-size: var(--text-size-heading-small);
}
.otktitle-4 {
  font-weight: 500;
  font-size: var(--text-size-heading-small);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  line-height: var(--text-space-line-height-moderate);
}
.otktitle-5 {
  font-weight: 500;
}
.otktitle-6 {
  font-weight: 500;
}
.otkc {
  color: #fff;
  font-family: var(--text-family-secondary);
  font-weight: normal;
  font-size: var(--text-size-option-300);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  line-height: var(--text-space-line-height-moderate);
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.link-in-message > a,
.otka {
  font-family: var(--text-family-secondary);
  font-weight: inherit;
  font-size: inherit;
  color: var(--color-brand-primary-300);
  -webkit-font-smoothing: antialiased;
  line-height: var(--text-space-line-height-tight);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  text-align: center;
}
#switch-login-method .otka {
  font-size: var(--text-size-option-200);
  letter-spacing: 0.42px;
  margin-bottom: auto;
  font-size: var(--text-size-option-300);
}
#switch-login-method {
  margin-top: var(--dimension-space-medium);
  margin-bottom: var(--dimension-space-small);
  text-align: center;
}
.otka:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    var(--color-brand-primary-300) 50%
  );
}
.views > section h1 {
  margin: var(--space-margin-stacked-large) !important;
}
.otkicon,
.otkradio > input:checked + label::after,
.otkradio > input:focus + label::after,
.otkradio > label:focus::after,
.otkcheckbox > input:checked + label::after,
.otkcheckbox > input:focus + label::after,
.otkcheckbox > label:focus::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.otkinput .otkicon {
  width: var(--dimension-space-large);
  height: var(--dimension-space-large);
}
.otkbtn,
.otkbtn.otkbtn-primary,
section #passwordShow,
#passwordRecover #passwordShow,
#createBase #passwordShow,
#loginBase #passwordShow,
section .back-btn,
#passwordRecover .back-btn,
#createBase .back-btn,
#loginBase .back-btn {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--text-family-secondary);
  letter-spacing: var(--text-space-letter-spacing-all-caps);
  background: var(--color-btn-background-rgba);
  border-radius: 8px;
  border-width: 0;
  transition-property: all;
  transition-timing-function: var(--animation-easing-standard);
  -webkit-font-smoothing: antialiased;
}
.otkbtn.otkbtn-primary > .otkicon,
section #passwordShow > .otkicon,
#passwordRecover #passwordShow > .otkicon,
#createBase #passwordShow > .otkicon,
#loginBase #passwordShow > .otkicon {
  position: static;
  margin-left: calc(var(--dimension-space-smaller) * -1);
  margin-right: var(--dimension-space-smallest);
}
section .back-btn > .otkicon,
#passwordRecover .back-btn > .otkicon,
#createBase .back-btn > .otkicon,
#loginBase .back-btn > .otkicon {
  margin-right: var(--dimension-space-smaller);
}
.otkbtn.otkbtn-primary:not(.disabled):hover,
section #passwordShow:hover,
#passwordRecover #passwordShow:hover,
#createBase #passwordShow:hover,
#loginBase #passwordShow:hover,
section .back-btn:hover,
#passwordRecover .back-btn:hover,
#createBase .back-btn:hover,
#loginBase .back-btn:hover {
  transition-duration: var(--animation-time-rapid);
  transform: scale(0.96);
}
#login-with-first-party .btn-steam-login:hover,
#login-with-first-party .btn-apple-login:hover,
#login-with-first-party .btn-facebook-login:hover,
#login-with-first-party .btn-google-login:hover,
#login-with-first-party .btn-xbox-login:hover,
#login-with-first-party .btn-psn-login:hover {
  transform: scale(0.96);
}
.otkbtn.otkbtn-primary:not(.disabled):active,
section #passwordShow:active,
#passwordRecover #passwordShow:active,
#createBase #passwordShow:active,
#loginBase #passwordShow:active,
section .back-btn:active,
#passwordRecover .back-btn:active,
#createBase .back-btn:active,
#loginBase .back-btn:active {
  transition-duration: var(--animation-time-average);
  transform: scale(0.96);
}
.otkbtn.otkbtn-primary:focus,
section #passwordShow:focus,
#passwordRecover #passwordShow:focus,
#createBase #passwordShow:focus,
#loginBase #passwordShow:focus,
section .back-btn:focus,
#passwordRecover .back-btn:focus,
#createBase .back-btn:focus,
#loginBase .back-btn:focus {
  outline: solid 0 transparent;
}
section .otkbtn.right,
#passwordRecover .otkbtn.right,
#createBase .otkbtn.right,
#loginBase .otkbtn.right {
  display: flex;
  width: auto;
  min-width: auto;
  max-width: 100%;
}
section .back-btn,
#passwordRecover .back-btn,
#createBase .back-btn,
#loginBase .back-btn {
  padding: var(--padding-button-squish-small);
}
section #passwordShow,
#passwordRecover #passwordShow,
#createBase #passwordShow,
#loginBase #passwordShow,
section .back-btn,
#passwordRecover .back-btn,
#createBase .back-btn,
#loginBase .back-btn {
  height: var(--dimension-space-larger);
  font-size: var(--text-size-button-small);
  border-radius: var(--border-radius-smaller);
}
.otkbtn,
.otkbtn.otkbtn-primary {
  height: var(--dimension-space-largest);
  padding: var(--padding-button-squish-medium);
  font-size: var(--text-size-button-medium);
  border-radius: var(--border-radius-smaller);
}
.otkbtn.otkbtn-primary {
  border: solid 0 transparent;
  color: var(--color-neutral-0);
  background: var(--color-brand-primary-600);
}
.otkbtn.otkbtn-primary:not(.disabled):hover {
  background: var(--color-brand-primary-700);
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-brand-rgb-primary), var(--effects-radiation-alpha-large));
}
.otkbtn.otkbtn-primary:not(.disabled):focus {
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-brand-rgb-primary), var(--effects-radiation-alpha-large));
}
.otkbtn.otkbtn-primary:not(.disabled):active {
  background: var(--color-brand-primary-400);
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-brand-rgb-primary), var(--effects-radiation-alpha-large));
}
.otkbtn.otkbtn-primary.disabled {
  background: var(--color-neutral-400);
  color: var(--color-neutral-200);
  pointer-events: none;
}
.otknav.otknav-pills {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border: solid 0 transparent;
  height: var(--auth-navigation-height);
}
.otknav.otknav-pills::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--stroke-width-small);
  background: var(--color-neutral-400);
}
.otknav.otknav-pills > .otkpill:hover::after,
.otknav.otknav-pills > .otkpill.otkpill-active::after {
  position: absolute;
  display: block;
  content: "";
  width: auto;
  right: var(--auth-navigation-horizontal-gutter);
  left: var(--auth-navigation-horizontal-gutter);
  bottom: 0;
  height: var(--stroke-width-small);
  transition-duration: inherit;
  transition-delay: inherit;
  transition-timing-function: inherit;
  transition-property: all;
}
.otknav.otknav-pills > .otkpill {
  position: relative;
  margin: 0;
  padding: 0;
}
.otknav.otknav-pills > .otkpill:first-of-type {
  margin-left: calc(var(--auth-navigation-horizontal-gutter) * -1);
}
.otknav.otknav-pills > .otkpill,
.otknav.otknav-pills > .otkpill > a {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  font-family: var(--text-family-secondary);
  font-weight: normal;
  font-size: var(--text-size-option-400);
  color: var(--color-neutral-200);
  text-transform: none;
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  -webkit-font-smoothing: antialiased;
}
.otknav.otknav-pills > .otkpill > a {
  display: flex !important;
  padding: var(--auth-navigation-vertical-gutter)
    var(--auth-navigation-horizontal-gutter);
  border-width: 0;
  justify-content: flex-start;
  align-items: center;
}
.otknav.otknav-pills > .otkpill:hover,
.otknav.otknav-pills > .otkpill:hover > a {
  color: var(--color-neutral-0);
}
.otknav.otknav-pills > .otkpill:hover::after {
  background: var(--color-neutral-300);
}
.otknav.otknav-pills > .otkpill.otkpill-active,
.otknav.otknav-pills > .otkpill.otkpill-active > a {
  color: var(--color-neutral-0);
}
.otknav.otknav-pills > .otkpill {
  height: auto;
}
.otknav.otknav-pills > .otkpill > a {
  line-height: 20px;
}
.otknav.otknav-pills > .otkpill.otkpill-active::after {
  background: var(--color-gradient-primary);
}
nav.otknavbar {
  padding: 0;
}
.otkicon,
.otkradio > input:checked + label::after,
.otkradio > input:focus + label::after,
.otkradio > label:focus::after,
.otkcheckbox > input:checked + label::after,
.otkcheckbox > input:focus + label::after,
.otkcheckbox > label:focus::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: quantumgrow var(--animation-time-faster)
    var(--animation-easing-standard);
}
.otkinput .otkicon {
  width: var(--dimension-space-large);
  height: var(--dimension-space-large);
}
.otkinput .otkicon ~ input,
.otkselect > .otkinput-icon ~ .otkselect-label,
.otkinput > input,
.otkselect > .otkselect-label {
  height: var(--dimension-layout-smaller);
  padding-inline-start: var(--dimension-space-small);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: var(--text-space-line-height-tighter);
}
.otkinput .otkicon ~ input,
.otkselect > .otkinput-icon ~ .otkselect-label,
.quantum-input-icon ~ input,
.otkselect > .quantum-input-icon ~ .otkselect-label {
  padding-left: var(--dimension-space-largest);
}
.otkinput > input,
.otkselect > .otkselect-label,
.otkinput > input::placeholder,
.otkselect > .otkselect-label::placeholder {
  color: var(--text-color-neutral);
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-300);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--text-space-letter-spacing-paragraph);
}
.otkinput > input::placeholder,
.otkselect > .otkselect-label::placeholder {
  color: rgba(var(--text-color-rgb-neutral), var(--fill-alpha-medium));
}
.otkinput > input::-webkit-input-placeholder,
.otkselect > .otkselect-label::-webkit-input-placeholder {
  line-height: normal;
}
.otkinput > input,
.otkinput.otkinput-grouped > input,
.otkinput.otkinput-grouped:first-child > input,
.otkinput.otkinput-grouped:last-child > input,
.otkcheckbox > label::before,
.otkselect > .otkselect-label,
#reg-basic-info-panel div > .otkinput > input {
  border-radius: var(--border-radius-smaller) !important;
  transition: all var(--animation-time-faster) var(--animation-easing-standard);
}
#phoneNumberContainer .otkselect-label {
  border-top-right-radius: var(--border-radius-none) !important;
  border-bottom-right-radius: var(--border-radius-none) !important;
  padding-left: var(--dimension-space-larger);
  padding-bottom: var(--dimension-space-small);
}
#phoneNumberContainer .phone-number-write input {
  border-top-left-radius: var(--border-radius-none) !important;
  border-bottom-left-radius: var(--border-radius-none) !important;
}
.otktooltip > .otktooltip-inner {
  border-top-left-radius: var(--border-radius-smaller) !important;
  border-top-right-radius: var(--border-radius-smaller) !important;
  border-bottom-right-radius: var(--border-radius-smaller) !important;
  border-bottom-left-radius: var(--border-radius-smaller) !important;
}
.otkcheckbox > label::before {
  border-top-left-radius: var(--border-radius-smallest) !important;
  border-top-right-radius: var(--border-radius-smallest) !important;
  border-bottom-right-radius: var(--border-radius-smallest) !important;
  border-bottom-left-radius: var(--border-radius-smallest) !important;
}
.otkinput > input,
.otkinput.otkinput-grouped > input,
.otkinput.otkinput-grouped:first-child > input,
.otkinput.otkinput-grouped:last-child > input,
.otkradio > label::before,
.otkcheckbox > label::before,
.otkselect > .otkselect-label {
  color: var(--text-color-light);
  background: var(--color-neutral-800);
  border-width: var(--stroke-width-small);
  border-color: var(--color-neutral-300);
}
.otkinput > input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--color-neutral-800) inset !important;
  -webkit-text-fill-color: var(--text-color-light) !important;
}
.otkinput > input:-webkit-autofill:focus,
.otkinput > input:-webkit-autofill:hover {
  box-shadow: 0 0 0 1000px var(--color-neutral-800) inset !important;
  -webkit-text-fill-color: var(--text-color-neutral) !important;
}
.otkinput > input:hover,
.otkinput.otkinput-grouped > input:hover,
.otkinput.otkinput-grouped:first-child > input:hover,
.otkinput.otkinput-grouped:last-child > input:hover,
.otkselect > select:hover ~ .otkselect-label {
  color: var(--text-color-light);
  background: var(--color-neutral-800);
  border-width: var(--stroke-width-small);
  border-color: var(--color-neutral-200);
  box-shadow: 0 0 var(--effects-radiation-radius-medium) 0
    rgba(var(--color-neutral-rgb-1000), var(--effects-radiation-alpha-medium));
}
.otkradio > label:hover::before,
.otkcheckbox > label:hover::before {
  color: var(--text-color-neutral);
  background: var(--color-neutral-800);
  border-width: var(--stroke-width-small);
  border-color: var(--color-neutral-300);
  box-shadow: 0 0 var(--effects-radiation-radius-medium) 0
    rgba(var(--color-neutral-rgb-1000), var(--effects-radiation-alpha-medium));
}
.otkselect:hover > select ~ .otkselect-label,
.otkselect:hover::after {
  color: var(--text-color-light);
}
.otkinput > input:focus,
.otkinput.otkinput-grouped > input:focus,
.otkinput.otkinput-grouped:first-child > input:focus,
.otkinput.otkinput-grouped:last-child > input:focus,
.otkradio > input:checked + label::before,
.otkradio > input:focus + label::before,
.otkradio > label:focus::before,
.otkcheckbox > input:checked + label::before,
.otkcheckbox > input:focus + label::before,
.otkcheckbox > label:focus::before,
.otkselect > select:focus ~ .otkselect-label {
  color: var(--text-color-light);
  background: var(--color-neutral-800);
  border-width: var(--stroke-width-small);
  border-color: var(--color-neutral-0);
  box-shadow: 0 0 var(--effects-radiation-radius-small)
    rgba(var(--color-neutral-rgb-0), var(--effects-radiation-alpha-medium));
}
.otkselect > .otkselect-label {
  color: var(--text-color-neutral);
}
.otkselect > .otkselect-label-active {
  color: var(--text-color-light);
}
.otkform-group-haserror input,
.otkinput.otkinput-iserror > input,
.otkinput.otkinput-grouped.otkinput-iserror > input,
.otkinput.otkinput-grouped:first-child.otkinput-iserror > input,
.otkinput.otkinput-grouped:last-child.otkinput-iserror > input {
  border-color: var(--color-system-error);
}
.otkform-group-haserror input:hover,
.otkinput.otkinput-iserror > input:hover,
.otkinput.otkinput-grouped:first-child.otkinput-iserror > input:hover,
.otkinput.otkinput-grouped:last-child.otkinput-iserror > input:hover {
  border-color: var(--color-system-error);
}
.otkform-group-haserror input:focus,
.otkinput.otkinput-iserror > input:focus,
.otkinput.otkinput-grouped:first-child.otkinput-iserror > input:focus,
.otkinput.otkinput-grouped:last-child.otkinput-iserror > input:focus {
  border-color: var(--color-neutral-0);
}
.otkinput-errormsg {
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-200);
  line-height: var(--text-space-line-height-tighter);
  color: var(--color-system-error);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  text-align: left;
}
.otklabel {
  text-transform: uppercase;
  display: block;
  font-size: var(--text-size-button-small);
  font-family: var(--text-family-secondary);
  color: var(--text-color-light);
  letter-spacing: var(--text-space-letter-spacing-all-caps);
  margin: var(--space-margin-stacked-smaller);
  line-height: var(--text-space-line-height-tighter);
  font-weight: bold;
  text-align: start;
}
.otktooltip {
  text-transform: none;
}
.otkform {
  margin: var(--space-margin-stacked-small);
}
.otkinput {
  margin: var(--space-margin-stacked-medium);
  display: block;
  width: 100%;
}
.otkinput .otkicon {
  color: var(--color-neutral-0);
}
.otkinput .otkicon:not(.otkicon-capslock-position) {
  left: var(--dimension-space-small);
}
.otkinput .otkinput-capslock:not(.otkinput-capslock-visible) {
  display: none;
}
.otkinput .otkicon-capslock-position {
  left: 320px;
}
.otkinput.otkinput-iserror::after {
  display: none;
}
.quantum-input-icon {
  left: var(--dimension-space-small);
  width: var(--dimension-space-larger);
  height: var(--dimension-space-larger);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  color: var(--color-neutral-0);
}
.quantum-input-icon-2 {
  left: calc(
    var(--dimension-space-small) * 2 - calc(0px - var(--dimension-space-larger))
  );
  width: var(--dimension-space-large);
  height: var(--dimension-space-large);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  color: var(--color-neutral-0);
}
.quantum-input-icon-3 {
  left: calc(var(--dimension-space-small) * 3+var(--dimension-space-large) * 2);
  width: var(--dimension-space-large);
  height: var(--dimension-space-large);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  color: var(--color-neutral-0);
}
.quantum-input-icon > svg {
  width: var(--dimension-space-larger);
  height: var(--dimension-space-larger);
  background: transparent;
}
.quantum-input-icon-2 > svg {
  width: var(--dimension-space-large);
  height: var(--dimension-space-large);
  background: transparent;
}
.quantum-input-icon-3 > svg {
  width: var(--dimension-space-large);
  height: var(--dimension-space-large);
  background: transparent;
}
.otkinput .eye-icon,
.eye-icon svg {
  width: var(--dimension-space-medium);
  margin: 0;
}
.hide-icon {
  display: none;
}
#tooltip > svg {
  width: var(--dimension-space-medium);
  height: var(--dimension-space-medium);
  margin-top: 4px;
  vertical-align: top;
}
.otktooltip-effect {
  outline: 0;
  display: inline-block;
}
.otktooltip-svg-focus {
  border-radius: 50%;
  border: solid var(--stroke-width-small) var(--color-neutral-0);
  box-shadow: 0 0 var(--effects-radiation-alpha-large);
}
#friend-visibility-tooltip > svg {
  width: var(--dimension-space-medium);
  height: var(--dimension-space-medium);
  margin-top: 4px;
  vertical-align: top;
}
#captcha-container .otkinput-errormsg,
#logViews .otkinput-errormsg {
  margin: var(--space-margin-stacked-small);
  text-align: start;
}
.otkradio,
.otkcheckbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.otkradio > label,
.otkcheckbox > label {
  font-weight: normal;
  font-size: var(--text-size-option-300);
  min-height: var(--dimension-layout-micro);
  font-family: var(--text-family-secondary);
  align-items: center;
  padding: 0;
  padding-left: var(--dimension-space-larger);
}
.otkradio > label,
.otkradio > label > span,
.otkcheckbox > label,
.otkcheckbox > label > span {
  color: var(--color-neutral-0);
}
.otkradio > label::before,
.otkradio > label::after,
.otkcheckbox > label::before,
.otkcheckbox > label::after {
  width: var(--dimension-layout-micro);
  height: var(--dimension-layout-micro);
  top: 0;
  left: 0;
}
.otkradio > input:checked + label::after,
.otkradio > input:focus + label::after,
.otkradio > label:focus::after {
  left: 8px;
  top: 8px;
  opacity: 1;
  animation: 0.375s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal forwards running
    animation-1knwo6n;
  border-width: 4px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  height: 8px;
  position: absolute;
  transform-origin: center center;
  width: 8px;
  z-index: 2;
  background: #343647;
}
.otkcheckbox > input:checked + label::after,
.otkcheckbox > input:focus + label::after,
.otkcheckbox > label:focus::after {
  left: 0;
}
.otkselect {
  height: var(--dimension-layout-smaller);
  flex: 0 1 100%;
  background: transparent;
  border: solid 0 transparent;
}
.otkselect > .otkinput-icon {
  color: var(--color-neutral-0);
  left: var(--dimension-space-small);
  z-index: 1;
}
.otkselect::after {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: var(--dimension-space-small);
  width: var(--dimension-layout-micro);
  height: auto;
  color: var(--text-color-neutral);
}
.otkselect-active::after {
  color: var(--text-color-light);
}
.otkform-group-field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.otkform-group-field > .otkselect {
  float: none;
  display: block;
  width: auto !important;
  margin-inline-end: 0 !important;
}
.otkform-group-field > .otkselect + .otkselect {
  margin-inline-start: var(--dimension-space-smaller);
}
.otkform-group-field > .otkselect.monthselect {
  flex: 7;
}
.otkform-group-field > .otkselect.dayselect {
  flex: 5;
}
.otkform-group-field > .otkselect.yearselect {
  flex: 5;
}
.otkform-group {
  margin: var(--space-margin-stacked-medium);
}
.dobcontainer.otkform-group {
  height: auto !important;
  margin: var(--space-margin-stacked-larger);
}
.otktooltip > .otktooltip-inner {
  background-color: var(--color-neutral-700);
  color: black;
  padding: var(--dimension-space-smaller);
  text-align: start;
}
.otktooltip > .otktooltip-inner,
.otktooltip > .otktooltip-inner > span,
.otktooltip > .otktooltip-inner > span:last-of-type {
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-100);
  font-weight: 500;
  margin: 0;
  color: var(--color-neutral-0);
  -webkit-font-smoothing: antialiased;
  line-height: var(--text-space-line-height-tight);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
}
.otktooltip > .otktooltip-inner > span:last-child,
.otktooltip > .otktooltip-inner > span:last-of-type:last-child {
  display: block;
  margin-top: 0.75em;
}
.otktooltip > .otktooltip-inner .svg-container .visible {
  display: inline-block !important;
}
.otktooltip > .otktooltip-inner i.svg-icon {
  display: none;
}
.otktooltip > .otktooltip-inner .svg-icon > svg {
  position: relative;
  margin-top: 8px;
  margin-right: 8px;
  top: 3px;
  height: 16px;
  width: 16px;
}
.otktooltip > .otktooltip-inner .check-icon > svg {
  fill: var(--text-color-success);
}
.otktooltip > .otktooltip-inner .close-icon > svg {
  fill: var(--text-color-error);
}
.otkinput > .otktooltip > .otktooltip-arrow {
  display: none;
}
.otkinput > .otktooltip > .otktooltip-inner {
  top: 0;
  padding: var(--dimension-space-medium);
  max-width: 100% !important;
}
.otkinput > .otktooltip.otktooltip-bottom,
.otkinput > .otktooltip.otktooltip-bottom > .otktooltip-inner,
.otkinput > .otktooltip.otktooltip-top,
.otkinput > .otktooltip.otktooltip-top > .otktooltip-inner {
  width: 100%;
}
.otkinput > .otktooltip.otktooltip-bottom {
  top: 100%;
  margin-top: var(--dimension-space-smaller) !important;
}
.otkinput > .otktooltip.otktooltip-bottom {
  bottom: 100%;
  margin-bottom: var(--dimension-space-smaller) !important;
}
.otkinput > .otktooltip .otkicon {
  left: 0;
  top: 3px;
  width: var(--dimension-space-medium);
  height: var(--dimension-space-medium);
  border-radius: 50%;
  margin-right: var(--dimension-space-smaller);
}
.otkinput > .otktooltip .otkicon.otkicon-check {
  color: var(--color-system-success);
}
.otkinput > .otktooltip .otkicon.otkicon-close {
  color: var(--color-system-error);
}
footer {
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14px 32px;
}
footer > img {
  margin: 0;
}
footer .otktitle-5 {
  font-size: var(--text-size-paragraph-smaller);
  font-weight: normal;
  color: var(--color-neutral-300);
  -webkit-font-smoothing: antialiased;
}
section,
#passwordRecover,
#createBase,
#loginBase {
  font-family: var(--text-family-secondary);
  font-size: var(--text-size-option-300);
  padding: var(--auth-vertical-gutter) 0;
}
@media screen and (min-width: 496px) {
  section,
  #passwordRecover,
  #createBase,
  #loginBase {
    min-height: calc(
      100vh - var(--dimension-layout-smaller) - var(--dimension-layout-small)
    );
  }
}
section #passwordShow,
#passwordRecover #passwordShow,
#createBase #passwordShow,
#loginBase #passwordShow {
  position: absolute;
  top: var(--dimension-space-smaller);
  right: var(--dimension-space-small);
  bottom: var(--dimension-space-smaller);
  z-index: 1;
  margin-top: 0;
  padding: 8px 8px;
  width: 40px !important;
  background: rgba(var(--color-neutral-rgb-700), 0.6);
  border: solid 0 transparent;
  color: var(--color-neutral-0);
  background: transparent;
  letter-spacing: var(--text-space-letter-spacing-all-caps);
  line-height: var(--text-space-line-height-tighter);
}
section #passwordShow:active,
#passwordRecover #passwordShow:active,
#createBase #passwordShow:active,
#loginBase #passwordShow:active {
  background: rgba(var(--color-neutral-rgb-0), 0.05);
}
.passwordShowBtn::after,
.passwordShowBtn::before {
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.125s cubic-bezier(0.86, 0, 0.07, 1) 0s,
    opacity 0.125s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  width: 100%;
}
.passwordShowBtn::after {
  background-color: var(--color-neutral-400);
  border: medium none;
  opacity: 50%;
}
.passwordShowBtn:hover::after {
  background-color: rgba(var(--color-neutral-rgb-1000), 0.2);
}
.passwordShowBtn-text {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  margin-left: 28px;
  text-align: right;
}
#forgot-password-section,
#logout-and-relogin-section {
  text-align: center;
}
section #forget-password,
#passwordRecover #forget-password,
#createBase #forget-password,
#loginBase #forget-password {
  display: inline-block;
  width: max-content;
  font-weight: normal;
  font-size: var(--text-size-option-300);
  letter-spacing: var(--text-space-letter-spacing-paragraph);
  color: var(--color-brand-primary-300);
  margin-bottom: auto;
}
section .checkbox-login-first,
#passwordRecover .checkbox-login-first,
#createBase .checkbox-login-first,
#loginBase .checkbox-login-first {
  margin: var(--space-margin-stacked-smallest-zero);
}
section #sendBtn,
section #panel-action-area-container,
section .panel-action-area,
#passwordRecover #sendBtn,
#passwordRecover #read-accept-container,
#passwordRecover #panel-action-area-container,
#passwordRecover .panel-action-area,
#createBase #sendBtn,
#createBase #read-accept-underage-container,
#createBase #panel-action-area-container,
#createBase .panel-action-area,
#loginBase #sendBtn,
#loginBase #read-accept-container,
#loginBase #panel-action-area-container,
#loginBase .panel-action-area {
  margin-top: var(--dimension-space-larger);
}
section .otkbtn,
#passwordRecover .otkbtn,
#createBase .otkbtn,
#loginBase .otkbtn {
  margin: 0;
  margin-top: var(--dimension-space-larger);
}
section .otkbtn.right,
#passwordRecover .otkbtn.right,
#createBase .otkbtn.right,
#loginBase .otkbtn.right {
  float: none;
}
section .back-btn,
#passwordRecover .back-btn,
#createBase .back-btn,
#loginBase .back-btn {
  background: rgba(var(--color-neutral-rgb-400, 0.5));
  border: solid 0 transparent;
  color: var(--color-neutral-0);
}
section .back-btn:focus,
#passwordRecover .back-btn:focus,
#createBase .back-btn:focus,
#loginBase .back-btn:focus {
  border: solid var(--stroke-width-small) var(--color-neutral-0);
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-neutral-rgb-0), var(--effects-radiation-alpha-large));
}
section .back-btn:active,
#passwordRecover .back-btn:active,
#createBase .back-btn:active,
#loginBase .back-btn:active {
  background: rgba(var(--color-neutral-rgb-0), 0.05);
}
#panel-connection-error > section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: var(--space-padding-squash-macro);
  height: 100%;
  min-height: 100%;
}
#panel-connection-error > section .otkicon-warning {
  position: static;
}
#panel-connection-error .panel-content > * {
  text-align: center;
}
#resetpasswordformrequest .otkform-inputgroup {
  margin-top: var(--dimension-space-larger);
}
#resetpasswordformrequest .captcha-container {
  margin-top: var(--dimension-space-large);
}
#reg-country-dob-panel > div,
.reg-form-width {
  width: auto;
}
#reg-basic-info-panel > .upgrade-privacy-friend {
  margin-top: var(--dimension-space-medium);
}
#reg-form #clientreg_friend_visibility,
#privacyForm #clientreg_friend_visibility {
  margin-bottom: var(--dimension-space-larger);
}
@media (min-height: 800px) {
  body {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section,
  #passwordRecover,
  #createBase,
  #loginBase {
    min-height: calc(800px - var(--dimension-layout-smaller) - 70px);
    height: auto;
  }
  #panel-connection-error > section {
    height: 100%;
    min-height: 708px;
  }
}
h1#verifyHeading {
  margin: var(--space-margin-stacked-large) !important;
}
.back-btn-icon,
.back-btn-icon svg {
  left: 0;
  width: var(--dimension-space-medium);
  height: var(--dimension-space-medium);
}
.back-btn-icon,
.back-btn-icon-mobile > svg {
  width: var(--dimension-space-larger);
}
#ageUpConfirmForm {
  height: 708px;
}
#ageUpConfirmForm section {
  padding-top: 64px;
}
#problems-rev-code,
.link-in-message > a {
  display: inline-block;
}
.input-margin-bottom-error-message {
  margin-bottom: var(--space-margin-input-error-message-bottom);
}
.otkradio > label,
.otkcheckbox > label {
  padding-inline-start: 36px;
  margin: 0;
}
.otkradio > span {
  color: var(--color-neutral-0);
  font-weight: 400;
  min-height: var(--dimension-layout-micro);
  font-family: var(--text-family-secondary);
  align-items: center;
  padding: 2px 0 2px 24px;
}
.otkradio > label::after {
  opacity: 0;
}
.otkradio > label:hover::after {
  opacity: 1;
  left: 10px;
  top: 10px;
  opacity: 1;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-neutral-400);
  border-image: initial;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  position: absolute;
  transform-origin: center center;
  z-index: 2;
}
.radio-separator {
  height: 24px;
}
.radio-separator:last-of-type {
  height: 0;
}
.separator-64 {
  height: 64px;
}
.separator-32 {
  height: 32px;
}
.separator-16 {
  height: 16px;
}
.separator-8 {
  height: 8px;
}
.separator-6 {
  height: 6px;
}
.button-top-separator {
  height: 32px;
}
#loginBase .otkbtn {
  margin-top: 0;
}
.otknavbar .otknav .nav-item {
  border-radius: 8px;
  border: solid var(--stroke-width-small) transparent;
}
.otknavbar .otknav .nav-item.tabkey-focus-visible:not(.disabled) {
  border: solid var(--stroke-width-small) var(--color-neutral-0) !important;
  box-shadow: 0 0 var(--effects-radiation-radius-small)
    rgba(var(--color-neutral-rgb-0), var(--effects-radiation-alpha-large)) !important;
  outline: solid 0 transparent !important;
}
.otkbtn.tabkey-focus-visible:not(.disabled) {
  border: solid var(--stroke-width-small) var(--color-neutral-0) !important;
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-neutral-rgb-0), var(--effects-radiation-alpha-large)) !important;
  outline: solid 0 transparent !important;
}
.zero-margin {
  margin: 0 !important;
}
.btn-box {
  height: var(--dimension-space-largest);
}
.region-select-drop-down-btn {
  display: inline-flex;
  position: absolute;
  left: 0;
  width: calc(
    var(--dimension-space-small) * 3.2 -
      calc(0px - var(--dimension-space-large) * 3)
  );
  height: var(--dimension-space-large);
  justify-content: center;
  align-items: center;
  top: var(--dimension-space-large);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.region-select-drop-down-btn:hover {
  cursor: pointer;
}
.region-select-drop-down-btn:hover::after {
  color: white;
}
.region-select-drop-down-btn::after {
  content: "\e607";
  position: absolute;
  font-family: "origin";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  width: var(--dimension-layout-micro);
  left: calc(
    var(--dimension-space-small) * 3 -
      calc(0px - var(--dimension-space-large) * 2)
  );
  height: auto;
  color: var(--text-color-neutral);
}
.region-select-drop-down-btn ~ input {
  padding-inline-start: calc(
    var(--dimension-space-small) * 4 -
      calc(0px - var(--dimension-space-large) * 3)
  );
}
.region-select-drop-down-panel {
  position: absolute;
  background-color: #fff;
  border-top-left-radius: var(--border-radius-smallest) !important;
  border-top-right-radius: var(--border-radius-small) !important;
  border-bottom-right-radius: var(--border-radius-small) !important;
  border-bottom-left-radius: var(--border-radius-smallest) !important;
  padding: 0 var(--dimension-space-smaller);
  width: 100%;
  top: calc(var(--dimension-layout-smaller) * 1.1);
  z-index: 3;
  display: none;
}
.region-select-drop-down-inner-panel {
  max-height: calc(var(--dimension-layout-smaller) * 5);
  overflow-y: auto;
}
.region-select-drop-down-option-container {
  padding: var(--dimension-space-micro) 0 var(--dimension-space-micro) 0;
  height: var(--dimension-layout-smaller);
  position: relative;
}
.region-select-drop-down-option-inner-container {
  position: relative;
  height: 100%;
}
.region-select-drop-down-option-btn {
  display: flex;
  align-items: center;
  border-top-left-radius: var(--border-radius-smallest) !important;
  border-top-right-radius: var(--border-radius-smallest) !important;
  border-bottom-right-radius: var(--border-radius-smallest) !important;
  border-bottom-left-radius: var(--border-radius-smallest) !important;
  height: 100%;
  color: var(--color-neutral-700);
  padding: 0 var(--dimension-space-small) 0 var(--dimension-space-small);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: var(--text-space-letter-spacing-paragraph);
}
.region-select-drop-down-option-btn-selected {
  background-color: var(--color-brand-primary-700) !important;
  color: var(--color-neutral-0) !important;
}
.region-select-drop-down-option-btn:hover {
  cursor: pointer;
  background-color: var(--color-neutral-100);
  text-decoration: none !important;
}
.region-select-drop-down-option-btn:focus {
  background-color: var(--color-neutral-100);
  outline: 0;
}
.quantum-input-icon ~ .region-select-drop-down-option-btn {
  padding-inline-start: var(--dimension-space-largest);
}
.otkbtn.otkbtn-black {
  background: var(--color-button-shadow);
  border: 2px solid var(--color-brand-primary-600);
}
.otkbtn.otkbtn-black:not(.disabled):hover {
  background: var(--color-button-shadow);
  box-shadow: 0 0 var(--effects-radiation-radius-medium)
    rgba(var(--color-brand-rgb-primary), var(--effects-radiation-alpha-large));
}
.otkinput-underline-description {
  font-weight: 400;
  font-size: 14px;
}
.otkinput-underline-description-hidden {
  display: none;
}

.email-svg {
  background: transparent url(../img/EmailIcon.svg) no-repeat 0 0;
}

.second_email-svg {
  background: transparent url(../img/EmailIcon.svg) no-repeat 0 0;
}

.sms-svg {
  background: transparent url(../img/SMSIcon.svg) no-repeat 0 0;
}

.app-svg {
  background: transparent url(../img/AuthenticatorIcon.svg) no-repeat 0 0;
}

.send-code-svg-span {
  width: 48px;
  height: 48px;
  margin-top: -4px;
  background-size: 100% 100%;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 15px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--color-neutral-200);
}

.divider::before {
  margin-right: 16px;
}

.divider::after {
  margin-left: 16px;
}

#project-home-button-text {
  margin-bottom: var(--dimension-space-larger);
}

#continueOnRecognizedDeviceBtn {
  margin-bottom: var(--dimension-space-small);
  margin-top: var(--dimension-space-smallest);
  padding: var(--padding-button-squish-small);
}

.link-tooltip {
  text-decoration: none;
}

.link-tooltip .link-tooltip-text {
  visibility: hidden;
  width: 300px;
  background-color: var(--color-neutral-900);
  color: var(--text-color-light);
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant-ligatures: none;
}

.link-tooltip .link-tooltip-text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--color-neutral-900) transparent transparent transparent;
}

.link-tooltip:hover .link-tooltip-text {
  visibility: visible;
  opacity: 1;
}
