body,
html {
  height      : 100%;
  margin      : 0;
  color       : #111;
  font-family : "Noto Sans KR";
}

* {
  box-sizing : border-box;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #66607D;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #66607D;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #66607D;
}

button {
  background-color: inherit;
  outline: none;
}

i.far,i.fas {
  vertical-align: middle;
}

h1 {
  color       : #111;
  font-family : "Noto Sans KR";
  font-weight : 600;
  line-height : 1.2em;
}

h1.feature-header {
  color : #111;
  font-size : 1.8em;
}

h1.feature-header.lg {
  font-size: 3em;
  line-height: 1.5em;
}

h2.feature-header {
  color     : #111;
  font-size : 2em;
  font-weight: 600;
  margin-bottom: 20px;
}

h1.pre-header {
  display   : none;
  color : #111;
  font-size : 1.4em;
}

h1.early-preview-header {
  color     : #222;
  font-size : 2.5em;
}

h2.pre-header {
  display: none;
  color: #223322;
  font-size: 1.4em;
  font-weight: 600;
}

h2 {
  color       : #111;
  font-family : "Noto Sans KR";
  font-size   : 2em;
  font-weight : 600;
  line-height : 1.5em;
}

h3 {
  color          : #111;
  text-transform : uppercase;
  letter-spacing : 5px;
}

h4 {
  margin-bottom : -10px;
  color         : #555;
  font-weight   : 400;
}

h5 {
  color       : #111;
  font-size   : 1.3em;
  font-weight : 600;
}

a {
  color           : #3366CC;
  text-decoration : none;
  transition      : color 0.2s;
}

a.footer {
  color : inherit;
}

a:hover {
  text-decoration : none;
}

a.fixed-logo {
  color: #fff;
  font-size: 0.92em;
}

.main-menu a.fixed, .main-menu span.fixed {
  color : #111;
  transition: color 0.3s;
}

.material-icons {
  vertical-align : middle;
}

.tabber-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tabber-container .tab {
  margin: 0 20px;
  user-select: none;
  cursor: pointer;
  padding: 0 4px 4px 4px;
  border-bottom: transparent 2px solid;
}

.tabber-container .tab.active {
  font-weight: 600;
  color: #3366CC;
  border-bottom: #3366CC 2px solid;
}

.tabber-container .tab:hover {
  color: #2b2e44;
  border-bottom: #2b2e44 2px solid;
}

.fixed-features-menu {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 5px rgba(60, 60, 60, 0.1);
  z-index: 2001;
  display: none;
}

.fixed-features-menu .item {
  padding: 16px 20px;
  border-left: #e6e6e6 1px solid;
  font-size: 0.95em;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
  color: #444;
}

.fixed-features-menu .item:hover {
  background-color: #f1f2fb;
}

.fixed-features-menu .item.active {
  color: #3366CC;
  font-weight: 500;
  border-bottom: #5DADE2 2px solid;
}

.underlayment {
  z-index: 100;
  width: 100%;
  height: 'auto';
  background: rgb(228, 225, 245);
  background: linear-gradient(180deg, rgba(228, 225, 245, 1) 3%, rgba(179, 174, 211, 1) 100%);
}

.hamburger {
  z-index: 2001;
  display: none;
  position: fixed;
  top: 6px;
  right: 12px;
  width: auto;
}

