@font-face {
  font-family: "EmojiSymbols";
  src: url(/fonts/EmojiSymbolsSelected-Regular.woff?3) format("woff");
  text-decoration: none;
  font-style: normal
}

html {
  background: url(/images/loader.gif) no-repeat center;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

body {
  margin: 0;
  overflow: hidden;
  position: absolute;
  touch-action: none;
  visibility: hidden;
}

body title {
  display: block;
}

body * {
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a img {
  border: none;
}

counter {
  position: absolute;
  border-radius: 60%;
  background: green;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: white;
  text-align: center;
  right: 0;
}

counter.b {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
}

counter.m {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
}

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

button,
.button {
  padding: 10px 20px;
  background: ;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  font-size: 14px;
}

button.nobg {
  background: white;
}

button:focus {
  outline: 0;
}

button {
  position: relative;
  border-width: 0px;
  cursor: pointer;
}

button:active {}

button.big {
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 30px;
}

button.pocky {
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 20px;
}

button.rb {
  border-radius: 5px;
}

.social-link,
role,
skill,
skills {
  border-radius: 7px;
  padding: 3px 7px;
  margin: 2px;
  margin-left: 0px;
  color: white;
  display: inline-block;
  font-size: 10px;
}

role {
  background: ;
}

spheres {
  display: flex;
  flex-direction: row;
}

sphere {
  margin: 5px;
  border-radius: 10px;
  padding: 2px 7px;
  font-size: 80%;
  background: white;
  border: 1px solid ;
  cursor: pointer;
}

sphere.not-active {
  opacity: 0.5;
  border-width: 0px;
  cursor: default;
}

punkts>* {
  border-radius: 10px;
  background: ;
  padding: 3px 10px;
  border: 1px solid ;
  margin-right: 10px;
  opacity: 0.5;
  cursor: pointer;
}

punkts punkt[chosen=true] {
  opacity: 1;
}

punkts punkt * {
  display: inline;
}

section>*>top {
  display: flex;
}

skill,
skills {
  background: grey;
  color: white;
}

skill.confirm {
  cursor: pointer;
}

skills {
  border-width: 0px;
  f
}

skill {
  cursor: default;
}

skill.confirm {
  border-width: 2px;
  font-weight: bold;
}

pane {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: white;
  z-index: 99;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding-top: 20px;
}

pane left,
pane right {
  display: flex;
  width: 50%;
}

pane left {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}

pane right {
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: bold;
  padding-right: 40px;
}

pane menu {
  position: relative;
}

//pane:after {content:"";position:absolute;width:100%;bottom:0px;z-index:-1;box-shadow: 0px 0px 1px 1px ;}
pane #logo {
  height: 70%;
  width: auto;
  max-height: 50px;
}

pane sign-in {
  display: flex;
  padding: 9px;
}

pane sign-in.logined {
  padding: 5px;
}

pane sign-in img {
  width: 30px;
  height: 30px;
}

pane avatar {
  font-weight: normal;
  width: 20px;
  height: 20px;
  border: 1px solid grey;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2Pcf+XZf0cdKUYGKIAzMARgKjFUAABgvQgF1EILPQAAAABJRU5ErkJggg==);
}

section>top {
  display: flex;
  margin-bottom: 10px;
}

