body {
  padding-top: 0%;
  background-color: #4ca1af;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 36px;
  font-weight: 300;
}

p {
  display: block;
  width: 70%;
  margin: 0px auto 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 18px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0px;
}

.project-section {
  display: block;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #004c6f;
  background-image: -webkit-linear-gradient(144deg, #010638, #004c6f 77%, #00839b 100%, #00cad3);
  background-image: linear-gradient(306deg, #010638, #004c6f 77%, #00839b 100%, #00cad3);
}

.project-section.blue {
  background-color: #4ca1af;
  background-image: -webkit-linear-gradient(315deg, #4ca1af, #c4e0e5);
  background-image: linear-gradient(135deg, #4ca1af, #c4e0e5);
}

.project-section.screenshot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keyboard {
  display: block;
  width: 800px;
  min-height: 315px;
  margin: 0px auto 50px;
  padding: 60px 5px 10px;
  border-radius: 20px 20px 10px 10px;
  background-color: #e2e5e8;
  background-image: url('../images/example-bg.png'), -webkit-linear-gradient(1deg, transparent 99%, hsla(0, 0%, 75%, .2)), -webkit-linear-gradient(359deg, hsla(0, 0%, 75%, .2), transparent 1%), -webkit-linear-gradient(270deg, #bfbfbf, transparent 6%), -webkit-radial-gradient(circle farthest-side at 50% 0%, rgba(229, 232, 234, .4), hsla(206, 9%, 85%, .5));
  background-image: url('../images/example-bg.png'), linear-gradient(89deg, transparent 99%, hsla(0, 0%, 75%, .2)), linear-gradient(91deg, hsla(0, 0%, 75%, .2), transparent 1%), linear-gradient(180deg, #bfbfbf, transparent 6%), radial-gradient(circle farthest-side at 50% 0%, rgba(229, 232, 234, .4), hsla(206, 9%, 85%, .5));
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: 125px, auto, auto, auto, auto;
  box-shadow: 0 4px 1px 0 hsla(0, 0%, 73%, .8), 2px 3px 6px 0 rgba(0, 0, 0, .42);
  text-align: center;
}

.rows {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3px;
  padding-left: 2px;
  text-align: center;
}

.key {
  display: block;
  width: 49px;
  height: 31px;
  margin-right: 3.5px;
  margin-left: 3.5px;
  padding: 12px 4px 0px 0px;
  float: left;
  border-style: solid none;
  border-width: 1px 1px 3px;
  border-color: #f5f5f5 transparent rgba(54, 54, 54, .27);
  border-radius: 4px 4px 5px 5px;
  background-color: #eff0f2;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .65);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #aaa;
  font-size: 8px;
  line-height: 13px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #f5f5f5;
}

.key:active {
  padding-top: 13px;
  padding-bottom: 4px;
  border-top: 1px solid rgba(0, 0, 0, .4);
  border-right: 1px none transparent;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(206, 9%, 85%, .22), hsla(206, 9%, 85%, .22));
  background-image: linear-gradient(180deg, hsla(206, 9%, 85%, .22), hsla(206, 9%, 85%, .22));
  color: #aaa;
}

.key.escape {
  height: 31px;
  padding: 7px 0px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
}

.key.escape:active {
  padding-top: 8px;
  padding-bottom: 0px;
}

.key.square {
  width: 47px;
  height: 47px;
  padding-top: 6px;
  padding-right: 0px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

.key.square:active {
  padding-top: 7px;
}

.key.square.tab {
  width: 76px;
  padding-top: 22px;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
  text-transform: lowercase;
}

.key.square.tab:active {
  padding-top: 23px;
}

.key.square.center {
  padding-top: 15px;
  font-size: 13px;
  font-weight: 700;
}

.key.square.center:active {
  padding-top: 16px;
}

.key.delete {
  width: 76px;
  height: 47px;
  padding-top: 24px;
  padding-right: 8px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
}

.key.delete:active {
  padding-top: 25px;
}

.key.shift {
  width: 89px;
  height: 47px;
  padding-top: 22px;
  padding-left: 10px;
  font-size: 11px;
  text-align: left;
  text-transform: none;
}

.key.shift.right {
  width: 116px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
}

.key.shift.right:active {
  padding-top: 23px;
}

.key.shift.left {
  width: 116px;
  font-size: 10px;
}

.key.shift.left:active {
  padding-top: 23px;
}

.key.caps {
  width: 89px;
  height: 47px;
  padding-top: 5px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  font-size: 7.5px;
  line-height: 17px;
  text-align: left;
}

.key.caps:active {
  padding-top: 6px;
}

.key.caps:focus {
  color: #37db17;
}

.key.caps.return {
  padding-top: 22px;
  padding-right: 10px;
  text-align: right;
}

.key.caps.return:active {
  padding-top: 23px;
}

.key.bottom {
  width: 49px;
  height: 55px;
  padding-top: 31px;
  padding-left: 10px;
  font-size: 10px;
  text-align: left;
  text-transform: lowercase;
}

.key.bottom:active {
  padding-top: 32px;
}

.key.bottom.wide {
  width: 58px;
  height: 55px;
}

.key.bottom.command {
  width: 73px;
}

.key.space {
  width: 220px;
  height: 55px;
}

.key.arrows-left-right {
  height: auto;
  margin-top: 25px;
  padding-top: 7.5px;
  padding-bottom: 5.5px;
  text-align: center;
}

.key.arrows-left-right:active {
  padding-top: 8.5px;
  padding-bottom: 6.5px;
}

.key.arrow-up {
  height: 27.5px;
  padding-top: 9px;
  padding-right: 0px;
  float: left;
  clear: none;
  border-bottom: 1px solid rgba(54, 54, 54, .35);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  text-align: center;
}

.key.arrow-up:active {
  padding-top: 10px;
}

.key.arrow-down {
  height: 27.5px;
  padding-top: 5px;
  padding-right: 0px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  text-align: center;
}

.key.arrow-down:active {
  padding-top: 6px;
}

.arrows-wrap {
  width: 165px;
  height: 56px;
  float: left;
}

.middle-arrows {
  width: 33%;
  height: 100%;
  float: left;
}

.heading {
  width: auto;
  margin: 25px 0px auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3.2em;
  font-weight: 600;
}

.heading.align-left {
  text-align: left;
}

.sub-heading {
  margin-top: 55px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 32px;
  font-weight: 300;
}

.footer {
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, .25);
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.link {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #fff;
}

.link:hover {
  opacity: 0.5;
}

.middle {
  width: 50%;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 1px solid hsla(0, 0%, 100%, .15);
}

.middle.short {
  height: 45px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mock-up-row {
  height: 430px;
  margin-bottom: 50px;
}

.column {
  height: 100%;
}

.column.align-left {
  text-align: left;
}

.mock-up-wrap {
  height: 100%;
  padding-top: 190px;
  border-radius: 4px;
  background-image: url('../images/team-mock.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .4);
}

.team-hover {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 130px;
  height: 190px;
  margin-bottom: 45px;
  margin-left: 0px;
  border: 2px solid #673ab7;
  border-radius: 5px;
  background-color: rgba(81, 45, 168, .1);
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

.team-hover:hover {
  background-color: rgba(103, 58, 183, .1);
  opacity: 1;
}

.team-hover.blue-hover {
  border-color: #4ca1af;
}

.team-hover.blue-hover:hover {
  border-color: #4ca1af;
  background-color: rgba(196, 224, 229, .15);
}

.cms-mock-up {
  height: 100%;
  border-radius: 4px;
  background-color: #512da8;
}

.cms-mock-up.blue-mock {
  background-color: rgba(76, 161, 175, .3);
}

.wrap-one {
  height: 25%;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  opacity: 0.3;
}

.wrap-two {
  height: 25%;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  opacity: 0.3;
}

.wrap-three {
  height: 25%;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  opacity: 0.3;
}

.wrap-four {
  height: 25%;
  padding-top: 5px;
  opacity: 0.3;
}

.row {
  height: 100px;
}

.text-block {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #d5d9dc;
  font-size: 13px;
  line-height: 19px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

.data {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.count {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: -22px;
  padding: 4px 10px;
  float: right;
  background-color: #673ab7;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
}

.count.blue-count {
  background-color: #4ca1af;
}

.no-caps {
  color: #aaa;
}

.button.outline {
  margin: auto 40px 15px;
  padding: 15px 25px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  background-image: url('../images/android-6-128.png');
  background-position: 8px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  -webkit-transition: background-color 150ms ease-in, color 150ms ease-in;
  transition: background-color 150ms ease-in, color 150ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.button.outline:hover {
  background-color: #fff;
  background-image: -webkit-linear-gradient(0deg, #fff, transparent);
  background-image: linear-gradient(90deg, #fff, transparent);
  color: #512da8;
}

.button.outline.blue:hover {
  color: #4ca1af;
}

.button.outline.ios {
  background-image: url('../images/apple-128.png');
  background-size: 20px;
}

.tabs-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5000;
  display: inline-block;
  height: 35px;
  min-height: 35px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tab-link {
  display: block;
  width: 35px;
  height: 35px;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-right: 10px;
  padding: 0px;
  float: left;
  border: 2px solid #fff;
  border-radius: 360px;
}

.tab-link.w--current {
  border: 2px solid #fff;
  background-color: transparent;
}

.tab-link.blue {
  position: static;
  display: inline-block;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .6);
  background-color: #4ca1af;
  background-image: -webkit-linear-gradient(315deg, #4ca1af, #c4e0e5);
  background-image: linear-gradient(135deg, #4ca1af, #c4e0e5);
}

.tab-link.blue.w--current {
  border-width: 1px;
}

.tab-link.pink {
  position: static;
  display: inline-block;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .6);
  background-color: #e67f8e;
  background-image: -webkit-linear-gradient(315deg, #ed4264, #ffedbc);
  background-image: linear-gradient(135deg, #ed4264, #ffedbc);
}

.tab-link.pink.w--current {
  position: static;
  display: inline-block;
  float: none;
}

.iphone {
  position: relative;
  z-index: 5000;
  display: block;
  width: 380px;
  height: 791px;
  margin: 85px auto 50px;
  padding-top: 20px;
  border: 5px solid #d9dbdc;
  border-radius: 45px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(315deg, rgba(229, 232, 234, .2), transparent), -webkit-linear-gradient(90deg, rgba(0, 0, 0, .03), transparent 3%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .03), transparent 4%), -webkit-linear-gradient(0deg, transparent 95%, rgba(0, 0, 0, .03)), -webkit-linear-gradient(0deg, rgba(0, 0, 0, .03), transparent 5%);
  background-image: linear-gradient(135deg, rgba(229, 232, 234, .2), transparent), linear-gradient(0deg, rgba(0, 0, 0, .03), transparent 3%), linear-gradient(180deg, rgba(0, 0, 0, .03), transparent 4%), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, .03)), linear-gradient(90deg, rgba(0, 0, 0, .03), transparent 5%);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .3);
}

.iphone.copy {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .01), transparent 5%), -webkit-linear-gradient(225deg, rgba(0, 0, 0, .04), transparent 10%), -webkit-linear-gradient(315deg, rgba(0, 0, 0, .04), transparent 10%), -webkit-linear-gradient(315deg, rgba(229, 232, 234, .2), transparent), -webkit-linear-gradient(90deg, rgba(0, 0, 0, .03), transparent 3%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .03), transparent 4%), -webkit-linear-gradient(0deg, transparent 95%, rgba(0, 0, 0, .03)), -webkit-linear-gradient(0deg, rgba(0, 0, 0, .03), transparent 5%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .01), transparent 5%), linear-gradient(225deg, rgba(0, 0, 0, .04), transparent 10%), linear-gradient(135deg, rgba(0, 0, 0, .04), transparent 10%), linear-gradient(135deg, rgba(229, 232, 234, .2), transparent), linear-gradient(0deg, rgba(0, 0, 0, .03), transparent 3%), linear-gradient(180deg, rgba(0, 0, 0, .03), transparent 4%), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, .03)), linear-gradient(90deg, rgba(0, 0, 0, .03), transparent 5%);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .3), 0 15px 7px -16px #000;
}

.speaker-calling {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #363636;
  border-radius: 360px;
  background-color: #000;
}

.top-wrap {
  height: 25px;
  margin-top: 5px;
  padding-top: 0px;
}

.camera {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 0px;
  margin-left: 120px;
  float: left;
  border: 3px solid #3c3d3d;
  border-radius: 360px;
  background-color: #000;
  background-image: -webkit-linear-gradient(135deg, transparent, hsla(0, 0%, 100%, .37) 73%, transparent), -webkit-linear-gradient(315deg, rgba(0, 71, 255, .49), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(315deg, transparent, hsla(0, 0%, 100%, .37) 73%, transparent), linear-gradient(135deg, rgba(0, 71, 255, .49), hsla(0, 0%, 100%, 0));
}

.speaker {
  display: block;
  width: 60px;
  height: 6px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #3c3d3d;
}

.signal {
  height: 20px;
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
  border-right: 5px solid #bfbfc0;
  border-left: 5px solid #bfbfc0;
}

.sound-toggle {
  height: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: -8px;
  border-left: 3px solid #d9dbdc;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .2);
}

.volume {
  height: 60px;
  margin-top: 20px;
  margin-left: -8.5px;
  border-left: 4px solid #d9dbdc;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .2);
}

.volume.down {
  margin-top: 15px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.volume.up {
  margin-right: -7.5px;
  border-right: 3px solid #d9dbdc;
  border-radius: 2px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .2), inset -1px 0 0 0 rgba(0, 0, 0, .2);
}

.screen {
  position: relative;
  display: block;
  width: 345px;
  min-height: 615px;
  margin: -225px auto 11px;
  border: 3px solid #000;
  border-radius: 3px;
  background-color: #363636;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7), hsla(0, 0%, 100%, .2));
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7), hsla(0, 0%, 100%, .2));
}

.home-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5px 0px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(67, 67, 67, .14);
  border-radius: 360%;
  background-color: #434343;
  background-image: -webkit-linear-gradient(315deg, transparent, rgba(0, 0, 0, .2)), -webkit-linear-gradient(315deg, transparent, #fff 50%, transparent), -webkit-linear-gradient(315deg, #434343 44%, #fff);
  background-image: linear-gradient(135deg, transparent, rgba(0, 0, 0, .2)), linear-gradient(135deg, transparent, #fff 50%, transparent), linear-gradient(135deg, #434343 44%, #fff);
}

.inner-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 360px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.navbar {
  position: absolute;
  z-index: 5000;
  width: 100%;
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.nav-link {
  position: static;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px 0px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0px;
}

.nav-link:hover {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.nav-link.w--current {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.social-widget {
  display: block;
  height: 40px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.social-link {
  display: inline-block;
  width: 25px;
  height: 25px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.social-link:hover {
  opacity: 1;
}

.social-link.twitter {
  height: 40px;
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-link.linkedin {
  height: 40px;
  background-image: url('../images/linkedin.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-link.facebook {
  height: 40px;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.form-wrapper {
  margin-top: 0px;
}

.field {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  border-color: hsla(0, 0%, 100%, .3);
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.field:hover {
  border-color: hsla(0, 0%, 100%, .5);
}

.field:focus {
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.field.area {
  overflow: visible;
  min-height: 100px;
  margin-top: 25px;
  border-color: hsla(0, 0%, 100%, .3);
  font-weight: 300;
}

.submit-button {
  margin-top: 25px;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in, color 200ms ease-in;
  transition: background-color 200ms ease-in, color 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #fff;
  color: #512da8;
}

.succes-message {
  background-color: transparent;
}

.responsive-keyboard {
  margin-top: 170px;
}

.dock {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 80px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(196, 224, 229, .7);
}

.dock-tile {
  width: 25%;
  height: 100%;
  padding: 7px 0px 0px;
  float: left;
  background-color: transparent;
  text-align: center;
}

.dock-tile.w--current {
  background-color: transparent;
}

.app-mock-up {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-bottom: -2px;
  padding-top: 16px;
  border-radius: 10px;
  background-color: #e5e8ea;
  color: #fff;
  font-size: 35px;
}

.app-mock-up.phone {
  background-color: transparent;
  background-image: url('../images/ios_9_icon-250x250.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.app-mock-up.contacts {
  padding-top: 16px;
  border-radius: 15px;
  background-color: transparent;
  background-image: url('../images/contacts.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-mock-up.email {
  background-color: transparent;
  background-image: url('../images/mail.png');
  background-position: 50% 50%;
  background-size: cover;
}

.app-mock-up.safari {
  background-color: #fff;
  background-image: url('../images/Safari.ico');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.app-mock-up.spotify {
  background-color: transparent;
  background-image: url('../images/spotify.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.app-name {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}

.awake {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(225deg, #c4e0e5, #4ca1af);
  background-image: linear-gradient(225deg, #c4e0e5, #4ca1af);
}

.signal-bar {
  position: relative;
  height: 20px;
  padding-right: 6px;
  padding-left: 6px;
  text-align: center;
}

.signal-bar.dark {
  z-index: 1;
  background-color: hsla(0, 0%, 96%, .9);
}

.signal-strength {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 11px;
}

.signal-strength.black {
  position: relative;
  color: #000;
}

.time {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1px;
  color: #fff;
  font-size: 11px;
}

.time.black {
  position: relative;
  color: #000;
  font-size: 11.4px;
  font-weight: 700;
}

.battery {
  position: relative;
  padding-top: 1px;
  float: right;
  color: #fff;
  font-size: 23px;
}

.battery.black {
  color: #000;
}

.percent {
  position: relative;
  top: -4px;
  padding-right: 3px;
  font-size: 11px;
}

.app-one {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
}

.browser-bar-wrap {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 96%, .9);
}

.url {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  background-color: #e4e4e4;
  background-image: url('../images/refresh-icon.png');
  background-position: 99% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.webflow-mock-up-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  margin-top: 62px;
}

.webflow-mock-up {
  height: 9200px;
  background-image: url('../images/webflow-mock-up.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.paragraph.align-left {
  width: auto;
  text-align: left;
}

.apps-row {
  height: 70px;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.apps-wrap {
  width: 25%;
  height: 70px;
  float: left;
}

.app-spotify {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #181818;
}

.spotify-embed {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 339px;
  max-height: 406px;
  margin-top: 0px;
  text-align: center;
}

.spotify-menu {
  display: block;
  height: 132px;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.spotify-tabs-content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.spotify-tabs {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 70px;
  padding-top: 0px;
}

.spotify-tab-link {
  width: 100%;
  padding-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .8);
  background-color: #282828;
}

.spotify-tab-link.w--current {
  z-index: 1;
  border-bottom-color: rgba(30, 215, 96, .4);
  background-color: #181818;
  box-shadow: 0 1px 3px 0 #000;
}

.spotify-ui-icons {
  width: 25px;
  padding: 5px;
  float: left;
}

.spotify-tab-titles {
  display: inline-block;
  padding: 2.5px 5px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.spotify-top-menu {
  position: relative;
  z-index: 5000;
  height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .8);
  background-color: #181818;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
}

.menu-button {
  width: 50px;
  height: 50px;
  margin-left: 0px;
  float: left;
  background-image: url('../images/menu-icon.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.spotify-menu-title {
  display: inline-block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.spotify-tab-pane {
  width: 100%;
  height: 406px;
}

.albums-slider {
  z-index: 1;
  height: auto;
  background-color: #181818;
}

.slider-arrows {
  width: 40px;
  height: 40px;
  margin-top: 160.5px;
  padding: 13px 0px 10px;
  border: 1px solid #fff;
  border-radius: 360px;
  font-size: 13px;
  text-align: center;
}

._1000mods {
  background-image: url('../images/1000mods-artwork.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._1000mods:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1000mods-artwork.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1000mods-artwork.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.album-embed {
  position: relative;
  max-height: 407px;
}

.arrows-hover {
  margin-top: 80px;
  -webkit-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
}

.arrows-hover:hover {
  margin-top: 80px;
  background-color: rgba(0, 0, 0, .54);
}

.inline-link {
  color: #fff;
}

.topgap {
  margin-top: auto;
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sectiontitle {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.sectiontitle.footertitle {
  margin-top: 20px;
}

.sectiontitle.makeityours {
  margin-top: 40px;
  margin-bottom: 60px;
}

.sectiondescription {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.sectiondescription.testimonial {
  width: 40%;
  margin-left: 0px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.sectiondescription.testimonialtext {
  font-size: 14px;
  font-style: italic;
}

.hyperlink {
  letter-spacing: 0px;
  text-decoration: none;
}

.footerhyperlink {
  color: #fff;
}

.footerdescription {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 26px;
}

.buttontext {
  margin-right: -8px;
  margin-left: 12px;
  padding-right: 1px;
  text-decoration: none;
  text-transform: none;
}

.fullbody {
  overflow: visible;
  background-color: #000;
  background-image: -webkit-linear-gradient(144deg, #00cad3, #010638);
  background-image: linear-gradient(306deg, #00cad3, #010638);
}

.appscreenshotrow {
  margin-top: 20px;
}

.testimonialimage {
  margin-top: 35px;
  margin-bottom: 35px;
}

.testimonialssection {
  margin-top: 45px;
  text-align: left;
}

.testimonialcolumn {
  margin-top: 24px;
  text-align: center;
}

.testimonialsection {
  margin-top: auto;
  border-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
}

html.w-mod-js *[data-ix="heading-1-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="heading-2-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="keyboard-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="content-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="spotify-app-initial-hide"] {
  display: none;
}

html.w-mod-js *[data-ix="hovereffect"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*thrid-party form*/
.form-label-left{ 
    width:150px; 
  } 
.form-label-right{
    width:150px;
  } 
.form-all{ 
  background-color: transparent !important;
  width:690px;
  font-family: 'Open Sans', sans-serif;
} 
.form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header{
     color: false;
}
/* Injected CSS Code */
 .form-label.form-label-auto {
     display: inline-block;
     float: left;
     text-align: left;
}
.form-label.form-label-auto {
    display: inline-block;
    text-align: left;
    width: auto !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0px;
    color:#fff;
}
.form-textbox, .form-textarea {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
}
.jotform-form {
  padding: 0px !important;
}
.form-all{
  width: 100% !important;
}
.field{
  display: block;
  width: 60% !important; 
  margin-right: auto;
  margin-left: auto !important;
  border-style: solid;
  border-width: 1px 1px 1px 2px !important;
  border-color: hsla(0, 0%, 100%, .3) !important;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  padding: 8px 12px !important;
  font-size: 14px !important;
}
.submit-button{
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in, color 200ms ease-in;
  transition: background-color 200ms ease-in, color 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: 100;
  font-size: 14px;
  margin-top: 0px !important;
}
.form-line{
  margin: 0px !important;
}
#cid_1, #cid_2{
  width: 100% !important;
}
 

@media (max-width: 991px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mock-up-row {
    height: auto;
  }
  .mock-up-wrap {
    height: 508px;
    padding-top: 227px;
  }
  .team-hover {
    width: 152px;
    height: 220px;
  }
  .cms-mock-up {
    margin-top: 25px;
  }
  .tabs-menu {
    margin-top: 85px;
  }
  .iphone {
    z-index: 4999;
  }
  .responsive-keyboard {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    margin-top: 0px;
    padding-bottom: 10px;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 213, 218, .95), rgba(210, 213, 218, .95)), -webkit-linear-gradient(315deg, rgba(237, 66, 100, .85), rgba(51, 219, 247, .85) 51%, rgba(0, 255, 61, .85));
    background-image: linear-gradient(180deg, rgba(210, 213, 218, .95), rgba(210, 213, 218, .95)), linear-gradient(135deg, rgba(237, 66, 100, .85), rgba(51, 219, 247, .85) 51%, rgba(0, 255, 61, .85));
  }
  .responsive-row {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 4px;
    padding-left: 0px;
  }
  .bttn {
    display: inline-block;
    width: 70px;
    height: 75px;
    margin-right: 4px;
    margin-left: 2px;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    border-bottom: 2px solid rgba(165, 171, 183, .7);
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .9);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }
  .bttn:active {
    height: 74px;
    padding-top: 26px;
    background-color: #e5e8ea;
  }
  .bttn.backspace {
    width: 80px;
    margin-left: 0px;
    padding-top: 25px;
    float: right;
    border-bottom-color: rgba(54, 54, 54, .17);
    background-color: #a5abb7;
    color: rgba(0, 0, 0, .9);
    font-size: 45px;
  }
  .bttn.grey-bttn.dark {
    width: 80px;
    padding-top: 27px;
    padding-bottom: 0px;
    border-bottom-color: rgba(54, 54, 54, .17);
    background-color: #a5abb7;
    color: rgba(0, 0, 0, .9);
    font-size: 17px;
    font-weight: 700;
  }
  .bttn.grey-bttn.dark.smiley {
    font-size: 25px;
  }
  .bttn.grey-bttn.dot {
    padding-top: 20px;
    font-size: 28px;
  }
  .bttn.grey-bttn.go {
    width: 110px;
    background-color: #037aff;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
  }
  .bttn.spacebar-responsive {
    width: 389px;
    padding-top: 25px;
    color: #363636;
    font-size: 18px;
  }
  .bttn.center {
    display: inline-block;
    width: 75px;
    float: none;
  }
  .bttn.center:active {
    height: 74px;
    margin-top: -1px;
  }
  .bttn.all-caps {
    width: 80px;
    margin-right: 0px;
    margin-left: 6px;
    padding-top: 26px;
    float: left;
    background-color: #fff;
    color: rgba(0, 0, 0, .9);
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .mock-up-wrap {
    height: 380px;
    padding-top: 165px;
  }
  .team-hover {
    width: 113px;
    height: 175px;
  }
  .bttn {
    width: 50px;
    height: 45px;
    padding-top: 10px;
    border-bottom-width: 1px;
  }
  .bttn:active {
    height: 45px;
    padding-top: 10px;
  }
  .bttn.backspace {
    padding-top: 11px;
    font-size: 35px;
  }
  .bttn.grey-bttn.dark {
    padding-top: 13px;
    font-size: 16px;
  }
  .bttn.grey-bttn.dark.smiley {
    padding-top: 12px;
  }
  .bttn.grey-bttn.dot {
    padding-top: 11px;
  }
  .bttn.grey-bttn.go {
    padding-top: 13px;
    border-bottom-color: rgba(165, 171, 183, 0);
    font-size: 19px;
  }
  .bttn.spacebar-responsive {
    width: 210px;
    padding-top: 12px;
    font-size: 15px;
  }
  .bttn.center {
    width: 50px;
    height: 45px;
    padding-top: 12px;
  }
  .bttn.center:active {
    height: 45px;
    margin-top: 0px;
    padding-top: 12px;
  }
  .bttn.all-caps {
    width: 75px;
    padding-top: 12px;
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .project-section {
    overflow: auto;
    background-image: -webkit-linear-gradient(144deg, #010638, #004c6f 77%, #00839b 100%, #00cad3);
    background-image: linear-gradient(306deg, #010638, #004c6f 77%, #00839b 100%, #00cad3);
  }
  .heading {
    font-size: 2.6em;
  }
  .sub-heading {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
    font-size: 1em;
    line-height: 22px;
  }
  .mock-up-wrap {
    height: 210px;
  }
  .team-hover {
    width: 41px;
  }
  .tabs-menu {
    margin-top: 85px;
  }
  .iphone {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .screen {
    overflow: hidden;
    width: auto;
    min-height: auto;
  }
  .navbar {
    text-align: center;
  }
  .field {
    width: 90%;
  }
  .responsive-row {
    padding-top: 3px;
  }
  .bttn {
    width: 28px;
    height: 35px;
    margin-right: 2px;
    margin-left: 1.5px;
    padding-top: 6px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
  }
  .bttn:active {
    height: 35px;
    padding-top: 6px;
    background-color: #e5e8ea;
  }
  .bttn.backspace {
    width: 40px;
    height: 33px;
    padding-top: 5px;
    font-size: 20px;
  }
  .bttn.grey-bttn.dark {
    width: 40px;
    margin-right: 3px;
    margin-left: 0px;
    padding-top: 8px;
    font-size: 12px;
  }
  .bttn.grey-bttn.dark.smiley {
    width: 40px;
    margin-right: 3px;
    margin-left: 3px;
    padding-top: 9px;
    font-size: 16px;
  }
  .bttn.grey-bttn.dot {
    padding-top: 3px;
    font-size: 18px;
  }
  .bttn.grey-bttn.go {
    width: 55px;
    margin-left: 2.5px;
    padding-top: 7px;
    font-size: 15px;
  }
  .bttn.spacebar-responsive {
    width: 124px;
    margin-right: 3px;
    margin-left: 3px;
    padding-top: 7px;
    border-radius: 4px;
    font-size: 13px;
  }
  .bttn.center {
    width: 27px;
    height: 33px;
    margin-right: 3.5px;
    margin-left: 1.5px;
    padding-top: 6px;
  }
  .bttn.center:active {
    height: 33px;
    margin-top: 0px;
    padding-top: 6px;
    border-bottom-width: 2px;
  }
  .bttn.all-caps {
    width: 40px;
    height: 33px;
    padding-top: 9px;
    font-size: 20px;
    line-height: 15px;
  }
  .nav-menu {
    position: static;
    float: none;
  }
  .appscreenshot {
    margin-bottom: 25px;
  }
  .sectiontitle {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.8em;
    text-align: center;
  }
  .sectiondescription {
    width: 80%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .footerhyperlink {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    text-decoration: none;
  }
  .fullbody {
    overflow: auto;
    background-color: #000;
  }
  .centreiphonescreenimage {
    display: block;
    overflow: hidden;
  }
}