.hamburger .icon {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.dropmenu-container {
  z-index: 2001;
  display: none;
  position: fixed;
  top: 40px;
  right: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  height: 100vh;
  background-color: #fff;
  opacity: 0.98;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: #e3e3e3 1px solid;
}

.dropmenu-container .header {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  padding: 4px 12px;
  margin-top: 20px;
}

.dropmenu-container .item {
  color: #000;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  padding: 6px 12px;
}

.dropmenu-container .item.standalone {
  margin-top: 12px;
}

.dropmenu-container .item:hover {
  background-color: #f3f3f3;
}

.content {
  width    : 100%;
}

.bgsplash {
  position         : absolute;
  bottom           : 0;
  left             : 0;
  min-width        : 100%;
  min-height       : 100%;
  background-image : url(/images/splash-2.jpg);
  background-size  : cover;
  opacity: 0.1;
}

.bgvid {
  position   : absolute;
  bottom     : 0;
  left       : 0;
  min-width  : 100%;
  min-height : 100%;
  filter     : opacity(0.35);
}

.bgimg-1,
.bgimg-2,
.bgimg-3 {
  opacity             : 1;
  background-repeat   : no-repeat;
  background-position : center;
  background-size     : cover;
}

.bgimg-1 {
  height           : 100%;
  background-image : url("images/img_parallax.jpg");
}

.caption {
  color       : #000;
  font-family : "Noto Sans KR";
  padding: 150px 0;
  width: 80%;
  margin: 0 auto;
}

.caption .splash-column {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}


.caption.home {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.caption.home .column {
  width: 45%;
  position: relative;
}

.caption h1.headline {
  margin: 20px 0;
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
  line-height: 1.5em;
}

.caption div.headline {
  margin : 0 auto;
  font-size         : 3vw;
  font-weight       : 600;
  line-height: 1.2em;
  -moz-animation    : fadein 2s;
  -o-animation      : fadein 2s;
  -webkit-animation : fadein 2s;
  animation         : fadein 2s;
}

.caption div.subheadline {
  margin: 10px auto 0 auto;
  color: #fff;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
  -moz-animation: fadein 2.5s;
  -o-animation: fadein 2.5s;
  -webkit-animation: fadein 2.5s;
  animation: fadein 2.5s;
}

.caption div.actions {
  margin-top        : 50px;
  -moz-animation    : fadein 4s;
  -o-animation      : fadein 4s;
  -webkit-animation : fadein 4s;
  animation         : fadein 4s;
}

.sub-splash {
  padding: 100px 0 !important;
}

.sub-splash-brief {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.sub-splash-link-preview {
  margin-top: 60px;
}

.splash-image {
  width         : 100%;
  opacity       : 1;
  border-radius : 7px;
  box-shadow    : 5px 5px 12px rgba(26, 29, 51, 0.5);
  cursor        : pointer;
}

select.dropdown {
  padding: 2px;
  font-size: 1em;
  font-family: "Noto Sans KR";
}

input[type="text"].calculator {
  font-size: 1em;
  padding: 2px;
  font-family: "Noto Sans KR";
  width: 60px;
}

.calc-price-container {
  display: flex;
  align-items: center;
  font-family: 'Noto Sans KR';
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffee;
  border: #e3e3e3 1px solid;
  box-shadow: 1px 1px 6px rgba(30, 30, 30, 0.1);
  border-radius: 5px;
}

.calc-label {
  font-size: 0.9em;
  color: #444;
}

.calc-column {
  margin: 0 10px;
}

hr {
  margin-top: 40px;
  opacity: 0.5;
}

.main-menu {
  z-index    : 1001;
  position   : absolute;
  top        : 10px;
  right      : 30px;
  width      : auto;
  text-align : right;
}

.main-menu-item {
  display        : inline-block;
  margin-left    : 25px;
  color          : #fff;
  text-transform : uppercase;
  font-size      : 0.9em;
  font-weight    : 500;
  letter-spacing : 1px;
  transition     : 0.2s;
  cursor         : pointer;
  user-select: none;
}

.main-menu-item.dark {
  color: #000;
}

.main-menu-item.dark a {
  color: #000;
}

.logo-menu-container {
  z-index  : 1001;
  position : absolute;
  top      : 15px;
  left     : 30px;
}

.logo {
  width: auto;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  user-select: none;
  color: #fff;
  transition: color 0.3s;
}

.logo-icon {
  width          : 20px;
  margin-right   : 10px;
  margin-bottom  : 6px;
  opacity        : 0.8;
  vertical-align : middle;
}


.pricing-faq-container {
  width: 70%;
  margin: 100px auto 0 auto;
  margin-top: 100px;
  font-size: 1em;
}

.pricing-grid-mobile {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pricing-grid-mobile .pane {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  margin: 12px;
  min-width: 25%;
  box-shadow: 3px 3px 8px rgba(26, 29, 51, 0.15);
  background-color: #fff;
  border: #ccc 1px solid;
}

.pricing-grid-mobile .pane h4 {
  margin-bottom: 10px;
  font-weight: 500;
}

.pricing-grid-mobile .pane.shadow {
  box-shadow: 2px 2px 5px rgba(90, 90, 90, 0.1);
}

.pricing-grid-mobile i {
  margin-right: 4px;
}

.pricing-grid-mobile .personal {
  background-color: inherit;
}

.pricing-grid-mobile .personal i {
  background-color: inherit;
  color: #333;
}

.pricing-grid-mobile .pane.plus {
  /* background-color: #d9e2fa; */
}

.pricing-grid-mobile .pane.plus .unavailable {
  color: rgb(152, 152, 184);
}

.pricing-grid-mobile .pane.plus .unavailable i {
  color: #bbb;
}

.pricing-grid-mobile .plus i {
  color: #e48663;
}

.pricing-grid-mobile .pane.pro h4 {
  color: #fff;
}

.pricing-grid-mobile .pane.pro {
  background-color: #2b2e44;
  color: #fff;
}

.pricing-grid-mobile .pro i {
  color: #e48663;
}


.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px 0;
  line-height: normal;
}

.row {
  display: table-row;
}

.row.center {
  text-align: center;
}

.cell {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}

.cell.twenty {
  width: 20%;
}

.cell.forty {
  width: 40%;
}

.cell.center {
  text-align: center;
}

.cell.top-curve {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cell.bottom-curve {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

td:nth-child(2) {
  background-color: #FAFAFA;
}

td:nth-child(3) {
  background-color: #F5F6CE;
}

td:nth-child(4) {
  background-color: #eedefe;
}

td:nth-child(2) i {
  color: #333;
}

td:nth-child(3) i {
  color: #FE642E;
}

td:nth-child(4) i {
  color: #2E64FE;
}

.price {
  margin: 10px 0;
  color: #000;
  font-size: 2.5em;
  font-weight: 600;
}

.price.pro {
  color: #fff;
}

.plan-description {
  margin-top: 8px;
  color: #222;
  font-size: 1em;
}

.plan-description-grid {
  margin-bottom: 8px;
  color: #222;
  font-size: 1em;
}

.darker {
  color: #000;
  font-weight: 500;
}

.pricing-table h6 {
  font-size: 1em;
  margin: 20px 0;
}


.crucial {
  font-weight       : 300;
  -moz-animation    : fadein 2s;
  -o-animation      : fadein 2s;
  -webkit-animation : fadein 2s;
  animation         : fadein 2s;
}

.human {
  -moz-animation    : fadein 3.5s;
  -o-animation      : fadein 3.5s;
  -webkit-animation : fadein 3.5s;
  animation         : fadein 3.5s;
  font-weight: 600;
  color: #3366CC;
}

.product-name {
  color: #fff;
}

.big-button {
  display        : inline-block;
  margin-right   : 10px;
  padding        : 16px 32px;
  color          : #fff;
  opacity        : 0.95;
  border-radius  : 3px;
  text-align     : center;
  text-transform : uppercase;
  font-family    : "Noto Sans KR";
  font-size      : 0.92em;
  font-weight    : 500;
  letter-spacing : 1px;
  cursor         : pointer;
  line-height: 1em;
}

.big-button.blue {
  border           : #51a7e0 2px solid;
  background-color : #51a7e0;
  transition       : 0.3s;
}

.big-button.black {
  border           : #000 2px solid;
  background-color : #000;
  transition       : 0.3s;
}

.big-button.black:hover {
  color: #fff;
  background-color: #000;
  border: #000 2px solid;
}

.big-button.blue:hover {
  opacity : 1;
}

.big-button.clear {
  border     : #333 2px solid;
  transition : 0.3s;
  color: #111;
}

.big-button.clear:hover {
  color            : #000;
  background-color : #fff;
}

.big-button.clear-black {
  color: #fff;
  border: #5e5f77 2px solid;
  background-color: #5e5f77;
  transition: 0.3s;
}

.big-button.clear-black:hover {
  color: #fff;
  border: #66607D 2px solid;
  background-color: #66607D;
}

#section07 {
  position : absolute;
  bottom   : 4%;
  left     : 50%;
  width    : auto;
  height   : auto;
}

#section07 a span {
  position          : absolute;
  bottom            : 0;
  left              : 50%;
  width             : 24px;
  height            : 24px;
  margin-left       : -12px;
  opacity           : 0;
  border-bottom     : 1px solid #fff;
  border-left       : 1px solid #fff;
  -webkit-animation : sdb07 2s infinite;
  animation         : sdb07 2s infinite;
  -webkit-transform : rotate(-45deg);
  transform         : rotate(-45deg);
}

#section07 a span:nth-of-type(3) {
  -webkit-animation-delay : 0.3s;
  animation-delay         : 0.3s;
}

#section07 a span:nth-of-type(2) {
  bottom                  : 16px;
  -webkit-animation-delay : 0.15s;
  animation-delay         : 0.15s;
}

#section07 a span:nth-of-type(1) {
  bottom                  : 32px;
  -webkit-animation-delay : 0s;
  animation-delay         : 0s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity : 0;
  }

  50% {
    opacity : 1;
  }

  100% {
    opacity : 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity : 0;
  }

  50% {
    opacity : 1;
  }

  100% {
    opacity : 0;
  }
}

