/********************************************************/
/* GLOBAL STYLES */
/*******************************************************/
/******************************************/
/* Normalize  */
/****************************************/
@import 'vendor/slick.css';
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/******************************************/
/* Variables  */
/****************************************/
/* Breakpoints, Spacing, and Layout */
/* Colors */
/******************************************/
/* The Grid (Skeleton)  */
/****************************************/
.row {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices tablet size and up devices only */
@media (min-width: 768px) {
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.columns {
    width: 8.33%;
  }
  .two.columns {
    width: 16.67%;
  }
  .three.columns {
    width: 25%;
  }
  .four.columns {
    width: 33.33%;
  }
  .five.columns {
    width: 41.67%;
  }
  .six.columns {
    width: 50%;
  }
  .seven.columns {
    width: 58.33%;
  }
  .eight.columns {
    width: 66.67%;
  }
  .nine.columns {
    width: 75%;
  }
  .ten.columns {
    width: 83.33%;
  }
  .eleven.columns {
    width: 91.67%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .offset-one.columns {
    padding-right: 8.33%;
  }
  .columns.pad-right {
    padding-right: 4%;
  }
  .columns.pad-left {
    padding-left: 4%;
  }
}
/******************************************/
/* Typography  */
/****************************************/
@font-face {
  font-family: 'Intel One Display Medium';
  src: url("../fonts/intelone-display-medium.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Display Regular';
  src: url("../fonts/intelone-display-regular.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Text Bold';
  src: url("../fonts/intelone-text-bold.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Text Regular';
  src: url("../fonts/intelone-text-regular.woff") format("woff");
}
html {
  font-size: 20px;
}
body {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
a:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child {
  margin-bottom: 0;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
li.white,
a.white,
span.white {
  color: #ffffff !important;
}
h1.sky-blue,
h2.sky-blue,
h3.sky-blue,
h4.sky-blue,
h5.sky-blue,
h6.sky-blue,
p.sky-blue,
li.sky-blue,
a.sky-blue,
span.sky-blue {
  color: #00c7fd !important;
}
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
h6.dark-blue,
p.dark-blue,
li.dark-blue,
a.dark-blue,
span.dark-blue {
  color: #003c71 !important;
}
h1.intel-blue,
h2.intel-blue,
h3.intel-blue,
h4.intel-blue,
h5.intel-blue,
h6.intel-blue,
p.intel-blue,
li.intel-blue,
a.intel-blue,
span.intel-blue {
  color: #0071c5 !important;
}
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold,
p.gold,
li.gold,
a.gold,
span.gold {
  color: #ffb73c !important;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
p.regular,
li.regular,
a.regular,
span.regular {
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
li.bold,
a.bold,
span.bold {
  font-family: 'Intel One Text Bold', Helvetica, Arial, sans-serif;
}
h1 {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  font-size: 2.85em;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
}
h2 {
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.1em;
  }
}
h3 {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
}
h4 {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 27px;
    line-height: 29px;
  }
}
h5 {
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 19px;
    line-height: 24px;
  }
}
h6 {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 19px;
    line-height: 24px;
  }
}
p {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.9em;
  }
}
p.lead {
  font-size: 1.5em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  p.lead {
    font-size: 1em;
  }
}
a {
  text-decoration: none;
}
span,
ul,
li,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
ul,
li {
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
}
sup {
  font-size: 50%;
  top: -0.75em;
}
p.legal {
  color: #b4b6b9;
}
p.legal a {
  color: #00c7fd;
  text-decoration: underline;
}
/*************************************************/
/* Global Site Styles and Classes */
/************************************************/
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.invisible {
  opacity: 0 !important;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nowrap {
  white-space: nowrap;
}
.bg-with-gutter {
  background-size: calc(100% - 80px) 100%;
}
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.section-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-margin {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.section-top-margin {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-top-margin {
    margin-top: 35px;
  }
}
.section-bottom-margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-bottom-margin {
    margin-bottom: 35px;
  }
}
.section-top-padding {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-top-padding {
    padding-top: 35px;
  }
}
.section-bottom-padding {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-bottom-padding {
    padding-bottom: 35px;
  }
}
.section-gutter {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1023px) {
  .section-gutter {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-gutter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module-content {
  max-width: 1360px;
  margin: 0 auto;
}
.module-content.no-max {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .module-content {
    max-width: 480px;
  }
}
div.img-overflow-wrapper {
  position: relative;
}
div.img-overflow-wrapper::before {
  content: '';
  display: block;
  width: 100%;
}
div.img-overflow-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display-flex.direction-column {
  flex-direction: column;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.justify-between {
  justify-content: space-between;
}
.display-flex.justify-around {
  justify-content: space-around;
}
.display-flex.justify-start {
  justify-content: flex-start;
}
.display-flex.justify-end {
  justify-content: flex-end;
}
.display-flex.align-center {
  align-items: center;
}
.display-flex.align-start {
  align-items: flex-start;
}
.display-flex.align-end {
  align-items: flex-end;
}
.display-flex.flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .display-flex.responsive-row {
    flex-direction: row;
  }
  .display-flex.responsive-column {
    flex-direction: column;
  }
  .display-flex.responsive-reverse {
    flex-direction: row-reverse;
  }
  .display-flex.direction-column.responsive-reverse,
  .display-flex.responsive-column.responsive-reverse {
    flex-direction: column-reverse;
  }
}
.display-flex > .align-start {
  align-self: flex-start;
}
.display-flex > .align-center {
  align-self: center;
}
.display-flex > .align-end {
  align-self: flex-end;
}
.display-flex > .flex-grow {
  flex: 1 !important;
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop,
  .desktop-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile,
  .mobile-hide {
    display: none;
  }
}
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}
span.nowrap {
  white-space: nowrap;
}
/* Global Elements */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  overflow-x: hidden;
}
body {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #010D19;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
section.module {
  position: relative;
}
section.module.bg-image {
  background-size: 100% 100%;
}
button,
a.button,
.button {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 0.25em;
  background-color: #0071c5;
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 0.7em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
sup.prominent {
  top: -0.25em;
  font-size: 90%;
}
a.back-to-top {
  position: absolute;
  bottom: 40px;
  right: 30px;
  text-decoration: underline;
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  color: #00c7fd !important;
}
@media screen and (max-width: 767px) {
  a.back-to-top {
    right: 15px;
    bottom: 20px;
  }
}
a.next-section {
  display: block;
  margin: 0 auto;
  z-index: 1000;
}
a.next-section:not(.relative) {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  a.next-section:not(.relative) {
    bottom: 1rem;
  }
}
a.next-section.relative img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  a.next-section.relative img {
    width: 70px;
  }
}
div.btn-close {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  cursor: pointer;
}
div.btn-close::before,
div.btn-close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  /* cross thickness */
  background-color: #0079FF;
}
div.btn-close.white::before,
div.btn-close.white::after {
  background-color: white;
}
div.btn-close::before {
  transform: rotate(45deg);
}
div.btn-close::after {
  transform: rotate(-45deg);
}
.with-triangle:before {
  content: '';
  position: relative;
  top: 0.125em;
  font-size: 45%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 1em 0 1em 1.7em;
  border-color: transparent transparent transparent #000000;
}
.slick-slide,
.slick-track,
.slick-list,
.slick-slider {
  overflow: visible;
}
.btn-prev,
.btn-next {
  position: absolute;
  bottom: 0;
  background: #00c7fd;
}
.btn-prev {
  left: 0;
  padding: 12px 14px 12px 10px;
}
.btn-next {
  right: 0;
  padding: 12px 10px 12px 14px;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  list-style-type: none;
}
ul.slick-dots li {
  margin: 7px;
}
ul.slick-dots button {
  color: transparent;
  background: transparent;
  border: 3px solid #00c7fd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
ul.slick-dots button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: #00c7fd;
}
.slick-slide:focus {
  outline: 0;
}
/********************************************************/
/* SLICK JS STYLES */
/*******************************************************/
/********************************************************/
/* PARTIALS STYLES */
/*******************************************************/
nav.tabs {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}
nav.tabs:hover div.nav-link {
  background: #144365;
}
nav.tabs div.nav-link {
  flex: 1;
  margin: 0 0.175em;
  background-color: #00c7fd;
  transition: background .15s linear, color .15s linear;
}
nav.tabs div.nav-link:hover {
  background: #00c7fd;
  color: white;
}
nav.tabs div.nav-link a {
  min-height: 3em;
  padding: 1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #000000;
  font-size: 1em;
  font-family: 'Intel One Display Medium', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  nav.tabs div.nav-link:first-child {
    margin-left: 0;
  }
  nav.tabs div.nav-link:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  nav.tabs div.nav-link {
    font-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  nav.tabs div.nav-link {
    margin: 0 0.625rem 0.625rem 0.625rem;
    font-size: 0.75em;
  }
  nav.tabs div.nav-link:last-child {
    margin-bottom: 0;
  }
  nav.tabs div.nav-link a {
    display: flex;
    justify-content: space-between;
    text-align: left;
    min-height: 2.5em;
    padding: 0.75em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  nav.tabs {
    max-width: 480px;
  }
}
video,
.video-wrapper {
  width: 100%;
  height: auto;
}
.video-js .vjs-dock-text {
  display: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}
.bc-player-default_default .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  width: 80%;
  height: 80%;
  margin-left: 0;
  margin-top: 0;
  opacity: .9;
  background-image: url('../images/video_play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: none !important;
  box-shadow: none !important;
  transition: all 200ms ease;
  transform: translate(-50%, -50%);
}
.bc-player-default_default .vjs-big-play-button::before {
  content: "";
  display: none;
}
.bc-player-default_default .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 1;
}
.bc-iframe,
.bc-iframe body,
.bc-player-default_default,
.bc-player-default_default .vjs-poster {
  background-size: cover;
}
.vjs-poster {
  background-image: url('../images/video_poster.png') !important;
}
.bc-player-default_default .vjs-play-progress,
.bc-player-default_default .vjs-volume-level,
.bc-player-default_default .vjs-big-play-button:active,
.bc-player-default_default .vjs-big-play-button:focus,
.bc-player-default_default:active .vjs-big-play-button,
.bc-player-default_default:hover .vjs-big-play-button {
  background-color: transparent;
}
/********************************************************/
/* MODULE STYLES */
/*******************************************************/
/************************************/
/* Preloader Styles */
/************************************/
section.module-preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
section.module-preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.module-preloader.fadeOut {
  -webkit-animation: fadeOut 500ms ease forwards;
  animation: fadeOut 500ms ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/******************************************/
/* Module Styles - HEADER  */
/****************************************/
section.module.header {
  color: white;
  overflow: hidden;
}
section.module.header.bg-image {
  background-image: url('../images/header_bg.png');
}
section.module.header h1 span {
  font-size: 50%;
}
section.module.header h2 {
  margin: 0;
}
section.module.header div.module-content {
  position: relative;
}
section.module.header div.main {
  position: relative;
  flex: 0 0 50%;
  z-index: 1;
}
section.module.header div.img-overflow-wrapper.graphic {
  position: relative;
  flex: 1;
  z-index: 0;
}
section.module.header div.img-overflow-wrapper.graphic::before {
  padding-top: 84%;
}
section.module.header div.img-overflow-wrapper.graphic img {
  width: 142%;
  top: -7%;
  left: -20%;
}
section.module.header div.subhead {
  margin-top: 1em;
}
section.module.header div.subhead div.text-block {
  flex: 0 0 59%;
}
section.module.header img.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
  z-index: 3;
}
section.module.header div.img-overflow-wrapper.badge {
  flex: 0 0 30%;
}
section.module.header div.img-overflow-wrapper.badge::before {
  padding-top: 90%;
}
section.module.header div.img-overflow-wrapper.badge img {
  width: 180%;
  top: 0;
  left: -20%;
}
@media screen and (min-width: 768px) {
  section.module.header .section-gutter {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.header h1 {
    font-size: 4.2vw;
  }
  section.module.header h2 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.module.header p {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.module.header.bg-image {
    background-image: url('../images/header_bg_mobile.png');
  }
  section.module.header .section-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.module.header div.module-content {
    margin-bottom: 40px;
  }
  section.module.header h1 {
    font-size: 2em;
  }
  section.module.header h2 {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.75em;
  }
  section.module.header p {
    font-size: 0.85em;
  }
  section.module.header img.logo {
    width: 20%;
  }
  section.module.header div.img-overflow-wrapper.graphic img {
    width: 164%;
    top: -20%;
    left: -25%;
  }
  section.module.header div.img-overflow-wrapper.badge img {
    left: -32%;
  }
}
@media screen and (max-width: 480px) {
  section.module.header h1 {
    font-size: 8.3vw;
  }
  section.module.header h2 {
    font-size: 6.1vw;
  }
  section.module.header p {
    font-size: 3.6vw;
  }
}
/****************************************/
/* Module Styles - SINGLE COLUMN TEXT  */
/**************************************/
section.module.single-column-video.bg-image {
  background-image: url('../images/video_bg.png');
}
@media screen and (max-width: 767px) {
  section.module.single-column-video.bg-image {
    background-image: url('../images/video_bg_mobile.png');
  }
  section.module.single-column-video .section-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
/****************************************/
/* Module Styles - PROCESSORS  */
/**************************************/
section.module.processors {
  overflow: visible;
  z-index: 1;
}
section.module.processors.bg-image {
  background-image: url('../images/processors_bg.png');
}
section.module.processors div.main {
  position: relative;
}
section.module.processors div.headline,
section.module.processors div.text-block {
  position: relative;
  z-index: 1;
}
section.module.processors h3 {
  margin: 0;
}
section.module.processors p.body {
  margin: 2.5em 0 3em 0;
}
section.module.processors p.legal {
  font-size: 0.6em;
}
section.module.processors div.img-overflow-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 44%;
}
section.module.processors div.img-overflow-wrapper::before {
  padding-top: 110%;
}
section.module.processors div.img-overflow-wrapper img {
  width: 156%;
  left: -26%;
}
section.module.processors a.next-section {
  padding-top: 2em;
}
@media screen and (min-width: 768px) {
  section.module.processors div.main {
    min-height: 700px;
  }
  section.module.processors div.headline,
  section.module.processors div.text-block {
    width: 44%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.processors div.main {
    min-height: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.module.processors div.main {
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  section.module.processors.bg-image {
    background-image: url('../images/processors_bg_mobile.png');
  }
  section.module.processors .section-padding {
    padding-top: 30px;
  }
  section.module.processors h3 {
    font-size: 1.5em;
  }
  section.module.processors div.img-overflow-wrapper {
    position: relative;
  }
  section.module.processors div.img-overflow-wrapper img {
    top: 3%;
    left: -73%;
    width: 150%;
  }
  section.module.processors p.body {
    margin: 1rem 0;
    font-size: 0.8em;
  }
  section.module.processors p.legal {
    font-size: 0.45em;
  }
}
@media screen and (max-width: 480px) {
  section.module.processors p.body {
    font-size: 3.4vw;
  }
}
section.module.performance.bg-image {
  background-image: url('../images/performance_bg.png');
}
section.module.performance .section-padding {
  padding-top: 0;
}
section.module.performance h4 {
  margin: 0 0 30px;
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
}
section.module.performance h4:first-child {
  font-family: 'Intel One Display Medium', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
}
section.module.performance p.legal {
  margin: 40px 0 0 0;
  font-size: 0.6em;
}
section.module.performance div.blade > div {
  min-height: 475px;
  background-size: auto 100%;
}
section.module.performance div.blade > div:first-child {
  background-position: top right;
}
section.module.performance div.blade > div:last-child {
  background-position: top left;
}
section.module.performance div.block-wrapper {
  position: relative;
  padding: 1.5rem 8%;
}
section.module.performance div.block-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.module.performance div.block-inner > span {
  display: block;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center;
}
section.module.performance div.block-inner > span.giga {
  position: relative;
  margin: 0.3em auto 0.5em auto;
  font-family: 'Intel One Display Medium', Helvetica, Arial, sans-serif;
  color: #00c7fd;
  font-size: 60px;
  line-height: 1;
}
section.module.performance div.block-inner > span.giga span.box {
  position: relative;
  font-size: inherit;
}
section.module.performance div.block-inner > span.giga span.sup {
  position: absolute;
  top: -0.65em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-family: 'Intel One Display Regular', Helvetica, Arial, sans-serif;
}
section.module.performance #performance-blade-1 div.img-wrapper {
  background-image: url('../images/performance_1.png');
}
section.module.performance #performance-blade-1 div.block-wrapper {
  background-image: url('../images/performance_1_spark.png');
}
section.module.performance #performance-blade-2 div.img-wrapper {
  background-image: url('../images/performance_2.png');
}
section.module.performance #performance-blade-2 div.block-wrapper {
  background-image: url('../images/performance_2_spark.png');
}
section.module.performance #performance-blade-3 div.img-wrapper {
  background-image: url('../images/performance_3.png');
}
section.module.performance #performance-blade-3 div.block-wrapper {
  background-image: url('../images/performance_3_spark.png');
}
section.module.performance #performance-blade-4 div.img-wrapper {
  background-image: url('../images/performance_4.png');
}
section.module.performance #performance-blade-4 div.block-wrapper {
  background-image: url('../images/performance_4_spark.png');
}
section.module.performance #performance-blade-5 div.img-wrapper {
  background-image: url('../images/performance_5.png');
}
section.module.performance #performance-blade-5 div.block-wrapper {
  background-image: url('../images/performance_5_spark.png');
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.performance div.blade > div {
    min-height: 35vw;
  }
  section.module.performance div.block-inner span.giga {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.module.performance .section-padding {
    padding-bottom: 30px;
  }
  section.module.performance div.blade > div {
    flex: 0 0 50%;
  }
  section.module.performance a.next-section {
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.module.performance div.module-content {
    font-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  section.module.performance {
    padding-bottom: 25px;
  }
  section.module.performance.bg-image {
    background-image: url('../images/performance_bg_mobile.png');
  }
  section.module.performance div.module-content {
    max-width: none;
  }
  section.module.performance h3 {
    font-family: 'Intel One Display Medium', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
  }
  section.module.performance h4 {
    font-size: 1em;
    margin-bottom: 15px;
  }
  section.module.performance h4:first-child {
    font-size: 1.15em;
  }
  section.module.performance a {
    z-index: 1;
  }
  section.module.performance div.blade > div {
    background-size: cover;
  }
  section.module.performance div.blade > div.img-wrapper {
    min-height: 72vw;
  }
  section.module.performance div.blade > div.block-wrapper {
    min-height: 72vw;
    background-size: contain;
  }
  section.module.performance div.blade > div:first-child {
    background-position: bottom center;
  }
  section.module.performance div.blade > div:last-child {
    background-position: top center;
  }
  section.module.performance div.block-inner span {
    font-size: 4.25vw;
  }
  section.module.performance div.block-inner span.giga {
    font-size: 8.5vw;
  }
  section.module.performance div.block-inner span.giga span.sup {
    font-size: 0.7rem;
  }
  section.module.performance p.legal {
    font-size: 2.5vw;
  }
  section.module.performance #performance-blade-1 div.img-wrapper {
    background-image: url('../images/performance_1_mobile.png');
  }
  section.module.performance #performance-blade-1 div.block-wrapper {
    background-image: url('../images/performance_1_spark_mobile.png');
  }
  section.module.performance #performance-blade-2 div.img-wrapper {
    background-image: url('../images/performance_2_mobile.png');
  }
  section.module.performance #performance-blade-2 div.block-wrapper {
    background-image: url('../images/performance_2_spark_mobile.png');
  }
  section.module.performance #performance-blade-3 div.img-wrapper {
    background-image: url('../images/performance_3_mobile.png');
  }
  section.module.performance #performance-blade-3 div.block-wrapper {
    background-image: url('../images/performance_3_spark_mobile.png');
  }
  section.module.performance #performance-blade-4 div.block-wrapper {
    background-image: url('../images/performance_4_spark_mobile.png');
  }
  section.module.performance #performance-blade-4 div.img-wrapper {
    background-image: url('../images/performance_4_mobile.png');
    background-position: top left;
  }
  section.module.performance #performance-blade-5 div.img-wrapper {
    background-image: url('../images/performance_5_mobile.png');
  }
  section.module.performance #performance-blade-5 div.block-wrapper {
    background-image: url('../images/performance_5_spark_mobile.png');
  }
}
/******************************************/
/* Module Styles - Choose your PC  */
/****************************************/
section.module.retail {
  overflow-x: hidden;
  position: relative;
  color: #414042;
  background-color: #ffffff;
}
section.module.retail h3 {
  max-width: 15em;
  margin: 0 auto 1em auto;
  font-size: 2.1em;
}
section.module.retail h6 {
  text-align: center;
  margin: 0 auto 1.5em auto;
}
section.module.retail p.product {
  font-size: 0.85em;
  line-height: 1;
}
section.module.retail li,
section.module.retail a.button {
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
}
section.module.retail div.use-case {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding: 0 1em;
  margin-left: 0px !important;
  margin-bottom: 25px;
}
section.module.retail div.use-case div.image-wrap {
  width: 100%;
  overflow: visible;
  position: relative;
  text-align: center;
}
section.module.retail div.use-case img.primary {
  position: relative;
  width: 75%;
  margin: 0 auto 15px auto;
  z-index: 1;
}
section.module.retail div.use-case a.button {
  margin: auto auto 0 auto;
  padding: 0.5em;
  width: 100%;
  max-width: 275px;
  background-image: -moz-linear-gradient(8deg, #0570c5 0%, #00aeef 100%);
  background-image: -webkit-linear-gradient(8deg, #0570c5 0%, #00aeef 100%);
  background-image: -ms-linear-gradient(8deg, #0570c5 0%, #00aeef 100%);
  font-size: 1.123em;
  line-height: 1.15;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #414042;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Intel One Text Regular', Helvetica, Arial, sans-serif;
  white-space: normal;
}
section.module.retail div.use-case a.button:focus {
  outline: none;
}
section.module.retail div.use-case a.button span {
  position: relative;
  top: 0.0625em;
}
section.module.retail div.use-case div.processor {
  align-items: center;
  max-width: 255px;
  margin: 0 auto 1.5em auto;
}
section.module.retail div.use-case div.processor img {
  max-width: 85px;
}
section.module.retail div.use-case div.processor div.text-block {
  margin-left: 20px;
}
section.module.retail div.use-case div.processor div.text-block p,
section.module.retail div.use-case div.processor div.text-block ul {
  margin: 0;
  padding: 0;
}
section.module.retail div.use-case div.processor div.text-block p {
  margin-bottom: 0.5em;
}
section.module.retail div.use-case div.processor div.text-block ul {
  padding-left: 1em;
  list-style: square;
}
section.module.retail div.use-case div.processor div.text-block li {
  line-height: 1.25em;
  font-size: 15px;
}
section.module.retail a.back-to-top {
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  section.module.retail .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  section.module.retail {
    font-size: 80%;
  }
  section.module.retail div.main {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 896px) {
  section.module.retail div.use-case {
    padding: 0 1em 0 1em;
  }
  section.module.retail div.use-case div.image-wrap::after {
    display: none;
  }
  section.module.retail div.use-case div.processor img {
    width: 45%;
  }
  section.module.retail div.use-case div.processor div.text-block li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  section.module.retail {
    font-size: 100%;
  }
  section.module.retail .section-padding {
    padding-bottom: 0;
  }
  section.module.retail h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    padding: 0 1em;
  }
  section.module.retail div.module-content {
    max-width: none;
  }
  section.module.retail div.main {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  section.module.retail div.use-case {
    height: auto !important;
    padding-bottom: 0.5rem;
  }
  section.module.retail div.use-case div.image-wrap::after {
    display: block;
  }
  section.module.retail div.use-case div.processor {
    margin-left: auto;
    margin-right: auto;
  }
  section.module.retail div.use-case div.processor img {
    width: 50%;
  }
  section.module.retail img.primary {
    max-width: 375px;
    margin: 0 auto;
  }
  section.module.retail img.btn-next {
    padding: 12px 10px 12px 14px;
  }
  section.module.retail img.btn-prev {
    padding: 12px 14px 12px 10px;
  }
}
/******************************************/
/* Module Styles - LEGAL  */
/****************************************/
section.module.legal {
  background-color: #D5D5D5;
  color: #000000;
  overflow: hidden;
}
section.module.legal div.legal-content {
  opacity: 1;
  transition: opacity 0.2s, height 0.2s;
}
section.module.legal.hide-legal-content div.legal-content {
  opacity: 0;
}
section.module.legal.hide-legal-content button.legal-toggle.primary::before {
  transform: rotateX(0);
}
section.module.legal.hide-legal-content button.btn-close {
  display: none;
}
section.module.legal div.module-content a {
  text-decoration: none;
}
section.module.legal p {
  font-size: 0.8em;
  line-height: 1.25;
  margin-bottom: 1em;
}
section.module.legal p:last-child {
  padding-bottom: 4rem;
}
section.module.legal button.btn-close {
  width: 30px;
}
section.module.legal button.legal-toggle {
  position: relative;
  margin: 1rem 0;
  padding: 0;
  font-size: 16px;
  text-decoration: underline;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #000000;
}
section.module.legal button.legal-toggle:focus {
  outline: none;
}
section.module.legal button.legal-toggle.primary::before {
  content: '';
  position: absolute;
  top: 25%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: 10px;
  border-top-color: black;
  border-bottom-width: 0;
  transform: rotateX(180deg);
}
section.module.legal button.legal-toggle span {
  padding-left: 25px;
}
section.module.legal a.back-to-top {
  font-size: 16px !important;
  bottom: 1em;
}
@media screen and (max-width: 767px) {
  section.module.legal p {
    font-size: 0.7rem;
  }
}