section>top right {
  text-align: right;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

section>top left {
  display: flex;
}

section>top title {
  font-family: 'Source Serif Pro', serif;
  font-size: 45px;
  line-height: 45px;
  color: black !important;
  font-weight: 400;
}

gradient-line {
  width: 300px;
  height: 20px;
  background: lightgrey;
  margin-top: -3px;
  margin-left: auto;
  background: -webkit-linear-gradient(left, white, lightgrey);
  background: -o-linear-gradient(right, white, lightgrey);
  background: -moz-linear-gradient(right, white, lightgrey);
  background: linear-gradient(to right, white, lightgrey);
}

sign-in {
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
}

section {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.pane {
  position: absolute;
  padding: 10px;
  width: 400px;
  height: 600px;
  background: rgb(230, 230, 250);
  max-width: 100%;
  max-height: 100%;
  left: calc(50% - 200px);
  top: calc(50% - 300px);
  border-radius: 20px;
  box-shadow: 0 0 5px grey;
}

pane menu {
  display: flex;
  align-items: flex-end;
  background: url(/images/icons/menu.png?7) no-repeat center/contain;
  height: 40px;
  cursor: pointer;
  width: 50px
}

pane menu startups {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.pane>cntr {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 101
}

.pane input,
.pane .input {
  margin: 10px 0;
}

.pane button.sign-in {
  margin: 20px;
}

.pane button.sign-up {
  background: #319222;
  color: white;
}

.nullified {
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden;
}

//.email-nickname{color:#757575}
.good {
  width: 90%;
  max-width: 300px;
  line-height: 25px;
  font-size: 25px;
  padding: 7px 11px;
}

.cute {
  width: 80%;
  max-width: 250px;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 9px;
}

expand#complete-registration {
  font-weight: bold;
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAIUlEQVQYV2NkwAMYkeUePHjwX0FBAS5GJUl064k3Fl0nAMpBEAgYqy4GAAAAAElFTkSuQmCC);
}

expand#full-name {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAS0lEQVQoU2N88ODBfwUFBUYGKADxQUx0MbgCkCSyJnQDUExCNgVdI1ghuknIVsPkGLEpgrkXZgNIDfEKibYaOVgIegabYozgITbAAVqRZoeBJ4/jAAAAAElFTkSuQmCC) !important;
}

expand#avatar {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVUlEQVQoU41QwREAIAjKTdx/KjepswuPyEd9IiBKbJwVERMYu7sb8AZpYpIvgzc2cSoM0CtaUzXgeVoNmZzcZexMmKFNTPH7j9pGDQOBu3x61KK78wJjKFro34ZJVwAAAABJRU5ErkJggg==);
}

expand#profile-image {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXUlEQVQoU5XQ0Q3AIAgE0DoJ7D8VTHLNkRwh2jStP5L4wNN1fVxruojA3ufuZRoKmVnbzKyauOATkhZuyC4A4AGnamcD64bzyj3nAecUTdL0I6MyEQr9f7Uyvf3jDY3TSia75eguAAAAAElFTkSuQmCC)
}

expand#skills {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUklEQVQoU42QwQ0AIAgDZRP2n4pNNCXWgEqCH7AejVTGPmY2VVV4R43a8xDBOHhATEeIPWEHCUGs+gT+HKHBwB3oVC0Dpg9WcdxxpXiqP0JvgwsfgkdJKrOkOgAAAABJRU5ErkJggg==)
}

expand#social-links {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU2NkQAIPHjz4j8xXUFBghPHhDHRFMAUwxaQrBJlAlNXIbsPGhltNtIlEeQaXImSfg60mWiEhj4DkASZkIAuY/SXnAAAAAElFTkSuQmCC)
}

expand {
  border: 2px solid grey;
  background: white;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 5px;
}

expand tit {
  display: flex;
}

expand tit cap {
  margin-left: 5px;
}

expand cnt {
  border-top: 1px dashed #AAA;
  padding-top: 10px;
}

#complete-registration>cnt>cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#complete-registration>cnt>cntr input:nth-child(2) {
  margin-top: 0;
}

#complete-registration button {
  border-radius: 10px;
  font-size: 20px;
}

avatar-cntr {
  width: 50px;
  height: 50px;
  align-self: center;
  margin: auto;
  border: 1px solid black;
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2Pcf+XZf0cdKUYGKIAzMARgKjFUAABgvQgF1EILPQAAAABJRU5ErkJggg==)
}

avatar-cntr {
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  position: relative;
}

avatar-cntr avatar,
pi-cntr pi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}

pi-cntr {
  position: relative;
  width: 200px;
  height: 100px;
  background: white url(/images/icons/profile-image.png) no-repeat center/contain;
  border: 1px solid black;
  margin: auto;
}

