@font-face {
  font-family: 'Typonine Mono Regular';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001720.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001720.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001720.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001720.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001720.svg#Typotheque_webfonts_service") format("svg"); }

@font-face {
  font-family: 'Typonine Mono Medium';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001722.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001722.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001722.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001722.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001722.svg#Typotheque_webfonts_service") format("svg"); }

@font-face {
  font-family: 'Typonine Sans Light';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001726.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001726.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001726.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001726.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001726.svg#Typotheque_webfonts_service") format("svg"); }

@font-face {
  font-family: 'Typonine Sans Regular';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001728.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001728.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001728.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001728.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001728.svg#Typotheque_webfonts_service") format("svg"); }

@font-face {
  font-family: 'Typonine Sans Regular Italic';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001729.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001729.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001729.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001729.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001729.svg#Typotheque_webfonts_service") format("svg"); }

@font-face {
  font-family: 'Typonine Sans Medium';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001730.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001730.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001730.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001730.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001730.svg#Typotheque_webfonts_service") format("svg"); }

@font-face {
  font-family: 'Typonine Sans Bold';
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001732.eot");
  src: url("https://content.arduino.cc/fonts/WF-028075-009795-001732.eot?#iefix") format("embedded-opentype"), url("https://content.arduino.cc/fonts/WF-028075-009795-001732.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001732.woff") format("woff"), url("https://content.arduino.cc/fonts/WF-028075-009795-001732.svg#Typotheque_webfonts_service") format("svg"); }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

img,
a {
  border: 0; }

body {
  font-size: 18px;
  margin: 0;
  width: 100%; }

.temporary {
  background-color: #00979d;
  height: 120px; }

@media screen and (max-width: 1024px) {
  .temporary {
    height: 54px; } }

.homepage-content {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 40px auto 20px;
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .homepage-content {
      flex-direction: column;
      margin-top: 20px;
      max-width: 780px;
      padding: 0 10px; } }
  .homepage-content > .left-side,
  .homepage-content > .main-content {
    opacity: 1;
    transition: opacity 0.3s;
    visibility: visible; }
  .homepage-content a {
    text-decoration: none; }
    .homepage-content a:focus {
      outline: none; }
  .homepage-content .left-side {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start; }
    @media screen and (min-width: 1025px) {
      .homepage-content .left-side {
        width: calc(33.333% - 15px); } }
    @media screen and (max-width: 1024px) {
      .homepage-content .left-side {
        padding: 0 10px; } }
    .homepage-content .left-side > * {
      margin-bottom: 20px; }
    .homepage-content .left-side > :first-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .homepage-content .left-side .ctas {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start; } }
    .homepage-content .left-side .ctas a {
      align-items: center;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      flex: 1 0 0%;
      color: #fff;
      font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
      letter-spacing: 3px;
      padding: 10px 20px;
      text-transform: uppercase;
      transition: box-shadow .2s ease-out; }
      @media screen and (min-width: 1025px) {
        .homepage-content .left-side .ctas a + a {
          margin-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .homepage-content .left-side .ctas a + a {
          margin-left: 10px; } }
      .homepage-content .left-side .ctas a > span {
        display: inline-block; }
        @media screen and (max-width: 719px) {
          .homepage-content .left-side .ctas a > span {
            text-align: center; } }
      @media screen and (max-width: 1024px) {
        .homepage-content .left-side .ctas a > span > span {
          display: none; } }
      @media screen and (max-width: 719px) {
        .homepage-content .left-side .ctas a {
          flex-direction: column; }
          .homepage-content .left-side .ctas a .icon {
            margin-top: 6px; } }
      @media screen and (max-width: 719px) {
        .homepage-content .left-side .ctas a.store .icon {
          left: -2px;
          position: relative; } }
      @media screen and (max-width: 1024px) {
        .homepage-content .left-side .ctas a {
          width: 33.333%; } }
      @media screen and (max-width: 420px) {
        .homepage-content .left-side .ctas a {
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .homepage-content .left-side .ctas a {
          font-size: 16px;
          justify-content: center;
          letter-spacing: 2px;
          padding-left: 8px;
          padding-right: 8px; } }
      @media screen and (max-width: 420px) {
        .homepage-content .left-side .ctas a {
          letter-spacing: 1px; } }
    .homepage-content .left-side .ctas .store {
      background-color: #e67e22; }
      @media screen and (min-width: 1025px) {
        .homepage-content .left-side .ctas .store:hover {
          box-shadow: inset -64px 0 0 0 #f39c12; } }
    .homepage-content .left-side .ctas .learn {
      background-color: #00979d; }
      @media screen and (min-width: 1025px) {
        .homepage-content .left-side .ctas .learn:hover {
          box-shadow: inset -64px 0 0 0 #7fcbcd; } }
      .homepage-content .left-side .ctas .learn .icon {
        position: relative;
        top: 2px; }
    .homepage-content .left-side .ctas .support {
      background-color: #bcac99; }
      @media screen and (min-width: 1025px) {
        .homepage-content .left-side .ctas .support:hover {
          box-shadow: inset -64px 0 0 0 #9e846d; } }
      .homepage-content .left-side .ctas .support .icon {
        position: relative;
        top: 2px; }
    .homepage-content .left-side .banners {
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .homepage-content .left-side .banners {
          align-items: center;
          display: flex;
          flex-flow: row nowrap;
          justify-content: center; } }
      .homepage-content .left-side .banners a {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        background-color: #ecf1f1;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        display: inline-block;
        height: auto;
        transition: background-image 0.3s;
        width: 100%; }
        @media screen and (min-width: 1025px) {
          .homepage-content .left-side .banners a + a {
            margin-top: 20px; } }
        @media screen and (max-width: 1024px) {
          .homepage-content .left-side .banners a + a {
            margin-left: 20px; } }
        .homepage-content .left-side .banners a .title {
          color: #00979d;
          font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
          font-size: 16px;
          letter-spacing: 2px;
          line-height: 1.6;
          text-align: center; }
        .homepage-content .left-side .banners a:hover .title {
          color: #fff; }
      .homepage-content .left-side .banners .create {
        background-image: url(https://cdn.arduino.cc/homepage/static/media/create_banner_bkg.669c0bc5.svg);
        padding-top: 55%; }
        .homepage-content .left-side .banners .create:hover {
          background-image: url(https://cdn.arduino.cc/homepage/static/media/create_banner_bkg_w.0e7fd877.svg); }
        .homepage-content .left-side .banners .create .title {
          margin-bottom: 10%; }
      .homepage-content .left-side .banners .education {
        background-image: url(https://cdn.arduino.cc/homepage/static/media/education_banner_bkg.e7fa4062.svg);
        padding-top: 32%; }
        .homepage-content .left-side .banners .education .title {
          margin-bottom: 20%; }
        .homepage-content .left-side .banners .education:hover {
          background-image: url(https://cdn.arduino.cc/homepage/static/media/education_banner_bkg_w.87fba000.svg); }
    .homepage-content .left-side .tail-block {
      margin-top: 15px;
      padding-right: 40px; }
      .homepage-content .left-side .tail-block .title {
        font-size: 22px; }
        .homepage-content .left-side .tail-block .title > span {
          background-color: #00979d;
          box-decoration-break: clone;
          box-shadow: 10px 0 0 #00979d, -10px 0 0 #00979d;
          color: #fff;
          display: inline;
          font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
          font-weight: 400;
          letter-spacing: 3px;
          line-height: 1.3;
          text-transform: uppercase;
          display: inline-block;
          margin: 0 0 3px 10px; }
      .homepage-content .left-side .tail-block .text {
        color: #434f54;
        font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        margin-top: 5px; }
        .homepage-content .left-side .tail-block .text a {
          color: #00979d;
          cursor: pointer;
          text-decoration: none;
          transition: color .2s ease-out; }
          .homepage-content .left-side .tail-block .text a:hover {
            color: #7fcbcd; }
    .homepage-content .left-side .social-list ul {
      list-style-type: none;
      padding: 0; }
      .homepage-content .left-side .social-list ul img {
        height: 28px;
        width: 28px;
        border-radius: 100%;
        margin-right: 10px; }
      .homepage-content .left-side .social-list ul li {
        font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 16px;
        margin: 10px 0;
        transition: margin-left 0.3s; }
        .homepage-content .left-side .social-list ul li a {
          align-items: center;
          color: #00979d;
          cursor: pointer;
          display: flex; }
        .homepage-content .left-side .social-list ul li:hover {
          margin-left: 10px; }
      .homepage-content .left-side .social-list ul .twitter {
        background-color: #54c1f2; }
      .homepage-content .left-side .social-list ul .gplus {
        background-color: #d34836; }
      .homepage-content .left-side .social-list ul .facebook {
        background-color: #3f65b6; }
      .homepage-content .left-side .social-list ul .youtube {
        background-color: #ec1e12; }
      .homepage-content .left-side .social-list ul .instagram {
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      .homepage-content .left-side .social-list ul .flickr {
        background-color: #ff47a4; }
      .homepage-content .left-side .social-list ul .github {
        background-color: #000; }
    @media screen and (max-width: 1024px) {
      .homepage-content .left-side .banners,
      .homepage-content .left-side .tail-block,
      .homepage-content .left-side .social-list {
        display: none; } }
  .homepage-content .main-content {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 18px; }
    @media screen and (min-width: 1025px) {
      .homepage-content .main-content {
        margin: 0 -10px 0 10px;
        width: calc(66.666% + 10px); } }
    .homepage-content .main-content > .item {
      align-items: stretch;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      flex: 1 1 45%;
      padding: 0 10px 20px; }
      @media screen and (max-width: 420px) {
        .homepage-content .main-content > .item {
          flex-basis: 100%; } }
      .homepage-content .main-content > .item > a {
        text-transform: uppercase;
        width: 100%; }
      .homepage-content .main-content > .item img {
        height: auto;
        width: 100%;
        display: block; }
    .homepage-content .main-content > .item.post > a {
      align-items: stretch;
      display: flex;
      flex-flow: column-reverse nowrap;
      justify-content: flex-end;
      background-color: #ecf1f1;
      color: #00979d;
      font-family: "Typonine Sans Light", "Lucida Grande", Lucida, Verdana, sans-serif;
      transition: 0.3s; }
      .homepage-content .main-content > .item.post > a .description {
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 1.6;
        padding: 20px; }
        @media screen and (max-width: 1279px) and (min-width: 1025px) {
          .homepage-content .main-content > .item.post > a .description {
            font-size: 1.71875vw; } }
        @media screen and (max-width: 779px) and (min-width: 720px) {
          .homepage-content .main-content > .item.post > a .description {
            font-size: 2.82051vw; } }
        @media screen and (max-width: 719px) and (min-width: 421px) {
          .homepage-content .main-content > .item.post > a .description {
            font-size: 3.05981vw; } }
        @media screen and (max-width: 420px) {
          .homepage-content .main-content > .item.post > a .description {
            font-size: 5.2381vw; } }
      .homepage-content .main-content > .item.post > a .img-wrapper {
        position: relative; }
        .homepage-content .main-content > .item.post > a .img-wrapper::after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.1);
          bottom: 0;
          content: '';
          opacity: 0;
          transition: opacity 0.3s; }
        .homepage-content .main-content > .item.post > a .img-wrapper::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: auto;
          left: auto;
          background-color: #00979d;
          box-decoration-break: clone;
          box-shadow: 10px 0 0 #00979d, -10px 0 0 #00979d;
          color: #fff;
          display: inline;
          font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
          font-weight: 400;
          letter-spacing: 3px;
          line-height: 1.3;
          text-transform: uppercase;
          box-shadow: none;
          content: 'blog';
          font-size: 16px;
          line-height: 2.25;
          padding: 0 15px; }
          @media screen and (max-width: 420px) {
            .homepage-content .main-content > .item.post > a .img-wrapper::before {
              font-size: 12px; } }
      @media screen and (min-width: 1025px) {
        .homepage-content .main-content > .item.post > a:hover {
          background-color: #7fcbcd;
          color: #fff; }
          .homepage-content .main-content > .item.post > a:hover .img-wrapper::after {
            opacity: 1; } }
    .homepage-content .main-content > .item.banner > a {
      position: relative;
      display: block; }
      .homepage-content .main-content > .item.banner > a .img-wrapper::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        bottom: 0;
        content: '';
        opacity: 0;
        transition: opacity 0.3s; }
      @media screen and (min-width: 1025px) {
        .homepage-content .main-content > .item.banner > a:hover .img-wrapper::after {
          opacity: 1; } }
      .homepage-content .main-content > .item.banner > a .description {
        position: absolute;
        top: 40px;
        right: auto;
        bottom: auto;
        left: 10px;
        display: inline-block;
        left: 30px;
        max-width: 80%; }
        @media screen and (max-width: 719px) {
          .homepage-content .main-content > .item.banner > a .description {
            top: 20px; } }
        .homepage-content .main-content > .item.banner > a .description p {
          background-color: #f39c12;
          box-decoration-break: clone;
          box-shadow: 10px 0 0 #f39c12, -10px 0 0 #f39c12;
          color: #fff;
          display: inline;
          font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
          font-weight: 400;
          letter-spacing: 3px;
          line-height: 1.3;
          text-transform: uppercase;
          font-size: 27px; }
          @media screen and (max-width: 1279px) and (min-width: 1025px) {
            .homepage-content .main-content > .item.banner > a .description p {
              font-size: 2.10938vw; } }
          @media screen and (max-width: 1024px) and (min-width: 780px) {
            .homepage-content .main-content > .item.banner > a .description p {
              font-size: 24px; } }
          @media screen and (max-width: 779px) and (min-width: 720px) {
            .homepage-content .main-content > .item.banner > a .description p {
              font-size: 3.07692vw; } }
          @media screen and (max-width: 719px) and (min-width: 421px) {
            .homepage-content .main-content > .item.banner > a .description p {
              font-size: 3.33797vw; } }
          @media screen and (max-width: 420px) {
            .homepage-content .main-content > .item.banner > a .description p {
              font-size: 5.71429vw; } }
        .homepage-content .main-content > .item.banner > a .description .shop-now p {
          background-color: #e67e22;
          box-decoration-break: clone;
          box-shadow: 10px 0 0 #e67e22, -10px 0 0 #e67e22;
          color: #fff;
          display: inline;
          font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
          font-weight: 400;
          letter-spacing: 3px;
          line-height: 1.3;
          text-transform: uppercase; }
    .homepage-content .main-content > .adv-banner {
      align-items: stretch;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      flex: 1 1 45%;
      align-items: center;
      padding: 0 10px 20px; }
      @media screen and (max-width: 420px) {
        .homepage-content .main-content > .adv-banner {
          flex-basis: 100%; } }
      .homepage-content .main-content > .adv-banner img {
        height: auto;
        width: 100%;
        display: block; }
      .homepage-content .main-content > .adv-banner .ad_container {
        height: auto; }
  .homepage-content .what-arduino {
    background-color: #ecf1f1;
    color: #008184;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 719px) {
      .homepage-content .what-arduino {
        padding-bottom: 25px; } }
    @media screen and (min-width: 1025px) {
      .homepage-content .what-arduino:hover {
        background-color: #7fcbcd;
        color: #fff; } }
    .homepage-content .what-arduino h1 {
      font-family: "Typonine Sans Light", "Lucida Grande", Lucida, Verdana, sans-serif;
      font-size: 26px;
      font-weight: normal;
      letter-spacing: 2px; }
      @media screen and (min-width: 1025px) {
        .homepage-content .what-arduino h1 {
          margin-top: 0; } }
    .homepage-content .what-arduino img {
      max-width: 230px; }
    @media screen and (max-width: 1024px) {
      .homepage-content .what-arduino {
        align-items: center;
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: center; }
        .homepage-content .what-arduino h1 {
          margin-left: 30px;
          text-align: left; }
        .homepage-content .what-arduino img {
          max-width: 150px; } }
    @media screen and (max-width: 719px) {
      .homepage-content .what-arduino {
        padding-bottom: 0;
        padding-top: 0; }
        .homepage-content .what-arduino h1 {
          margin-left: 20px;
          max-width: 150px; }
        .homepage-content .what-arduino img {
          max-width: 85px; } }
  .homepage-content .what-arduino-box {
    margin: 0 0 20px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .homepage-content .what-arduino-box {
        padding: 0 10px; } }
    @media screen and (max-width: 719px) {
      .homepage-content .what-arduino-box .flex-wrapper {
        display: flex;
        flex-direction: column; } }
    .homepage-content .what-arduino-box .columns {
      align-items: stretch;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      background-color: #ecf1f1; }
      @media screen and (max-width: 719px) {
        .homepage-content .what-arduino-box .columns {
          flex-direction: column; } }
      .homepage-content .what-arduino-box .columns .single-column {
        align-items: stretch;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start; }
        @media screen and (min-width: 720px) {
          .homepage-content .what-arduino-box .columns .single-column {
            flex: 1 1 30%;
            margin: 20px 0;
            padding: 0 20px; } }
        @media screen and (max-width: 719px) {
          .homepage-content .what-arduino-box .columns .single-column {
            margin: 0 20px;
            padding: 20px 0; } }
        @media screen and (max-width: 719px) and (min-width: 421px) {
          .homepage-content .what-arduino-box .columns .single-column {
            flex-direction: row; } }
        @media screen and (min-width: 720px) {
          .homepage-content .what-arduino-box .columns .single-column + .single-column {
            border-left: 3px solid #fff; } }
        @media screen and (max-width: 719px) {
          .homepage-content .what-arduino-box .columns .single-column + .single-column {
            border-top: 3px solid #fff; } }
        .homepage-content .what-arduino-box .columns .single-column .text-content {
          align-items: stretch;
          display: flex;
          flex-flow: column nowrap;
          justify-content: flex-start;
          flex: 1 0 auto; }
          @media screen and (max-width: 719px) and (min-width: 421px) {
            .homepage-content .what-arduino-box .columns .single-column .text-content {
              flex: 0 1 auto; } }
      .homepage-content .what-arduino-box .columns .illustration {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        height: 150px; }
        @media screen and (max-width: 719px) and (min-width: 421px) {
          .homepage-content .what-arduino-box .columns .illustration {
            height: auto;
            margin-right: 30px;
            min-width: 150px; } }
        .homepage-content .what-arduino-box .columns .illustration img {
          max-height: 150px;
          max-width: 100%; }
      .homepage-content .what-arduino-box .columns .title {
        color: #00979d;
        font-family: "Typonine Sans Light", "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 26px;
        letter-spacing: 1.5px;
        margin: 30px 0 15px;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) and (min-width: 720px) {
          .homepage-content .what-arduino-box .columns .title {
            max-width: 80%; } }
        @media screen and (max-width: 719px) and (min-width: 421px) {
          .homepage-content .what-arduino-box .columns .title {
            margin-top: 0; } }
        @media screen and (max-width: 420px) {
          .homepage-content .what-arduino-box .columns .title {
            text-align: center; } }
      .homepage-content .what-arduino-box .columns .text,
      .homepage-content .what-arduino-box .columns .link {
        font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 16px;
        line-height: 1.6; }
      .homepage-content .what-arduino-box .columns .text {
        color: #434f54;
        margin-bottom: 30px; }
      .homepage-content .what-arduino-box .columns .link {
        align-items: stretch;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        flex: 1 0 auto; }
      .homepage-content .what-arduino-box .columns a {
        color: #00979d;
        cursor: pointer;
        text-decoration: none;
        transition: color .2s ease-out; }
        .homepage-content .what-arduino-box .columns a:hover {
          color: #7fcbcd; }
    .homepage-content .what-arduino-box .close-bar {
      background-color: #dae3e3;
      color: #434f54;
      cursor: pointer;
      font-family: "Typonine Sans Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      padding: 1em;
      text-align: center;
      text-transform: uppercase;
      transition: background-color 0.3s; }
      .homepage-content .what-arduino-box .close-bar svg {
        fill: #434f54;
        margin-left: 3px;
        height: 12px;
        width: 12px; }
      .homepage-content .what-arduino-box .close-bar:hover {
        background-color: #bdc7c7;
        color: #fff; }
        .homepage-content .what-arduino-box .close-bar:hover svg {
          fill: #fff; }

/*# sourceMappingURL=app.678d658140f442b79e3b4870ac33e76a.css.map*/