@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
.text-white {
  color: #fafafa;
}

.text-white:hover {
  color: #fafafa;
}

html, body {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.75px;
  padding: 0;
  margin: 0;
  background-color: #121212 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 0.025em;
}

section .header {
  height: 75vh;
  width: 100%;
}

@media (max-width: 37.5em) {
  section .header {
    display: block;
  }
}

@media (min-width: 37.5em) {
  section .header {
    display: block;
  }
}

@media (min-width: 50em) {
  section .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-height: 30em) {
  section .header {
    display: block;
  }
}

section .header .left-content {
  float: left;
  padding: 1rem;
}

@media (max-width: 37.5em) {
  section .header .left-content {
    width: 100%;
  }
}

@media (min-width: 37.5em) {
  section .header .left-content {
    width: 100%;
  }
}

@media (min-width: 50em) {
  section .header .left-content {
    width: 100%;
  }
}

@media (min-width: 64em) {
  section .header .left-content {
    margin-left: 5%;
    top: 15%;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    width: 40%;
  }
}

@media (max-width: 37.5em) {
  section .header .left-content h1 {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}

@media (min-width: 37.5em) {
  section .header .left-content h1 {
    margin-top: 3rem;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  section .header .left-content h1 {
    margin-top: 3.75rem;
    font-size: 3.75rem;
  }
}

@media (min-width: 64em) {
  section .header .left-content h1 {
    margin-top: 5rem;
    font-size: 5rem;
  }
}

section .header .left-content h2 {
  opacity: 0.9;
}

@media (max-width: 37.5em) {
  section .header .left-content h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 37.5em) {
  section .header .left-content h2 {
    font-size: 2rem;
  }
}

@media (min-width: 50em) {
  section .header .left-content h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 64em) {
  section .header .left-content h2 {
    font-size: 3.5rem;
  }
}

section .header .right-content {
  float: right;
  padding: 1rem;
}

@media (max-width: 37.5em) {
  section .header .right-content {
    width: 100%;
    top: 60%;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}

@media (min-width: 37.5em) {
  section .header .right-content {
    width: 100%;
    top: 60%;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}

@media (min-width: 50em) {
  section .header .right-content {
    width: 100%;
    top: 60%;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}

@media (min-width: 64em) {
  section .header .right-content {
    margin-left: 5%;
    top: 30%;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    width: 60%;
  }
}

section .header .right-content .screenshot {
  position: relative;
  -webkit-transform: rotate(0deg) skewY(10deg) scale(0.8);
          transform: rotate(0deg) skewY(10deg) scale(0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
}

@media (max-height: 30em) {
  section .header .right-content .screenshot {
    display: none;
  }
}

section .header .right-content .screenshot img {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 37.5em) {
  section .header .right-content .screenshot .background {
    top: 5%;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@media (min-width: 37.5em) {
  section .header .right-content .screenshot .background {
    top: 10%;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@media (min-width: 50em) {
  section .header .right-content .screenshot .background {
    top: 15%;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}

@media (min-width: 64em) {
  section .header .right-content .screenshot .background {
    top: -20%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

@media (max-width: 37.5em) {
  section .header .right-content .screenshot .foreground {
    top: 5%;
    right: 10%;
    -webkit-transform: translate(10%, 20%);
            transform: translate(10%, 20%);
  }
}

@media (min-width: 37.5em) {
  section .header .right-content .screenshot .foreground {
    top: 10%;
    right: 10%;
    -webkit-transform: translate(10%, 20%);
            transform: translate(10%, 20%);
  }
}

@media (min-width: 50em) {
  section .header .right-content .screenshot .foreground {
    top: 15%;
    right: 10%;
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}

@media (min-width: 64em) {
  section .header .right-content .screenshot .foreground {
    top: -30%;
    right: 10%;
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.15)), color-stop(rgba(255, 255, 255, 0.3)), color-stop(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

footer {
  background-color: #121212;
}

.bg-dark {
  background-color: #252525 !important;
}

.bg-dark-2 {
  background-color: #181818;
}

.bg-dark-3 {
  background-color: #383838 !important;
}

.bg-light {
  background-color: #fafafa;
}

.colour-light {
  color: #999999 !important;
}

.display-5 {
  font-size: 2.5rem;
}

@media (min-width: 64em) {
  .display-5 {
    font-size: 2rem;
  }
}

.explanation-cover {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.animated-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #f5f5f5;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2) {
  top: 10px;
}

.animated-icon span:nth-child(3) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
  opacity: 0;
}

.animated-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%);
          transform: translate(-65%, -50%);
}

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #efeffe;
  border-right: 3px solid #efefef;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
}

.storage-option {
  background-color: #383838 !important;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.storage-option:hover {
  background-color: #333333 !important;
}

.storage-option.clicked {
  background-color: #2a2a2a !important;
  color: #fefefe !important;
  outline: none !important;
}

.slider {
  background-color: rgba(139, 203, 255, 0.616);
  border: none;
  float: left;
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: 2.5rem;
  -webkit-transition: cubic-bezier(0, 0.05, 0.35, 1) 0.35s;
  transition: cubic-bezier(0, 0.05, 0.35, 1) 0.35s;
  width: 50%;
}

.slider:hover {
  background-color: rgba(170, 217, 255, 0.66976) !important;
}

.price-footer {
  font-family: 'Roboto';
}

@media (max-width: 37.5em) {
  .price-footer {
    max-height: 175px;
  }
}

@media (min-width: 37.5em) {
  .price-footer {
    max-height: 200px;
  }
}

@media (min-width: 50em) {
  .price-footer {
    max-height: 100px;
  }
}

/* The slider itself */
.price-range {
  -webkit-appearance: none;
  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  border: 1px solid #252525 !important;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

/* Mouse-over effects */
.price-range:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #252525 !important;
  /* Background */
  border: 1px solid white;
  cursor: pointer;
  /* Cursor on hover */
}

.price-range::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #252525 !important;
  /* Green background */
  border: 1px solid white;
  cursor: pointer;
  /* Cursor on hover */
}

.colour-switch {
  background-color: #1c1c1c;
}

.gradient-switch {
  background-image: linear-gradient(220deg, #121212 50%, #242424 50%);
  height: 55px;
}

@media (min-width: 50em) {
  .gradient-switch {
    height: 75px;
  }
}

.gradient-switch-2 {
  background-image: linear-gradient(40deg, #121212 50%, #242424 50%);
  height: 55px;
}

@media (min-width: 50em) {
  .gradient-switch-2 {
    height: 75px;
  }
}

.gradient-switch-3 {
  background-image: linear-gradient(220deg, #1c1c1c 50%, #121212 50%);
  height: 55px;
}

@media (min-width: 50em) {
  .gradient-switch-3 {
    height: 75px;
  }
}

.technology {
  background-color: #242424;
}

.technology h2 {
  margin-top: 3rem;
  opacity: 0.9;
}

@media (max-width: 37.5em) {
  .technology h2 {
    font-size: 2rem;
  }
}

@media (min-width: 37.5em) {
  .technology h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 50em) {
  .technology h2 {
    font-size: 3rem;
  }
}

@media (min-width: 64em) {
  .technology h2 {
    font-size: 3.5rem;
  }
}

.link {
  color: #34c3e2;
}

.link:hover {
  color: #34c3e2;
}

.input {
  margin: 0 0 .8em 0;
  padding: .8em 2em 10px 0;
  width: 100%;
  display: inline-block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999999;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  color: #fafafa;
}

.skewed {
  position: relative;
  width: 100%;
}

@media (min-width: 50em) {
  .skewed {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
  }
}

.skewed-right {
  position: relative;
  width: 100%;
}

@media (min-width: 50em) {
  .skewed-right {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
}

.spacing {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 37.5em) {
  .spacing {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

@media (min-width: 50em) {
  .spacing {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}

@media (min-width: 64em) {
  .spacing {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}

.spacing-small {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 37.5em) {
  .spacing-small {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 50em) {
  .spacing-small {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

@media (min-width: 64em) {
  .spacing-small {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.w-80 {
  width: 80%;
}
/*# sourceMappingURL=cpc.css.map */