

.footer {
  width: 100%;
  font: 400 12px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  position: relative;
}
.footer_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    justify-items: flex-end;
    margin: 0 auto;
    padding: 0 16px 20px;
}
@media all and (min-width: 1100px) {
.footer_inner {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin: 0 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}
@media all and (min-width: 1600px) {
.footer_inner {
        margin: 0 100px;
}
}
.footer_nav-and-copyright {
    width: 100%;
}
@media all and (min-width: 1100px) {
.footer_nav-and-copyright {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.footer_nav {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 1100px) {
.footer_nav {
        padding-top: 0;
        border: none;
}
}
@media all and (min-width: 1600px) {
.footer_copyright {
      max-width: 700px;
}
}
.footer_platform-list-and-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_platform-list-and-rating {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-left: auto;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.footer_platform-list-and-rating {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin-top: 0;
}
}
.footer_platform-list {
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_platform-list {
        width: auto;
        margin-left: 0;
}
}
@media all and (min-width: 1100px) {
.footer_platform-list {
        margin-right: 24px;
}
}
.footer_rating-list {
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_rating-list {
        width: auto;
}
}

.footer-link {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.5s;
}
.footer-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  text-align: left;
}
.copyright_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-right: 8px;
    opacity: .3;
    position: relative;
    transition: opacity 0.5s;
}
.copyright_logo:hover {
      opacity: .7;
}
.copyright_logo img {
      width: auto;
      max-width: 26px;
}
.copyright_text {
    width: 100%;
}

.rating-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  padding-left: 34px;
}
@media all and (min-width: 720px) {
.rating-list {
      -ms-flex-align: end;
          align-items: flex-end;
      width: auto;
      margin-top: 0;
}
}
@media all and (min-width: 1100px) {
.rating-list {
      padding-left: 0;
}
}
.rating-list__extended .rating-list_icon {
    max-height: 68px;
}
@media all and (min-width: 720px) {
.rating-list__extended .rating-list_icon {
        height: 68px;
}
}
.rating-list_list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media all and (min-width: 720px) {
.rating-list_list {
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: auto;
}
}
.rating-list_item:not(:first-child) {
    margin-left: 10px;
}
.rating-list_link {
    display: inline-block;
    transition: opacity 0.5s;
}
.rating-list_link:hover {
      opacity: .7;
}
.rating-list_icon {
    max-height: 36px;
}
@media all and (min-width: 720px) {
.rating-list_icon {
        width: auto;
        height: 36px;
}
}
.rating-list_description {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
@media all and (min-width: 720px) {
.rating-list_description {
        text-align: right;
        white-space: nowrap;
}
}
@media all and (min-width: 1100px) {
.rating-list_description {
        font-size: 12px;
        line-height: 1.2;
}
}

.footer-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 34px;
  text-transform: uppercase;
}
.footer-navigation_item {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.footer-navigation_item:not(:last-child) {
      padding-right: 20px;
}
@media all and (min-width: 720px) {
.footer-navigation_item:not(:last-child) {
          padding-right: 25px;
}
}
@media all and (min-width: 1600px) {
.footer-navigation_item:not(:last-child) {
          padding-right: 30px;
}
}

/* stylelint-disable-next-line selector-max-id */
#ot-sdk-btn.ot-sdk-show-settings.footer-link {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  transition: color 0.5s;
  /* stylelint-disable-next-line selector-max-id */
}
#ot-sdk-btn.ot-sdk-show-settings.footer-link:hover {
    background: none;
    color: rgba(255, 255, 255, 0.5);
}

.platform-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 16px;
  padding-left: 34px;
}
@media all and (min-width: 720px) {
.platform-list {
      width: auto;
      margin-top: 0;
}
}
.platform-list__extended .platform-list_icon {
    max-height: 68px;
}
@media all and (min-width: 720px) {
.platform-list__extended .platform-list_icon {
        height: 68px;
}
}
.platform-list_item {
    display: inline-block;
}
.platform-list_item:not(:first-child) {
      margin-left: 10px;
}
.platform-list_link {
    display: inline-block;
    transition: opacity 0.5s;
}
.platform-list_link:hover {
      opacity: .7;
}
.platform-list_icon {
    width: auto;
    max-height: 36px;
}
@media all and (min-width: 720px) {
.platform-list_icon {
        height: 36px;
}
}

.logo {
  display: inline-block;
  max-width: 290px;
  max-height: 150px;
}
.logo_img {
    max-width: 100%;
    max-height: 100%;
}

