@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600&display=swap&subset=latin-ext");


*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 60.5%;
  background: #000;
}

@media only screen and (min-width: 56.25em) {
  /*900px*/
  html {
    font-size: 62.5%;
  }
}

@media only screen and (min-width: 125em) {
  /*2000px*/
  html {
    font-size: 68.5%;
  }
}
html, body {margin: 0; height: 100%; overflow: hidden}

body {
  font-family: "Poppins";
 
  font-weight: 400;
  line-height: normal;
  color: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  background-color: #000;
  
}


.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2rem;
}

.header .container {
  padding: 0 1rem;
}

@media only screen and (min-width: 85.375em) {
  /*1366px*/
  .container {
    max-width: 80%;
    padding: 0;
  }
  .header .container {
    padding: 0;
  }
}

.section {
  display: block;
  width: 100%;
  position: relative;
}

.container::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  clear: both;
  display: block;
  width: 100%;
}

input,
textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}


/*---------------FLEX----------*/
.flex-row-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;

}
.flex-row-sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.flex-row-fs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.flex-column-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
/*---------------END FLEX----------*/
/*--------------COOKIES-------------*/

.cc_banner-wrapper .cc_container {
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  background-color: #1b1e20;
  left: auto;
  right: initial;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  border: none;
}

.cc_banner-wrapper .cc_container .cc_message {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited,
.cc_banner-wrapper .cc_container .cc_more_info,
.cc_banner-wrapper .cc_container .cc_more_info:visited {
  display: inline-block;
  color: #222222;
  background-color: #fff;
  font-size: 1.4rem;
  text-transform: capitalize;
  position: relative;
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1rem;
  text-align: center;
  padding: 1.2rem 0;
  border-radius: 0;
  line-height: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_more_info:hover {
  color: #fff;
  background-color: #0074BE;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .cc_banner-wrapper .cc_container {
    width: 36rem;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    border: 1px solid #ccc;
  }
}

/*--------------END COOKIES-------------*/

/*404*/

.wrapper-404 {
  width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.wrapper-404 h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 4.8rem;
}

.wrapper-404 img {
  width: 36rem;
  margin: 3rem 0;
}

.wrapper-404 p {
  font-size: 2.2rem;
  font-weight: 200;
}

.blue-btn {
  text-align: center;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 3rem;
}

.blue-btn:hover {
  color: #fff;
  background-color: #ffffff;
  color: #1b1e20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 400;
  padding-bottom: 1rem;
}

img {
  max-width: 100%;
  border: 0;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p,
li,
a {
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 300;
}
p,
li {
  color: #333;
}
p {
  padding-bottom: 2rem;
}

a:hover {
  color: #0074BE;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0 0 2rem 2rem;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*--------------START-------------*/

.main{height: 100vh;overflow: hidden;}
.audio-container svg{padding: 0 4rem;max-width: 40rem;cursor: pointer;width: 100%;height: 50vh;}
.audio-container svg:hover path{fill: #0074BE;}
.info p,.info a, .info ul li{font-size: 14px;color: #f1f1f1;font-weight: 300;}
.info ul {list-style: none;padding: 0 0 20vh 0;text-align: center;}
.info ul li{display: block;margin: 0;padding: 0 5px;}
.info ul li:first-child{border-left:none;}
audio{display: none;}

@media only screen and (min-width: 50em) {
  .info ul li{display: inline-block;border-left: 1px solid #fff;line-height: 14px;}
  .info ul {list-style: none;padding: 0 0 6vh 0;}

}

.audio-container {width: 50vh!important;height: 50vh!important;position: relative;}
.audio-container button {
  width: 100%;height: 100%;
  position: absolute;
  z-index: 10000;
  border: none;
  background: none;
}
#show-button { cursor: pointer; }
#hide-button { cursor: pointer; display: none; }