.container {
  width            : 100%;
  padding          : 40px 0;
  overflow         : hidden;
  background-color : #fff;
}

.container.dark-blue {
  background-color: #272536;
  color: #fff;
}

.container.dark-blue h2 {
  color: #fff;
}

.container.dark-blue .tabber-container .tab.active {
  color: #5DADE2;
  border-bottom: #5DADE2 1px solid;
}

.container.dark-blue .tabber-container .tab:hover {
  color: #5DADE2;
  border-bottom: #5DADE2 1px solid;
}

.grid-bg {
  background-size: 28px 28px;
  background-color: rgb(88, 136, 231);
  background-image: radial-gradient(circle,rgba(200, 200, 200, 0.3) 1px, rgba(0, 0, 0, 0.1) 1px);
  position: relative;
}

.remote-splash {
  background-image: url(/images/remote-splash.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}

.remote-splash-content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 30%;
  position: absolute;
  z-index: 3;
}

.section {
  width       : 80%;
  margin      : 40px auto 0 auto;
  line-height : 2em;
}

.stoke-text-container {
  width: 80%;
  text-align: center;
  font-size   : 1.2em;
  line-height : 1.7em;
  margin: 0 auto;
}

.featured-header {
  margin-top    : 0;
  margin-bottom : 50px;
  color         : #221321;
  font-size     : 6em;
  font-weight   : 600;
  line-height   : 1em;
}

