/********************************************************/
/* GLOBAL STYLES */
/*******************************************************/
/******************************************/
/* Normalize  */
/****************************************/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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: 75%;
  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 */
/******************************************/
/* 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 larger than 767px */
@media (min-width: 768px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
}
/******************************************/
/* Typography  */
/****************************************/
@font-face {
  font-family: 'Intel Clear Reg';
  src: url("../fonts/IntelClear-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Bold';
  src: url("../fonts/IntelClear-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Light';
  src: url("../fonts/IntelClear-Light.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Italic';
  src: url("../fonts/IntelClear-Italic.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Bold Italic';
  src: url("../fonts/IntelClear-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Light';
  src: url("../fonts/IntelOne-Light.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Regular';
  src: url("../fonts/IntelOne-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Medium';
  src: url("../fonts/IntelOne-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Intel One Bold';
  src: url("../fonts/IntelOne-Bold.woff") format("woff");
}
html {
  font-size: 20px;
}
body {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  -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 {
  font-family: 'Intel One Light', Helvetica, Arial, sans-serif;
  font-size: 74px;
  line-height: 1.08;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 1.15;
  }
}
h2 {
  font-family: 'Intel One Regular', Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 1.45;
  }
}
h3 {
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  font-size: 43px;
  line-height: 1.15;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.1;
  color: #00aeef;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-family: 'Intel One Bold', Helvetica, Arial, sans-serif;
    font-size: 19px;
  }
}
h5 {
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 33px;
  }
}
h6 {
  font-family: 'Intel One Regular', Helvetica, Arial, sans-serif;
  font-size: 53px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 37px;
  }
}
p {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.65em;
    line-height: 1.18;
  }
}
li {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  li {
    font-size: 0.85em;
    line-height: 1.18;
  }
}
p.legal,
span.legal,
h5.legal {
  font-size: 0.75em;
  line-height: 1.25;
}
.lead {
  font-size: 1.15em;
  line-height: 1.24;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 0.8em;
    line-height: 1.19;
  }
}
span,
ul,
li,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
ul,
li {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
}
ul {
  list-style-type: square;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
li.white,
a.white,
span.white {
  color: #ffffff !important;
}
h1.light-gray,
h2.light-gray,
h3.light-gray,
h4.light-gray,
h5.light-gray,
h6.light-gray,
p.light-gray,
li.light-gray,
a.light-gray,
span.light-gray {
  color: #e4e4e4 !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: #00aeef !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.probold,
h2.probold,
h3.probold,
h4.probold,
h5.probold,
h6.probold,
p.probold,
li.probold,
a.probold,
span.probold {
  font-family: 'Intel Clear Pro Bold';
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
li.bold,
a.bold,
span.bold {
  font-family: 'Intel Clear Bold';
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
p.regular,
li.regular,
a.regular,
span.regular {
  font-family: 'Intel Clear Reg';
}
h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic,
p.italic,
li.italic,
a.italic,
span.italic {
  font-family: 'Intel Clear Italic';
}
h1.bolditalic,
h2.bolditalic,
h3.bolditalic,
h4.bolditalic,
h5.bolditalic,
h6.bolditalic,
p.bolditalic,
li.bolditalic,
a.bolditalic,
span.bolditalic {
  font-family: 'Intel Clear Bold Italic';
}
span.desktop-nbsp::after {
  content: '\00a0';
}
@media screen and (max-width: 767px) {
  span.desktop-nbsp::after {
    content: '\0020';
  }
}
/*************************************************/
/* Global Site Styles and Classes */
/************************************************/
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.invisible {
  opacity: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.no-margin {
  margin: 0 !important;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-top-padding {
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .section-top-padding {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-top-padding {
    padding-top: 30px;
  }
}
.section-bottom-padding {
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .section-bottom-padding {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-padding {
    padding-bottom: 30px;
  }
}
.section-gutter {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1199px) {
  .section-gutter {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-gutter {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.module-content {
  max-width: 1360px;
  margin: 0 auto;
}
.module-content.no-max {
  max-width: none;
}
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-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: 1200px) {
  .desktop-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}
span.nowrap {
  white-space: nowrap;
}
/* Global Elements */
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
section.module {
  position: relative;
}
button,
a.button,
.button {
  line-height: 1em;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  padding: 0.5em 1em;
  cursor: pointer;
}
a.back-to-top {
  position: absolute;
  bottom: 1.25em;
  right: 3em;
  color: #00aeef !important;
  font-size: 0.9rem;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  a.back-to-top {
    display: none;
  }
}
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: 12px;
  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: #00aeef;
}
.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 #00aeef;
  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: #00aeef;
}
.slick-slide:focus {
  outline: 0;
}
.modal,
.modal-overlay,
.modal-wrapper {
  z-index: 3;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  visibility: hidden;
  z-index: 2;
}
.modal-wrapper {
  max-width: 100% !important;
  text-align: center;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.modal-play {
  position: relative;
  margin-top: 1em;
  max-width: 500px;
}
.modal-play .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: .9;
  transition: all 200ms ease;
}
.modal-play:hover {
  cursor: pointer;
}
.modal-play:hover .btn-play {
  opacity: 1;
}
video,
iframe {
  width: 100%;
}
video:focus,
iframe:focus {
  outline: none;
}
.video-js {
  max-width: 100% !important;
}
.video-js .vjs-dock-text {
  display: none;
}
.video-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100% !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: #00aeef;
}
.modal-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  padding-left: 1px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  opacity: 0.7;
  transition: all 200ms ease;
  z-index: 3;
}
.modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.modal-close::after {
  content: 'x';
  position: absolute;
  top: 7.5px;
  left: 6px;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1rem !important;
  line-height: 0;
}
.modal-show {
  visibility: visible;
}
.modal-transition {
  -webkit-transform: scale(0.5) translate(50%, -50%);
  -moz-transform: scale(0.5) translate(50%, -50%);
  -ms-transform: scale(0.5) translate(50%, -50%);
  transform: scale(0.5) translate(50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal-show .modal-transition {
  position: fixed;
  -webkit-transform: scale(1) translate(50%, -50%);
  -moz-transform: scale(1) translate(50%, -50%);
  -ms-transform: scale(1) translate(50%, -50%);
  transform: scale(1) translate(50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .modal-play {
    max-width: 100%;
    text-align: center;
  }
}
/********************************************************/
/* 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;
  background-color: #101820;
  overflow-x: hidden;
}
section.module.header.bg-image {
  background-image: url('../images/header-bg.png');
}
section.module.header sup {
  font-size: 60%;
  top: -0.45em;
}
section.module.header div.text-block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section.module.header div.img-overflow-wrapper.graphic {
  width: 590px;
}
section.module.header div.img-overflow-wrapper.graphic::before {
  padding-top: 78%;
}
section.module.header img.badge {
  position: relative;
  right: 100px;
}
@media screen and (min-width: 768px) {
  section.module.header .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.module.header div.main {
    flex: 0 0 52%;
  }
  section.module.header div.text-block {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  section.module.header img.badge {
    right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.header h1 {
    font-size: 5.7vw;
  }
  section.module.header h2 {
    font-size: 2.8vw;
  }
  section.module.header div.text-block {
    padding-left: 3.7vw;
  }
  section.module.header div.img-overflow-wrapper.graphic {
    width: 41vw;
  }
  section.module.header img.badge {
    width: 10vw;
  }
}
@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: 26px;
    padding-bottom: 0;
  }
  section.module.header div.module-content {
    max-width: 500px;
    margin: 0 auto 10vw auto;
  }
  section.module.header div.main {
    justify-content: center;
  }
  section.module.header div.img-overflow-wrapper.graphic {
    width: 100%;
  }
  section.module.header img.badge {
    width: 20vw;
    right: 24px;
  }
  section.module.header div.img-overflow-wrapper.graphic {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  section.module.header h1 {
    font-size: 11.5vw;
  }
  section.module.header h2 {
    font-size: 6vw;
  }
}
nav.tabs {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}
nav.tabs:hover > div {
  background: #0081b2;
  color: #e0e0e0;
}
nav.tabs > div {
  flex: 1;
  margin: 0 0.175em;
  background-color: #00aeef;
  transition: background .15s linear, color .15s linear;
  cursor: pointer;
}
nav.tabs > div:hover {
  background-color: #00aeef;
  color: #ffffff;
}
nav.tabs > div a.nav-link {
  min-height: 3em;
  padding: 1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 1em;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  nav.tabs > div:first-child {
    margin-left: 0;
  }
  nav.tabs > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  nav.tabs > div {
    font-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  nav.tabs > div {
    margin: 0 0 0.625rem 0;
    font-size: 0.75em;
  }
  nav.tabs > div:last-child {
    margin-bottom: 0;
  }
}
/******************************************************/
/* Module Styles - How Do You Use Your PC?  */
/****************************************************/
section.module.how-you-use {
  background-image: url('../images/hyu-bg.png');
  background-color: #033464;
  overflow: hidden;
  color: #ffffff;
}
section.module.how-you-use h4 {
  position: relative;
  margin: 1em 0 2.5em 0;
  font-size: 0.95rem;
  color: #ffffff;
}
section.module.how-you-use h4 > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 10%;
  bottom: -20px;
  height: 8px;
  background-color: #ffffff;
}
section.module.how-you-use .img-overflow-wrapper {
  position: relative;
  z-index: 0;
}
section.module.how-you-use .img-overflow-wrapper::before {
  padding-top: 65%;
}
section.module.how-you-use .img-overflow-wrapper img {
  top: 50%;
  transform: translateY(-50%);
}
section.module.how-you-use .heading {
  position: relative;
  z-index: 2;
}
section.module.how-you-use .slide-content {
  flex: 0 0 29%;
}
section.module.how-you-use .slide-content:nth-child(3n+1) h4 > span::after {
  background-color: #00aeef;
}
section.module.how-you-use .slide-content:nth-child(3n+1) .text-wrap li::before {
  border-color: transparent #00aeef;
}
section.module.how-you-use .slide-content:nth-child(3n+2) h4 > span::after {
  background-color: #ffa300;
}
section.module.how-you-use .slide-content:nth-child(3n+2) .text-wrap li::before {
  border-color: transparent #ffa300;
}
section.module.how-you-use .slide-content:nth-child(3n+3) h4 > span::after {
  background-color: #c4d600;
}
section.module.how-you-use .slide-content:nth-child(3n+3) .text-wrap li::before {
  border-color: transparent #c4d600;
}
section.module.how-you-use .text-wrap {
  padding-bottom: 2em;
  overflow: hidden;
  z-index: 1;
}
section.module.how-you-use .text-wrap h6 {
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-top: 2em;
}
section.module.how-you-use .text-wrap p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}
section.module.how-you-use .text-wrap ul {
  list-style: none;
  margin: 0;
  padding-left: 1em;
}
section.module.how-you-use .text-wrap li {
  font-size: 0.95rem;
  line-height: 1.1;
}
section.module.how-you-use .text-wrap li::before {
  content: '';
  display: block;
  position: relative;
  left: -1em;
  top: 0.9em;
  height: 0;
  width: 0;
  border-color: transparent #00aeef;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
}
@media screen and (min-width: 768px) {
  section.module.how-you-use .main {
    padding-top: 50px;
  }
  section.module.how-you-use .slide-content {
    padding: 0 0.5rem;
  }
  section.module.how-you-use .img-overflow-wrapper {
    height: 230px;
  }
  section.module.how-you-use #everyday .img-overflow-wrapper img {
    left: -8%;
  }
  section.module.how-you-use #productivity .img-overflow-wrapper img {
    left: -30%;
  }
  section.module.how-you-use #creativity .img-overflow-wrapper img {
    left: -18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.module.how-you-use .slide-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.module.how-you-use div.module-content {
    max-width: 480px;
  }
  section.module.how-you-use div.heading,
  section.module.how-you-use div.text-wrap {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  section.module.how-you-use div.text-wrap p {
    font-size: 0.85rem;
  }
  section.module.how-you-use div.text-wrap ul {
    padding-left: 0.6em;
  }
  section.module.how-you-use div.text-wrap li {
    font-size: 0.75rem;
  }
  section.module.how-you-use h4 {
    margin-bottom: 0.5em;
  }
  section.module.how-you-use h4 > span {
    position: relative;
    padding-right: 10px;
  }
  section.module.how-you-use h4 > span::after {
    width: 100vw;
    left: 100%;
    right: auto;
    bottom: 5px;
  }
  section.module.how-you-use .img-overflow-wrapper::before {
    padding-top: 80%;
  }
  section.module.how-you-use .img-overflow-wrapper img {
    top: -5%;
    left: -12%;
    width: 135%;
    transform: translateY(0);
  }
}
/******************************************/
/* Module Styles - Choose your PC  */
/****************************************/
section.module.retail {
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
}
section.module.retail h3 {
  color: #003c71;
  text-align: center;
  margin: 0 auto 0.75em auto;
}
section.module.retail h5 {
  position: relative;
  right: 0.5em;
  margin: 0 auto;
  text-align: center;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
section.module.retail h6 {
  font-size: 1.1rem;
  line-height: 1;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  text-align: center;
}
section.module.retail p.product {
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1;
}
section.module.retail li {
  font-family: 'Intel One Regular', Helvetica, Arial, sans-serif;
}
section.module.retail div.use-case {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 0 1.5em 0 1.5em;
  margin-left: 0px !important;
  margin-bottom: 25px;
}
section.module.retail div.use-case:nth-child(3n+1) .with-triangle::before {
  border-left-color: #00aeef;
}
section.module.retail div.use-case:nth-child(3n+1) h5 {
  color: #00aeef;
}
section.module.retail div.use-case:nth-child(3n+1) a.button {
  background-color: #00aeef;
}
section.module.retail div.use-case:nth-child(3n+2) .with-triangle::before {
  border-left-color: #ffa300;
}
section.module.retail div.use-case:nth-child(3n+2) h5 {
  color: #ffa300;
}
section.module.retail div.use-case:nth-child(3n+2) a.button {
  background-color: #ffa300;
}
section.module.retail div.use-case:nth-child(3n+3) .with-triangle::before {
  border-left-color: #c4d600;
}
section.module.retail div.use-case:nth-child(3n+3) h5 {
  color: #c4d600;
}
section.module.retail div.use-case:nth-child(3n+3) a.button {
  background-color: #c4d600;
}
section.module.retail div.use-case a.button {
  margin: 0 auto;
  padding: 0.375em 0.75em 0.4375em 0.75em;
  width: 100%;
  max-width: 250px;
  font-size: 22px;
  line-height: 1.15;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  color: #003c71;
  font-family: 'Intel Clear Reg', 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: start;
  margin: 1.5em auto;
}
section.module.retail div.use-case div.processor div.text-block {
  margin-left: 15px;
}
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;
}
section.module.retail div.use-case div.processor div.text-block li {
  line-height: 1.25em;
  font-size: 15px;
}
section.module.retail div.use-case div.processor img {
  height: 80px;
}
section.module.retail div.img-overflow-wrapper {
  margin: 1rem auto;
  width: 300px;
  max-width: 100%;
}
section.module.retail div.img-overflow-wrapper::before {
  padding-top: 55%;
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.retail div.use-case div.processor img {
    height: 5.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  section.module.retail {
    font-size: 80%;
    padding-bottom: 1em;
  }
  section.module.retail div.main {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 900px) {
  section.module.retail div.use-case {
    padding: 0 1em 0 1em;
  }
  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 h5 {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 1.5rem;
    text-align: left;
  }
  section.module.retail div.use-case div.processor div.text-block p.product {
    font-size: 13px;
  }
  section.module.retail div.use-case div.processor div.text-block ul {
    padding-left: 0.75em;
  }
  section.module.retail div.use-case div.processor div.text-block li {
    font-size: 13px;
  }
  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: 25px;
    margin-bottom: 0;
  }
  section.module.retail div.use-case:nth-child(3n+1) .with-triangle::before {
    border-left-color: #c4d600;
  }
  section.module.retail div.use-case:nth-child(3n+1) h5 {
    color: #c4d600;
  }
  section.module.retail div.use-case:nth-child(3n+1) a.button {
    background-color: #c4d600;
  }
  section.module.retail div.use-case:nth-child(3n+2) .with-triangle::before {
    border-left-color: #00aeef;
  }
  section.module.retail div.use-case:nth-child(3n+2) h5 {
    color: #00aeef;
  }
  section.module.retail div.use-case:nth-child(3n+2) a.button {
    background-color: #00aeef;
  }
  section.module.retail div.use-case:nth-child(3n+3) .with-triangle::before {
    border-left-color: #ffa300;
  }
  section.module.retail div.use-case:nth-child(3n+3) h5 {
    color: #ffa300;
  }
  section.module.retail div.use-case:nth-child(3n+3) a.button {
    background-color: #ffa300;
  }
  section.module.retail div.use-case div.processor {
    margin: 20px auto;
  }
  section.module.retail div.use-case div.processor img {
    height: 72px;
  }
  section.module.retail div.img-overflow-wrapper {
    max-width: 300px;
    margin: 0.25rem 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 - The Brain of Your PC  */
/****************************************/
section.module.brain-of-your-pc {
  color: #ffffff;
  background-image: url('../images/brain-bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
section.module.brain-of-your-pc div.module-content {
  position: relative;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url('../images/brain-device.png');
  background-size: auto 100%;
}
section.module.brain-of-your-pc div.module-content::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #06235a 40%, rgba(6, 35, 90, 0) 80%);
}
section.module.brain-of-your-pc div.main {
  position: relative;
  width: 100%;
  max-width: 20em;
  z-index: 1;
}
section.module.brain-of-your-pc h6 {
  font-size: 2.8em;
  line-height: 1;
  font-family: 'Intel One Regular', Helvetica, Arial, sans-serif;
}
section.module.brain-of-your-pc h6 span.small {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
}
section.module.brain-of-your-pc p.genius {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.85em;
  line-height: 1.2;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  color: #00aeef;
}
section.module.brain-of-your-pc a.button {
  display: inline-block;
  margin: 25px auto;
  min-width: 185px;
  padding: 6px 20px;
  color: #003c71;
  background: #fec91b;
  text-decoration: none;
}
section.module.brain-of-your-pc a.button > span {
  position: relative;
  display: inline-block;
  padding: 8px 50px 8px 0;
}
section.module.brain-of-your-pc a.button > span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 37px;
  background-image: url('../images/button-play-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1360px) {
  section.module.brain-of-your-pc::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    background-color: #06235a;
  }
}
@media screen and (max-width: 1199px) {
  section.module.brain-of-your-pc a.button {
    padding: 6px 10px;
    font-size: 17px;
  }
  section.module.brain-of-your-pc a.button > span {
    padding: 6px 30px 6px 0;
  }
  section.module.brain-of-your-pc a.button > span::after {
    top: 50%;
    width: 20px;
    height: 20px;
    max-height: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  section.module.brain-of-your-pc .section-padding {
    padding-top: 80px;
  }
  section.module.brain-of-your-pc div.module-content {
    min-height: 600px;
  }
  section.module.brain-of-your-pc a.button {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.module.brain-of-your-pc {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.module.brain-of-your-pc {
    padding-bottom: 10px;
  }
  section.module.brain-of-your-pc .section-padding {
    padding-top: 40px;
  }
  section.module.brain-of-your-pc div.module-content {
    max-width: 480px;
    margin: 0 auto;
    background-size: 120%;
    padding-bottom: 270px;
  }
  section.module.brain-of-your-pc div.module-content::before {
    background: linear-gradient(to bottom, #06235a 60%, rgba(6, 35, 90, 0) 90%);
  }
  section.module.brain-of-your-pc h6,
  section.module.brain-of-your-pc h6:first-child {
    font-size: 34px;
    line-height: 1.1;
    font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  }
  section.module.brain-of-your-pc p.genius {
    font-size: 1.15rem;
  }
  section.module.brain-of-your-pc p.genius + p {
    margin-top: 0.25em;
  }
  section.module.brain-of-your-pc a.button {
    display: block;
    width: 260px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  section.module.brain-of-your-pc div.module-content {
    background-size: 100%;
  }
  section.module.brain-of-your-pc div.module-content::before {
    left: -100vw;
    right: -100vw;
  }
}
/******************************************/
/* Module Styles - CHART  */
/****************************************/
section.module.chart {
  color: #ffffff;
}
section.module.chart.bg-image {
  background-image: url("../images/chart_bg.png");
}
section.module.chart h3 {
  font-size: 2.2em;
  margin-bottom: 1.2rem;
  color: #00aeef;
}
section.module.chart p {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.3;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
}
section.module.chart div.header-row {
  min-height: 200px;
  padding-bottom: 1rem;
}
section.module.chart div.table-row > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.module.chart div.table-row > div:first-child {
  border-color: transparent;
  background-color: transparent;
}
section.module.chart div.table-row > div:not(:first-child) {
  padding-top: 0;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
}
section.module.chart div.table-row > div:not(:first-child).checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
section.module.chart div.table-row > div p {
  position: relative;
  z-index: 1;
}
section.module.chart div.table-row:nth-child(odd) > div:first-child {
  background-color: #00aeef;
  color: #003c71;
}
section.module.chart div.table-row:nth-child(odd) > div:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: #00aeef;
  transform: skewX(17deg);
  transform-origin: top right;
  z-index: 0;
}
section.module.chart div.table-row:nth-child(odd) > div:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 3px solid #00aeef;
  transform: skewX(17deg);
}
section.module.chart div.table-row:nth-child(4) > div:first-child {
  flex: 0 0 51.25%;
}
section.module.chart div.table-row:nth-child(5) > div:first-child {
  flex: 0 0 52.5%;
}
section.module.chart div.table-row:nth-child(6) > div:first-child {
  flex: 0 0 53.75%;
}
section.module.chart div.table-row:nth-child(7) > div:first-child {
  flex: 0 0 55%;
}
section.module.chart div.table-row:nth-child(8) > div:first-child {
  flex: 0 0 56.25%;
}
section.module.chart div.table-row:nth-child(9) > div:first-child {
  flex: 0 0 57.5%;
}
section.module.chart div.table-row:nth-child(10) > div:first-child {
  flex: 0 0 58.75%;
}
section.module.chart div.header-row,
section.module.chart div.table-row {
  min-height: 45px;
  margin-bottom: 5px;
}
section.module.chart div.header-row > div,
section.module.chart div.table-row > div {
  position: relative;
  flex: 0 0 12%;
  min-width: 45px;
}
section.module.chart div.header-row > div:not(:last-child),
section.module.chart div.table-row > div:not(:last-child) {
  margin-right: 8px;
}
section.module.chart div.header-row > div:first-child,
section.module.chart div.table-row > div:first-child {
  flex: 0 0 50%;
  margin-right: 13px;
}
section.module.chart div.table-row > div {
  padding: 0.25rem 1rem;
}
section.module.chart div.headline p {
  font-size: 1.05em;
}
section.module.chart div.subtitle-banner p {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 0.8em;
  color: #ffffff;
  background-color: #000864;
}
section.module.chart div.subtitle-banner p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #000864;
  transform: skewX(17deg);
  transform-origin: top right;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.module.chart .section-gutter {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.chart h3 {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 1199px) {
  section.module.chart div.table-row > div:not(:first-child).checked::after {
    height: 15px;
    width: 15px;
  }
  section.module.chart p {
    font-size: 0.9em;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  section.module.chart h3 {
    font-size: 1.25em;
    margin-bottom: 0.25em;
  }
  section.module.chart p {
    font-size: 0.75em;
  }
  section.module.chart div.header-row,
  section.module.chart div.table-row {
    min-height: 80px;
  }
  section.module.chart div.header-row > div:not(:last-child),
  section.module.chart div.table-row > div:not(:last-child) {
    margin-right: 0;
  }
  section.module.chart div.header-row {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 0;
  }
  section.module.chart div.header-row > div {
    flex: 0 0 15%;
  }
  section.module.chart div.header-row > div:last-child {
    margin-right: 3%;
  }
  section.module.chart div.header-row div.headline {
    flex: 0 0 100%;
    margin-bottom: 1em;
  }
  section.module.chart div.table-row > div {
    flex: 0 0 14%;
    padding: 0.25rem 0.5rem;
  }
  section.module.chart div.table-row > div:first-child {
    padding: 0.25rem 0 0.25em 0.5rem;
    margin-right: 14px;
  }
  section.module.chart div.table-row > div:not(:first-child) {
    font-size: 24px;
  }
  section.module.chart div.table-row > div:not(:first-child).checked::after {
    height: 12px;
    width: 12px;
  }
  section.module.chart div.table-row:nth-child(odd) > div:first-child::after {
    transform: skewX(5deg);
  }
  section.module.chart div.table-row:nth-child(odd) > div:not(:first-child)::before {
    left: -5%;
    width: 115%;
    transform: skewX(5deg);
    border-width: 2px;
    border-right-color: transparent;
  }
  section.module.chart div.table-row:nth-child(odd) > div:last-child::before {
    width: 110%;
    border-right-color: #00aeef;
  }
  section.module.chart div.subtitle-banner p {
    font-size: 0.65em;
    min-width: 151px;
  }
}
/***************************************/
/* Module Styles - Storage and Memory */
/*************************************/
section.module.storage-memory {
  color: #ffffff;
  background-image: url('../images/storage-bg.jpg');
}
@media screen and (max-width: 767px) {
  section.module.storage-memory {
    background-image: url('../images/storage-bg-mobile.png');
  }
  section.module.storage-memory h3 {
    text-align: left;
  }
}
section.module.storage-memory h4 {
  margin: 0 0 0.125em 0;
  font-size: 36px;
  font-family: 'Intel One Regular', Helvetica, Arial, sans-serif;
}
section.module.storage-memory .detail-head {
  margin: 30px auto;
}
section.module.storage-memory .detail-head p {
  font-size: 1.05em;
  font-family: 'Intel One Medium', Helvetica, Arial, sans-serif;
  margin: 0;
  max-width: 14em;
}
section.module.storage-memory .content-column {
  flex: 0 0 50%;
}
section.module.storage-memory table.detail-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
section.module.storage-memory table.detail-table p {
  margin: 0;
}
section.module.storage-memory table.detail-table p.value {
  font-size: 0.8em;
  font-family: 'Intel One Bold', Helvetica, Arial, sans-serif;
}
section.module.storage-memory table.detail-table p.subtext {
  font-size: 0.6em;
  font-family: 'Intel One Regular', Helvetica, Arial, sans-serif;
}
section.module.storage-memory table.detail-table p.disclaimer {
  color: #c4c4c4;
  font-size: 0.6em;
  margin-top: 0;
  margin-bottom: 15px;
}
section.module.storage-memory table.detail-table th,
section.module.storage-memory table.detail-table td {
  padding-left: 0.7em;
  padding-right: 0.4em;
  text-align: left;
}
section.module.storage-memory table.detail-table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding-top: 0;
  padding-bottom: 0.6em;
}
section.module.storage-memory table.detail-table th p.value {
  color: #f3d54e;
}
section.module.storage-memory table.detail-table td {
  padding-top: 0.6em;
  padding-bottom: 0;
}
section.module.storage-memory table.detail-table th:not(:last-child),
section.module.storage-memory table.detail-table td:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
section.module.storage-memory a.button {
  display: inline-block;
  min-width: 185px;
  padding: 6px 20px;
  color: #003c71;
  background: #fec91b;
  text-decoration: none;
}
section.module.storage-memory a.button > span {
  position: relative;
  display: inline-block;
  padding: 8px 50px 8px 0;
}
section.module.storage-memory a.button > span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 37px;
  background-image: url('../images/button-play-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  section.module.storage-memory .content-column:first-child {
    padding-right: 40px;
  }
  section.module.storage-memory .content-column:not(:first-child) {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
  }
  section.module.storage-memory div.text-block {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.storage-memory h3 {
    font-size: 3.2vw;
  }
  section.module.storage-memory h4 {
    font-size: 2.6vw;
  }
  section.module.storage-memory .detail-head p {
    font-size: 1.5vw;
  }
  section.module.storage-memory .detail-head img.icon {
    width: 6.6vw;
  }
  section.module.storage-memory table.detail-table {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1199px) {
  section.module.storage-memory a.button {
    padding: 6px 10px;
    font-size: 17px;
  }
  section.module.storage-memory a.button > span {
    padding: 6px 30px 6px 0;
  }
  section.module.storage-memory a.button > span::after {
    top: 50%;
    width: 20px;
    height: 20px;
    max-height: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  section.module.storage-memory div.module-content {
    max-width: 480px;
  }
  section.module.storage-memory h4 {
    font-size: 23px;
    margin-bottom: 0.5em;
  }
  section.module.storage-memory video-js {
    padding-top: 177.5%;
  }
  section.module.storage-memory .content-column {
    flex: 0 0 100%;
  }
  section.module.storage-memory .content-column:first-child {
    margin-bottom: 60px;
  }
  section.module.storage-memory .detail-head {
    justify-content: flex-end;
    margin: 10px 0 15px 0;
  }
  section.module.storage-memory .detail-head p {
    margin-left: 20px;
    max-width: 15em;
    font-size: 12px;
    font-family: 'Intel One Bold', Helvetica, Arial, sans-serif;
  }
  section.module.storage-memory .detail-head img.icon {
    width: 36px;
  }
  section.module.storage-memory table.detail-table {
    font-size: 16px;
  }
}
/******************************************/
/* Module Styles - LEGAL  */
/****************************************/
section.module.legal p {
  margin: 0 auto 1.5em auto;
  font-size: 0.7em;
  color: #231f20;
}
section.module.legal p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.module.legal div.module-content {
    max-width: 480px;
  }
  section.module.legal p {
    font-size: 0.6em;
  }
}
