<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************/
/***************   General Design   **************/
/*************************************************/
:root {
  --digi-green: #84C361;
  --digi-gray: #717174;
  --digi-light-gray-1: #F5F5F5;
  --digi-light-gray-2: #EEEEEE;

  --font-family-open-sans: "Open Sans", Arial, "sans serif";
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://www.digi.com/resources/documentation/digidocs/embedded/fonts/OpenSans-Regular.ttf') format('truetype');
}

html, body {
  font-family: var(--font-family-open-sans);
  word-break: break-word;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

h1, h1 &gt; a.link,
h2, h2 &gt; a.link,
h3, h3 &gt; a.link,
h4, h4 &gt; a.link,
h5, h5 &gt; a.link,
h6, h6 &gt; a.link {
  color: var(--digi-green);
}

.home-intro h1, .home-intro h1 &gt; a.link,
.home-intro h2, .home-intro h2 &gt; a.link,
.home-intro h3, .home-intro h3 &gt; a.link,
.home-intro h4, .home-intro h4 &gt; a.link,
.home-intro h5, .home-intro h5 &gt; a.link,
.home-intro h6, .home-intro h6 &gt; a.link {
  color: var(--digi-gray);
}

a:link, a:visited, a:active {
  text-decoration: none;
}

#tg-sb-content a:hover, footer .links a:hover, #topic-platform a:hover {
  color: #00B7FF;
}

p {
  font-size: 16px;
  line-height: 28px;
}

.bg-light-1 {
  background-color: var(--digi-light-gray-1);
}

.bg-light-2 {
  background-color: var(--digi-light-gray-2);
}

.home-intro &gt; h1, .home-intro &gt; h1 &gt; a.link {
  margin-top: 40px;
}
.home-intro &gt; h3, .home-intro &gt; h3 &gt; a.link {
  margin-top: 20px;
}
.col,
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 0px;
  padding-left: 0px;
}

/*************************************************/
/*************   General Container   *************/
/*************************************************/
#main-container {
  flex: 1 1 auto;
}

.row-wrapper {
  height: 100%;
}

.main-row {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0px 60px;
}

@media (min-width: 300px) {
  .banner .container, .home .container, footer .container {
    width: 285px;
    max-width: 285px;
  }
}

@media (min-width: 400px) {
  .banner .container, .home .container, footer .container {
    width: 380px;
    max-width: 380px;
  }
}

/* Pretty small devices */
@media (min-width: 470px) {
  .banner .container, .home .container, footer .container {
    width: 410px;
    max-width: 410px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .banner .container, .home .container, footer .container {
    width: 550px;
    max-width: 550px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner .container, .home .container, footer .container {
    width: 750px;
    max-width: 750px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banner .container, .home .container, footer .container {
    width: 950px;
    max-width: 950px;
  }
}

@media (min-width: 1000px) {
  .banner .container, .home .container, footer .container {
    width: 960px;
    max-width: 960px;
  }
}

@media (min-width: 1100px) {
  .banner .container, .home .container, footer .container {
    width: 1080px;
    max-width: 1080px;
  }
}

/* Extra large devices */
@media (min-width: 1200px) {
  .banner .container, .home .container, footer .container {
    width: 1180px;
    max-width: 1180px;
  }
}

/* Extra extra large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
  .banner .container, .home .container, footer .container {
    width: 1480px;
    max-width: 1480px;
  }
}

/*************************************************/
/******************   Content   ******************/
/*************************************************/
#tg-sb-content {
  padding-left: 35px;
  padding-right: 35px;
}

/*************************************************/
/*****************   Top banner  *****************/
/*************************************************/
#banner-digi {
  flex: 0 1 70px;
}

.banner {
  background-color: var(--digi-gray);
  z-index: 1000;
}

#banner-digi img {
  height: 70px;
}

#banner-digi img {
  float: left;
  padding: 15px 0px;
  cursor: pointer;
}

#banner-text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  padding-top: 34px;
  float: left;
  margin-bottom: 0px;
}

/*************************************************/
/****************   Home pages   *****************/
/*************************************************/
.col-sm-4 {
  padding: 0px 5px 0px 5px;
}

.home-section-title {
  text-align: left;
  font-size: 22px;
  margin-top: 20px;
  color: color: var(--digi-gray);
}

.home-section-title hr {
  border-width: 1px;
  border-color: #CCCCCC;
  width: 100%;
  margin: 10px 0px;
}