.feature-highlights-alt {
  display: flex;
  margin-bottom: 200px;
  flex-direction: row;
}

.feature-showoff-alt {
  width: 62%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  border: #628de2 1px solid;
}


.feature-copy {
  width:80%;
  margin: 0 auto 40px auto;
}

.feature-highlights {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: 0 auto 100px auto;
  text-align: center;
}

.feature-highlights .feature-summary {
  width: 100%;
}

.feature-highlights-alt .feature-summary .brief {
  width: 100%;
  margin: 0 auto 40px auto;
}

.feature-summary .brief {
    width: 85%;
    margin: 0 auto 40px auto;
}

.brand-logo-container {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-icons {
  display        : flex;
  width          : 90%;
  margin         : 0 auto;
  margin-top     : 50px;
  color          : #333;
  text-align     : center;
  align-items    : stretch;
  font-size      : 1.3em;
  flex-direction : row;
  line-height    : 1.8em;
}

.feature-icons .column {
  min-width : 20%;
  flex-grow : 1;
}

.features-other {
  display        : flex;
  align-items    : stretch;
  flex-direction : row;
  justify-content: space-between;
  margin: 40px 0;
}

.features-other .wrapper {
  width: 48%;
  text-align: center;
}

.features-other .wrapper-30 {
  width: 30%;
  text-align: center;
}

.feature-grid {
  vertical-align: middle;
  font-size: 1.1em;
  margin-right: 4px;
}

.feature-grid-desc {
  vertical-align: middle;
}

.feature-table {
  display: flex;
  line-height: 2.4em;
  font-size: 1.1em;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}

.feature-table .pane {
  width: 32%;
}

.replace-image {
  width          : 100px;
  margin-right   : 10px;
  opacity        : 0.5;
  vertical-align : middle;
}

.feature-showoff {
  width: 100%;
  border-radius: 6px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.early-preview-text {
  width       : 70%;
  margin      : 0 auto 30px auto;
  font-size   : 1.3em;
  line-height : 1.8em;
}

.products {
  position         : relative;
  padding          : 80px 0 100px 0 !important;
  color            : #fff;
  background-color : #0e2739;
}

.splash2 {
  z-index             : 1;
  position            : absolute;
  top                 : 0;
  left                : 0;
  width               : 100%;
  height              : 100%;
  opacity             : 0.06;
  background-image    : url(/images/splash2-edit.jpg);
  background-repeat   : no-repeat;
  background-position : center;
  background-size     : cover;
}

.products-container {
  display        : flex;
  align-items    : center;
  flex-direction : row;
}

.products-container .item {
  width            : 25%;
  min-height       : 300px;
  margin           : 0 2%;
  padding          : 50px;
  border-radius    : 5px;
  background-color : rgb(64, 87, 109);
  text-align       : center;
}

.about {
  margin-bottom    : -200px;
  padding          : 80px 0 250px 0 !important;
  background-color : #fff;
}

.top-footer {
  padding : 100px 0 !important;
  color : #fff;
  background-color : #0e2739;
  font-size: 0.9em;
}

.constantly-innovating {
  margin-bottom : 20px;
  font-size     : 2em;
  font-weight   : 700;
}

.footer-notify-text {
  margin-bottom : 30px;
  font-size     : 1.2em;
  font-weight   : 400;
}

.pre-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

.footer {
  padding          : 40px 0 60px 0 !important;
  color            : #fff;
  background-color : #161825;
  font-family      : "Source Sans Pro";
  font-weight      : 600;
}

.gallery-item {
  /* background-color: #fff; */
  position       : relative;
  width          : 30%;
  min-height     : 200px;
  margin         : 20px 20px 20px 0;
  padding        : 30px;
  border-radius  : 6px;
  vertical-align : top;
  transition     : 0.3s;
  cursor         : pointer;
  /* border-top: #5DADE2 3px solid; */
  /* display: inline-block; */
  /* box-shadow: 1px 1px 14px rgba(20, 20, 20, .1); */
}

.gallery-item:hover {
  /* box-shadow: 1px 1px 14px rgba(20, 20, 20, .1); */
  background-color : #fafafa;
}

.gallery-container {
  display        : flex;
  width          : 100%;
  align-content  : space-between;
  align-items    : stretch;
  flex-direction : row;
  flex-wrap      : wrap;
}

.gallery-item .title {
  margin-bottom  : 12px;
  font-size      : 1.2em;
  font-weight    : 600;
  letter-spacing : 1px;
}

.details-link-text {
  vertical-align : middle;
}

.gallery-item .description {
  color       : #555;
  line-height : 1.8em;
}

.gallery-item .details-link {
  position    : absolute;
  bottom      : 20px;
  left        : 15px;
  color       : #5dade2;
  font-weight : 500;
}

.fixed-top-menu {
  z-index          : 2000;
  display          : none;
  position         : fixed;
  align-items: center;
  justify-content: space-between;
  top              : 0;
  left             : 0;
  width            : 100%;
  padding: 8px 30px;
  background-color : #fff;
  color: #000;
  border-bottom: #eee 1px solid;
  box-shadow: 1px 1px 4px rgba(90, 90, 90, 0.08);
}

.main-menu-item.fixed {
  color: #000;
}

.main-menu-item.fixed:hover {
  color: #5DADE2;
}

.main-menu-item.fixed:active {
  color: #5DADE2;
}

.main-menu.fixed {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo.fixed {
  position: static;
  font-size: 1em;
}


.cool-feature-preview {
  width         : 100%;
  border-radius : 5px;
  box-shadow    : 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
}

.cool-feature-desc {
  color: #111;
  font-size: 1.1em;
}

  .cool-feature-headline {
    font-weight: 600;
    font-size: 1.3em;
    margin: 10px 0;
    color: #111;
  }

.purpose-text {
  font-size   : 1.4em;
  line-height : 1.8em;
}

.signup-banner {
  margin: 50px 0;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}

.signup-txt {
  display                   : inline-block;
  min-width                 : 300px;
  padding                   : 18px;
  border                    : 0;
  border-top-left-radius    : 5px;
  border-bottom-left-radius : 5px;
  vertical-align            : middle;
  font-size                 : 1.2em;
}

.signup-btn {
  display                    : inline-block;
  padding                    : 13px 30px 13px 30px;
  color                      : #fff;
  border-top-right-radius    : 5px;
  border-bottom-right-radius : 5px;
  background-color           : #5dade2;
  text-transform             : uppercase;
  vertical-align             : middle;
  font-weight                : 500;
  letter-spacing             : 1px;
  transition                 : 0.2s;
  user-select                : none;
  cursor                     : pointer;
}

.signup-btn:hover {
  filter : brightness(110%);
}

.signup-btn-banner {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  border-radius: 5px;
  background-color: #5DADE2;
  border: #5DADE2 2px solid;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.2s;
  user-select: none;
  cursor: pointer;
}

.signup-btn-banner:hover {
  background-color: #3366CC;
  border: #3366CC 2px solid;
}

.signup-btn-banner.black {
  background-color: #000;
  border: #000 2px solid;
}

.signup-btn-banner.black:hover {
  background-color: #111;
  border: #111 2px solid;
}

.signup-btn-banner.clear {
  background-color: inherit;
  border: #aaaFCF 2px solid;
  margin-left: 2px;
  color: #f1f2fb;
}

.signup-btn-banner.clear:hover {
  background-color: #aaaFCF;
  color: #fff;
}

.signup-error-msg,
#signup-footer-error,
#signup-main-error,
#signup-products-error {
  visibility  : hidden;
  color       : #990000;
  font-size   : 1.1em;
  font-weight : 500;
}

#signup-footer-error,
#signup-products-error {
  color : #ffffcc !important;
}

.footer-link {
  color : #dedaff;
  text-decoration : none;
}

.copyright-statement {
  color: rgb(173, 172, 192);
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.footer-logo {
  width          : 28px;
  margin-right   : 25px;
  margin-bottom  : 8px;
  opacity        : 0.5;
  vertical-align : middle;
}

.social-icon {
  margin     : 0 4px;
  padding          : 8px;
  color            : #eee;
  border-radius    : 4px;
  vertical-align   : middle;
  font-size        : 1.3em;
  transition       : 0.3s;
  cursor           : pointer;
}

.social-icon:hover {
  color            : #ddd;
}

.shadowed-img {
  box-shadow : 1px 2px 10px rgba(0, 0, 0, 0.4);
}

.modal {
  z-index          : 5001;
  display          : none;
  box-sizing       : border-box;
  position         : fixed;
  top              : 50%;
  left             : 50%;
  width            : auto;
  height           : auto;
  margin           : auto;
  padding          : 40px;
  color            : #fff;
  border-radius    : 5px;
  background-color : #0e2739;
  box-shadow       : 2px 2px 15px rgba(0, 0, 0, 0.3);
  transform        : translate(-50%, -50%);
}

.modal-close {
  display  : none;
  position : absolute;
  top      : 10px;
  right    : 10px;
  width    : auto;
  height   : auto;
  cursor   : pointer;
}

.overlay {
  z-index          : 5000;
  display          : none;
  position         : fixed;
  top              : 0;
  left             : 0;
  width            : 100%;
  height           : 100%;
  opacity          : 0.6;
  background-color : #0e2739;
}

.spinner {
  width             : 40px;
  height            : 40px;
  margin            : 0 auto;
  background-color  : #ffffdd;
  -webkit-animation : sk-rotateplane 1.2s infinite ease-in-out;
  animation         : sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform : perspective(120px);
  }

  50% {
    -webkit-transform : perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform : perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform : perspective(120px) rotateX(0deg) rotateY(0deg);
    transform         : perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform : perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform         : perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform : perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform         : perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes fadein {
  from {
    opacity : 0;
  }

  to {
    opacity : 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */

  from {
    opacity : 0;
  }

  to {
    opacity : 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */

  from {
    opacity : 0;
  }

  to {
    opacity : 1;
  }
}

@-o-keyframes fadein {
  /* Opera */

  from {
    opacity : 0;
  }

  to {
    opacity : 1;
  }
}


.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.fade-in-p2 {
  animation: fadeInP2 ease 2s;
  -webkit-animation: fadeInP2 ease 2s;
  -moz-animation: fadeInP2 ease 2s;
  -o-animation: fadeInP2 ease 2s;
  -ms-animation: fadeInP2 ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes fadeInP2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.2;
  }
}

@-moz-keyframes fadeInP2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes fadeInP2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.2;
  }
}

@-o-keyframes fadeInP2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.2;
  }
}

