/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

a {
  text-decoration: none; }

hr {
  display: block;
  border: none;
  height: 1px;
  background-color: #eaeaea; }

.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:not(.no-tb-padding) {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media screen and (min-width: 1088px) {
    .container:not(.no-tb-padding) {
      padding-top: 35px;
      padding-bottom: 30px; } }

.scroll-x {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto; }
  .scroll-x img {
    white-space: nowrap;
    max-width: none; }

.bg-gray {
  background-color: #F4F4F4; }

.bg-blue {
  background-color: #83a7d2; }

.btn-more {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  border: 1px solid #39C;
  background-color: #39C;
  margin: 40px 20px 10px;
  padding: 10px 20px;
  text-align: center;
  color: white;
  display: inline-block; }
  .btn-more:hover {
    background-color: #2585b5; }

.main-title {
  color: #011432;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 769px), print {
    .main-title {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (min-width: 1088px) {
    .main-title {
      font-size: 30px;
      line-height: 35px; } }

.sub-title {
  color: #011432;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 30px; }

p + p {
  margin-top: 20px; }

.text-light {
  color: white; }

figure iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  padding: 11px 0; }
  header img {
    display: block; }
  header .header-logo {
    width: 122px; }
  header .intel-logo {
    width: 92.7px; }
  @media screen and (min-width: 769px), print {
    header .header-logo {
      width: 145px; }
    header .intel-logo {
      width: 96px; } }
  @media screen and (min-width: 1088px) {
    header {
      height: 70px; } }

body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  line-height: 1.5; }

p {
  line-height: 1.6; }

.banner {
  background-image: url(../images/banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .banner .banner-wrapper {
    padding: 17px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: rgba(83, 134, 210, 0.6); }
    .banner .banner-wrapper h2 {
      color: white;
      font-size: 30px;
      font-weight: bold;
      text-align: center; }
    .banner .banner-wrapper .banner-image {
      margin: 10px auto 0;
      max-width: 600px;
      display: table; }
      .banner .banner-wrapper .banner-image img {
        width: 100%;
        display: block; }
  @media screen and (min-width: 1088px) {
    .banner {
      padding: 50px; }
      .banner .banner-wrapper {
        max-width: 880px;
        padding: 35px 40px; }
        .banner .banner-wrapper h2 {
          font-size: 40px; }
        .banner .banner-wrapper .banner-image {
          margin-top: 90px; } }

.intro .image-box {
  max-width: 500px;
  margin: 30px auto 20px; }
  @media screen and (min-width: 1088px) {
    .intro .image-box {
      margin: 40px auto 30px; } }

@media screen and (min-width: 769px), print {
  .intro .image-box-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .intro .image-box-group .image-box {
      width: 50%;
      padding: 20px; } }

.intro .image-box-group.last .image-box {
  margin-bottom: 0; }

.intro figure {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-top: 45%; }
  .intro figure.small {
    padding-top: 26%; }
  .intro figure.middle {
    padding-top: 38%; }
  .intro figure.has-shadow > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .intro figure.has-shadow h6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap; }
    .intro figure.has-shadow h6 img {
      margin-left: 10px; }

.feature-list li {
  margin-bottom: 30px; }

.feature-list h5 {
  color: #011432;
  font-weight: 600;
  text-align: center;
  margin: 8px 0 3px;
  border: solid #39C;
  font-size: 16px;
  border-width: 1px 0;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center; }

.feature-list p {
  text-align: center; }

@media screen and (min-width: 500px) {
  .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .feature-list li {
      padding: 0 35px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 50%; } }

@media screen and (min-width: 1088px) {
  .feature-list li {
    width: 25%; } }

.video-list::after {
  clear: both;
  content: " ";
  display: table; }

.video-list figure {
  margin-bottom: 20px; }

@media screen and (min-width: 500px) {
  .video-list figure {
    width: 49%;
    float: left; }
    .video-list figure:first-child {
      margin-right: 2%; }
    .video-list figure.image.is-16by9 {
      padding-top: 27.5625%; } }

@media screen and (min-width: 1088px) {
  .video-list {
    margin-bottom: 30px; }
    .video-list figure {
      width: 46%; }
      .video-list figure:first-child {
        margin-bottom: 0;
        margin-right: 8%; }
      .video-list figure.image.is-16by9 {
        padding-top: 25.875%; } }

.paltform-list .paltform-btn {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer; }
  .paltform-list .paltform-btn h4 {
    color: #011432;
    font-size: 16px;
    font-weight: 700; }
  .paltform-list .paltform-btn .paltform-image {
    max-width: 200px;
    margin: 0 auto;
    padding: 0 10px; }
    .paltform-list .paltform-btn .paltform-image img {
      display: block; }
    .paltform-list .paltform-btn .paltform-image.is-select + .paltform-modal {
      display: block; }

@media screen and (min-width: 769px), print {
  .paltform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .paltform-list .paltform-btn {
      width: 32%; }
      .paltform-list .paltform-btn:not(:first-child) {
        margin-left: 2%; } }

@media screen and (min-width: 1088px) {
  .paltform-list .paltform-btn {
    -webkit-transition-duration: .3s;
    transition-duration: .3s; }
    .paltform-list .paltform-btn:hover {
      -webkit-transform: scale(1.02);
      transform: scale(1.02);
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px; } }

.paltform-modal p + h5, .paltform-modal a + h5 {
  margin-top: 30px; }

.paltform-modal .paltform-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
  display: none; }

.paltform-modal .paltform-modal-wrapper {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  position: fixed;
  top: 50px;
  left: 10%;
  right: 10%;
  background-color: #fefefe;
  margin: auto;
  padding: 20px 30px;
  border: 1px solid #888;
  width: 80%;
  display: none;
  z-index: 5; }
  .paltform-modal .paltform-modal-wrapper.is-active {
    display: block; }

.paltform-modal.is-active .paltform-modal-bg {
  display: block; }

.paltform-modal .detail-list li {
  position: relative;
  padding-left: 16px; }
  .paltform-modal .detail-list li:before {
    position: absolute;
    left: 0;
    content: "\2022";
    color: #39C; }

.paltform-modal .close {
  position: absolute;
  right: 20px;
  top: 0;
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold; }

.step-list {
  position: relative;
  padding-bottom: 24px;
  max-width: 600px;
  margin: 0 auto 20px; }
  .step-list:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1; }
  .step-list > li {
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
    background-color: white; }
    .step-list > li:last-child {
      margin-bottom: 0; }
    .step-list > li h6 {
      color: #011432;
      font-size: 16px;
      line-height: 40px;
      font-weight: 600; }
    .step-list > li .step-text {
      font-size: 16px;
      font-weight: 600; }
  @media screen and (min-width: 500px) {
    .step-list > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .step-list > li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .step-list > li .step-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; }
        .step-list > li .step-image h6 {
          line-height: 1;
          margin-top: 10px; }
      .step-list > li .step-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left; } }

.quote-list li {
  padding: 20px;
  text-align: center; }
  .quote-list li h6 {
    color: #011432;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 15px auto; }
  .quote-list li p {
    padding: 0 10px;
    font-size: 15px; }

@media screen and (min-width: 769px), print {
  .quote-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .quote-list li h6 {
      padding: 0 30px; } }

.resource-wrapper {
  margin-top: 30px;
  margin-bottom: 30px; }
  .resource-wrapper .resource-list img {
    max-width: 170px; }
  .resource-wrapper .resource-list > li {
    text-align: center;
    margin-bottom: 20px; }
    .resource-wrapper .resource-list > li h6 {
      margin-bottom: 10px; }
  @media screen and (min-width: 500px) {
    .resource-wrapper .resource-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .resource-wrapper .resource-list > li {
        width: 49%;
        margin-right: 2%; }
        .resource-wrapper .resource-list > li:nth-child(2n) {
          margin-right: 0; } }
  @media screen and (min-width: 769px), print {
    .resource-wrapper .resource-list > li {
      width: 24.25%;
      margin-right: 1%; }
      .resource-wrapper .resource-list > li:nth-child(2n) {
        margin-right: 1%; }
      .resource-wrapper .resource-list > li:last-child {
        margin-right: 0; } }

footer {
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  footer .copyright {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px; }
  footer .social-group {
    display: table;
    margin: 0 auto; }
    footer .social-group a {
      padding: 2px; }
  @media screen and (min-width: 769px), print {
    footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer.container {
        padding: 20px 0; }
      footer .copyright {
        margin-bottom: 0; }
      footer .social-group {
        margin-right: 0; } }