.lang-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 8px 0 8px 12px;
  border: none;
  outline: transparent;
  background-color: transparent;
  color: #fff;
  font: 12px/17px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2%;
  position: relative;
  transition: color 0.5s;
}
.lang-button::before {
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transition: border-color 0.5s, background-color 0.5s;
}
.lang-button:hover, .lang-button:active {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.lang-button:hover::before, .lang-button:active::before {
      opacity: 1;
}
.lang-button__current {
    color: #cbac77;
    font-style: italic;
    cursor: default;
    pointer-events: none;
}
.lang-button__current::before {
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-color: currentColor;
      background-color: transparent;
      left: 0;
}
.lang-button__selector {
    width: auto;
    padding: 0;
    text-align: right;
}
.lang-button__selector::before {
      display: none;
}
.lang-button__selector .lang-button_text {
      word-break: break-all;
}
.lang-button__selector .lang-button_world {
      display: inline-block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-right: 4px;
      position: relative;
      transition: fill 0.5s;
      fill: currentColor;
}
.lang-button__selector .lang-button_arrow {
      display: block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-left: 4px;
      position: relative;
      top: -1px;
      transition: fill 0.5s, -webkit-transform 0.5s;
      transition: transform 0.5s, fill 0.5s;
      transition: transform 0.5s, fill 0.5s, -webkit-transform 0.5s;
      fill: currentColor;
}
.lang-button__active .lang-button_arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.language-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  max-height: 100%;
  padding: 20px 30px;
  font: 400 12px/17px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
.language-list_item {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 20px 0 0;
    text-align: left;
    position: relative;
}
@media all and (min-width: 720px) {
.language-list_item {
        width: 25%;
}
}
@media all and (min-width: 1100px) {
.language-list_item {
        width: 20%;
}
}

.close-button {
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: transparent;
  background-color: transparent;
  color: #b8b397;
  overflow: hidden;
  position: fixed;
  top: 8px;
  right: 18px;
  cursor: pointer;
}
.close-button:hover {
    color: #cbac77;
}
.close-button::before, .close-button::after {
    width: 20px;
    height: 3px;
    margin-top: -1px;
    border-radius: 5px;
    background-color: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transition: color 0.5s;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.overlay {
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(22, 22, 22, 0.95);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
@media all and (min-width: 720px) {
.overlay {
      height: auto;
      position: absolute;
      top: auto;
      bottom: 100%;
      -webkit-transform: translateY(35px);
              transform: translateY(35px);
      transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
      will-change: transform;
}
}
@media all and (min-width: 720px) {
.overlay__top {
      height: auto;
      position: fixed;
      top: 0;
      bottom: auto;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
}
}
.overlay__open {
    opacity: 1;
    visibility: visible;
}
@media all and (min-width: 720px) {
.overlay__open {
        -webkit-transform: translateY(0);
                transform: translateY(0);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.overlay__open {
        -webkit-transform: none;
                transform: none;
}
}
.overlay__fullscreen {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
}
@media all and (min-width: 720px) {
.overlay__fullscreen {
        position: fixed;
}
}

@-webkit-keyframes spinner {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spinner {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.button-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 260px;
  height: 48px;
  padding: 0 40px;
  border-radius: 1px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(71, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
@-webkit-keyframes blink {
0% {
    -webkit-transform: translateX(-87px) skew(35deg);
            transform: translateX(-87px) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@keyframes blink {
0% {
    -webkit-transform: translateX(-87px) skew(35deg);
            transform: translateX(-87px) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
.button-link__blink {
    overflow: hidden;
    position: relative;
}
.button-link__blink::before {
      display: block;
      width: 100%;
      height: 100%;
      border-left: 58px solid rgba(255, 251, 237, 0.16);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: blink 3s infinite ease;
              animation: blink 3s infinite ease;
}
.button-link:hover {
    cursor: pointer;
}
.button-link__inherit {
    height: inherit;
}
@media all and (min-width: 720px) {
.button-link__large {
      height: 64px;
      font-size: 24px;
}
}
.button-link__small {
    min-width: 170px;
    height: 32px;
    font-size: 12px;
}
@media all and (min-width: 720px) {
.button-link__small {
        height: 48px;
        font-size: 18px;
}
}
@media all and (min-width: 1100px) {
.button-link__small {
        height: 40px;
        font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.button-link__small {
        height: 48px;
        font-size: 18px;
}
}
.button-link__primary {
    background-color: #fe5000;
    color: #f9f5e1;
    text-shadow: none;
}
.button-link__primary:hover, .button-link__primary:focus {
      background-color: #f80;
}
.button-link__secondary {
    background-color: #6c6a5f;
    color: #f9f5e1;
}
.button-link__secondary:hover, .button-link__secondary:focus {
      background-color: #a7a493;
}
.button-link__transparent {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #f9f5e1;
}
.button-link__transparent:hover, .button-link__transparent:focus {
      border-color: transparent;
      background-color: #f7f1d4;
      color: #1f1f1f;
}
.button-link__primary3d {
    width: 100%;
    box-shadow: 0 2px 0 #661000, inset 0 0 8px rgba(255, 210, 0, 0.1), inset 0 1px 0 #fab81b, inset 0 -1px 0 #ef4511;
    background: linear-gradient(to bottom, #fab81b, #ef4511) no-repeat 0, linear-gradient(to bottom, #fab81b, #ef4511) no-repeat 100%, #f25322 linear-gradient(to bottom, #f60, #a6230e) no-repeat;
    background-size: 1px 100%, 1px 100%, cover;
    color: #fff;
    text-shadow: 0 -1px rgba(71, 0, 0, 0.3);
    position: relative;
}
.button-link__primary3d::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: inset 0 0 8px rgba(255, 210, 0, 0.1), inset 0 1px 0 #fab81b, inset 0 -1px 0 #ff7e00;
      background: linear-gradient(to bottom, #fab81b, #ff7e00) no-repeat 0, linear-gradient(to bottom, #fab81b, #ff7e00) no-repeat 100%, #ff7e00 linear-gradient(to bottom, #ff7e00, #c2530a) no-repeat;
      background-size: 1px 100%, 1px 100%, cover;
      opacity: 0;
      content: "";
      transition: opacity 0.25s;
}
.button-link__primary3d:hover::after, .button-link__primary3d:focus::after {
      opacity: 1;
}
.button-link__full-width {
    width: 100%;
    min-width: auto;
}
.button-link_text {
    white-space: nowrap;
    z-index: 1;
}
.button-link_icon-wait {
    z-index: 1;
    width: 18px;
    height: 18px;
    margin-left: -30px;
    margin-right: 12px;
    border-radius: 50%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz48L21ldGFkYXRhPgo8aW1hZ2UgaWQ9IkVsbGlwc2VfNzQyIiBkYXRhLW5hbWU9IkVsbGlwc2UgNzQyIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQklBQUFBU0NBTUFBQUJoRUg1bEFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQStWQk1WRVg1N3RtQWdJRDU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RuNTd0bjU3dG41N3RrQUFBRGpvRjhmQUFBQVVYUlNUbE1BQUVLWjIva292ei95OEpFNERBSEg1VEZFK0RDYWo5d0dCd2dSMkNBZUdLS1NIeXNaUnk4UFFEa081QmRjV1U0M2pqUUtDU2VFZFdkWERmejA2ZHJKdHBDQmJjYnZ1S2lZYXhORHhOTEFuV2dNOWlHWUFBQUFBV0pMUjBSU0RXQXRrQUFBQUFsd1NGbHpBQUFMRWdBQUN4SUIwdDErL0FBQUFBZDBTVTFGQitJTUdnd09PanlaUjRzQUFBQzRTVVJCVkJqVFhkREhFb0pBRUFUUU1hQ2l1R1pFd0p4enpqbm5NUC8vTTRJdUpXc2Y5dkNxdHFxbkFmUlliWFlPdnJGWTlOZmhSQzFtY3ZINFJ3NDNJdWNSdkdBWUVCK2lQd0RtQkJGRFlVWWdnaWl5QWxGRWdRRUNIS0prQWlrbUE4OFFVUlFGVk9hakhFOGtJWVdZL2xFbW5NMUJYaXRSTUtTWUw1VXJuNnBWV3F4V2J6UmJRQTlxZDdxOWZtTXdISTBuOU96cGJMNVlybExyelRaSHg5bUY5bjUxZVRpZXpoZTZGNUNyZUxzL25xOHMwY2Q1QTRLOEdqUGNKbElDQUFBQUFFbEZUa1N1UW1DQyIvPgo8L3N2Zz4K) no-repeat;
    -webkit-animation: spinner 1.5s linear infinite;
            animation: spinner 1.5s linear infinite;
}
.button-link_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 21px;
    max-height: 21px;
    margin-right: 10px;
}
.button-link_logo-image {
    max-width: 100%;
    height: auto;
}

.video {
  display: none;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (not (-ms-ime-align: auto)) and (object-fit: cover) {
.video {
      width: 100%;
      min-width: 0;
      height: 100%;
      min-height: 0;
      position: static;
      -webkit-transform: none;
              transform: none;
      object-fit: cover;
}
}
@media all and (min-width: 1100px) {
.video {
      display: block;
}
}

.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  padding: 0;
  border: none;
  font-family: inherit;
}
button:focus {
    outline: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
html {
  box-sizing: border-box;
  background-color: #222;
}
body,
button {
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
body:lang(ja), body:lang(zh_tw), body:lang(zh_cn), body:lang(th), body:lang(ko),
  button:lang(ja),
  button:lang(zh_tw),
  button:lang(zh_cn),
  button:lang(th),
  button:lang(ko) {
    font-family: "Noto Sans KR", "Arial", sans-serif;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.logo {
  display: inline-block;
}
.logo_img {
    width: 100%;
    max-width: 162.4px;
    max-height: 84px;
}
@media all and (min-width: 720px) {
.logo_img {
        max-width: 197.2px;
}
}
@media all and (min-width: 1600px) {
.logo_img {
        width: auto;
        max-width: 290px;
        max-height: 150px;
}
}
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}
@supports (color: #fff) {
.page {
      height: auto;
}
}
.page_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    min-height: 100vh;
    position: relative;
}
@media all and (min-width: 1100px) {
.page_inner {
        min-height: 480px;
}
}
.page_contentWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: auto;
}
.page_content {
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    padding: 30px 20px 40px;
    color: #f9f5e1;
    position: relative;
}
@media all and (min-width: 720px) {
.page_content {
        padding-top: 60px;
        padding-bottom: 70px;
}
}
@media all and (min-width: 1100px) {
.page_content {
        padding-top: 50px;
}
}
@media all and (min-width: 1600px) {
.page_content {
        padding-top: 80px;
}
}
@media all and (min-width: 1921px) {
.page_content {
        padding-bottom: 120px;
}
}
.page_bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: no-repeat center / cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s, visibility 3s;
}
.page_bg-img__active {
      opacity: 1;
      visibility: visible;
}
.page_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
}
.page_logo-item:not(:first-child) {
    margin-left: 20px;
}
@media all and (min-width: 1100px) {
.page_logo-item:not(:first-child) {
        margin-left: 40px;
}
}
.page_slider {
    margin-bottom: 15px;
}
@media all and (min-width: 720px) {
.page_slider {
        margin-bottom: 20px;
}
}
@media all and (min-width: 1100px) {
.page_slider {
        margin-bottom: 30px;
}
}
@media all and (min-width: 1600px) {
.page_slider {
        margin-bottom: 60px;
}
}
.page_title {
    margin-bottom: 32px;
    font-size: 60px;
    line-height: .8;
    text-align: center;
}
@media all and (min-width: 720px) {
.page_title {
        margin-bottom: 73px;
        font-size: 132px;
}
}
.page_image {
    display: block;
    max-width: 100%;
    max-height: 50vh;
    margin: 0 auto 10px;
}
@media all and (min-width: 720px) {
.page_image {
        max-height: 55vh;
}
}
.page_indicators {
    margin-top: 10px;
}
@media all and (min-width: 1600px) {
.page_indicators {
        margin-top: 20px;
}
}
.page_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
}
.page_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 260px;
    margin: 10px;
}
@media all and (min-width: 1600px) {
.page_button {
        min-width: 340px;
}
}
.page_footer {
    z-index: 10;
    position: relative;
}
@media all and (min-width: 1100px) {
.page_footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
}
}
.page_language-selector {
    position: absolute;
    top: 18px;
    right: 33px;
}
@media all and (min-width: 720px) {
.page_language-selector {
        right: 43px;
}
}
@media all and (min-width: 1100px) {
.page_language-selector {
        top: 27px;
}
}
@media all and (min-width: 1600px) {
.page_language-selector {
        top: 55px;
        right: 63px;
}
}
.page-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-bg_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5) linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
    content: "";
}
.text-slider {
  width: 87.5vw;
}
@media all and (min-width: 720px) {
.text-slider {
      width: 550px;
}
}
@media all and (min-width: 1600px) {
.text-slider {
      width: 640px;
}
}
.text-slider_list {
    width: 20px;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: width 0.5s ease-in-out;
}
.text-slider_list__active {
      width: 100%;
      transition-duration: 1.1s;
}
.text-slider_list__visible {
      opacity: 1;
}
.text-slider_list__animation-enter-active, .text-slider_list__animation-leave-active {
      transition: opacity 1s;
}
.text-slider_list__animation-enter-to {
      opacity: 1;
}
.text-slider_list__animation-leave-to {
      opacity: 0;
}
.text-slider_item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 87.5vw;
    padding: 25px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
@media all and (min-width: 720px) {
.text-slider_item {
        width: 550px;
        padding-left: 40px;
        padding-right: 40px;
}
}
@media all and (min-width: 1600px) {
.text-slider_item {
        width: 640px;
        padding: 30px 50px;
}
}
.text-slider_item__invisible {
      visibility: hidden;
}
.text-slider_item__static {
      position: static;
}
.text-slider_item__with-anim-delay {
      transition-delay: 0.5s;
}
.text-slider_list__visible .text-slider_item {
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      transition-property: opacity;
}
.text-slider_list__visible .text-slider_item__active {
        opacity: 1;
}
.text-slider_heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.text-slider_heading {
        font-size: 28px;
}
}
@media all and (min-width: 1600px) {
.text-slider_heading {
        font-size: 36px;
}
}
.text-slider_heading:not(:last-child) {
      margin-bottom: 8px;
}
@media all and (min-width: 720px) {
.text-slider_heading:not(:last-child) {
          margin-bottom: 12px;
}
}
@media all and (min-width: 1600px) {
.text-slider_heading:not(:last-child) {
          margin-bottom: 17px;
}
}
.text-slider_heading__uppercase {
      text-transform: uppercase;
}
.text-slider_heading__quote {
      font-size: 24px;
}
.text-slider_text {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
    opacity: .7;
    overflow: hidden;
}
@media all and (min-width: 1600px) {
.text-slider_text {
        font-size: 18px;
}
}
.text-slider_corner-wrapper {
    color: #f9f5e1;
}
.text-slider_corner {
    width: 20px;
    height: 20px;
    border: solid currentColor;
    position: absolute;
}
.text-slider_corner__l-t {
      border-width: 3px 0 0 3px;
      top: 0;
      left: 0;
}
.text-slider_corner__r-t {
      border-width: 3px 3px 0 0;
      top: 0;
      right: 0;
}
.text-slider_corner__l-b {
      border-width: 0 0 3px 3px;
      bottom: 0;
      left: 0;
}
.text-slider_corner__r-b {
      border-width: 0 3px 3px 0;
      right: 0;
      bottom: 0;
}
.text-slider_nested-list-item {
    font-size: 18px;
    line-height: 1.5;
}
.text-slider_pagination {
    margin-top: 10px;
}
@media all and (min-width: 1600px) {
.text-slider_pagination {
        margin-top: 20px;
}
}
@media all and (min-width: 1100px) {
.simple-bg__with-video {
    display: none;
}
}
.simple-bg_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center top / cover no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.simple-bg_item__active {
    opacity: 1;
}
.simple-bg_item__visible {
    opacity: 1;
    transition: none;
}
.bullet-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.bullet-pagination__hidden {
    display: none;
}
.bullet-pagination_item {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    outline: none;
    background-color: #f9f5e1;
    opacity: .5;
    position: relative;
    transition: opacity 0.25s;
}
.bullet-pagination_item::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 28px;
      height: 28px;
      content: "";
}
.bullet-pagination_item:hover {
      opacity: .8;
      cursor: pointer;
}
.bullet-pagination_item:not(:last-child) {
      margin-right: 20px;
}
.bullet-pagination_item__active, .bullet-pagination_item__active:hover {
      opacity: 1;
}
.notice {
  margin: 5px 0 30px;
  position: relative;
}
@media all and (min-width: 720px) {
.notice {
      margin: 15px 0;
}
}
@media all and (min-width: 1100px) {
.notice {
      margin: 10px 0 -15px;
}
}
@media all and (min-width: 1600px) {
.notice {
      margin-bottom: 10px;
}
}
.notice_text {
    display: inline-block;
    color: #fe6600;
    text-align: center;
}
.notice_text__with-icon {
      padding-left: 20px;
}
.notice_icon {
    display: inline-block;
    max-width: 16px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