.home-image {
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-image img, .home-image-large img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-image img {
  width: calc(100% - 30px);
  max-width: 60%;
}

.home-image-large img {
  max-width: 40%;
  padding: 20px 0px;
}

.home-description p {
  margin-top: 10px;
  padding: 0px;
}

.home-image-top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-image-top img {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-image-top img:hover {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.disabled-content {
  pointer-events: none;
  opacity: 0.4;
}

/*************************************************/
/*****************   Products   ******************/
/*************************************************/
.general-container {
  flex: 1 0 auto;
}

.product, .product-software {
  box-shadow: 0 .4rem .8rem rgba(0,0,0,.075)!important;
  position: relative;
  padding: 20px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: left top;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.product {
  margin: 10px 5px 10px 5px;
}

.product-software {
  margin: 30px 5px 30px 5px;
  text-align: center;
}

.cards {
  height: 85%;
  display: flex;
  align-items: center;
}

.products-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container:hover .product,
.container:hover .product-software,
.topics-container:hover .topic {
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-image: none;
}

.container .product:hover,
.container .product-software:hover,
.topics-container .topic:hover {
  box-shadow: 2px 2px 15px #666;
  cursor: pointer;
  /*Opacity*/
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.container .product:hover,
.container .product-software:hover {
  background-image: url('https://www.digi.com/resources/documentation/digidocs/embedded/images/digi_triangle.png');
}

.product hr {
  border-width: 1px;
  border-color: #CCCCCC;
  margin-top: 10px;
}

.product img, .topic-software img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product img, .topic-software img {
  height: 120px;
}

.product-software img {
  width: auto;
  max-width: 80%;
}

.product p {
  color: color: var(--digi-gray);
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.product .title {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

/*************************************************/
/*************   Getting started   ***************/
/*************************************************/
.getting-started {
  background-color: white;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0px 0px 0px 0px;
}

.get-started {
  background-color: white;
  position: relative;
  padding: 5px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 5px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 8px solid transparent;
  max-width: 500px;
  text-align: center;
  color: white;
  font-size: 26px;
  background-color: var(--digi-green);
}

.get-started:hover {
  background-color: #5C8A44;
  cursor: pointer;
}

/*************************************************/
/******************   Topics   *******************/
/*************************************************/
.topics {
  background-color: #EEEEEE;
  padding: 10px 0px 10px 0px;
  flex: 1 0 auto;
}

.topic {
  box-shadow: 0 .4rem .8rem rgba(0,0,0,.075)!important;
  background-color: white;
  position: relative;
  padding: 70px 20px 20px 20px;
  margin: 10px 0px 10px 0px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.topic-title {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
  height: 64px;
  object-fit: contain;
  padding: 10px 5px 10px 5px;
}

.topic-side {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  border-radius: 0;
  height: 100%;
  object-fit: contain;
  padding: 10px 5px 10px 5px;
  background-color: var(--digi-gray);
}

.topic-yocto, .topic-android,
.topic-hardware, .topic-trustfence, .topic-iomux, .topic-cc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 8px solid transparent;
  background-color: var(--digi-green);
}

.topic-yocto {
  background-image: url('https://www.digi.com/resources/documentation/digidocs/embedded/images/section_yocto.png');
}

.topic-android {
  background-image: url('https://www.digi.com/resources/documentation/digidocs/embedded/images/section_android.png');
}

.topic-hardware {
  background-image: url('https://www.digi.com/resources/documentation/digidocs/embedded/images/section_hardware.png');
}

.topic-trustfence {
  background-image: url('https://www.digi.com/resources/documentation/digidocs/embedded/images/section_trustfence.png');
}

.topic-iomux {
  background-image: url(https://www.digi.com/resources/documentation/digidocs/embedded/images/section_iomux.png);
}

.topic-cc {
  color: white;
  font-size: 20px;
  text-align: center;
}

.topic hr {
  border-width: 1px;
  border-color: #CCCCCC;
  margin-top: 10px;
}

.topic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

.topic .title {
  color: color: var(--digi-gray);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.topic p {
  color: color: var(--digi-gray);
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

hr.versions {
  margin-top: 20px;
}

.form-control {
  background-color: #EEEEEE;
  color: var(--digi-gray);
  font-weight: bold;
}

.width-90 {
  width: 90%;
}

.back-container {
  margin-top: 10px;
  margin-bottom: 10px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-arrow {
  background: #84C361;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.back-arrow:hover {
  cursor: pointer;
  background-color: #5C8A44;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.back-arrow img {
  margin-top: 14px;
}

.back-container p {
  margin: 0px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  color: color: var(--digi-gray);
}

/*************************************************/
/******************   Footer   *******************/
/*************************************************/
footer {
  clear: both;
  background-color: var(--digi-gray);
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}

footer .row {
  margin-right: 0px;
  margin-left: 0px;
}

footer .links {
  column-count: 3;
  -webkit-column-count: 3;
  text-align: left;
  padding: 20px 0px;
  padding-left: 20px;
}

footer .links a {
  display: inline-block;
  width: 100%;
  padding: 4px 5px;
  color: white;
  font-size: 14px;
  line-height: 1.5em;
}

footer .links a[href^="http://"]:after,
footer .links a[href^="https://"]:after {
  content: none;
}

footer .copyright {
  font-size: 15px;
  color: white;
  padding: 25px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 20px;
}

footer .copyright-info {
  line-height: 1.4;
}

footer .footer-icon {
  padding-left: 20px;
  padding-top: 8px;
}

footer .footer-icon img {
  height: 30px;
}
</pre></body></html>