@-ms-keyframes fadeInP2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.cookie-banner {
  z-index          : 2000;
  position         : fixed;
  bottom           : 0;
  left             : 0;
  width            : 100%;
  padding          : 10px 20px;
  color            : #fff;
  background-color : black;
}

.video-player {
  width  : 1280px;
  height : 720px;
}



.flex-90 {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0 auto;
  width: 100%;
  text-align: left;
}

.card-30 {
  border-radius: 8px;
  border: #628de2 1px solid;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  width: 31%;
  padding: 30px;
}

.card-100 {
  border-radius: 8px;
  border: #628de2 1px solid;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 30px;
}

.card-100 h2 {
  margin-top: 0;
}

.pad-25 {
  padding: 25px;
}

.image-banner {
  opacity:0.8;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  height: 150px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

@media
  only screen
  and (min-width : 240px)
  and (max-width : 850px) {

  .main-menu-item {
    display: none;
  }

  .caption.home {
    flex-direction: column;
    width: 90%;
  }

  .caption.home .column {
    width: 100%;
    margin-bottom: 20px;
  }

  .caption .splash-column {
    width: 100%;
  }

  .sub-splash {
    padding: 40px 0 !important;
  }

  .sub-splash-brief {
    max-width: 90%;
  }

  .sub-splash-link-preview {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .flex-90 {
    flex-direction: column;
  }

  .card-30 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .product-name {
    font-size: 0.8em;
  }

  .section {
    width: 90%;
  }

  .hamburger {
    display : flex;
    align-items: end;
  }

  .featured-header {
    font-size : 2.6em;
  }

  .feature-copy {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .feature-table {
    flex-direction: column;
    width: 100%;
  }

  .feature-table .pane {
    width: 100%;
  }

  .stoke-text-container {
    width       : 100%;
    line-height : 1.7em;
  }

  .big-button {
    padding   : 12px 20px;
    font-size : 0.8em;
  }

  .big-button.sub {
    margin-bottom: 10px;
  }

  .container {
    padding: 20px 0;
  }

  .caption {
    padding: 60px 0;
    display: flex;
    flex-direction: column-reverse;
    width: 85%;
  }

  h1.feature-header.lg {
    font-size : 8vw;
    line-height : 1.4em;
  }

  .caption h1.headline {
    font-size   : 8vw;
    line-height : 1.4em;
  }

  .caption div.subheadline {
    width     : 100%;
    font-size : 1.2em;
  }

  .caption div.actions {
    margin : 30px 0;
  }

  .tagline-2 {
    font-size : 1.1em;
  }

  .main-menu {
    display : none;
  }

  .logo-menu-container {
    top  : 4px;
    left : 10px;
  }

  .logo-menu-container img {
    width         : 16px !important;
    margin-bottom : 0 !important;
  }

  .logo-menu-container .crucial {
    font-size : 0.8em;
  }

  .logo-menu-container .human {
    font-size : 0.8em;
  }

  #btn-see-products {
    width        : 100%;
    margin-right : 0;
  }

  .signup-btn-banner {
    width         : 100%;
    margin-right  : 0;
    margin-bottom : 15px;
  }

  .signup-banner {
    margin: 30px 0;
  }

  h2 {
    font-size   : 1.2em;
    line-height : 1.5em;
  }

  h2.feature-header {
    font-size: 1.6em;
  }

  .stoke-text {
    font-size : 1em !important;
  }

  .feature-icons {
    display : none !important;
  }

  .feature-highlights {
    flex-direction : column !important;
    margin-bottom: 100px;
  }

  .feature-highlights-alt {
    flex-direction: column !important;
    margin-bottom: 100px;
  }

  .feature-highlights.reverse {
    flex-direction : column-reverse !important;
    margin-bottom: 100px;
  }

  .feature-highlights-alt.reverse {
    flex-direction: column-reverse !important;
    margin-bottom: 100px;
  }

  .feature-showoff {
    width : 100% !important;
    margin-bottom: 0;
  }

  .feature-showoff-alt {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .feature-summary {
    margin-left : 0 !important;
    margin-right : 0 !important;
  }

  .feature-summary .brief {
    font-size   : 0.9em !important;
    line-height : 1.7em !important;
  }

  .feature-summary h1 {
    font-size : 1.1em !important;
  }

  .features-other {
    flex-direction : column !important;
  }

  .features-other .wrapper {
    margin : 0 0 40px 0 !important;
    width: 100%;
  }

  .features-other .wrapper-30 {
    margin : 0 0 40px 0 !important;
    width: 100%;
  }

  .cool-feature-preview {
    margin-bottom : 10px;
  }

  .cool-feature-headline {
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .fixed-top-menu {
    height : 42px;
  }

  .logo.fixed {
    top : 6px !important;
  }

  .products-container {
    flex-direction : column;
  }

  .products-container .item {
    width         : 100%;
    margin-right  : 0;
    margin-bottom : 30px;
  }

  .purpose-image {
    display : none;
  }

  .purpose-section {
    width : 100% !important;
  }

  h1.early-preview-header {
    font-size : 2em;
  }

  .early-preview-text {
    width     : 100%;
    font-size : 1.2em;
  }

  .mission-statement {
    font-weight : 500;
    line-height : 1.6em;
  }

  .purpose-text {
    font-size   : 1.1em;
    line-height : 1.7em;
  }

  .pre-footer {
    flex-direction : column !important;
  }

  .pre-footer > div {
    width         : 100% !important;
    margin-top    : 30px;
    margin-bottom : 30px;
  }

  .footer-wrapper {
    flex-direction : column !important;
  }

  .footer-wrapper > div {
    width      : 100% !important;
    text-align : center !important;
  }

  .footer-logo {
    margin-right  : 0 !important;
    margin-bottom : 30px !important;
  }

  .copyright-statement {
    height : 100px;
  }

  .gallery-container {
    flex-direction : column !important;
  }

  .gallery-item {
    width   : 100% !important;
    padding : 0 !important;
  }

  #modal-content {
    font-size : 0.9em;
  }

  .modal {
    width : 95% !important;
  }

  .video-player {
    width  : 100%;
    height : 300px;
  }

  .pricing-grid {
    flex-direction: column-reverse;
  }

  .pricing-grid-mobile {
    display: block;
  }
}

@media
  only screen
  and (min-width  : 240px)
  and (max-width  : 800px)
  and (min-height : 700px)
  and (max-height : 1100px) {
  .caption div.subheadline {
    width         : 80%;
    margin-top    : 40px;
    margin-bottom : 40px;
    font-size     : 1.7em;
  }
}

/* ipad portrait */

@media
  only screen
  and (width  : 768px)
  and (height : 1024px) {
  .caption div.headline {
    font-size   : 5em;
    line-height : 1.4em;
  }

  .caption div.subheadline {
    width     : 80%;
    font-size : 2.5em;
  }

  #btn-see-products {
    width        : auto;
    margin-right : 0;
  }

  #btn-go-paper {
    width         : auto;
    margin-right  : 10px;
    margin-bottom : 15px;
  }

  .main-menu {
    display : none;
  }

  .caption {
    top : 19%;
  }

  .video-player {
    width  : 100%;
    height : 300px;
  }
}

/* ipad pro portrait */

@media
  only screen
  and (width  : 1024px)
  and (height : 1366px) {
  .caption div.headline {
    font-size   : 7em;
    line-height : 1.4em;
  }

  .caption div.subheadline {
    width     : 80%;
    padding   : 40px 0;
    font-size : 3.5em;
  }

  #btn-see-products {
    width        : auto;
    margin-right : 0;
  }

  #btn-go-paper {
    width         : auto;
    margin-right  : 10px;
    margin-bottom : 15px;
  }

  .main-menu {
    display : none;
  }

  .caption {
    top : 19%;
  }

  .stoke-text-container {
    width : 95%;
  }

  .feature-icons {
    width : 100%;
  }

  .features-other .wrapper {
    margin : 20px !important;
  }

  .products-container {
    flex-direction : column;
  }

  .products-container .item {
    width         : 100%;
    margin-right  : 0;
    margin-bottom : 30px;
    text-align    : center !important;
  }

  .video-player {
    width  : 100%;
    height : 300px;
  }
}

