:root {
  --white: white;
  --black: black;
  --product-copy: #333;
  --sonnet-purple: #6b539c;
  --royal-blue: #034aff8f;
  --grey: #868686;
  --blue: #6f90f8;
  --sonnet-blue: #216fac;
  --sonnet-purple-2: #6b539c;
  --submenu-gray: #909090;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #2c7fc1;
  text-decoration: none;
}

a:hover {
  color: #216fac73;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  background-color: #000;
}

.navbar-main {
  box-shadow: none;
  background-image: linear-gradient(#6b539c, #6b539c);
  display: block;
  position: relative;
}

.main-navbar-button {
  color: #fff;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Custom, sans-serif;
  font-size: 14px;
}

.main-navbar-button:hover {
  color: #ffffff80;
}

.main-navbar-button.w--current:focus, .main-navbar-button.w--current:visited {
  color: var(--white);
}

.image {
  width: 230px;
  margin-top: 15px;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  font-family: Roboto Custom, sans-serif;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Custom, sans-serif;
  font-weight: 400;
}

.product-category-header {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.product-category-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 14px;
}

.footer {
  background-image: linear-gradient(#2b2c2e, #2b2c2e);
  padding-top: 30px;
  padding-bottom: 45px;
}

.product-category-image {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  border: 2px solid #fff;
  border-radius: 6px;
  width: 344px;
  margin-top: 21px;
  box-shadow: 0 0 5px -2px #00000080;
}

.product-category-image:hover {
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
}

.product-category-image.mobile-box-white {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  width: 344px;
  display: block;
}

.product-category-image.mobile-box-white:hover {
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
}

.product-category-image.mobile-box-white.product-category-image-no-hover:hover {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
}

.product-category-image.desktop-box-white {
  background-image: linear-gradient(#fff, #fff);
  width: 344px;
  display: block;
}

.product-category-image.desktop-box-white:hover {
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
}

.product-category-image.product-category-image-no-hover:hover {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
}

.superscript {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -6px;
}

.featured-videos-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.featured-videos-header.video-library {
  padding-bottom: 20px;
}

.button-view-all-videos {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-view-all-videos.main-page {
  padding-bottom: 0;
}

.button-video-library {
  color: #216fac;
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border: 3px solid #adcbe2;
  border-radius: 8px;
  padding: 15px 25px;
  font-family: Roboto Custom, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.button-video-library:hover {
  color: #fff;
  background-image: none;
  border-color: #fff;
}

.product-categories-buttons-box {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.button-product-categories {
  color: #fff;
  background-color: #2170ac;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  box-shadow: 0 0 3px #838383;
}

.button-product-categories:hover {
  box-shadow: none;
  color: #fff;
  background-color: #2070acb3;
  border: 2px solid #93b7d6;
}

.button-product-categories.button-products-categories-active {
  box-shadow: none;
  background-color: #b3b3b3;
  border-style: solid;
  border-color: #dfdddd;
  flex: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto Custom, sans-serif;
}

.button-product-categories.button-products-categories-active:hover {
  border-style: solid;
}

.navbar-product-categories {
  z-index: 999;
  background-color: #dce7f0;
  border: 3px solid #f3f3f3;
  border-bottom: 0 #fff0;
  font-family: Roboto;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.navbar-product-categories:hover {
  background-color: #dad8d8;
}

.navbar-categories-mobile {
  display: none;
}

.header-prod-categories {
  color: #6b539c;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
}

.header-prod-categories.mobile-white {
  font-family: Roboto Custom, sans-serif;
}

.box-learn-more-links {
  text-align: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.box-learn-more-links.sub-hero-links {
  align-items: stretch;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 30px;
}

.button-learn-more-info {
  color: #216fac;
  background-color: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 20px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto Custom, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.button-learn-more-info:hover {
  color: #8174c4;
  background-color: #f4f6f5;
}

.button-learn-more-info.sub-hero-links {
  padding-top: 0;
  padding-bottom: 0;
}

.products-header {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.products-header.white {
  color: var(--white);
  font-family: Roboto Custom, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.section-10gbe-comparison-chart {
  margin-top: 70px;
  margin-bottom: 50px;
}

.comparison-chart-text {
  color: gray;
  font-family: Roboto;
  font-weight: 400;
}

.comparison-chart-text-header {
  color: #1d1d1d;
  font-family: Roboto;
  font-weight: 700;
}

.comparison-chart-text-product {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 20px;
  line-height: 30px;
}

.comparison-chart-divider {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 2px;
  margin-top: 20px;
}

.comparison-chart {
  margin-bottom: 40px;
}

.comparison-chart-product-name {
  padding-top: 26px;
}

.comparison-chart-product-header {
  margin-bottom: 16px;
}

.comparison-chart-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.list-item-na {
  color: gray;
  font-family: Roboto;
  list-style-type: none;
}

.comparison-chart-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-media-icons-box {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.footer-presales-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer-presales-questions-hdr {
  color: #946fdf;
  margin-top: 25px;
  margin-bottom: 8px;
  font-family: Roboto Custom, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 24px;
}

.footer-newsletter-bug {
  margin-bottom: 25px;
}

.image-newsletter-bug {
  max-width: 80%;
}

.footer-copyright-notice {
  color: #a7a7a7;
  text-align: center;
  margin-top: 22px;
  font-family: Roboto;
  font-size: 14px;
}

.footer-column1 {
  padding-left: 10px;
}

.footer-country {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Roboto Custom, sans-serif;
  font-weight: 400;
}

.footer-country-box {
  margin-top: 36px;
}

.rule-dropshadow1 {
  opacity: .76;
  min-height: 20px;
  padding-bottom: 3px;
  box-shadow: inset -3px 14px 9px -7px #0003;
}

.videos-video-library {
  opacity: 1;
  background-image: linear-gradient(#000, #2974b6);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-product-category-image {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(175deg, #00000082, #0000), url('../images/hdr-tb2-cables-and-accessories.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  border-bottom: 0 solid #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 50px 20px 130px;
}

.section-product-category-image.tb-egpu-enclosures {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-egpu-enclosures.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  margin-bottom: 0;
}

.section-product-category-image.tb-ethernet-networking {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb3-10gbe-networking.jpg');
  background-position: 0 0, 50% 80%;
  margin-bottom: 0;
}

.section-product-category-image.tb-pro-media-readers {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb3-pro-media-readers.jpg');
  background-position: 0 0, 50% 70%;
  margin-bottom: 0;
}

.section-product-category-image.tb-pcie-expansion-systems {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb-pcie-expansion-systems.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  margin-bottom: 0;
}

.section-product-category-image.tb-docks-and-hubs {
  background-image: linear-gradient(to right, #0003, #0000), url('../images/hdr-tb3-docks.jpg');
  background-position: 0 0, 50% 80%;
  margin-bottom: 0;
}

.section-product-category-image.tb-dual-display-adapters {
  background-image: linear-gradient(149deg, #0006, #0000), url('../images/hdr-tb3-display-adapters.jpg');
  background-position: 0 0, 50% 80%;
  margin-bottom: 0;
}

.section-product-category-image.tb-cables-and-accessories {
  background-image: linear-gradient(to right, #0003, #0000), url('../images/hdr-tb3-cables-and-accessories.jpg');
  background-position: 0 0, 50% 20%;
  margin-bottom: 0;
}

.section-product-category-image.tb2-pcie-expansion-systems {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb2-pcie-expansion-systems.jpg');
}

.section-product-category-image.tb2-10gbe-networking {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-10gbe-networking.jpg');
  background-position: 0 0, 0 80%;
}

.section-product-category-image.tb2-pro-media-readers {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb2-pro-media-card-readers.jpg');
}

.section-product-category-image.tb2-cables-and-accessories {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb2-cables-and-accessories.jpg');
}

.section-product-category-image.tb-duomodo {
  background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-duomodo.jpg');
  background-position: 0 0, 50% 80%;
  margin-bottom: 0;
}

.section-product-category-image.tb-mac-mini-expansion {
  background-image: linear-gradient(to top, #00000042, #0000), url('../images/hdr-mac-mini-expansion.jpg');
  background-position: 0 0, 50% 100%;
  margin-bottom: 0;
}

.section-categories-buttons {
  z-index: 100;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffffffde, #ffffffde);
  border-top: 0 #000;
  border-bottom: 1px solid #00000017;
  flex-wrap: nowrap;
  place-content: flex-start flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: sticky;
  top: 0;
}

.section-categories-buttons.section-tb3-tb4-ports {
  background-image: linear-gradient(#e4e4e4d6, #e4e4e4d6);
  border-bottom-color: #cac8c8;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0;
}

.product-category-header-white {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px #333;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto Custom, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.product-category-subhead-white {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px #333;
  margin-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.subhero-header {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.subhero-text {
  color: #333;
  text-align: center;
  margin-top: 5px;
  padding-top: 0;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
}

.home-why-sonnet {
  background-image: linear-gradient(#c9c9c9, #f0f0f0);
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.why-sonnet-header {
  color: #6b539c;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Roboto Custom, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.why-sonnet-subhead {
  color: #000000b8;
  text-align: center;
  margin-top: 9px;
  padding-bottom: 5px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.why-sonnet-text {
  color: #0000007d;
  text-align: center;
  margin-top: 16px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.why-sonnet-logos {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.why-sonnet-logo-image {
  max-width: 80%;
}

.why-sonnet-icon-container {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.home-tagline-bar-subhead {
  color: #fff9;
  text-align: center;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto Custom, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.home-tagline-bar {
  background-image: linear-gradient(#6b539c 85%, #5d3e8f), linear-gradient(#6b539c, #6b539c);
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 15px;
}

.container-why-choose-sonnet {
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.home-tagline-bar-header {
  color: #fff;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto Custom, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.social-media-icon {
  max-width: 70%;
}

.footer-social-media-icons {
  display: flex;
}

.social-media-icon-boxes {
  max-width: 60px;
  margin-right: -5px;
}

.box-product-category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.box-product-category.mobile-box-overlay {
  justify-content: space-between;
}

.main-navbar-dropdown-menu {
  color: #fff;
  margin-right: 10px;
  padding-right: 20px;
  font-family: Roboto Custom, sans-serif;
}

.main-navbar-dropdown-menu:hover {
  color: #ffffff80;
}

.main-navbar-products-dropdown-list {
  background-color: #000;
}

.main-navbar-products-dropdown-list.w--open {
  opacity: .98;
  color: #fff;
  background-color: #2b2c2e;
  background-image: linear-gradient(#6b539c, #6b539c);
  border: 1px solid #fff3;
  border-top-style: none;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 30px 5px 10px;
}

.mainnav-dropdown-link {
  color: #fff;
  border-bottom: 1px solid #ffffff29;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 30px 12px 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 16px;
}

.mainnav-dropdown-link:hover {
  color: #ffffff80;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff29;
  font-weight: 400;
}

.mainnav-dropdown-link.w--current {
  color: #fff;
}

.mainnav-dropdown-link.mainnavbar-dropdown-link-no-rule {
  border: 1px #000;
}

.icon-8 {
  margin-right: 0;
}

.product-category-hero-header {
  text-align: center;
  font-family: Roboto Custom, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.product-category-hero-subhead {
  color: #6b539c;
  text-align: center;
  padding-top: 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.product-category-hero-subhead.computer-cards {
  padding-left: 20px;
  padding-right: 20px;
}

.product-category-hero-text {
  text-align: center;
  padding-top: 17px;
  font-family: Roboto Custom, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section-product-categories {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.section-product-categories.desktop-box-gray {
  background-image: linear-gradient(#dddddd80, #dddddd80);
  padding-top: 0;
  padding-bottom: 40px;
}

.section-product-categories.footer-padding50 {
  align-items: stretch;
  margin-bottom: 50px;
}

.section-product-categories.section-product-categories-footer {
  padding-top: 50px;
  padding-bottom: 100px;
}

.box-product-categories {
  width: 80%;
  display: flex;
}

.box-product-categories.legacy-products {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.box-product-category-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-product-category-hero-copy {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
}

.section-product-category-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.section-product-category-hero.tb3-products-hero-background {
  background-image: url('../images/prodcategory-tb3-products-background.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-product-category-hero.prodcathero-accessories-background {
  background-image: url('../images/prodcat-accessories-background.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-product-category-hero.tb2-products-hero-background {
  background-image: url('../images/prodcategory-tb2-products-background.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-product-category-hero.egpu-hero-background {
  background-image: url('../images/prodcategory-egpu-background.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-product-category-hero._10gbe-hero-background {
  background-image: url('../images/prodcat-10gbe-background.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-product-category-hero.media-readers-hero-background {
  background-image: url('../images/prodcat-bg-pro-media-card-readers.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-product-category-hero.computer-cards-hero-background {
  background-image: url('../images/prodcat-bg-computer-cards.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-product-category-hero.mac-mini-mounting-solutions-hero-background {
  background-image: url('../images/prodcat-bg-mac-expansion.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-product-category-hero.duomodo-hero-background {
  background-image: url('../images/prodcat-bg-duomodo.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-product-category-hero {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.box-product-category-hero.prodcathero-accessories-products {
  overflow: hidden;
}

.product-category-hero {
  flex: 1;
  align-self: center;
  display: block;
  overflow: visible;
}

.product-category-hero.prodcathero-accessories-products {
  max-width: none;
  overflow: hidden;
}

.sonnet-benefits-bar {
  background-image: linear-gradient(#3a166d, #6b539c);
  border: 1px #c5c4c4;
  border-top: 2px solid #c5c4c4;
  border-bottom: 2px solid #c5c4c438;
  margin-top: 0;
  padding: 50px 0;
}

.sonnet-benefits-bar-text {
  color: #f0f0f0;
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.sonnet-benefits-bar-logo {
  opacity: .5;
  max-width: 40%;
}

.box-sonnet-benefits-bar-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.box-sonnet-benefits-bar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.sonnet-benefits-bar-header {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto Custom, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.box-sonnet-benefits-bar-header {
  padding-bottom: 25px;
}

.button-learn-more {
  color: #216fac;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 9px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 14px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.button-learn-more:hover {
  text-decoration: underline;
}

.slider-products-featured-videos {
  object-position: 50% 50%;
  background-color: #0000;
  height: auto;
  margin-bottom: 20px;
  overflow: visible;
}

.box-products-featured-video {
  border: 30px #fff;
  margin: 0;
}

.slider-navbar {
  margin-top: 0;
  padding-top: 20px;
}

.featured-videos-left-arrow, .featured-videos-right-arrow {
  font-size: 40px;
  line-height: 40px;
}

.container-products-featured-videos {
  background-color: #fff;
  border: 30px solid #fff;
  margin: 40px 100px;
  box-shadow: 0 0 12px -3px #000;
}

.header-product-features-video-description {
  color: #216fac;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.video-products-featured-videos {
  border: 1px solid #c7c4c4;
}

.product-name-header {
  text-align: center;
  word-break: keep-all;
  margin-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.product-name-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.section-product-category-title {
  background-color: #0000;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.section-product-category-title.mobile-bar-black.desktop-bar-gray {
  background-color: #eee;
  margin-top: 20px;
  padding-bottom: 30px;
}

.navbar-drop-shadow {
  min-height: 10px;
  line-height: 10px;
  box-shadow: inset 0 7px 4px -6px #00000063;
}

.button-comparison-chart-learn-more {
  color: #2196f3;
  border: 2px solid #2196f3;
  border-radius: 4px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.button-comparison-chart-learn-more:hover {
  color: #1565c0;
  border-color: #1565c0;
}

.footer-link-block {
  width: 100%;
}

._10gbe-comparison-chart-subhead {
  color: #757575;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.section-categories-mobile-dropdown, .dropdown-product-categories-toggle {
  display: none;
}

.dropdown-product-categories-items {
  color: #fff;
  border-bottom: 1px solid #ffffff29;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 30px 12px 10px;
  font-family: Roboto;
  font-size: 16px;
}

.dropdown-product-categories-items:hover {
  color: #ffffff80;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff29;
  font-weight: 400;
}

.dropdown-product-categories-items.w--current {
  color: #fff;
}

.videos-youtube-playlists {
  background-color: #fff;
  border: 1px solid #858585;
  margin: 15px 100px;
  padding: 15px 5px;
  box-shadow: 0 0 12px -3px #333;
}

.home-subhero-text {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-subhero-100vw {
  border-right-style: none;
  border-right-color: #fff;
  flex: 0 auto;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.home-subhero-100vw:hover {
  opacity: .8;
}

.home-subhero-100vw.pad1c {
  border-right-width: 3px;
}

.site-map-header {
  color: var(--product-copy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.section-site-map {
  opacity: 1;
  background-image: linear-gradient(#e0e0e0, #fff), linear-gradient(#000, #2974b6);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-map-main-category-header {
  color: var(--sonnet-purple);
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
}

.site-map-category-header {
  color: var(--black);
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 5px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 500;
}

.site-map-subcategory-header {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}

.site-map-links {
  padding-bottom: 2px;
  font-family: Roboto Condensed;
  font-size: 16px;
}

.site-map-links-info {
  margin-top: 20px;
}

.container-site-map-info {
  margin-top: 0;
  display: block;
}

.container-site-map-header {
  margin-top: 20px;
}

.container-site-map-product-info {
  margin-top: 35px;
  display: block;
}

.container-site-map-product-info.site-map-bottom-padding {
  margin-bottom: 80px;
}

.rule-dropshadow2 {
  opacity: .76;
  min-height: 20px;
  padding-bottom: 3px;
  box-shadow: inset -2px 10px 5px -7px #0003;
}

.box-subhero-content {
  border-right: 1px #000;
  flex-direction: column;
  width: 33.33%;
  display: flex;
}

.home-section-subheros {
  background-color: #f2f2f2;
  max-width: 100%;
  max-height: 100%;
  margin-top: 3px;
  display: none;
}

.section-product-category-header {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-sonnet-products-header {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.featured-products-header {
  color: #4d4d4d;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.section-featured-products-header {
  background-color: #c9c9c9;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.box-featured-products {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.featured-products-100vw {
  background-color: #00aef0;
  border-right-style: none;
  border-right-color: #fff;
  flex: 0 auto;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.featured-products-100vw:hover {
  opacity: .8;
}

.box-featured-products-text {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.featured-product-header {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.featured-product-text {
  color: #333;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.box-featured-products-hero {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.box-featured-products-hero.featured-products-border {
  border-left: 0 #fff;
  border-right: 3px solid #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-site-body {
  background-color: var(--white);
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-header {
  color: var(--product-copy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.site-header.privacy-policy {
  margin-top: 20px;
}

.site-header.cookie-policy {
  margin-top: 40px;
}

.site-subhead {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}

.site-text {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.site-text.site-text-bottom-pad {
  padding-bottom: 10px;
}

.site-text.privacy-policy {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.site-text.cookie-policy {
  padding-bottom: 10px;
}

.site-list {
  font-family: Roboto;
}

.site-list-bottom-pad {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

.container-site-header, .container-site-text {
  margin-top: 20px;
}

.box-cookies-image {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.subhero-divider {
  background-color: var(--white);
  width: 3px;
}

.site-list-bottom-no-pad {
  padding-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.section-footer-pad {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-home-hero-text {
  background-color: #f2f2f2;
  border-top: 3px solid #e2dede;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 120px;
  position: static;
}

.home-hero-text-box {
  background-color: #0000;
  margin-bottom: 0;
  padding: 10px;
  transform: translate(0);
}

.home-hero-header {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.home-hero-header.egpupuck {
  margin-top: 20px;
}

.home-hero-button-learn-more {
  color: #216fac;
  background-color: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 30px;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Roboto Custom, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.home-hero-button-learn-more:hover {
  color: #8174c4;
  background-color: #fff0;
}

.home-hero-box-button {
  text-align: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.section-home-hero {
  background-color: var(--black);
  border-bottom: 0 #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section-home-hero.home-duomodo {
  background-image: url('../images/duomodo-configurations-boxes.jpg');
  background-position: 50% 40%;
  background-size: cover;
  height: 60vh;
  padding-top: 0;
}

.home-hero-image-box {
  flex: 1;
  display: block;
}

.text-span-22, .text-span-24, .text-span-25 {
  font-size: 20px;
}

.home-hero-subhead {
  color: #413f3f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.home-hero-subhead.home-duomodo {
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}

.badge-product-new {
  color: #921010;
  border: 1px solid #921010;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -2px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home-work-from-home-bar {
  background-color: #2a2a2a;
  border-top: 4px solid #817a8d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.home-work-from-home-header {
  color: #fffefe;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.home-work-from-home-light-text {
  font-weight: 400;
}

.home-hero-link {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-work-from-home-icon {
  max-width: 80px;
  margin-right: 10px;
}

.home-work-from-home-link {
  color: #2e8bd3;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
  background-position: 0 0, 100% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 9px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 14px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.home-work-from-home-link:hover {
  color: #2e8bd3b3;
  text-decoration: underline;
}

.home-work-from-home-header-mobile {
  color: #fffefe;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: none;
}

.home-hero-subhead-gray {
  color: #919191;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
}

.badge-subhero-new {
  color: #921010;
  border: 1px solid #921010;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -4px;
  left: 0;
}

.section-featured-products-boxes {
  justify-content: center;
  margin-top: 3px;
  margin-bottom: 5px;
  display: flex;
}

.badge-hero-new {
  color: #921010;
  border: 1px solid #921010;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Roboto Condensed;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: -5px;
  left: 0;
}

.superscript-small {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.section-featured-videos {
  opacity: 1;
  background-image: linear-gradient(#000, #2974b6), linear-gradient(#6b539c, #c1b5da 60%, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.featured-video-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Custom, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.featured-videos-slider {
  object-position: 50% 50%;
  background-color: #0000;
  width: 1800px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: visible;
}

.why-thunderbolt3-video-box {
  background-color: #fff;
  border: 30px solid #fff;
  margin: 40px 100px;
  box-shadow: 0 0 12px -3px #000;
}

.box-why-thunderbolt3-video {
  border: 30px #fff;
  margin: 0;
}

.why-thunderbolt3-video {
  border: 1px solid #c7c4c4;
}

.featured-videos-slider-right-arrow {
  width: 100px;
  max-width: 100%;
}

.featured-videos-slider-nav-footer {
  margin-top: 0;
  padding-top: 20px;
}

.featured-videos-slider-nav-footer.featured-videos-slider-navbar-footer-hide {
  display: none;
}

.featured-videos-video-library-box {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.badge-prodcategory-new {
  color: #921010;
  border: 1px solid #921010;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  top: -2px;
  left: 0;
}

.tb3-tb4-ports-banner {
  background-color: #dbdbdbcc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.tb3-tb4-ports-header {
  color: #646464;
  text-align: center;
  font-family: Roboto Custom, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.tb3-tb4-ports-icon {
  width: 8%;
  margin-right: 25px;
}

.section-tb3-tb4-ports-mobile {
  display: none;
}

.tb3-tb4-ports-banner-mobile {
  background-color: #dbdbdbcc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.tb3-tb4-ports-icon-mobile {
  width: 8%;
  margin-right: 25px;
}

.tb3-tb4-ports-header-mobile {
  color: #646464;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.comparison-chart-text-subheader {
  color: #727272;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.italic-text {
  font-style: normal;
}

.container-why-choose-sonnet2 {
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1500px;
  padding: 0 10px 50px;
  display: flex;
}

.why-sonnet-icon-container-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-sonnet-logo-image-2 {
  width: 180px;
  max-width: 100%;
}

.why-sonnet-subhead-2 {
  color: #000000b8;
  text-align: center;
  margin-top: 9px;
  padding-bottom: 10px;
  font-family: Roboto Custom, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.why-sonnet-text-2 {
  color: #7c7c7c;
  text-align: center;
  margin-top: 16px;
  font-family: Roboto Custom, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.section-product-subcategory-hero-text {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
}

.product-category-hero-header-2 {
  text-align: center;
  font-family: Roboto Custom, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.product-category-hero-header-2.product-category-hero-header-wrap {
  padding-left: 50px;
  padding-right: 50px;
}

.product-category-hero-subhead-2 {
  color: #6b539c;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.product-category-hero-subhead-2.computer-cards {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto Custom, sans-serif;
}

.container-authorized-dealer {
  background-color: #9cfaff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 10px;
  display: flex;
}

.container-authorized-dealer:hover {
  background-color: #f4ffa0;
}

.authorized-dealer-text {
  color: #252525;
  text-align: left;
  font-family: Roboto Custom, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.footer-email-link {
  color: #63a1d1;
  font-family: Roboto Custom, sans-serif;
  font-size: 20px;
}

.section-home-2023-mac-pro {
  background-color: #000;
  background-image: linear-gradient(#00000029, #00000029), url('../images/banner-home-2023-mac-pro-bg.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-2023-mac-pro-header-mobile {
  color: #fdfcff;
  padding-top: 0;
  padding-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  display: none;
}

.home-2023-mac-pro-image {
  margin-right: 40px;
}

.home-2023-mac-pro-header {
  color: #fdfcff;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.subhero-main-header {
  color: #045e8d;
  text-align: center;
  margin-bottom: 14px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.box-learn-more-links-2 {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.box-learn-more-links-2.sub-hero-links {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 30px;
}

.badge-subhero-new-2 {
  color: #921010;
  border: 1px solid #921010;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -4px;
  left: 0;
}

.box-subhero-content-2 {
  border-right: 1px #000;
  flex-direction: column;
  width: 33.33%;
  display: flex;
}

.home-section-subheros-2 {
  background-color: #f2f2f2;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  display: flex;
}

.subhero-header-2 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.subhero-divider-2 {
  background-color: #fff;
  width: 3px;
}

.subhero-text-2 {
  color: #333;
  text-align: center;
  margin-top: 5px;
  padding-top: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.product-category-legacy-products-divider {
  background-color: #a3a2a2;
  width: 400px;
  height: 1px;
  margin-bottom: 10px;
}

.shopping-bag {
  width: 70px;
  margin-right: 20px;
}

.section-authorized-reseller {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  font-family: Roboto Custom, sans-serif;
}

.home-section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.home-hero {
  width: 100vw;
}

.home-hero-subhead-gray-2 {
  color: #a8a8a8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
}

.home-hero-header-2 {
  color: #90bbcc;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

.home-hero-box {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 10px 40px;
  display: flex;
  transform: translate(0);
}

.home-hero-box-button-2 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.section-home-hero-text-2 {
  background-color: #0000;
  border-top: 3px #e2dede;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: static;
}

.section-home-hero-text-2.section-home-hero-black-box {
  background-color: #000;
  border-bottom: 5px #b4b4b4;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 150px;
  padding-bottom: 80px;
}

.home-hero-subhead-price-bod {
  color: #ff3c27;
  font-weight: 700;
}

.home-hero-subhead-us-msrp {
  color: #7c7c7c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.home-hero-button-learn-more-2 {
  color: #4e91c5;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
  background-position: 0 0, 100% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 16px;
  font-family: Roboto Custom, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.home-hero-button-learn-more-2:hover {
  color: #63a9e0;
  text-decoration: underline;
}

.home-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.home-text.home-hero-subhead-white {
  color: #fff;
  font-family: Roboto Custom, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

.home-hero-subhead-price {
  color: #fff;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.badge-hero-new-2 {
  color: #dd3a3a;
  text-align: center;
  -webkit-text-stroke-color: #dd3a3a;
  border: 2px solid #d30909;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Roboto Custom, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  top: -5px;
  left: 0;
}

.home-logo {
  width: 700px;
  margin-bottom: 40px;
}

.home-section-box {
  max-width: 100%;
}

.home-text-en-site-link {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto Custom, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.home-text-en-site-link.home-hero-subhead-white {
  color: #fff;
  font-family: Roboto Custom, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

html.w-mod-js [data-ix="hide-on-load"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .main-navbar-button {
    border: 1px #fff3;
    border-bottom-style: solid;
    margin-left: 40px;
    margin-right: 60px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
  }

  .main-navbar-button:hover {
    color: #fff;
  }

  .main-navbar-button.main-navbar-button-no-rule {
    border-bottom-style: none;
  }

  .section-main-navbar {
    background-image: linear-gradient(#2b2c2e, #2b2c2e);
    border-bottom: 1px solid #444;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    display: block;
    position: absolute;
    box-shadow: 0 2px 3px #0000009c;
  }

  .main-navbar-button-open {
    float: right;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .main-navbar-button-open.w--open {
    background-image: linear-gradient(#2b2c2e, #2b2c2e);
    margin-right: 0;
    display: block;
  }

  .page-link.in-footer {
    font-size: 12px;
  }

  .page-link.in-footer:hover {
    color: #939596;
  }

  .product-category-header {
    font-size: 16px;
    line-height: 18px;
  }

  .product-category-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .product-category-image:hover {
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
  }

  .product-category-image.mobile-box-white:hover {
    background-color: #f2f2f2;
    background-image: none;
  }

  .product-category-image.desktop-box-white {
    background-color: #f2f2f2;
    background-image: linear-gradient(#fff, #fff);
  }

  .product-category-image.desktop-box-white:hover {
    background-color: var(--white);
    background-image: none;
  }

  .container-main-navbar {
    max-width: 100%;
    margin-right: 0;
    padding-left: 20px;
  }

  .button-product-categories {
    color: #fff;
    background-color: #216fac;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-product-categories:hover {
    border-width: 2px;
  }

  .button-product-categories.button-products-categories-active {
    color: #fff;
    background-color: #b3b3b3;
    border-width: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-product-categories.button-products-categories-active:hover {
    color: #fff;
    background-color: #b3b3b3;
    border-width: 2px;
    border-color: #dfdddd;
  }

  .navbar-categories-mobile {
    display: block;
  }

  .box-learn-more-links.sub-hero-links {
    flex: none;
    order: 0;
    align-self: auto;
    align-items: flex-end;
  }

  .button-learn-more-info {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 9px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-learn-more-info.sub-hero-links {
    font-size: 18px;
  }

  .comparison-chart-header {
    font-size: 28px;
  }

  .footer-presales-copy {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .footer-presales-questions-hdr {
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .image-newsletter-bug {
    max-width: 70%;
  }

  .videos-video-library {
    background-image: linear-gradient(#000, #2974b6 35%);
  }

  .section-product-category-image {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-egpu-enclosures {
    background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-egpu-enclosures.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
  }

  .section-product-category-image.tb-pro-media-readers {
    background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-tb3-pro-media-readers.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
  }

  .section-product-category-image.tb-dual-display-adapters {
    background-image: linear-gradient(149deg, #00000017, #0000), url('../images/hdr-tb3-dual-display-adapters.jpg');
    background-position: 0 0, 50% 80%;
    background-size: auto, cover;
  }

  .section-product-category-image.tb-cables-and-accessories {
    background-image: linear-gradient(to right, #0003, #0000), url('../images/hdr-tb3-cables-and-accessories.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
  }

  .section-categories-buttons {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .section-categories-buttons.section-tb3-tb4-ports {
    padding-left: 0;
  }

  .product-category-header-white {
    margin-bottom: 2px;
    font-size: 40px;
    line-height: 42px;
  }

  .product-category-subhead-white {
    font-size: 28px;
  }

  .subhero-header {
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .subhero-text {
    font-size: 14px;
    line-height: 16px;
  }

  .why-sonnet-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .why-sonnet-subhead {
    font-size: 16px;
    line-height: 20px;
  }

  .why-sonnet-logo-image {
    max-width: 70%;
  }

  .home-tagline-bar-subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .container-why-choose-sonnet {
    padding-bottom: 30px;
  }

  .home-tagline-bar-header {
    font-size: 22px;
    line-height: 26px;
  }

  .social-media-icon {
    max-width: 60%;
  }

  .social-media-icon-boxes {
    margin-right: -15px;
  }

  .box-product-category {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-navbar-dropdown-menu {
    border: 1px #000;
    border-bottom: 1px solid #fff3;
    margin-right: 20px;
    padding: 20px 0 15px;
  }

  .main-navbar-dropdown-menu:hover {
    color: #fff;
  }

  .main-navbar-dropdown-menu.w--open {
    border-bottom-style: none;
  }

  .main-navbar-products-dropdown-list.w--open {
    background-color: #242424;
    background-image: linear-gradient(#464646, #464646);
    border-style: none none solid;
    border-top-width: 5px;
    border-top-color: #000;
    border-bottom-width: 4px;
    border-bottom-color: #00000069;
    margin-top: 0;
    margin-left: -52px;
    margin-right: -41px;
    padding: 15px 0 15px 12px;
    box-shadow: inset 1px 10px 3px -9px #000;
  }

  .mainnav-dropdown-link {
    border-bottom-style: none;
    margin-left: 48px;
    padding: 10px 0 10px 20px;
  }

  .mainnav-dropdown-link:hover {
    color: #fff;
    border-style: none;
  }

  .icon-8 {
    margin-right: 0;
    font-size: 20px;
  }

  .main-navbar-products-dropdown {
    font-size: 16px;
  }

  .dropdown-3 {
    margin-left: 36px;
    margin-right: 40px;
  }

  .product-category-hero-text {
    font-size: 16px;
    line-height: 22px;
  }

  .section-product-categories {
    flex-wrap: nowrap;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 40px;
    line-height: 18px;
    display: flex;
  }

  .section-product-categories.desktop-box-gray {
    margin-left: 0;
    margin-right: 0;
  }

  .box-product-categories {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    margin-top: 0;
  }

  .box-product-categories.legacy-products {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-product-category-hero-copy {
    margin-top: 0;
  }

  .section-product-category-hero.tb3-products-hero-background {
    background-position: 50% 0;
  }

  .section-product-category-hero.prodcathero-accessories-background {
    background-position: 80% 0;
  }

  .section-product-category-hero.egpu-hero-background {
    background-position: 80% 100%;
  }

  .section-product-category-hero._10gbe-hero-background {
    background-position: 20% 0;
  }

  .section-product-category-hero.computer-cards-hero-background {
    background-position: 80% 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-product-category-hero.mac-mini-mounting-solutions-hero-background {
    background-position: 80% 0;
  }

  .section-product-category-hero.duomodo-hero-background {
    background-position: 80% 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .box-product-category-hero {
    overflow: hidden;
  }

  .product-category-hero {
    flex: none;
    align-self: center;
    max-width: 120%;
    overflow: visible;
  }

  .product-category-hero.tb-products-hero {
    max-width: 150%;
    overflow: hidden;
    transform: translate(0);
  }

  .product-category-hero.egpu-hero-products {
    max-width: 145%;
    transform: translate(0);
  }

  .product-category-hero.tb2-products-hero {
    max-width: 145%;
    overflow: hidden;
  }

  .product-category-hero._10gbe-hero-products {
    max-width: 155%;
    transform: translate(-76px, -10px);
  }

  .product-category-hero.media-readers-hero, .product-category-hero.computer-cards-hero, .product-category-hero.mac-mini-mounting-solutions-hero {
    max-width: 150%;
    overflow: hidden;
    transform: translate(0);
  }

  .product-category-hero-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sonnet-benefits-bar-text {
    font-size: 16px;
    line-height: 22px;
  }

  .sonnet-benefits-bar-header {
    font-size: 30px;
    line-height: 35px;
  }

  .button-learn-more {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 7px;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .box-products-featured-video {
    border-width: 15px;
  }

  .featured-videos-left-arrow {
    margin-left: 5px;
  }

  .featured-videos-right-arrow {
    margin-left: 40px;
    margin-right: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .container-products-featured-videos {
    margin-left: 50px;
    margin-right: 50px;
  }

  .header-product-features-video-description {
    font-size: 20px;
    line-height: 22px;
  }

  .product-name-header {
    color: #333;
    font-size: 18px;
    line-height: 20px;
  }

  .product-name-text {
    margin-top: 10px;
    line-height: 18px;
  }

  .section-product-category-title.mobile-bar-black.desktop-bar-gray {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .footer-columns {
    margin-right: 0;
    padding-right: 25px;
  }

  .dropdown-product-categories-items {
    border-bottom-style: none;
    margin-left: 48px;
    padding: 10px 0 10px 25px;
  }

  .dropdown-product-categories-items:hover {
    border-style: none;
  }

  .videos-youtube-playlists {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-subhero-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-subhero-100vw:hover {
    opacity: 1;
  }

  .section-site-map {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-site-map-product-info {
    margin-top: 25px;
  }

  .section-product-category-header {
    margin-bottom: 10px;
  }

  .box-featured-products {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    display: flex;
  }

  .featured-products-100vw:hover {
    opacity: 1;
  }

  .featured-product-header {
    margin-bottom: 6px;
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .featured-product-text {
    font-size: 14px;
    line-height: 16px;
  }

  .box-featured-products-hero:hover, .box-featured-products-hero.featured-products-border:hover {
    background-color: #f2f2f2;
  }

  .section-site-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-home-hero-text {
    padding-bottom: 20px;
  }

  .home-hero-header {
    font-size: 45px;
  }

  .home-hero-header.egpupuck {
    margin-top: 0;
  }

  .home-hero-button-learn-more {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 9px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 18px;
  }

  .section-home-hero {
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }

  .section-home-hero.home-duomodo {
    padding-top: 50px;
  }

  .home-hero-image-box {
    align-self: auto;
  }

  .home-hero-subhead {
    font-size: 32px;
    line-height: 38px;
  }

  .home-hero-subhead.home-duomodo {
    font-size: 40px;
  }

  .badge-product-new {
    top: -2px;
  }

  .home-work-from-home-link {
    padding-right: 14px;
  }

  .home-hero-subhead-gray {
    font-size: 28px;
    line-height: 35px;
  }

  .badge-subhero-new {
    line-height: 20px;
    top: -2px;
  }

  .why-thunderbolt3-video-box {
    margin-left: 50px;
    margin-right: 50px;
  }

  .box-why-thunderbolt3-video {
    border-width: 15px;
  }

  .featured-videos-slider-right-arrow {
    width: 80px;
  }

  .tb3-tb4-ports-icon {
    width: 10%;
    margin-right: 20px;
  }

  .container-why-choose-sonnet2 {
    max-width: 90%;
    padding-bottom: 80px;
  }

  .why-sonnet-logo-image-2 {
    max-width: 70%;
  }

  .why-sonnet-subhead-2 {
    font-size: 15px;
    line-height: 18px;
  }

  .why-sonnet-text-2 {
    font-size: 14px;
    line-height: 17px;
  }

  .section-product-subcategory-hero-text {
    margin-top: 20px;
  }

  .authorized-dealer-text {
    font-size: 16px;
    line-height: 24px;
  }

  .home-2023-mac-pro-header-mobile, .home-2023-mac-pro-header {
    font-size: 30px;
    line-height: 40px;
  }

  .subhero-main-header {
    padding-top: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .box-learn-more-links-2.sub-hero-links {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: flex-end;
  }

  .badge-subhero-new-2 {
    line-height: 20px;
    top: -2px;
  }

  .subhero-header-2 {
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .subhero-text-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .product-category-legacy-products-divider {
    width: 300px;
    margin-bottom: 5px;
  }

  .home-hero-subhead-gray-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .home-hero-header-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .section-home-hero-text-2 {
    padding-bottom: 20px;
  }

  .home-hero-subhead-us-msrp {
    font-size: 20px;
    line-height: 28px;
  }

  .home-hero-button-learn-more-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 9px;
    margin-right: 0;
    padding-right: 14px;
    font-size: 22px;
    line-height: 18px;
  }

  .home-text {
    font-size: 28px;
    line-height: 38px;
  }

  .home-hero-subhead-price {
    font-size: 27px;
    line-height: 35px;
  }

  .badge-hero-new-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .home-logo {
    width: 600px;
    margin-bottom: 40px;
  }

  .home-text-en-site-link {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .main-navbar-button {
    border: 1px #fff3;
    border-bottom-style: solid;
    margin-left: 14px;
    margin-right: 19px;
    padding-right: 29px;
  }

  .main-navbar-button-open {
    margin-right: 0;
  }

  .main-navbar-button-open.w--open {
    background-image: linear-gradient(#2b2c2e, #2b2c2e);
    border: 1px #000;
    margin-right: 0;
  }

  .page-link.in-footer {
    font-size: 14px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .product-category-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }

  .product-category-text {
    font-size: 14px;
    line-height: 18px;
  }

  .product-category-image:hover {
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
  }

  .product-category-image.mobile-box-white:hover {
    background-color: #f2f2f2;
  }

  .product-category-image.desktop-box-white:hover {
    background-color: var(--white);
  }

  .container-main-navbar {
    padding-left: 10px;
  }

  .featured-videos-header.video-library {
    padding-bottom: 0;
  }

  .header-prod-categories {
    justify-content: center;
    align-items: center;
    line-height: 30px;
    display: block;
  }

  .button-learn-more-info {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 6px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .button-learn-more-info.sub-hero-links {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 8px;
    padding-right: 12px;
    font-size: 18px;
  }

  .comparison-chart-header {
    line-height: 32px;
  }

  .footer-presales-copy {
    margin-bottom: 0;
  }

  .videos-video-library {
    background-image: linear-gradient(#000, #2974b6 78%);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-product-category-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-product-category-image.tb-egpu-enclosures {
    background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-egpu-enclosures.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-ethernet-networking, .section-product-category-image.tb-pro-media-readers, .section-product-category-image.tb-pcie-expansion-systems, .section-product-category-image.tb-docks-and-hubs {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-dual-display-adapters {
    background-image: linear-gradient(#0003, #0003), linear-gradient(149deg, #00000017, #0000), url('../images/hdr-tb3-dual-display-adapters.jpg');
    background-position: 0 0, 0 0, 50% 80%;
    background-size: auto, auto, cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-cables-and-accessories, .section-product-category-image.tb2-pcie-expansion-systems, .section-product-category-image.tb2-10gbe-networking, .section-product-category-image.tb2-pro-media-readers, .section-product-category-image.tb2-cables-and-accessories, .section-product-category-image.tb-duomodo, .section-product-category-image.tb-mac-mini-expansion {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-categories-buttons {
    display: none;
  }

  .product-category-header-white {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .product-category-subhead-white {
    display: none;
  }

  .subhero-header {
    font-size: 20px;
  }

  .subhero-text {
    font-size: 14px;
    line-height: 16px;
  }

  .home-why-sonnet {
    margin-top: 60px;
  }

  .home-tagline-bar-subhead {
    margin-top: 2px;
  }

  .home-tagline-bar-header {
    font-size: 18px;
    line-height: 24px;
  }

  .social-media-icon {
    margin-right: 0;
  }

  .main-navbar-dropdown-menu {
    margin-left: -24px;
    margin-right: -22px;
  }

  .main-navbar-products-dropdown-list.w--open {
    padding-left: 0;
  }

  .mainnav-dropdown-link {
    margin-left: 40px;
    padding-left: 0;
  }

  .product-category-hero-header {
    font-size: 40px;
  }

  .product-category-hero-subhead {
    line-height: 26px;
  }

  .product-category-hero-text {
    font-size: 14px;
    line-height: 20px;
  }

  .section-product-categories, .section-product-categories.desktop-box-gray {
    padding-bottom: 20px;
  }

  .box-product-categories {
    text-align: center;
    margin-top: 0;
  }

  .section-product-category-hero-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-category-hero, .product-category-hero.tb-products-hero {
    max-width: 140%;
  }

  .product-category-hero._10gbe-hero-products {
    transform: translate(-43px, -10px);
  }

  .product-category-hero.media-readers-hero, .product-category-hero.computer-cards-hero, .product-category-hero.mac-mini-mounting-solutions-hero {
    max-width: 140%;
  }

  .sonnet-benefits-bar-text {
    font-size: 18px;
    line-height: 24px;
  }

  .sonnet-benefits-bar-logo {
    max-width: 20%;
  }

  .box-sonnet-benefits-bar {
    padding-bottom: 20px;
  }

  .button-learn-more {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 6px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    line-height: 16px;
  }

  .box-products-featured-video {
    border-width: 10px;
  }

  .header-product-features-video-description {
    font-size: 16px;
    line-height: 20px;
  }

  .product-name-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .product-name-text {
    font-size: 12px;
    line-height: 16px;
  }

  .section-product-category-title {
    display: flex;
  }

  .section-product-category-title.mobile-bar-black, .section-product-category-title.mobile-bar-black.desktop-bar-gray {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  ._10gbe-comparison-chart-subhead {
    font-size: 18px;
  }

  .section-categories-mobile-dropdown {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-product-categories-header {
    color: #6b539c;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
  }

  .dropdown-product-categories {
    flex-direction: column;
    flex: 1;
    order: 1;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-product-categories-toggle {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-product-categories-list.w--open {
    background-color: #2b2c2e;
    border-top: 2px solid #999797;
    border-bottom: 2px solid #999797;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    box-shadow: 0 2px 3px #beb5b5;
  }

  .dropdown-product-categories-items {
    margin-left: 40px;
    padding-left: 0;
  }

  .dropdown-product-categories-items:hover {
    color: #fff;
  }

  .dropdown-product-categories-items.w--current {
    margin-left: 40px;
  }

  .dropdown-product-categories-icon {
    flex: 0 auto;
    display: block;
    transform: translate(-133px);
  }

  .container-footer {
    padding-left: 10px;
  }

  .videos-youtube-playlists {
    margin-bottom: 0;
  }

  .featured-product-header {
    font-size: 20px;
  }

  .featured-product-text {
    font-size: 14px;
    line-height: 16px;
  }

  .section-home-hero-text {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .home-hero-header {
    font-size: 35px;
    line-height: 40px;
  }

  .home-hero-button-learn-more {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 6px;
    padding-right: 12px;
    font-size: 20px;
    line-height: 16px;
  }

  .home-hero-subhead {
    font-size: 24px;
    line-height: 30px;
  }

  .badge-product-new {
    font-size: 12px;
    line-height: 16px;
    top: -2px;
  }

  .home-work-from-home-header {
    font-size: 22px;
    line-height: 18px;
  }

  .home-work-from-home-link {
    padding-right: 14px;
    font-size: 22px;
    line-height: 18px;
  }

  .home-hero-subhead-gray {
    font-size: 20px;
    line-height: 25px;
  }

  .badge-subhero-new {
    font-size: 12px;
    top: -3px;
  }

  .badge-hero-new {
    font-size: 18px;
    line-height: 28px;
    top: -5px;
  }

  .section-featured-videos {
    background-image: linear-gradient(#000, #2974b6), linear-gradient(#6b539c, #c1b5da 60%, #fff);
  }

  .featured-video-header {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    line-height: 35px;
  }

  .box-why-thunderbolt3-video {
    border-width: 10px;
  }

  .badge-prodcategory-new {
    font-size: 18px;
    line-height: 28px;
    top: -5px;
  }

  .section-tb3-tb4-ports-mobile {
    display: block;
  }

  .tb3-tb4-ports-banner-mobile {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .tb3-tb4-ports-icon-mobile {
    width: 20%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tb3-tb4-ports-header-mobile {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .container-why-choose-sonnet2 {
    flex-direction: column;
    max-width: 90%;
  }

  .why-sonnet-icon-container-2 {
    margin-bottom: 25px;
  }

  .why-sonnet-logo-image-2 {
    max-width: 30%;
  }

  .why-sonnet-subhead-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .why-sonnet-text-2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section-product-subcategory-hero-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-category-hero-header-2 {
    font-size: 40px;
  }

  .product-category-hero-header-2.product-category-hero-header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-category-hero-subhead-2 {
    line-height: 26px;
  }

  .container-authorized-dealer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .authorized-dealer-text {
    font-size: 12px;
    line-height: 20px;
  }

  .home-2023-mac-pro-header-mobile, .home-2023-mac-pro-header {
    font-size: 24px;
    line-height: 30px;
  }

  .subhero-main-header {
    font-size: 22px;
  }

  .badge-subhero-new-2 {
    font-size: 12px;
    top: -3px;
  }

  .subhero-header-2 {
    font-size: 20px;
  }

  .subhero-text-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .product-category-legacy-products-divider {
    width: 250px;
    margin-top: 10px;
  }

  .shopping-bag {
    width: 50px;
    margin-right: 10px;
  }

  .home-hero-subhead-gray-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .home-hero-header-2 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .home-hero-box {
    padding-top: 20px;
    padding-bottom: 40px;
    transform: none;
  }

  .section-home-hero-text-2 {
    padding-bottom: 10px;
  }

  .home-hero-subhead-us-msrp {
    padding-left: 5px;
    padding-right: 4px;
    font-size: 18px;
    line-height: 22px;
  }

  .home-hero-button-learn-more-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-position: 0 0, 100% 56%;
    background-size: auto, 8px;
    padding-right: 14px;
    font-size: 20px;
    line-height: 16px;
  }

  .home-text {
    font-size: 24px;
    line-height: 30px;
  }

  .home-text.home-hero-subhead-white {
    font-size: 30px;
    line-height: 34px;
  }

  .home-hero-subhead-price {
    padding-left: 5px;
    padding-right: 4px;
    font-size: 24px;
    line-height: 30px;
  }

  .badge-hero-new-2 {
    font-size: 12px;
    line-height: 20px;
    top: -5px;
  }

  .home-logo {
    width: 450px;
    margin-bottom: 30px;
  }

  .home-text-en-site-link {
    font-size: 24px;
    line-height: 30px;
  }

  .home-text-en-site-link.home-hero-subhead-white {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-main {
    display: block;
  }

  .main-navbar-button {
    max-height: auto;
    text-align: left;
    border: 1px #000;
    border-bottom: 1px solid #fff3;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 15px;
    line-height: 14px;
    display: block;
    top: 0;
    bottom: 0;
  }

  .main-navbar-button.w--open {
    border-style: none;
  }

  .section-main-navbar {
    border-style: none none solid;
    border-width: 1px;
    border-top-color: #8a8686;
    border-left-color: #8a8686;
    border-right-color: #8a8686;
    padding: 7px 5px 10px;
    box-shadow: 0 2px 3px #00000073;
  }

  .section-main-navbar.w--open {
    padding-top: 0;
  }

  .main-navbar-button-open {
    float: right;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .main-navbar-button-open.w--open {
    background-image: linear-gradient(#2b2c2e, #2b2c2e);
  }

  .image {
    width: 160px;
    margin-top: 13px;
    margin-left: 0;
  }

  .page-link.in-footer {
    margin-left: 10px;
  }

  .footer-title {
    margin-top: 25px;
    margin-left: 10px;
  }

  .product-category-header {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .product-category-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .footer {
    margin-top: 0;
  }

  .product-category-image {
    box-shadow: none;
    text-align: center;
    background-image: linear-gradient(#f0f0f0, #f0f0f0);
    margin-top: 10px;
  }

  .product-category-image:hover {
    background-image: linear-gradient(#f0f0f0, #f0f0f0);
  }

  .product-category-image.mobile-box-white {
    background-image: linear-gradient(#fff, #fff);
  }

  .product-category-image.mobile-box-white:hover {
    background-color: #fff;
  }

  .product-category-image.desktop-box-white {
    background-image: linear-gradient(#fff, #fff);
  }

  .product-category-image.desktop-box-white:hover {
    background-color: #fff;
  }

  .product-category-image.desktop-box-white.mobile-box-gray {
    background-color: #f0f0f0;
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
  }

  .container-main-navbar {
    padding-left: 5px;
    overflow: visible;
  }

  .featured-videos-header {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .button-view-all-videos {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .button-view-all-videos.main-page {
    padding-bottom: 20px;
  }

  .button-video-library {
    border-width: 2px;
    margin-top: -10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .product-categories-buttons-box {
    display: block;
  }

  .navbar-product-categories {
    border-style: none solid solid;
    border-bottom-width: 3px;
    border-bottom-color: #fff;
    border-right-width: 3px;
    display: block;
  }

  .navbar-product-category-links {
    color: #333;
    background-color: #0000;
    border: 0 solid #000;
    border-bottom: 1px solid #00000029;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-family: Roboto;
    font-size: 14px;
    display: block;
  }

  .navbar-product-category-links:hover {
    color: #216fac;
  }

  .navbar-product-category-links.w--current {
    color: #fdfdfd;
  }

  .navbar-product-category-links.active {
    color: #a8a8a8;
    border-bottom-color: #00000029;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .navbar-product-category-links.active.w--current {
    color: #c7c5c5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .text-block-12 {
    color: #6b539c;
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
  }

  .navbar-product-category-home {
    color: #fff;
    background-color: #6b539c;
    border-bottom: 1px solid #fff6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Roboto;
    font-size: 14px;
    display: block;
  }

  .navbar-product-category-home:hover {
    color: #ffffff57;
  }

  .navbar-product-category-home.w--current {
    color: #fdfdfd;
  }

  .nabar-product-categories {
    color: #333;
    background-color: #eee;
    border: 0 #000;
    box-shadow: 0 2px 3px 1px #0000007d;
  }

  .navbar-categories-mobile {
    z-index: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #eee;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: sticky;
    top: 0;
  }

  .container-product-category-header {
    margin-top: 0;
  }

  .header-prod-categories {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
    display: block;
  }

  .header-prod-categories.mobile-white {
    color: #fff;
  }

  .box-learn-more-links {
    margin-top: 5px;
  }

  .box-learn-more-links.sub-hero-links {
    padding-bottom: 20px;
  }

  .button-learn-more-info {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 9px;
    padding-right: 14px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-learn-more-info.sub-hero-links {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 9px;
    padding-right: 14px;
    font-size: 18px;
  }

  .products-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .products-header.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-10gbe-comparison-chart {
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top: 0;
  }

  .comparison-chart-text-product {
    text-align: center;
    margin-top: 0;
  }

  .comparison-chart-divider {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .comparison-chart {
    margin-bottom: 20px;
  }

  .comparison-chart-product-name {
    padding-top: 25px;
  }

  .comparison-chart-header {
    color: #fff;
    background-image: linear-gradient(#000, #000);
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 20px 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .list-item-na {
    padding-left: 25px;
  }

  .comparison-chart-foot-note {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .comparison-chart-image {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-social-media-icons-box {
    text-align: center;
  }

  .footer-presales-copy {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .footer-presales-questions-hdr {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 22px;
  }

  .footer-newsletter-bug {
    text-align: center;
    max-width: none;
    padding-left: 0;
  }

  .image-newsletter-bug {
    max-width: 80%;
  }

  .footer-copyright-notice {
    margin-top: 35px;
    font-size: 12px;
    line-height: 18px;
  }

  .comparison-chart-product-photo {
    max-width: 80%;
  }

  .footer-column1 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-country {
    margin-left: 10px;
  }

  .footer-country-box {
    margin-top: 25px;
    margin-left: 0;
  }

  .videos-video-library {
    background-image: linear-gradient(#000, #2974b6 60%);
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-product-category-image {
    text-align: center;
    background-image: linear-gradient(#00000080, #00000080), url('../images/prodhero-tb-pcie-systems.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .section-product-category-image.tb-egpu-enclosures {
    background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-egpu-enclosures.jpg');
    background-position: 0 0, 60% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-ethernet-networking {
    background-position: 0 0, 20% 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-pro-media-readers, .section-product-category-image.tb-pcie-expansion-systems {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-docks-and-hubs {
    background-image: linear-gradient(205deg, #00000080, #0000), url('../images/hdr-tb3-docks.jpg');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-dual-display-adapters {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb-cables-and-accessories {
    background-position: 0 0, 50% 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-product-category-image.tb2-pcie-expansion-systems {
    background-position: 0 0, 50% 0;
  }

  .section-product-category-image.tb2-10gbe-networking {
    background-image: linear-gradient(to right, #0006, #0000), url('../images/hdr-10gbe-networking.jpg');
    background-position: 0 0, 60% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-product-category-image.tb2-cables-and-accessories {
    background-position: 0 0, 50% 0;
  }

  .section-product-category-image.tb-duomodo, .section-product-category-image.tb-mac-mini-expansion {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-categories-buttons {
    margin-top: 0;
    display: none;
  }

  .product-category-header-white {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .product-category-subhead-white {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    display: none;
  }

  .product-category-mobile-header {
    background-image: linear-gradient(#eee, #eee);
    border: 1px solid #ffffff21;
    margin-top: -3px;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: none;
  }

  .subhero-header {
    padding-top: 0;
    font-size: 20px;
  }

  .subhero-text {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .home-why-sonnet {
    margin-top: 40px;
    display: block;
  }

  .why-sonnet-header {
    font-size: 30px;
    line-height: 35px;
  }

  .why-sonnet-subhead {
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-sonnet-text {
    margin-top: 0;
    padding-bottom: 0;
  }

  .why-sonnet-logos.why-sonnet-logos-no-padding {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .why-sonnet-logo-image {
    width: 50%;
  }

  .why-sonnet-icon-container {
    padding: 0 20px 20px;
  }

  .home-tagline-bar-subhead {
    color: #fff9;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-why-choose-sonnet {
    padding-bottom: 20px;
    display: block;
  }

  .home-tagline-bar-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: block;
  }

  .social-media-icon {
    max-width: 80%;
  }

  .footer-social-media-icons {
    justify-content: center;
    align-items: center;
  }

  .social-media-icon-boxes {
    max-width: 50px;
    margin-right: 5px;
  }

  .box-product-category {
    flex-flow: row;
    width: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .box-product-category.mobile-box-overlay {
    background-image: linear-gradient(#0000000f, #0000000f);
    margin: 0;
    padding: 10px 10px 20px;
    display: block;
  }

  .box-product-category.mobile-box-overlay.mobile-legacy {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-product-category.mobile-box-hide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .box-product-category.mobile-legacy {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .main-navbar-dropdown-menu {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .mainnav-dropdown-link {
    margin-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    font-family: Roboto Custom, sans-serif;
  }

  .icon-8 {
    margin-right: -5px;
  }

  .main-navbar-products-dropdown {
    font-family: Roboto Custom, sans-serif;
  }

  .dropdown-3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .product-category-hero-header {
    font-size: 30px;
    line-height: 30px;
  }

  .product-category-hero-subhead {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .product-category-hero-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-product-categories {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-product-categories.desktop-box-gray {
    background-image: none;
    padding-bottom: 0;
  }

  .section-product-categories.footer-padding50 {
    margin-bottom: 0;
  }

  .box-product-categories {
    width: auto;
    margin-top: 0;
    display: block;
  }

  .box-product-categories.legacy-products {
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-product-category-hero-copy {
    margin-top: 0;
  }

  .section-product-category-hero {
    background-position: 50% 0;
    display: block;
  }

  .box-product-category-hero {
    flex: 0 auto;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .box-product-category-hero.prodcathero-accessories-products {
    display: block;
  }

  .product-category-hero {
    max-width: 140%;
    margin-right: 0;
    display: inline-block;
    overflow: visible;
  }

  .product-category-hero.prodcathero-accessories-products {
    max-width: 170%;
    display: block;
    transform: translate(-124px, -14px);
  }

  .product-category-hero.tb-products-hero {
    flex: none;
    align-self: center;
    max-width: 150%;
    display: block;
    overflow: hidden;
  }

  .product-category-hero.egpu-hero-products {
    max-width: 180%;
    transform: translate(-18px);
  }

  .product-category-hero.tb2-products-hero {
    max-width: 145%;
    overflow: hidden;
  }

  .product-category-hero._10gbe-hero-products {
    max-width: 180%;
    transform: translate(-25px, -14px);
  }

  .product-category-hero.media-readers-hero {
    flex: none;
    align-self: center;
    max-width: 160%;
    display: block;
    overflow: hidden;
    transform: translate(-10px);
  }

  .product-category-hero.computer-cards-hero, .product-category-hero.mac-mini-mounting-solutions-hero {
    flex: none;
    align-self: center;
    max-width: 160%;
    display: block;
    overflow: hidden;
    transform: none;
  }

  .sonnet-benefits-bar, .sonnet-benefits-bar.mobile-bar-no-pad {
    margin-top: 0;
  }

  .sonnet-benefits-bar-text {
    font-size: 18px;
    line-height: 24px;
  }

  .sonnet-benefits-bar-logo {
    max-width: 35%;
  }

  .box-sonnet-benefits-bar-logo.sonnet-benefits-bar-no-padding {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .box-sonnet-benefits-bar {
    padding-bottom: 30px;
  }

  .sonnet-benefits-bar-header {
    font-size: 24px;
  }

  .button-learn-more {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-size: auto, 9px;
    padding-left: 20px;
    padding-right: 14px;
    font-size: 18px;
    line-height: 20px;
  }

  .slider-products-featured-videos {
    margin-bottom: 30px;
  }

  .box-products-featured-video {
    border-style: none;
    border-width: 5px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow-4 {
    max-width: 10%;
  }

  .featured-videos-left-arrow {
    font-size: 18px;
  }

  .featured-videos-right-arrow {
    font-size: 20px;
    line-height: 20px;
  }

  .right-arrow-4 {
    max-width: 10%;
  }

  .container-products-featured-videos {
    border-style: solid;
    border-width: 5px;
    margin: 30px;
  }

  .header-product-features-video-description {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 12px;
  }

  .product-name-header {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .product-name-text {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .section-product-category-title {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-product-category-title.mobile-bar-black {
    background-color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-product-category-title.mobile-bar-black.mobile-top-pad20 {
    margin-top: 20px;
  }

  .section-product-category-title.mobile-bar-black.mobile-top-pad15 {
    margin-top: 15px;
  }

  .section-product-category-title.mobile-bar-black.desktop-bar-gray {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-comparison-chart-learn-more {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 35%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Roboto;
    font-size: 16px;
    display: block;
  }

  ._10gbe-comparison-chart-subhead {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

  .footer-columns {
    padding-right: 0;
  }

  .section-categories-mobile-dropdown {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    display: flex;
  }

  .dropdown-product-categories-header {
    color: #6b539c;
    padding-left: 10px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
  }

  .dropdown-product-categories {
    text-align: center;
    flex: 1;
    order: 0;
    align-self: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-product-categories-toggle {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
    display: inline-block;
  }

  .dropdown-product-categories-toggle.w--open {
    padding-left: 0;
    padding-right: 40px;
    display: inline-block;
  }

  .dropdown-product-categories-list {
    background-color: #ddd;
  }

  .dropdown-product-categories-list.w--open {
    box-shadow: none;
    color: #333;
    text-align: left;
    background-color: #2b2c2e;
    border: 2px solid #999797;
    border-left: 1px #dbdbdb;
    border-right: 1px #dbdbdb;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .dropdown-product-categories-items {
    color: #ebebeb;
    margin-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .dropdown-product-categories-items:hover {
    color: var(--white);
  }

  .dropdown-product-categories-items.w--current {
    margin-left: 22px;
  }

  .dropdown-product-categories-icon {
    transform: translate(0);
  }

  .container-footer {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .videos-youtube-playlists {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-subhero-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home-subhero-100vw {
    height: 80%;
  }

  .site-map-header {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .section-site-map {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-map-main-category-header {
    font-size: 24px;
    font-weight: 500;
  }

  .site-map-category-header {
    font-size: 20px;
  }

  .container-site-map-header {
    margin-top: 30px;
  }

  .column-108, .column-109, .column-110, .column-111, .column-112, .column-113, .column-114, .column-115, .column-116, .column-117, .column-118, .column-119, .column-120, .column-121, .column-124, .column-125, .column-126, .column-127 {
    padding-left: 0;
    padding-right: 0;
  }

  .box-subhero-content {
    width: 100%;
    display: block;
  }

  .home-section-subheros {
    margin-top: 0;
    display: block;
  }

  .section-product-category-header {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .section-sonnet-products-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .featured-products-header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section-featured-products-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-products-100vw {
    height: 80%;
  }

  .box-featured-products-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .featured-product-header {
    padding-top: 0;
    font-size: 20px;
  }

  .featured-product-text {
    font-size: 16px;
    line-height: 18px;
  }

  .box-featured-products-hero {
    margin-bottom: 5px;
  }

  .box-featured-products-hero.featured-products-border {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-site-body {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .site-header.cookie-policy {
    margin-top: 20px;
  }

  .site-text, .site-text.privacy-policy {
    text-align: left;
  }

  .container-site-header {
    margin-top: 30px;
  }

  .container-site-text {
    margin-top: 20px;
  }

  .image-cookies {
    max-width: 100%;
  }

  .privacy-web-links {
    font-size: 12px;
    line-height: 16px;
  }

  .section-footer-pad {
    margin-top: 0;
  }

  .section-footer-pad.mobile-gray {
    background-color: #f0f0f0;
  }

  .section-home-hero-text {
    padding-top: 20px;
  }

  .home-hero-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-header {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .home-hero-button-learn-more {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-position: 0 0, 97% 52%;
    background-size: auto, 7px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .home-hero-box-button {
    margin-top: 5px;
  }

  .section-home-hero {
    display: flex;
  }

  .section-home-hero.home-duomodo {
    height: 30vh;
    padding-top: 50px;
  }

  .home-hero-image-box {
    background-image: linear-gradient(#0000, #0000);
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero-subhead {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .home-hero-subhead.home-duomodo {
    font-size: 24px;
    line-height: 28px;
  }

  .badge-product-new {
    top: -2px;
  }

  .home-work-from-home-bar {
    border-bottom: 2px solid #817a8d;
    flex-direction: column;
  }

  .home-work-from-home-header {
    font-size: 22px;
    line-height: 26px;
    display: none;
  }

  .home-work-from-home-icon {
    margin-bottom: 10px;
  }

  .home-work-from-home-link {
    padding-right: 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .home-work-from-home-header-mobile {
    font-size: 22px;
    line-height: 26px;
    display: flex;
  }

  .home-hero-subhead-gray {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .badge-subhero-new {
    font-size: 14px;
    line-height: 20px;
    top: -2px;
  }

  .section-featured-products-boxes {
    flex-direction: column;
  }

  .badge-hero-new {
    font-size: 14px;
    line-height: 20px;
    top: -2px;
  }

  .section-featured-videos {
    background-image: linear-gradient(#000, #2974b6 100%, #fff 100%, #b4a5d1 100%, #fff);
    padding-top: 20px;
  }

  .featured-video-header {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .featured-videos-slider {
    margin-bottom: 30px;
  }

  .why-thunderbolt3-video-box {
    border-style: solid;
    border-width: 5px;
    margin: 30px;
  }

  .box-why-thunderbolt3-video {
    border-style: none;
    border-width: 5px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .featured-videos-slider-left-arrow {
    max-width: 10%;
  }

  .featured-videos-slider-right-arrow {
    width: 65px;
    font-size: 50px;
  }

  .featured-videos-video-library-box {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .badge-prodcategory-new {
    font-size: 14px;
    line-height: 20px;
    top: -2px;
  }

  .badge-prodcategory-new.badge-prodcategory-new-white {
    color: var(--white);
    border-color: #fff;
  }

  .tb3-tb4-ports-icon-mobile {
    width: 30%;
  }

  .tb3-tb4-ports-header-mobile {
    font-size: 14px;
    line-height: 18px;
  }

  .comparison-chart-text-subheader {
    text-align: center;
    margin-top: 0;
  }

  .container-why-choose-sonnet2 {
    padding-bottom: 50px;
    display: block;
  }

  .why-sonnet-icon-container-2 {
    margin-bottom: 0;
    padding: 0 20px 20px;
  }

  .why-sonnet-logo-image-2 {
    width: 50%;
    max-width: 50%;
  }

  .why-sonnet-subhead-2 {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .why-sonnet-text-2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-product-subcategory-hero-text {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .product-category-hero-header-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .product-category-hero-header-2.product-category-hero-header-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .product-category-hero-subhead-2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .product-category-hero-subhead-2.computer-cards {
    padding-left: 0;
    padding-right: 0;
  }

  .container-authorized-dealer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-home-2023-mac-pro {
    flex-direction: column;
  }

  .home-2023-mac-pro-header-mobile {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home-2023-mac-pro-image {
    margin-left: 5px;
    margin-right: 5px;
  }

  .home-2023-mac-pro-header {
    display: none;
  }

  .subhero-main-header {
    padding-top: 0;
    font-size: 20px;
  }

  .box-learn-more-links-2 {
    margin-top: 5px;
  }

  .box-learn-more-links-2.sub-hero-links {
    padding-bottom: 20px;
  }

  .badge-subhero-new-2 {
    font-size: 14px;
    line-height: 20px;
    top: -2px;
  }

  .box-subhero-content-2 {
    border-bottom: 2px solid #ddd;
    width: 100%;
    display: block;
  }

  .box-subhero-content-2.pad1e {
    border-bottom-color: #ddd;
  }

  .box-subhero-content-2.box-subhero-content-no-divider {
    border-bottom-style: none;
  }

  .home-section-subheros-2 {
    margin-top: 0;
    display: block;
  }

  .subhero-header-2 {
    padding-top: 0;
    font-size: 20px;
  }

  .subhero-text-2 {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .product-category-legacy-products-divider {
    display: none;
  }

  .home-section-hero {
    border-bottom-width: 2px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-hero-subhead-gray-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .home-hero-header-2 {
    text-align: center;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .home-hero-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 40px;
    display: flex;
  }

  .home-hero-box-button-2 {
    flex-direction: row;
    margin-top: 5px;
    padding-top: 0;
  }

  .section-home-hero-text-2 {
    padding-top: 20px;
  }

  .section-home-hero-text-2.section-home-hero-black-box {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-hero-subhead-us-msrp {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .home-hero-button-learn-more-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/icon-arrow-right-blue.png');
    background-position: 0 0, 100% 56%;
    background-size: auto, 8px;
    background-attachment: scroll, scroll;
    margin-right: 0;
    padding-right: 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .home-text {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .home-hero-subhead-price {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .badge-hero-new-2 {
    border-width: 1px;
    font-size: 10px;
    line-height: 15px;
    top: -6px;
  }

  .home-logo {
    width: 250px;
    margin-bottom: 30px;
  }

  .home-text-en-site-link {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}


@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed Custom';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed Custom';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed Custom';
  src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed Custom';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed Custom';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Custom';
  src: url('../fonts/RobotoMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../fonts/RobotoSlab-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Custom';
  src: url('../fonts/RobotoSlab-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}