.hm-bg {
  background-image: url("../png/tm-hero-bg.png"); 	
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 406px;
}

.why-tm-bg {
  background: url("../png/why-tm-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

.why-tm-grid {
  min-height: 193px;
  background: rgba(240, 240, 240, 0.85);
  backdrop-filter: blur(2px);
  border-radius: 16px;
}

.system-finder-wrap {
  background-color: var(--gray-one) !important;
  margin: unset !important;
  padding: 20px !important;
  /*min-height: 80px !important;*/
}

#system-finder-button {
	font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 188.5%;
    text-align: center;
    letter-spacing: 0.11em;
  	min-width: 250px;
}

#system-finder-button:hover svg {
	fill: var(--bs-btn-hover-color) !important;
}

.system-finder {
  justify-content: center;
  grid-column-gap: 4rem !important;
  font-size: 1rem !important;
}

.system-finder-cta {
  font-size: 1rem !important;
  font-weight: 700 !important;
}

#newsletter-section {
  margin: unset !important;
  min-height: 300px;
  display: grid;
  align-items: center;
  background-image: url("../png/newsletter-bg.png");
  background-color: #042940 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#newsletter-section form input[type="submit"] {
  background: var(--orange-gradient) !important;
  border-color: transparent !important;
}

#newsletter-section form input[type="submit"]:hover {
  color: var(--bs-btn-hover-color) !important;
}

#newsletter-section > div > * { color: #fff !important; }

#quickship-heading {
width: 291px;
height: 38px;
display: inline-block;
font-family: 'Lato';
font-weight: 900 !important;
font-size: 24px;
line-height: 158%;
letter-spacing: 0.12em;
color: var(--orange-primary);
}

.datacenter-bg {
  background-image: url("../png/datacenter-solutions-bg.png"); 	
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 559px;
}
.datacenter-solutions {
  min-height: 500px;
}

.datacenter-solutions-img {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gpu-container {
  background-image: url("../png/ai-hpc-bg.png"); 	
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 561px;
}

.gpu-cta {
  color: #fff !important;
}

.speak-to-expert-container {
  border-radius: 15px;
  background: rgba(240, 240, 240, 1);
}

.speak-to-expert-img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.speak-to-expert-img-sm {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.product-card {
  background: var(--gray-three);
  border-radius: 20px;
  min-height: 367px;
  min-width: 311px;
}

.btn-product-card { min-width: 200px !important; }

h6.product-cat-card-copy {
  min-height: 35px;
  display: grid;
  align-items: center;
}

.rfq-bg {
  background-image: url("../jpg/thinkmate-server-clusters.jpg"); 	
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 578px;
  transform: scaleX(-1);
}

.why-tm-grid.container { max-width: 25rem; }

.pt-5 { padding-top: 4.7rem !important; }
.py-5 { padding-top: 4.7rem !important; padding-bottom: 4.7rem !important; }
.pb-5 { padding-bottom: 4.7rem !important; }

div#footer-main a { text-decoration: none !important; }
.tm--header { letter-spacing: initial; }
div.tm--header div.tm--header--content div.tm--header--top div.tm--phone h4 { font-weight: 600 !important; }
div.menucards-card-title h5 { font-weight: 900 !important; }
.quickship-card-content__cta { font-weight: bold !important; }
#footer-main { letter-spacing: initial !important; }

div.tm--country div div a { text-decoration: none !important; }
div.tm--country div div a:hover { text-decoration: underline !important; }
#adv-search-container { letter-spacing: initial !important; }
div.adv-search-result a { text-decoration: none; }

#newsletter-section form input { padding: 0 6px !important; }
#newsletter-section form input[type="submit"] { flex-grow: 1 !important; }