@media
  only screen
  and (min-width  : 1024px)
  and (max-width  : 1366px)
  and (min-height : 768px)
  and (max-height : 1366px) {
  .main-menu {
    display : block;
  }

  .feature-highlights {
    flex-direction : column !important;
  }

  .feature-showoff {
    width : 100% !important;
  }

  .feature-summary .brief {
    font-size   : 1.1em !important;
    line-height : 1.7em !important;
  }

  .feature-summary h1 {
    font-size : 1.1em !important;
  }

}

/**
 * ipad
 *
 * landscape
 */

@media
  only screen
  and (width  : 1024px)
  and (height : 768px) {
  .caption div.headline {
    font-size : 3.5em;
  }

  .caption div.subheadline {
    width     : 80%;
    padding   : 20px 0;
    font-size : 2em;
  }

  .stoke-text-container {
    width : 90%;
  }

  .tagline-2 {
    font-size : 1.1em;
  }

  .constantly-innovating {
    font-size : 1.5em;
  }

  .footer-notify-text {
    width : 80%;
  }

  .products-container {
    flex-direction : column;
  }

  .products-container .item {
    width         : 100%;
    margin-right  : 0;
    margin-bottom : 30px;
    text-align    : center !important;
  }

  .video-player {
    width  : 100%;
    height : 300px;
  }
}

