@charset "UTF-8";
@import "normalize.css";
@import "main.css";
@font-face {
  font-family: "sp-icons";
  src: url("icons/fonts/sp-icons.ttf?egc7la") format("truetype"), url("icons/fonts/sp-icons.woff?egc7la") format("woff"), url("icons/fonts/sp-icons.svg?egc7la#sp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sp-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-contact:before {
  content: "";
}

.icon-email-line:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-linkedin-ko:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

html {
  height: 100%;
}

body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ecedea;
  color: #404040;
  height: 100%;
}

/** Set Defaults **/
button {
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: #117690;
  text-decoration: none;
}
a:hover {
  color: #0c5162;
  text-decoration: underline;
}

a:focus,
button:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.1);
}

.button {
  border: solid 1px #117690;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.button:hover {
  background: #117690;
  color: #d9d9d9;
  text-decoration: none;
}

a,
button,
i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1 {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/** Main Nav **/
.main-nav #menu-btn {
  position: fixed;
  z-index: 30;
  top: 20px;
  right: 20px;
  color: #666;
}
.main-nav #menu-btn i {
  font-size: 30px;
}
.main-nav #menu-btn:hover {
  color: #117690;
}
.main-nav .nav-wrapper {
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d3d3d3;
  padding: 150px 30px 0 0;
}
.main-nav .nav-wrapper ul {
  list-style: none;
  text-align: right;
}
.main-nav .nav-wrapper ul li.header {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #666;
}
.main-nav .nav-wrapper ul li a {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 90px;
  color: #404040;
}
.main-nav .nav-wrapper ul li a:hover {
  text-decoration: none;
  color: #117690;
}
.main-nav .nav-wrapper ul li a.active {
  color: #2B846C;
}

/** Header **/
header.header {
  position: fixed;
  z-index: 30;
  top: 20px;
  left: 0;
}
header.header a {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #117893;
  color: #ecedea;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 10px 10px 20px;
}
header.header a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-bottom: solid 40px #117893;
  border-right: solid 22px transparent;
  transition: all 0.2s ease-in-out;
}
header.header a:hover {
  text-decoration: none;
  background: #0c5162;
}
header.header a:hover:after {
  border-bottom-color: #0c5162;
}

header.logo {
  position: fixed;
  z-index: 30;
  top: 20px;
  left: 20px;
}
header.logo a {
  display: block;
  width: 80px;
  height: 40px;
  background: url("../img/spd-logo.svg") no-repeat top left;
}
header.logo a span {
  visibility: hidden;
}
header.logo a:hover {
  background: url("../img/spd-logo-hover.svg") no-repeat top left;
}

/** Contact **/
.contact {
  position: fixed;
  bottom: 50px;
  right: 60px;
  z-index: 100;
}
.contact #contact-btn {
  opacity: 0.7;
}
.contact #contact-btn i {
  font-size: 30px;
}
.contact #contact-btn:hover {
  color: #117690;
  opacity: 1;
}
/** Tooltip **/
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-box {
  opacity: 0.9;
  padding: 10px 20px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-arrow {
  opacity: 0.9;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}

/** Main Content **/
.main-content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcdbd8+0,ecedea+100 */
  background: #ecedea;
  /* Old browsers */
  background: linear-gradient(to bottom, #ecedea 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.main-content .row {
  overflow-x: hidden;
}

.sp-home .main-content .row {
  overflow: visible;
}

#home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .intro {
  margin-top: -100px;
}

#work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
}

#work-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#work-menu .work-nav {
  list-style: none;
  padding-left: 0;
}
#work-menu .work-nav li.header {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #666;
}
#work-menu .work-nav li a {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 70px;
  color: #404040;
}
#work-menu .work-nav li a:hover {
  text-decoration: none;
  color: #117690;
}
#work-menu .work-nav li a.active {
  color: #2B846C;
}

.work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  padding: 100px 15px;
  background: #ecedea;
  /* Old browsers */
  background: linear-gradient(to bottom, #ecedea 0%, #fff 100%);
}
.work .row {
  margin: 0;
}
.work .work-description h1 {
  text-indent: 0;
}
.work .work-description h2 {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  margin-top: 50px;
}
.work .work-description p {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 40px;
}
.work .screenshot {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/** Intro **/
.intro h1 {
  font-size: 48px;
  line-height: 58px;
  text-indent: -10px;
}
.intro h1 .intro-small {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -50px;
  color: #666;
}
.intro h2 {
  font-size: 24px;
  line-height: 36px;
  color: #666;
  margin-top: 40px;
}

/** Project **/
.project {
  /** Slide 1 **/
}
.project .intro {
  position: static;
  transform: none;
  padding: 150px 0;
}
.project .intro h1 {
  text-indent: 0;
}
.project .intro h2 {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.project .intro h2:before {
  content: ">";
  position: absolute;
  top: 0px;
  left: -14px;
}
.project .intro p {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #666;
  margin-bottom: 40px;
}
.project .slide-image {
  background: #fff;
  padding: 100px 0;
}
.project .slide-image .screenshot {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.project .slide-image .screen-hide {
  overflow-x: hidden;
}
.project .slide-image .screen-da {
  margin-bottom: 20px;
}
.project .slide-image .screenshot-imac {
  width: 100%;
}
.project .slide-image h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  margin: 50px 40px 0;
}
.project .slide-image .workflows {
  margin-bottom: 50px;
}
.project .slide-image .demo-wrapper .demo-video {
  margin: 50px 80px;
}
.project .slide-image .demo-wrapper video:focus {
  outline: none;
}
.project .slide-details {
  padding: 150px 0;
}
.project .slide-details h3 {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}
.project .slide-details p {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #666;
}
.project .slide-details p:first-of-type {
  font-size: 1.25em;
}
.project .slide-details.slide-conclude {
  padding-top: 0;
}

/** Footer **/
footer.footer {
  padding: 150px 15px 200px;
  background: #261d1a;
  color: #d9d9d9;
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
footer.footer h1 {
  text-transform: uppercase;
  font-size: 48px;
}
footer.footer p {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}
footer.footer ul.contact-list {
  list-style: none;
  padding: 0;
}
footer.footer ul.contact-list li {
  padding-bottom: 20px;
}
footer.footer ul.contact-list li a {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #d9d9d9;
}
footer.footer ul.contact-list li a i {
  font-size: 48px;
  margin-right: 20px;
  vertical-align: middle;
  color: #bfbfbf;
}
footer.footer ul.contact-list li a:hover {
  color: #117690;
  text-decoration: none;
}
footer.footer ul.contact-list li a:hover i {
  color: #117690;
}

/**** MINIMUM WIDTH QUERIES ***/
@media (min-width: 992px) {
  #work-menu {
    display: none;
  }

  .work {
    display: flex;
  }
}
/*** MAXIMUM WIDTH QUERIES ****/
@media (max-width: 575.98px) {
  .main-nav .nav-wrapper ul li a {
    font-size: 32px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .intro .sp-name {
    color: #666;
  }

  .screen-flow {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  #work-menu {
    display: flex;
  }

  .work {
    display: none;
  }
}
@media (max-width: 1245px) {
  #home .intro h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1100px) {
  #home .intro h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 1500px) {
  #home .intro h1 {
    font-size: 56px;
    line-height: 66px;
  }
}

/*# sourceMappingURL=styles.css.map */
