#page-container {
  width: auto !important;
  margin: 0 !important;
}
section {

}
.st-container {
  margin: 0 auto;
  max-width: 960px;
}

.system-top-content {
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.system-top-content-fade {
  background-color: rgba(0,0,0,.4);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 75px;
}
.system-top-content h1,
.system-top-content h2 {
  font-size: 27px;
  line-height: 1.5em;
  font-weight: 900;
  margin: 0;
  padding: 30px 0 0 0;
  color: #ffffff;
}
.system-top-content h2 {
  padding-top: 0;
  margin-top: 0;
}
.system-top-content p {
  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #efefef;
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
  padding: 10px 0;
}

.system-top-why-buy {
  color: #e2e2e2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  text-align: left;
}
.system-top-why-buy > * {
  flex-basis: 20%;
  flex-grow: 1;
  min-width: 200px;
}
.system-top-why-buy > *:last-child {
  flex-basis: 280px;
}
.system-top-why-buy h3 {
  background-position: left center;
  background-repeat: no-repeat;
  font-family: 'Open Sans Condensed',Tahoma,Helvetica;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.system-top-why-buy h3.has-icon {
  padding-left: 30px;
}
.system-top-why-buy p {
  font-family: 'Lato',Tahoma,Helvetica;
  font-weight: 400;
  font-size: 13px;
}


.system-top-groups > .st-container {
  margin-top: -75px;
  background-color: #ededed;
  box-shadow: 0 4px 44px rgba(0,0,0,.25);
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.system-top-groups h2 {
  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-weight: 700;
  font-size: 18px;
  color: #ff5601;
  padding: 10px 10px 10px 20px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #FFFFFF;
}

.system-top-groups-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.system-top-groups-section-tile {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.system-top-groups-section-tile > *:last-child {
  flex-grow: 1;
}


.system-top-groups-section-tile > div:first-child {
  text-align: center;
  color: #5a5a5a;
}
.system-top-groups-section-tile h3 {
  margin: 0;
  padding: 0;
  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-weight: 900;
  font-size: 19px;
  color: #333;
}
.system-top-groups-section-tile h3 strong {
  font-style: italic;
  font-size: 24px;
  color: #ff5601;
  margin-right: 5px;
  margin-bottom: 10px;
}
.system-top-groups-section-tile h3 strong span {
  font-size: 18px;
  color: #7F7F7F;
}
.system-top-groups-section-tile h3+p {
  margin: 0;
}
.system-top-groups-section-tile-image {
  display: flex;
  align-items: flex-end;
}
.system-top-groups-section-tile-image img {
  margin-left: auto;
  margin-right: auto;
}
.system-top-groups-section-tile-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 30px 0 10px;

  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);

  background-image: url(../png/arrow_button.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #ff5601;
  border-bottom: solid 4px #e84e01;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);

  transition: .1s all linear;
}
.system-top-groups-section-tile-button strong {

}
.system-top-groups-section-tile-button span {
  font-weight: 900;
  font-style: italic;
  color: #FFF2EB;
  text-shadow: 0 -1px 0 #742903;
}
.system-top-groups-section-tile-button:hover {
  margin: -3px 0 3px 0;
  text-decoration: none;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.25);
}

.system-top-groups-section-tile-text {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  flex-grow: 1;
}
.system-top-groups-section-tile-text h5 {
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: 500;
  font-size: 15px;
  color: #FF5601;
  text-align: center;
}
.system-top-groups-section-tile-text p {
  font-weight: 500;
  font-size: 13px;
  color: #6a6a6a;
  padding: 10px;
  text-align: justify;
  line-height: initial;
}

.system-top-groups-section-tile-links {
  background-color: #f4f4f4;
}
.system-top-groups-section-tile-links a {
  display: block;
  padding: 12px 6px;
  margin: 4px;
  background-color: #ffffff;
  background-image: url(../png/arrow_button.png);
  background-position: right center;
  background-repeat: no-repeat;

  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #575757;

  transition: 0.1s all linear;
}
.system-top-groups-section-tile-links a:hover {
  text-decoration: none;
  color: white;
  background-color: #ff5601;
}


.system-top-groups-section-tile-text-browse {
  padding-top: 12px;
  padding-bottom: 5px;
  background-color: #fff2eb;
  min-height: 50px;
}
.system-top-groups-section-tile-text-browse h6,
.system-top-groups-section-tile-text-browse label {
  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #926a56;
}
.system-top-groups-section-tile-text-browse h6 {
  margin: 0 0 8px 0;
  padding: 0 6px;
  border-bottom: 2px solid #926a56;
  line-height: 0;
}
.system-top-groups-section-tile-text-browse h6 span {
  background-color: #fff2eb;
  padding: 0 4px;
}
.system-top-groups-section-tile-text-browse label {
  padding: 1px 0 1px 10px;
}
.system-top-groups-section-tile-text-browse a {
  margin-left: 5px;
  transition: .1s all linear;
  font-family: Helvetica,Tahoma,Sans-Serif;
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
  text-decoration: none;
  padding: 1px;
  border-bottom: 1px solid #926a56;
}
.system-top-groups-section-tile-text-browse a:hover {
  background-color: #926a56;
  color: white;
}


.system-top-groups-section-tile-specs {
  font-family: 'Lato',Helvetica,Tahoma,Sans-Serif;
  font-weight: 400;
  font-size: 13px;
  color: gray;
  padding: 12px 10px 12px 50px;

  background-position: 10px 12px;
  background-repeat: no-repeat;
}
.system-top-groups-section-tile-specs:last-child { padding-bottom: 24px; }

.spec-icon-cpu { background-image: url(../png/specs_1.png); }
.spec-icon-memory { background-image: url(../png/specs_2.png); }
.spec-icon-pcie { background-image: url(../png/specs_3.png); }
.spec-icon-devices { background-image: url(../png/specs_4.png); }


.system-top-why-buy-solutions {
  display: flex;
  flex-direction: row;
  font-size: 10px;
  min-width: auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.system-top-why-buy-solutions p {
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}
.system-top-why-buy-solutions:first-child {
  flex-basis: 320px;
}
.system-top-why-buy-solutions:nth-child(1) p { width: 190px; }
.system-top-why-buy-solutions:nth-child(2) p { width: 140px; }
.system-top-why-buy-solutions:nth-child(3) p { width: 150px; }
.system-top-why-buy-solutions:last-child { flex-basis: 80px; }

.system-top-why-buy-solutions-contact-button {
  font-size: 15px;
  color: #f2f2f2;
  padding: 10px 2px;
  background-color: #ff5601;
  border-bottom: 2px solid #BD4104;
  display: block;
  width: 100%;
  text-align: center;
}