/* ipad pro landscape */

@media
  only screen
  and (width  : 1366px)
  and (height : 1024px) {
  .caption div.subheadline {
    width     : 80%;
    padding   : 40px 0;
    font-size : 3.5em;
  }

  .products-container .item {
    min-height : 275px;
    padding    : 30px;
  }

  .video-player {
    width  : 100%;
    height : 300px;
  }
}

@media
  only screen
  and (min-width : 240px)
  and (max-width : 1476px) {
  #products-signup .signup-txt {
    width         : 100% !important;
    min-width     : 0 !important;
    border-radius : 0 !important;
  }

  #products-signup .signup-btn {
    width         : 100% !important;
    margin-left   : 0 !important;
    border-radius : 0 !important;
  }
}

@media
  only screen
  and (min-width : 240px)
  and (max-width : 1476px) {
  .pre-footer .signup-txt {
    width         : 80% !important;
    min-width     : 0 !important;
    border-radius : 0 !important;
  }

  .pre-footer .signup-btn {
    width         : 80% !important;
    margin-left   : 0 !important;
    border-radius : 0 !important;
  }
}

@media
  only screen
  and (min-width : 240px)
  and (max-width : 810px) {
  #earlyaccess .signup-txt {
    width         : 90% !important;
    min-width     : 0 !important;
    border-radius : 0 !important;
  }

  #earlyaccess .signup-btn {
    width         : 90% !important;
    margin-left   : 0 !important;
    border-radius : 0 !important;
  }
}

@media
  only screen
  and (min-width : 851px)
  and (max-width : 1787px) {
  .products-container .item {
    width   : 50%;
    padding : 20px;
  }
}
