
@font-face {
  font-family: 'bebas_neueregular';
  src: url('font/bebasneue-webfont.eot');
  src: url('font/bebasneue-webfont.eot?') format('embedded-opentype'), url('font/bebasneue-webfont.woff') format('woff'), url('font/bebasneue-webfont.ttf') format('truetype'), url('font/bebasneue-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
  
  :focus {
    outline: none
  }
  
  body, html {
    width: 100%;
    height: 100%;
    cursor: default
  }
  
  body {
    line-height: 1.1em;
    color: #000;
    background: #fff
  }
  
  html._mobile body {
    -webkit-text-size-adjust: 100%
  }
  
  @media only screen and (max-width:1280px) {
    body {
      font-size: 18px
    }
  }
  
  @media only screen and (max-width:768px) {
    body {
      font-size: 16px
    }
  }
  
  @media only screen and (max-width:640px) {
    body {
      font-size: 14px
    }
  }
  
  fieldset, img {
    border: 0
  }
  
  fieldset legend {
    display: none
  }
  
  li, ul {
    list-style-type: none
  }
  
  img {
    vertical-align: top
  }
  
  a {
    color: #000
  }
  
  a, a:hover {
    text-decoration: none
  }
  
  table {
    border: 0;
    border-collapse: collapse
  }
  
  table td {
    padding: 0;
    vertical-align: top
  }
  
  input, select, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
  }
  
  input[type=number] {
    -moz-appearance: textfield
  }
  
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
  }
  
  input[type=search] {
    -webkit-appearance: textfield
  }
  
  ::-moz-selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
  }
  
  ::selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
  }
  
  ::-moz-selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
  }
  
  #__bs_notify__ {
    padding: 2px!important;
    font-size: 10px!important;
    opacity: .75;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
  }
  
  button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer
  }
  
  body {
    position: relative
  }
  
  body.loading {
    overflow: hidden
  }
  
  #main {
    background: #fff;
    position: relative;
    min-height: 100vh
  }
  
  .app-container {
    position: relative;
  }
  
  @media only screen and (max-width:768px) {
    .app-container {
    }
  }
  
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%
  }
  
  .wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  
  .container {
    max-width: 980px;
    margin: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 28px
  }
  
  .row {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
  }
  
  @media only screen and (max-width:1280px) {
    .row {
      margin-left: -15px;
      margin-right: -15px
    }
  }
  
  @media only screen and (max-width:768px) {
    .row {
      margin-left: -10px;
      margin-right: -10px
    }
  }
  
  @media only screen and (max-width:640px) {
    .row {
      margin-left: -10px;
      margin-right: -10px
    }
  }
  
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px
  }
  
  .col-lg-1 {
    width: 16.66667%
  }
  
  .col-lg-1, .col-lg-2 {
    display: block;
    float: left
  }
  
  .col-lg-2 {
    width: 33.33333%
  }
  
  .col-lg-3 {
    width: 50%
  }
  
  .col-lg-3, .col-lg-4 {
    display: block;
    float: left
  }
  
  .col-lg-4 {
    width: 66.66667%
  }
  
  .col-lg-5 {
    width: 83.33333%
  }
  
  .col-lg-5, .col-lg-6 {
    display: block;
    float: left
  }
  
  .col-lg-6 {
    width: 100%
  }
  
  @media only screen and (max-width:1280px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
      padding-right: 15px;
      padding-left: 15px
    }
    .col-md-1 {
      width: 16.66667%
    }
    .col-md-1, .col-md-2 {
      display: block;
      float: left
    }
    .col-md-2 {
      width: 33.33333%
    }
    .col-md-3 {
      width: 50%
    }
    .col-md-3, .col-md-4 {
      display: block;
      float: left
    }
    .col-md-4 {
      width: 66.66667%
    }
    .col-md-5 {
      width: 83.33333%
    }
    .col-md-5, .col-md-6 {
      display: block;
      float: left
    }
    .col-md-6 {
      width: 100%
    }
  }
  
  @media only screen and (max-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6 {
      padding-right: 10px;
      padding-left: 10px
    }
    .col-sm-1 {
      width: 16.66667%
    }
    .col-sm-1, .col-sm-2 {
      display: block;
      float: left
    }
    .col-sm-2 {
      width: 33.33333%
    }
    .col-sm-3 {
      width: 50%
    }
    .col-sm-3, .col-sm-4 {
      display: block;
      float: left
    }
    .col-sm-4 {
      width: 66.66667%
    }
    .col-sm-5 {
      width: 83.33333%
    }
    .col-sm-5, .col-sm-6 {
      display: block;
      float: left
    }
    .col-sm-6 {
      width: 100%
    }
  }
  
  @media only screen and (max-width:640px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6 {
      padding-right: 10px;
      padding-left: 10px
    }
    .col-xs-1 {
      width: 16.66667%
    }
    .col-xs-1, .col-xs-2 {
      display: block;
      float: left
    }
    .col-xs-2 {
      width: 33.33333%
    }
    .col-xs-3 {
      width: 50%
    }
    .col-xs-3, .col-xs-4 {
      display: block;
      float: left
    }
    .col-xs-4 {
      width: 66.66667%
    }
    .col-xs-5 {
      width: 83.33333%
    }
    .col-xs-5, .col-xs-6 {
      display: block;
      float: left
    }
    .col-xs-6 {
      width: 100%
    }
  }
  
  .offset-lg-0 {
    margin-left: 0
  }
  
  .offset-lg-1 {
    margin-left: 16.66667%
  }
  
  .offset-lg-2 {
    margin-left: 33.33333%
  }
  
  .offset-lg-3 {
    margin-left: 50%
  }
  
  .offset-lg-4 {
    margin-left: 66.66667%
  }
  
  .offset-lg-5 {
    margin-left: 83.33333%
  }
  
  .offset-lg-6 {
    margin-left: 100%
  }
  
  @media only screen and (max-width:1280px) {
    .offset-md-0 {
      margin-left: 0
    }
    .offset-md-1 {
      margin-left: 16.66667%
    }
    .offset-md-2 {
      margin-left: 33.33333%
    }
    .offset-md-3 {
      margin-left: 50%
    }
    .offset-md-4 {
      margin-left: 66.66667%
    }
    .offset-md-5 {
      margin-left: 83.33333%
    }
    .offset-md-6 {
      margin-left: 100%
    }
  }
  
  @media only screen and (max-width:768px) {
    .offset-sm-0 {
      margin-left: 0
    }
    .offset-sm-1 {
      margin-left: 16.66667%
    }
    .offset-sm-2 {
      margin-left: 33.33333%
    }
    .offset-sm-3 {
      margin-left: 50%
    }
    .offset-sm-4 {
      margin-left: 66.66667%
    }
    .offset-sm-5 {
      margin-left: 83.33333%
    }
    .offset-sm-6 {
      margin-left: 100%
    }
  }
  
  @media only screen and (max-width:640px) {
    .offset-xs-0 {
      margin-left: 0
    }
    .offset-xs-1 {
      margin-left: 16.66667%
    }
    .offset-xs-2 {
      margin-left: 33.33333%
    }
    .offset-xs-3 {
      margin-left: 50%
    }
    .offset-xs-4 {
      margin-left: 66.66667%
    }
    .offset-xs-5 {
      margin-left: 83.33333%
    }
    .offset-xs-6 {
      margin-left: 100%
    }
  }
  
  @media only screen and (max-width:640px) {
    .hidden-xs {
      display: none
    }
  }
  
  .visible-xs {
    display: none
  }
  
  @media only screen and (max-width:640px) {
    .visible-xs {
      display: block
    }
  }
  
  .grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px
  }
  
  @media only screen and (max-width:1280px) {
    .grid-row {
      padding: 0 40px
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row {
      padding: 0 100px
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row {
      padding: 0 10px
    }
  }
  
  .grid-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .grid-row .grid-col {
    width: 16.66667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
  }
  
  @media only screen and (max-width:1280px) {
    .grid-row .grid-col {
      padding: 0 10px
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col {
      padding: 0 10px
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-col {
      padding: 0 10px
    }
  }
  
  .grid-row .grid-col:first-child {
    border-left: 2px solid transparent
  }
  
  .grid-row .grid-col:nth-child(6) {
    border-right: 2px solid transparent
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col:nth-child(6) {
      border-right: 1px solid transparent
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col:nth-child(4) {
      border-right: 2px solid transparent
    }
  }
  
  .grid-row .grid-col-2 {
    width: 33.33333%
  }
  
  .grid-row .grid-col-3 {
    width: 50%
  }
  
  .grid-row .grid-col-3-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 33.33333%
  }
  
  @media only screen and (max-width:1280px) {
    .grid-row .grid-col-3-inner {
      padding: 0 10px
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col-3-inner {
      padding: 0 10px
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-col-3-inner {
      padding: 0 10px
    }
  }
  
  .grid-row .grid-col-3-inner-1 {
    width: 33.33333%
  }
  
  .grid-row .grid-col-3-inner-2 {
    width: 66.66667%
  }
  
  .grid-row .grid-col-3-inner-3 {
    width: 100%
  }
  
  .grid-row .grid-col-3-inner-offset-1 {
    margin-left: 33.33333%
  }
  
  .grid-row .grid-col-4 {
    width: 66.66667%
  }
  
  .grid-row .grid-col-5 {
    width: 83.33333%
  }
  
  .grid-row .grid-col-6 {
    width: 100%
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col, .grid-row .grid-col-md-1 {
      width: 25%
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col-md-2 {
      width: 50%
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col-md-3 {
      width: 80%
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-col-md-4 {
      width: 100%
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-col-sm-1 {
      width: 25%
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-col-sm-2 {
      width: 50%
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-col-sm-3 {
      width: 75%
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-col-sm-4 {
      width: 100%
    }
  }
  
  .grid-row .grid-offset-0 {
    margin-left: 0
  }
  
  .grid-row .grid-offset-1 {
    margin-left: 16.66667%
  }
  
  .grid-row .grid-offset-2 {
    margin-left: 33.33333%
  }
  
  .grid-row .grid-offset-3 {
    margin-left: 50%
  }
  
  .grid-row .grid-offset-4 {
    margin-left: 66.66667%
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-offset-md-0 {
      margin-left: 0
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-offset-md-1 {
      margin-left: 50%
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-row .grid-offset-md-2 {
      margin-left: 50%
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-offset-sm-0 {
      margin-left: 0
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-offset-sm-1 {
      margin-left: 25%
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-row .grid-offset-sm-2 {
      margin-left: 50%
    }
  }
  
  @media (min-width:768px) {
    .grid-row-stick {
      position: relative
    }
    .grid-row-stick .grid-col-stick.stick {
      position: fixed;
      bottom: 0;
      width: calc(33.333% - 26px)
    }
    .grid-row-stick .grid-col-stick.stick-bottom {
      position: absolute;
      bottom: 0;
      left: 40px
    }
    .grid-row-stick.stick .stick-offset {
      margin-left: 33.33333%
    }
  }
  
  .grid-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
  }
  
  @media only screen and (max-width:1280px) {
    .grid-bg {
      padding-left: 40px;
      padding-right: 40px
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-bg {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px
    }
  }
  
  @media only screen and (max-width:640px) {
    .grid-bg {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px
    }
  }
  
  .grid-bg-col {
    width: 16.66667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #000;
    border-right: 1px solid #000
  }
  
  .grid-bg-col:first-child {
    border-left: 2px solid #000
  }
  
  .grid-bg-col:nth-child(6) {
    border-right: 2px solid #000
  }
  
  @media only screen and (max-width:768px) {
    .grid-bg-col:nth-child(6) {
      border-right: 1px solid #000
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-bg-col:nth-child(4) {
      border-right: 2px solid #000
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-bg-col-md-hide {
      display: none
    }
  }
  
  @media only screen and (max-width:768px) {
    .grid-bg-col {
      width: 25%
    }
  }
 
  
  .logo {
    width: 100%;
    height: auto
  }
  
  @media only screen and (max-width:768px) {
    .logo {
      max-width: 120px
    }
  }
  
  .mob-lang-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0
  }
  
  @media only screen and (max-width:768px) {
    .mob-lang-nav {
      display: block;
      padding: 40px
    }
  }
  
  @media only screen and (max-width:640px) {
    .mob-lang-nav {
      padding: 20px
    }
  }
  
  .title {
    font-size: 55px;
    font-weight: 200;
    vertical-align: top;
    line-height: 1em
  }
  
  @media only screen and (max-width:1280px) {
    .title {
      font-size: 40px
    }
  }
  
  @media only screen and (max-width:768px) {
    .title {
      font-size: 35px
    }
  }
  
  @media only screen and (max-width:640px) {
    .title {
      font-size: 32px
    }
  }
  
  .title-sm, .title_inline {
    display: inline;
    vertical-align: super
  }
  
  .title-sm {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 1.7em
  }
  
  @media only screen and (max-width:1280px) {
    .title-sm {
      font-size: 10px
    }
  }
  
  @media only screen and (max-width:768px) {
    .title-sm {
      font-size: 10px
    }
  }
  
  @media only screen and (max-width:640px) {
    .title-sm {
      font-size: 10px
    }
  }
  
  .title-md {
    display: inline-block;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 800;
    margin-top: .4em;
    text-transform: uppercase;
    vertical-align: top
  }
  
  @media only screen and (max-width:1280px) {
    .title-md {
      font-size: 16px
    }
  }
  
  @media only screen and (max-width:768px) {
    .title-md {
      font-size: 14px
    }
  }
  
  @media only screen and (max-width:640px) {
    .title-md {
      font-size: 12px
    }
  }
  
  .title_bold {
    font-weight: 800
  }
  
  .p-inline {
    display: inline
  }
  
  .link {
    font-size: 22px;
    line-height: 1em
  }
  
  @media only screen and (max-width:1280px) {
    .link {
      font-size: 20px
    }
  }
  
  @media only screen and (max-width:768px) {
    .link {
      font-size: 18px
    }
  }
  
  @media only screen and (max-width:640px) {
    .link {
      font-size: 16px
    }
  }
  
  .txt-col {
    margin: 75px 0
  }
  
  .txt-col p {
    margin-top: 20px
  }
  
  .text-col p {
    margin-bottom: 20px
  }
  
  .txt {
    font-size: 20px;
    line-height: 1.2em
  }
  
  @media only screen and (max-width:1280px) {
    .txt {
      font-size: 18px
    }
  }
  
  @media only screen and (max-width:768px) {
    .txt {
      font-size: 16px
    }
  }
  
  @media only screen and (max-width:640px) {
    .txt {
      font-size: 14px
    }
  }
  
  .txt_sm p {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 20px
  }
  
  @media only screen and (max-width:1280px) {
    .txt_sm p {
      font-size: 18px
    }
  }
  
  @media only screen and (max-width:768px) {
    .txt_sm p {
      font-size: 16px
    }
  }
  
  @media only screen and (max-width:640px) {
    .txt_sm p {
      font-size: 14px
    }
  }
  
  .txt_sm_p {
    font-size: 18px;
    line-height: 1.2em
  }
  
  @media only screen and (max-width:1280px) {
    .txt_sm_p {
      font-size: 18px
    }
  }
  
  @media only screen and (max-width:768px) {
    .txt_sm_p {
      font-size: 16px
    }
  }
  
  @media only screen and (max-width:640px) {
    .txt_sm_p {
      font-size: 14px
    }
  }
  
  .txt_sm a {
    position: relative;
    text-decoration: underline
  }
  
  .txt_sm ul, .txt_sm ul li {
    list-style-type: disc;
    padding-left: 20px
  }
  
  .txt_sm ul li {
    margin-bottom: 10px
  }
  
  .b, strong {
    font-weight: 800
  }
  
  em {
    font-style: italic
  }
  
  .bg {
    background: #fff
  }
  
  .bg-bt, .bg-btm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    background: #fff
  }
  
  .bg-bt {
    padding-top: 10px
  }
  
  @media only screen and (max-width:768px) {
    .md-top {
      margin-top: 40px
    }
  }
  
  @media only screen and (max-width:640px) {
    .sm-top {
      margin-top: 40px
    }
  }
  
  .loading-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: -100%;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .loading-d .loading-screen {
    top: 0
  }
  
  @media only screen and (max-width:640px) {
    .loading-screen {
      padding: 10px
    }
  }
  
  .loading-screen_inner {
    width: 100%;
    height: 100%;
    position: relative
  }
  
  .loading-screen_line {
    position: absolute;
    height: 0%;
    width: 2px;
    background: #000;
    top: 0;
    left: 0;
    margin-left: -1px;
    -webkit-transition: 1s;
    transition: 1s
  }
  
  .loading .loading-screen_line {
    height: 100%
  }
  
  .loading-screen_line-1 {
    left: 0;
    margin-left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  
  .loading-screen_line-2 {
    left: 16.66667%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  
  @media only screen and (max-width:768px) {
    .loading-screen_line-2 {
      left: 25%
    }
  }
  
  .loading-screen_line-3 {
    left: 33.33333%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  
  @media only screen and (max-width:768px) {
    .loading-screen_line-3 {
      left: 50%
    }
  }
  
  .loading-screen_line-4 {
    left: 50%;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  
  @media only screen and (max-width:768px) {
    .loading-screen_line-4 {
      left: 75%
    }
  }
  
  .loading-screen_line-5 {
    left: 66.66667%;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
  
  @media only screen and (max-width:768px) {
    .loading-screen_line-5 {
      left: 100%;
      margin-left: -2px
    }
  }
  
  .loading-screen_line-6 {
    left: 83.33333%;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
  
  @media only screen and (max-width:768px) {
    .loading-screen_line-6 {
      display: none
    }
  }
  
  .loading-screen_line-7 {
    left: 100%;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    margin-left: -2px
  }
  
  @media only screen and (max-width:768px) {
    .loading-screen_line-7 {
      display: none
    }
  }
  
  .ak-home {
    margin-top: 100vh
  }
  
  .ak-home .sticky-wrapper {
    height: 0!important
  }
  
  .ak-home .home_read-more {
    padding-top: 68px
  }
  
  .home_top-block {
    position: fixed;
    z-index: 0;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  @media only screen and (max-width:768px) {
    .home_top-block {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-bottom: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
    }
  }
  
  .home_top-block .title-md {
    margin-right: 15px
  }
  
  .home_top-block_content {
    font-family: 'bebas_neueregular', Sans-serif;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  
  .home_top-block_logo {
    width: 100%;
    height: auto;
    opacity: 0
  }
  
  .home_top-block_title {
    line-height: 1em;
    font-size: 3rem;
    background: none
  }
  
  @media only screen and (max-width:1280px) {
    .home_top-block_title {
      font-size: 2.5rem
    }
  }
  
  @media only screen and (max-width:768px) {
    .home_top-block_title {
      font-size: 48px
    }
  }
  
  @media only screen and (max-width:640px) {
    .home_top-block_title {
      font-size: 2rem;
      line-height: .8em;
        margin: 10px 0 0;
    }
  }

  @media only screen and (max-width:360px) {
    .home_top-block_title {
      font-size: 1rem;
      line-height: .8em;
        margin: 10px 0 0;
    }
  }
  .home_top-block_img {
    height: 100%
  }
  
  @media only screen and (max-width:768px) {
    .home_top-block_img {
      display: none
    }
  }
  
  .home_top-block_img_block {
    position: relative;
    height: 100%
  }
  
  .home_top-block_img_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  .grid-row .home_top-block_border {
    border-left: 2px solid #000;
    border-right: 2px solid #000
  }
  
  .grid-row .home_top-block_heading {
    border-left: 2px solid #000
  }
  
  .home_read-more {
    margin-bottom: 90px
  }
  
  .home_load_btn {
    margin-top: 30px;
    margin-bottom: 5px
  }
  
  .home_news_txt {
    margin-bottom: 75px;
    padding-bottom: 5px
  }
  .sp_br{
    display: none;
  }
  @media only screen and (max-width:640px) {
    .sp_br{
        display: inline;
      }
  }


  .down_button{
    width: 100%;
border: none;
position: absolute;
bottom: 0;
margin: auto;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
  }
  .hover-range{
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100px;
    width: 15%;
  }
  @media only screen and (max-width:1280px) {
    .hover-range{
      width: 15%;
    }
  }
  
  @media only screen and (max-width:768px) {
    .hover-range{
      width: 15%;
    }
  }
  @media only screen and (max-width:450px) {
    .hover-range{
      width: 30%;
    }
  }

  .dab-gif{
    -webkit-border-radius: 0px 40% 0px 0px / 0px 40% 0px 0px;
    -moz-border-radius:0px 40% 0px 0px / 0px 40% 0px 0px;
    border-radius: 0px 40% 0px 0px / 0px 40% 0px 0px;
    width:100%;
    display: block !important;
  }
  .swipeup{
    border: none;
    position: relative;
    top: 5px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100px;
    width: 15%;
    background: white;
  }
/* 点滅 */
.blinking{
  font-family: 'bebas_neueregular', Sans-serif;
  font-size: 1rem;
  font-weight: bold;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
    border: none;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#left-gif1{
  top:2000px;
  transform: rotate(90deg);
  position: absolute;
  left: 0px;
  width: 70px;
z-index:10;

}
#left-gif2{
top: 2000px;
transform: rotate(90deg);
position: absolute;
left: -47px;
width: 130px;
z-index:10;
}

#left-gif3{
  top:-100px;
  transform: rotate(90deg);
  position: absolute;
  left: 5px;
  width: 40px;
z-index:10;

}