textarea.skills {
  margin: auto;
}

rl-cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background: white;
  padding: 5px;
  margin-bottom: 5px;
}

rl-cntr ref-link {
  margin: 5px;
  border: 1px solid #BBB;
  border-radius: 10px;
  padding: 2px 5px;
  background: #EEE;
  font-size: 90%;
}

rl-cntr text {
  font-size: 80%;
}

menu-cover {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9999;
}

menu-cover>* {
  width: 100%;
}

menu-cover top {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

menu-cover top tit {
  font-family: 'Teko', sans-serif;
  font-size: 45px;
  line-height: 45px;
  color: grey;
  font-style: italic;
}

menu-cover startups {
  height: calc(100% - 70px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

menu-cover startup {
  width: 200px;
  height: 300px;
  border: 1px solid lightgrey;
  box-shadow: 0 0 2px lightgrey;
  border-radius: 15px;
  margin: 10px;
  background: white;
  padding: 5px;
  cursor: pointer;
}

menu-cover startups cnt {
  height: 50%;
}

menu-cover startups logo {
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

menu-cover startups name {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid lightgrey;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 115%;
}

menu-cover startups {
  font-size: 85%
}

menu-cover .tabs {
  font-weight: bold;
  margin-bottom: 10px !important;
}

.g-signin2 {
  margin-top: 20px;
}

.g-signin2>div {
  border-radius: 20px;
  padding-top: 2.5px;
}

menu-title {
  cursor: pointer;
  padding: 2px 7px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 80px;
  border-top-left-radius: 10px;
  color: white;
  font-size: 13px;
  background: ;
  border: 2px solid ;
  border-bottom-width: 0;
  color: ;
  border-right-width: 0;
}

menu-title.lone {
  border-right-width: 2px;
  border-top-right-radius: 10px;
}

menu-cntr {
  z-index: 98;
  position: absolute;
  top: 68px;
  background: ;
  display: flex;
  font-size: 13px;
  color: ;
  padding: 10px 5px;
}

menu-cntr>* {
  cursor: pointer;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 5px;
}

menu-cntr item:hover {
  text-decoration: underline
}

social-title {
  cursor: pointer;
  padding: 2px 7px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 128px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 13px;
  background: ;
  border: 2px solid ;
  border-bottom-width: 0;
  color: ;
  border-left-width: 0;
}

social-cntr {
  z-index: 98;
  position: absolute;
  top: 68px;
  background: ;
  display: flex;
  font-size: 13px;
  color: ;
  padding: 10px 5px;
}

social-cntr>* {
  cursor: pointer;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 5px;
}

social-cntr item:hover {
  text-decoration: underline
}

social.content item {
  margin: 10px;
  font-size: 120%;
  font-weight: bold;
}

post-startup,
create-startup {
  margin: 0 auto;
}

to-admin-area {
  border: 2px solid grey;
  padding: 2px 7px 4px;
  background: white;
  border-radius: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

to-admin-area sign {
  color: grey;
  display: inline;
}

welcome-text {
  display: flex;
  top: 0;
  text-shadow: 0 0 1px white;
  position: absolute;
  background: rgba(255, 255, 255, 0.5) url(/images/bg/abstract1.jpg);
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  padding: 30px;
  box-sizing: border-box;
  flex-direction: column;
  color: white;
}

welcome-text t {
  font-weight: bold;
  font-size: 110%;
  margin: 10px 0 20px;
}

welcome-text c {
  line-height: 180%;
}

welcome-text button {
  margin-top: 20px;
  border-radius: 20px;
  font-size: 30px;
  padding: 10px 20px;
  background: white;
  border-width: 0px;
  background: #D8ACB2;
  margin-top: 10;
  text-shadow: 0 0 3px white;
  box-shadow: 0 0 3px white;
}

welcome-text button {
  border: 1px solid darkgreen;
  background-color: green;
  border-radius: 4px;
  box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
  -o-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
  -webkit-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
  -moz-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
  color: white;
  text-shadow: 1px 1px 1px black;
  padding: 5px 30px;
}

welcome-text m {
  color: black;
  background: white;
  padding: 3 10px;
  border-radius: 15px;
  margin: 0 3px;
}

airdrop-bg {
  top: 0;
  text-shadow: 0 0 1px white;
  position: fixed !important;
  z-index: 102;
  background: white;
  background-size: 100% 100%;
  opacity: 0.95;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

airdrop-text {
  position: fixed !important;
  z-index: 103;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  box-sizing: border-box;
  flex-direction: column;
  color: black;
}

airdrop-text close {
  right: 15px !important;
}

airdrop-text tit {
  font-family: 'Mate SC', serif;
  font-size: 170%;
  align-self: center;
  margin: 50px auto 20px;
}

airdrop-text under-tit {
  color: black;
  font-size: 90%;
  margin: 0 auto 10px;
}

airdrop-text stat {
  margin-top: 5px;
  align-self: center;
  font-size: 80%;
  color: black;
}

airdrop-text stat n {
  font-weight: bold;
  color: ;
  margin: 0 5px;
}

airdrop-text stat,
airdrop-text stat * {
  display: flex;
}

airdrop-text stat count {
  margin-left: 5px;
}

airdrop-text cntr {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 60%;
  font-size: 85%;
  text-shadow: 0 0 10px white;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
}

airdrop-text row {
  margin: 8px 5px;
}

airdrop-text row:first-of-type {
  margin-top: 50px;
}

airdrop-text reward {
  color: grey;
  margin-left: 10px;
}

airdrop-text button {
  width: max-content;
  margin: 30px auto;
}

body>bar {
  box-sizing: content-box;
}

purs-cntr {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  background: ;
  color: white;
  padding: 5px;
  font-size: 20px;
  border-top-right-radius: 20px;
  border-top-color: ;
  border-right-color: ;
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-style: solid;
}

purs-cntr c {
  margin-right: 5px;
}

purs-cntr n {
  font-weight: bold;
}

purs-cntr sale-in {
  font-size: 80%;
}

purs-cntr button {
  background: white;
  color: ;
  align-self: center;
  margin: 10px auto;
  font-weight: bold;
}

cover-cntr {
  width: 500px;
  height: 400px;
  background: white;
  border-radius: 20px;
  border: 1px solid lightgrey;
  margin: auto;
}

pane airdrop {
  border: 2px solid ;
  border-radius: 5px;
  padding: 5px 10px 7px 10px;
  background: white;
  color: black;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}

//pane airdrop:hover{border-bottom: 2px solid }
share {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/images/icons/share-neo.png) no-repeat center/75%;
  cursor: pointer;
  cursor: hand;
  opacity: 0.9;
}
/* @media screen and (max-width: 640px) {
  #video share{
    top: 15px;
  }
} */

slide share,
team share,
ef share {
  width: 30px;
  height: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

team share,
ef share {
  width: 25px;
}

share.title {
  position: static;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  align-self: center;
}

share.dark {
  background: url(/images/icons/share-neo.png) no-repeat center/75%;
}

share:hover {
  opacity: 1;
}

social-icon {
  width: 100px;
  height: 100px;
  cursor: pointer;
  cursor: hand;
  margin: 10px;
}

social-icon.fb {
  background: url(/images/icons/social/fb.png) no-repeat center/100%;
}

social-icon.twitter {
  background: url(/images/icons/social/twitter.png) no-repeat center/100%;
}

social-icon.linkedin {
  background: url(/images/icons/social/linkedin.png) no-repeat center/100%;
}

social-icon.link {
  background: url(/images/icons/social/link.png) no-repeat center/100%;
}

#delete-my-data {
  background: white;
  color: ;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid }

social-pane {
  width: 30px;
  height: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

social-pane img {
  width: 20px;
  height: 20px;
  margin: 5px;
}

apetail-button {
  background: white;
  padding: 9px;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}

unread {
  opacity: 0;
  transition: opacity 0.3s linear;
}

profile-pane .textarea button {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

profile-pane textarea {
  border-width: 0;
}


profile-pane expand-cnt>cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

profile-pane #blockpass-kyc-connect {
  margin-top: 5px;
}

countdown {
  display: flex;
}

countdown c {
  display: flex;
}

@media screen and (max-width: 640px) {
  airdrop-text:after {
    content: '';
    background: url(/images/bg/abstract2-ss.jpg);
    background-size: auto 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  airdrop-text cntr {
    width: 100%;
    max-width: 100%;
  }

  pane airdrop {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:  url(/images/icons/airdrop.png?2) no-repeat center;
    background-size: 100%;
    margin: 0 auto 0 60px;
    box-shadow: -1px 1px 1px grey;
  }

  //body{visibility:visible;}
  gradient-line {
    height: 10px;
    width: 200px;
  }

  section>top title {
    font-size: 30px;
    line-height: 30px;
  }

  .pane {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    top: 0;
    left: 0;
  }

  pane {
    padding-top: 0;
  }

  pane left {
    padding-left: 0;
    justify-content: flex-start;
  }

  pane menu startups {
    margin-left: -10px;
    margin-bottom: -3px
  }

  pane right {
    padding-right: 0;
  }

  pane #logo {
    max-height: 30px;
  }

  gradient-line {
    display: none;
  }

  pane menu {
    width: 30px;
    height: 30px;
  }

  menu-cover cntr {
    position: relative;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 20px;
    margin-top: 10px;
  }

  menu-cover list {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  menu-cover item {
    background: none !important;
    display: flex;
    align-items: center;
    flex-direction: row !important;
    border-width: 0px !important;
  }

  section>top title {
    margin-right: 12px;
  }

  body {
    overflow: visible;
    touch-action: auto;
    position: static;
  }

  menu-cover {
    position: fixed;
  }

  menu-cover startups {
    display: block;
    height: 100%;
  }

  menu-cover startup {
    display: flex;
    width: 100%;
    height: 80px;
    margin: 10px 0;
    padding: 3px;
  }

  menu-cover startup>* {
    height: 100% !important;
  }

  menu-cover startups logo {
    width: 80px;
  }

  menu-cover startups name {
    border-width: 0;
    text-align: left;
    padding-top: 0;
    margin-bottom: 5px;
    margin-bottom: 0;
  }

  menu-cover startup cnt {
    width: calc(100% - 80px);
    margin-left: 5px;
  }

  pane left {
    align-items: center;
  }

  create-startup {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    line-height: 10px;
    border-width: 1px;
    padding-bottom: 2px;
  }

  welcome-text {
    touch-action: none;
    font-size: 4.0vw;
    background-size: auto 100%;
    background-image: url(/images/bg/abstract1-ss.jpg);
    background-size: cover;
    color: black;
    padding: 10px;
  }

  welcome-text t {
    margin-bottom: 10px;
  }

  welcome-text m {
    color: white;
    background: grey;
  }

  welcome-text button {
    font-size: 6vw;
    padding: 7px 13px;
    margin-top: 10px;
    margin-top: 10px;
  }

  welcome-text button {
    border: 1px solid #8ec1da;
    background-color: #ddeef6;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
    -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
    -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
    -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
    color: #3985a8;
    text-shadow: 0 1px #fff;
    padding: 5px 30px;
  }

  purs-cntr {
    width: 100%;
    display: flex;
    border-right-width: 0px;
    border-top-right-radius: 0px;
    padding: 0 5px;
  }

  purs-cntr cntr:nth-child(2) {
    width: 100%;
  }

  cover-cntr {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-width: 0;
  }

  share {
    opacity: 1;
  }

  social-icon {
    width: 50px;
    height: 50px;
  }

  share {
    width: 25px !important;
    height: 25px !important;
  }

  section {
    padding-left: 0;
  }

  section>top left {
    margin: 10px;
  }

  pane sign-in {
    padding: 9px 0;
  }
}
