@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600;700&display=swap");

body {
  margin: 0 auto;
  background: white;
  color: #000;
  font-family: "Noto Sans", sans-serif !important;
  letter-spacing: -0.5px;
  font-weight: normal;
}

p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: normal;
}

.sideHeadings {
  font-family: "Klavika-Medium-Condensed" !important;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 30px;
}

.topNavArea {
  width: 100%;
  height: 100px;
  display: block;
  background: black;
}

.navLinks {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newNavLinksPC li a.contactSales {
  border-radius: 0px;
  background: black;
  color: white;
  text-transform: capitalize;
  padding: 7px;
  transition: all 0.3s ease;
}

.amdLogo {
  width: 180px;
  height: 70px;
  background: url(../img/assets/AMD_TRA_WHITE.svg) no-repeat left center;
  background-size: contain;
}

.menuClose {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/assets/menuClose.svg) no-repeat center right;
  position: absolute;
  right: 10%;
  top: 5%;
  animation-name: closeMenu;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.landingMenuClose {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/assets/menuClose_BLK.svg) no-repeat center right;
  position: absolute;
  right: 10%;
  top: 5%;
  animation-name: closeMenu;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-direction: normal;
  z-index: 1111;
}

@keyframes closeMenu {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

.menuIcon_Blk {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/assets/menuIcon_BLK.svg) no-repeat center right;
}

.landingFold {
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
  z-index: 1;
}

.threadripperBanner {
  background: url(../img/assets/banners/hero-ryzen-mobile.jpg) no-repeat center
    right;
  background-size: cover;
}

.threadripper_copy {
  width: 60%;
  height: 300px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10%;
  background: url(../img/assets/banners/threadripper-Xs.svg) no-repeat center
    center;
}

.contentSections {
  width: 100%;
  height: auto;
  padding: 40px 30px;
}

.secondSection {
  margin-top: 40px;
}

.greyBg {
  background: #ededed !important;
  color: black;
}

.darkGreyBg {
  background: #e1e1e3 !important;
  color: black;
}

.whiteBg {
  background: #fff;
}

.blackBG {
  background: #000 !important;
  color: white !important;
}

.orangeBg {
  background: rgb(251 208 188 / 44%) !important;
}

.blueBg {
  background: rgb(178 215 224 / 44%) !important;
}

.AMDDisclaimer {
  width: 90%;
  height: auto;
  margin: 10px auto;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

iframe {
  width: 100%;
  height: 155px;
}

.amdList {
  padding-left: 20px;
  list-style: square;
  margin-bottom: 0px;
}

.amdList li {
  font-size: 14px;
}

.amdList li:first-child {
  padding-top: 10px;
}

.performanceChart {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0px;
  position: relative;
  flex-direction: column;
}

.performanceChart li img {
  width: 100%;
  object-fit: contain;
  margin: 20px 0px !important;
}

.commonLinks {
  border: 2px solid black;
  color: black;
  border-radius: 0px;
  background: none;
  text-transform: uppercase;
  font-family: "Klavika-Medium";
  transition: all 0.3s ease;
  margin-top: 20px;
}

.commonLinksWhite {
  border: 2px solid white;
  color: white !important;
  border-radius: 0px;
  background: none;
  z-index: 0 !important;
  text-transform: uppercase;
  font-family: "Klavika-Medium";
  transition: all 0.3s ease;
}

.commonLinks:hover {
  background: black;
  color: white;
}

.commonLinksWhite:hover {
  background: black;
  color: white;
}

.sectionImages {
  width: 100%;
  object-fit: contain;
}

.getInTouch {
  height: auto;
  background: url(../img/assets/getintouch-bg.jpg) no-repeat right center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.getInTouch_copy {
  height: auto;
  padding: 50px 0px;
}

.getinTouch h2 {
  font-family: "Klavika-Medium-Condensed";
  font-size: 40px;
}

.getInTouch a {
  color: white;
  border: 2px solid white;
}

#footnote::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/assets/V2/FootnoteArrow.png) no-repeat center left;
  display: inline-block;
  position: relative;
  transform: translateX(5px) translateY(1px);
  background-size: contain;
}

.footnotesList ul {
  list-style: none;
  padding: 0px;
  font-size: 14px;
}

.footnotes {
  border-bottom: 1px solid #ccc;
}

.footnotesList ul li {
  margin-bottom: 20px;
}

.footnotesList ul li a {
  color: black;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Klavika-Medium";
}

.navList {
  display: none;
}

.landingNav {
  width: 100%;
  height: 75px;
  display: block;
  background: white;
  display: flex;
  align-items: center;
}

.landingNavList {
  display: none;
}

.landingFooter {
  width: 100%;
  height: 50px;
  display: block;
  background: white;
  position: absolute;
  bottom: 0px;
  padding: 0px 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otherlandingFooter {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
  position: relative;
  bottom: 0px;
  padding: 0px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otherlandingFooter ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 1rem 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otherlandingFooter ul li {
  display: inline-block;
}

.otherlandingFooter ul li::after {
  color: #9d9fa2;
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}

.otherlandingFooter ul li:last-of-type:after {
  content: "";
}

.otherlandingFooter ul li a {
  color: #9d9fa2;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  text-decoration: none;
}

.otherlandingFooter ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.landingSliders,
#mainSlider {
  width: 80%;
  height: -moz-calc(100vh - 125px);
  height: -webkit-calc(100vh - 125px);
  height: calc(100vh - 125px);
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 0;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 1;
  height: 50vh;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.landingfullscreenMenu {
  width: 70%;
  height: 75%;
  margin: 0 auto;
  position: absolute;
  top: 15%;
  left: 15%;
  display: none;
  z-index: 1111;
  animation-name: slideFromBottom;
  animation-duration: 0.3s;
}

@keyframes slideFromBottom {
  0% {
    top: 100vh;
  }

  100% {
    top: 15%;
  }
}

.bgBlur {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
  z-index: -11111;
}

#mainSlider {
  width: 100%;
}

.brandtrustlink {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.brandtrustlink:hover {
  color: #000;
  text-decoration: none;
}

.ryzenRope {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/ryzenPRO_rope.jpg) no-repeat center
    center;
  background-size: cover;
  position: relative;
}

.survival {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/ryzenPRO_SurvivalBG_mob.jpg) no-repeat
    center center;
  background-size: cover;
  position: relative !important;
}

.ryzenPro2 {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/ryzenPRO_2.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.ryzenPro1 {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/ryzenPRO_1.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.epycChip {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/Blade.jpg) no-repeat center left;
  background-size: cover;
  position: relative !important;
}

.epycSolar {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/Epyc_Solar.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.epycSmile {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/Smiley.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.epycSmileCopy {
  width: 250px;
  height: 500px;
  display: block;
  background: url(../img/assets/banners/v2/smileyCopy.svg) no-repeat center
    right;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.ryzenRopeCopy {
  width: 200px;
  height: 500px;
  display: block;
  background: url(../img/assets/banners/RyzenPRO_Rope_mob.svg) no-repeat center
    right;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.epycChipCopy {
  width: 200px;
  height: 500px;
  display: block;
  background: url(../img/assets/banners/v2/bladesCopy.svg) no-repeat center
    right;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.epycSolarCopy {
  width: 200px;
  height: 500px;
  display: block;
  background: url(../img/assets/banners/epyc_solar_xs.svg) no-repeat center
    right;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.ryzenPro2Copy {
  width: 200px;
  height: 500px;
  display: block;
  background: url(../img/assets/banners/ryzenPRO_2_xs.svg) no-repeat center
    right;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.ryzenPro1Copy {
  width: 200px;
  height: 500px;
  display: block;
  background: url(../img/assets/banners/ryzenPRO_1_xs.svg) no-repeat center
    right;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.survivalCopy {
  width: 200px;
  height: 250px;
  display: block;
  background: url(../img/assets/banners/survival_mob.svg) no-repeat bottom right;
  position: absolute;
  transform: translate(-50%, -70%);
  left: 50%;
  top: 70%;
}

.landingSliders .commonLinksWhite {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}

.oemLinkSection {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oemBtn {
  text-decoration: none;
  display: block;
  background: white;
  color: black;
  padding: 15px 30px;
  border-radius: 100px;
  font-family: "Klavika-Medium";
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.2);
}

.newInfographics {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/galaxy-sm.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
  z-index: 2222;
}

.infographicContent {
  width: 60%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 15%;
}

.infographicContent h1 {
  color: white;
  font-family: "Klavika-Medium-Condensed";
  line-height: 32px;
  margin-bottom: 20px;
}

.infographicContent h1 span {
  color: #007d97;
  font-family: "Klavika-Bold-Condensed";
  line-height: 40px;
  font-size: 50px !important;
}

.lionBG {
  width: 100%;
  height: 100vh;
  background: url(../img/assets/lionBG.jpg) no-repeat;
  background-attachment: fixed;
  background-position: -500px top;
  position: relative;
}

.lionCopy {
  width: 300px;
  height: 500px;
  background: url(../img/assets/lionContent_mob.svg) no-repeat center center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.tabsText {
  text-transform: uppercase;
  font-family: "Klavika-Medium-Condensed" !important;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 10px 20px !important;
  transition: all 0.5s ease;
}

.tabsSection .container {
  padding: 10px;
}

.serverSKUImg {
  width: 100%;
  height: 200px;
}

.serverSKUHeading {
  font-family: "Klavika-Medium-Condensed" !important;
  font-size: 26px;
  margin-top: 10px;
}

.dataAndAnalytics,
.highPerformanceComputing {
  display: none;
}

.catagoryHeading {
  font-size: 20px;
  line-height: 24px;
}

#footnote {
  cursor: pointer;
}

.footnotesList {
  display: none;
}

.oemAndHCIList {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 0 auto;
  position: relative;
  align-content: center;
  justify-content: center;
}

.oemAndHCIList li {
  padding: 0px 20px;
}

.fullscreenMenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: black;
  z-index: 999;
  top: 0px;
  display: none;
}

.navList {
  display: none;
}

.mobMenu {
  padding: 0;
  list-style: none;
  text-align: right;
  right: 10%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.landingMobMenu {
  padding: 0;
  list-style: none;
  text-align: right;
  right: 10%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: block;
  z-index: 111111111;
}

.mobMenu li {
  padding: 20px 0px;
}

.landingMobMenu li {
  padding: 10px 0px;
}

.mobMenu li a {
  color: #666;
  text-transform: uppercase;
  font-family: "Klavika-Medium-Condensed";
  letter-spacing: 0px;
  font-size: 25px;
}

.landingMobMenu li a {
  color: #000;
  text-transform: uppercase;
  font-family: "Klavika-Medium-Condensed";
  letter-spacing: 0px;
  font-size: 25px;
  z-index: 1111;
}

.mobMenu li a.active {
  color: white;
}

.bamboo {
  width: 100%;
  height: 60vh;
  position: relative;
  display: block;
  background: url(../img/assets/banners/bamboo-p-1600.jpeg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bambooCopy {
  width: 300px;
  height: 300px;
  display: block;
  background: url(../img/assets/banners/bamboo_Copy.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.clientsProductPage img,
.clientsProductPage video {
  width: 100%;
  object-fit: contain;
  clip-path: inset(1px 1px);
}

.tick {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  position: relative;
}

.extraMargin {
  margin-top: 30px;
  position: relative;
  display: block;
}

.clientsProductPage table {
  margin-top: 30px !important;
  position: relative;
}

.businessReady {
  width: 100% !important;
  height: 100px;
  display: block;
  background: url(../images/business_ready.jpg) no-repeat center left;
  background-size: contain;
  margin: 30px auto;
  position: relative;
}

.extraFullSection {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  background: red;
  flex-direction: column;
}

.morePowerLessPlug,
.increasedPowerEfficiency {
  height: 100vh;
  display: block;
  position: relative;
  color: white;
}

.morePowerLessPlug {
  background: url(../img/assets/renoir_pro_bg_image_1-p-1600.jpeg) no-repeat
    center center;
  background-size: cover;
}

.increasedPowerEfficiency {
  background: url(../img/assets/renoir_pro_bg_image_2-p-1600.jpeg) no-repeat
    center center;
  background-size: cover;
}

.morePowerCopy,
.increasedPowerCopy {
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  bottom: 0px;
}

.thinkPortfolio {
  text-align: center;
  background: #333;
}

.thinkPortfolio .sideHeadings {
  padding: 20px 0;
  color: white;
}

.tiger {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/Tiger.jpg) no-repeat -70px center;
  background-size: cover;
  position: relative !important;
}

.baloon {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/Baloon.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.bob {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/Bob.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.f1 {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/F1.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.wave {
  width: 100%;
  height: 100%;
  background: url(../img/assets/banners/v2/Wave.jpg) no-repeat center center;
  background-size: cover;
  position: relative !important;
}

.tigerCopy {
  width: 550px;
  height: 250px;
  background: url(../img/assets/banners/v2/Tiger_Copy.png) no-repeat center
    right;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  right: 15%;
  top: 50%;
}

.baloonCopy {
  width: 550px;
  height: 200px;
  background: url(../img/assets/banners/v2/Baloon_Copy.png) no-repeat center
    right;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  right: 15%;
  top: 50%;
}

.bobCopy {
  width: 550px;
  height: 250px;
  background: url(../img/assets/banners/v2/Bob_Copy.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  right: 15%;
  top: 50%;
}

.f1Copy {
  width: 550px;
  height: 270px;
  background: url(../img/assets/banners/v2/F1_Copy.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  right: 5%;
  top: 50%;
}

.turbineCopy {
  width: 550px;
  height: 370px;
  background: url(../img/assets/banners/v2/turbineCopy.png) no-repeat center
    right;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  left: 5%;
  top: 50%;
}

.waveCopy {
  width: 550px;
  height: 250px;
  background: url(../img/assets/banners/v2/Wave_Copy.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  right: 15%;
  top: 50%;
}

.client-logo img {
  width: 100%;
  object-fit: contain;
}

.client-logo a {
  display: block;
}

.partners .col-4 {
  display: flex;
  align-items: center;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .landingFold {
    height: 80vh;
  }

  iframe {
    height: 290px;
  }

  .threadripper_copy {
    width: 60%;
    height: 200px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10%;
    background: url(../img/assets/banners/threadripper-wide.svg) no-repeat
      center center;
  }

  .leaderShip .secondSection,
  .blazing .secondSection,
  .secure .secondSection,
  .memoryGuard .secondSection {
    margin-top: 0px;
  }

  .blazing .container .row,
  .memoryGuard .container .row {
    display: flex;
    flex-direction: row-reverse;
  }

  .landingSliders,
  #mainSlider {
    width: 90%;
    height: -moz-calc(100vh - 125px);
    height: -webkit-calc(100vh - 125px);
    height: calc(100vh - 125px);
    margin: 0 auto;
    position: relative;
    background: black;
    display: block;
  }

  #mainSlider {
    width: 100%;
  }

  .landingFooter,
  .otherlandingFooter {
    padding: 0px 5%;
  }

  .landingSliders .commonLinksWhite {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    font-size: 14px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }

  .ryzenRopeCopy {
    width: 240px;
    height: 300px;
    display: block;
    background: url(../img/assets/banners/RyzenPRO_Rope.svg) no-repeat center
      right;
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycSolarCopy {
    width: 250px;
    height: 200px;
    background: url(../img/assets/banners/epyc_solar.svg) no-repeat center right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycChipCopy {
    width: 300px;
    height: 300px;
    display: block;
    background: url(../img/assets/banners/v2/bladesCopy_wide.svg) no-repeat
      center right;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  .ryzenPro2Copy {
    width: 250px;
    height: 200px;
    background: url(../img/assets/banners/ryzenPRO_2.svg) no-repeat center right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro1Copy {
    width: 250px;
    height: 200px;
    background: url(../img/assets/banners/ryzenPRO_1.svg) no-repeat center right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .survivalCopy {
    width: 250px;
    height: 250px;
    background: url(../img/assets/banners/survival.svg) no-repeat center right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .survival {
    width: 100%;
    height: 100%;
    background: url(../img/assets/banners/ryzenPRO_SurvivalBG.jpg) no-repeat
      center center;
    background-size: cover;
    position: relative !important;
  }

  .lionCopy {
    width: 400px;
    height: 300px;
    background: url(../img/assets/lionContent-wide.svg) no-repeat center center;
    transform: translateY(-50%);
    left: auto;
    right: 5%;
    top: 50%;
    position: absolute;
  }

  .wheretoBuy {
    padding: 50px 0px;
  }

  .centerText {
    text-align: left !important;
  }

  .morePowerCopy,
  .increasedPowerCopy {
    width: 50%;
    height: 100%;
    right: 0%;
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    bottom: 0px;
  }

  .thinkpad,
  .thinkStation {
    height: 100vh;
  }

  .tigerCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Tiger_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .baloonCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Baloon_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .bobCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Bob_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .f1Copy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/F1_Copy.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .waveCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Wave_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .tiger {
    background: url(../img/assets/banners/v2/Tiger.jpg) no-repeat left center;
    background-size: cover;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .landingFold {
    height: 40vh;
  }

  iframe {
    height: 190px;
  }

  .secondSection {
    margin-top: 0px;
  }

  .contentSections .container .row {
    align-items: center;
    justify-content: space-between;
  }

  .extraPadding {
    padding: 20px 0px !important;
  }

  .getInTouch_copy {
    text-align: center;
    padding: 100px 0px;
  }

  .epycSmileCopy {
    width: 350px;
    height: 500px;
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenRopeCopy {
    width: 350px;
    height: 500px;
    display: block;
    background: url(../img/assets/banners/RyzenPRO_Rope_mob.svg) no-repeat
      center right;
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycSolarCopy {
    width: 350px;
    height: 400px;
    background: url(../img/assets/banners/epyc_solar_xs.svg) no-repeat center
      right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro2Copy {
    width: 350px;
    height: 400px;
    background: url(../img/assets/banners/ryzenPRO_2_xs.svg) no-repeat center
      right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycChipCopy {
    width: 350px;
    height: 400px;
    background: url(../img/assets/banners/v2/bladesCopy.svg) no-repeat center
      right;
    transform: translate(-70%, -50%);
    left: 70%;
    top: 50%;
  }

  .ryzenPro1Copy {
    width: 350px;
    height: 400px;
    background: url(../img/assets/banners/ryzenPRO_1_xs.svg) no-repeat center
      right;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .survival {
    background-position: center right;
  }

  .survivalCopy {
    width: 350px;
    height: 400px;
    background: url(../img/assets/banners/survival_mob.svg) no-repeat center
      right;
    transform: translate(-80%, -50%);
    left: 80%;
    top: 50%;
  }

  .landingNavList {
    display: none;
  }

  .tabsText {
    font-size: 18px;
    padding: 0px;
    display: inline-block;
  }

  .tabsSection {
    text-align: center;
  }

  .tabsSection .container {
    padding: 15px;
    margin: 0 auto;
  }

  .newInfographics {
    background: url(../img/assets/banners/galaxy-md.jpg) no-repeat center center;
    background-size: cover;
  }

  .landingMobMenu li a {
    color: #000;
    text-transform: uppercase;
    font-family: "Klavika-Medium-Condensed";
    letter-spacing: 0px;
    font-size: 35px;
    z-index: 1111;
  }

  .centerText {
    text-align: center !important;
  }

  .bambooCopy {
    width: 450px;
    height: 400px;
  }

  .rowReverse {
    flex-direction: row-reverse;
  }

  .businessReady {
    width: 100% !important;
    height: 150px;
    display: block;
    background: url(../images/business_ready.jpg) no-repeat center center;
    background-size: contain;
    margin: 30px auto;
    position: relative;
  }

  .extraFullSection {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    background: red;
    flex-direction: row;
  }

  .morePowerLessPlug,
  .increasedPowerEfficiency {
    width: 100%;
    height: 50vh;
    display: block;
    position: relative;
    color: white;
  }

  .morePowerLessPlug {
    background: url(../img/assets/renoir_pro_bg_image_1-p-1600.jpeg) no-repeat
      center center;
    background-size: cover;
  }

  .increasedPowerEfficiency {
    background: url(../img/assets/renoir_pro_bg_image_2-p-1600.jpeg) no-repeat
      center center;
    background-size: cover;
  }

  .morePowerCopy,
  .increasedPowerCopy {
    padding: 35px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
  }

  .thinkpad,
  .thinkStation {
    height: 50vh;
  }

  .tigerCopy {
    width: 550px;
    height: 300px;
    background: url(../img/assets/banners/v2/Tiger_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 15%;
    top: 50%;
  }

  .baloonCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Baloon_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 15%;
    top: 50%;
  }

  .bobCopy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/Bob_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 14%;
    top: 50%;
  }

  .f1Copy {
    width: 550px;
    height: 300px;
    background: url(../img/assets/banners/v2/F1_Copy.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 15%;
    top: 50%;
  }

  .waveCopy {
    width: 550px;
    height: 300px;
    background: url(../img/assets/banners/v2/Wave_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 15%;
    top: 50%;
  }

  .threadripperBanner {
    background: url(../img/assets/banners/hero-ryzen.jpg) no-repeat center
      center;
    background-size: cover;
    background-attachment: scroll;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .fullscreenMenu,
  .landingfullscreenMenu {
    display: none;
  }

  .landingNav {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    padding: 0 5%;
  }

  .landingNavList {
    display: block;
    list-style: none;
    padding: 0px;
    display: flex;
    margin-bottom: 0px;
  }

  .landingNavList li {
    text-transform: uppercase;
    font-family: "Klavika-Medium-Condensed";
    padding-left: 20px;
  }

  .landingNavList li a {
    color: #888;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
  }

  .landingNavList li a:hover {
    color: black;
    position: relative;
  }

  .extraPadding {
    padding: 00px 0px;
  }

  iframe {
    height: 250px;
  }

  img,
  video {
    width: 80% !important;
    object-fit: contain;
    margin: 0 auto;
  }

  .performanceChart {
    width: 200% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .performanceChart li {
    width: 50% !important;
  }

  .performanceChart li img {
    width: 100% !important;
  }

  .menuIcon {
    display: none;
  }

  .navList {
    display: block;
    list-style: none;
    padding: 0px;
    color: white;
    display: flex;
    text-transform: uppercase;
    font-family: "Klavika-Medium-Condensed";
    margin-bottom: 0px;
  }

  .navList li {
    font-size: 20px;
    padding-left: 20px;
    letter-spacing: 0px;
  }

  .navlink {
    text-decoration: none;
    color: #555;
  }

  .navlink.active,
  .navlink:hover {
    color: white;
    text-decoration: none;
  }

  .menuIcon_Blk {
    display: none;
  }

  .ryzenRopeCopy {
    width: 350px;
    height: 300px;
    display: block;
    background: url(../img/assets/banners/RyzenPRO_Rope.svg) no-repeat center
      left;
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycChip {
    background-position: left center;
  }

  .epycChipCopy {
    width: 500px;
    height: 300px;
    background: url(../img/assets/banners/v2/bladesCopy_wide.svg) no-repeat
      center right;
    transform: translate(-70%, -50%);
    left: 70%;
    top: 50%;
  }

  .epycSolarCopy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/epyc_solar.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro2Copy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/ryzenPRO_2.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro1Copy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/ryzenPRO_1.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .survivalCopy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/survival_mob.svg) no-repeat center
      left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .scaleDown {
    transform: scale(0.8);
  }

  .newInfographics {
    background: url(../img/assets/banners/galaxy-lg.jpg) no-repeat center center;
    background-size: cover;
  }

  .thinkProducts {
    flex-direction: row;
  }

  .thinkpad,
  .thinkStation {
    height: 50vh;
  }

  .tigerCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Tiger_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .baloonCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Baloon_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .bobCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Bob_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .f1Copy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/F1_Copy.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .waveCopy {
    width: 550px;
    height: 250px;
    background: url(../img/assets/banners/v2/Wave_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .performanceChart li img {
    width: 80% !important;
  }

  .mainLogo {
    position: relative !important;
    left: 0px;
  }

  .landingFold {
    height: 60vh;
  }

  .threadripper_copy {
    height: 300px;
    right: 10%;
    background-position: right;
  }

  .footnotesList ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .ryzenRopeCopy {
    width: 350px;
    height: 300px;
    display: block;
    background: url(../img/assets/banners/RyzenPRO_Rope.svg) no-repeat center
      left;
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycSolarCopy {
    width: 450px;
    height: 400px;
    background: url(../img/assets/banners/epyc_solar.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycSolarCopy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/epyc_solar.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro2Copy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/ryzenPRO_2.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro1Copy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/ryzenPRO_1.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .survivalCopy {
    width: 350px;
    height: 300px;
    background: url(../img/assets/banners/survival_mob.svg) no-repeat center
      left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .landingNavList li a {
    font-size: 18px;
  }

  .lionCopy {
    left: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: auto;
    right: 20%;
  }

  .lionBG {
    height: 60vh;
  }

  .morePowerCopy,
  .increasedPowerCopy {
    width: 80%;
  }

  .increasedPowerCopy {
    left: 0px;
  }

  .tigerCopy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/Tiger_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 10%;
    top: 50%;
  }

  .baloonCopy {
    width: 550px;
    height: 300px;
    background: url(../img/assets/banners/v2/Baloon_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 10%;
    top: 50%;
  }

  .bobCopy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/Bob_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 10%;
    top: 50%;
  }

  .f1Copy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/F1_Copy.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 10%;
    top: 50%;
  }

  .waveCopy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/Wave_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 10%;
    top: 50%;
  }

  .mainLogo {
    height: 150px;
    width: 180px;
  }

  .landingNav {
    height: 100px;
  }
}

/*// large desktops, 1600px and up)*/
@media (min-width: 1600px) {
  .ryzenRopeCopy {
    width: 450px;
    height: 400px;
    display: block;
    background: url(../img/assets/banners/RyzenPRO_Rope.svg) no-repeat center
      left;
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .epycSolarCopy {
    width: 450px;
    height: 400px;
    background: url(../img/assets/banners/epyc_solar.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro2Copy {
    width: 450px;
    height: 400px;
    background: url(../img/assets/banners/ryzenPRO_2.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .ryzenPro1Copy {
    width: 450px;
    height: 400px;
    background: url(../img/assets/banners/ryzenPRO_1.svg) no-repeat center left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .survivalCopy {
    width: 450px;
    height: 400px;
    background: url(../img/assets/banners/survival_mob.svg) no-repeat center
      left;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
  }

  .landingNav {
    height: 100px;
  }

  .landingSliders,
  #mainSlider {
    width: 90%;
    height: -moz-calc(100vh - 150px);
    height: -webkit-calc(100vh - 150px);
    height: calc(100vh - 150px);
    margin: 0 auto;
    position: relative;
    background: black;
    display: block;
  }

  #mainSlider {
    width: 100%;
  }

  iframe {
    height: 300px;
  }

  .lionBG {
    height: 60vh;
    background-position: top left;
  }

  .lionCopy {
    width: 500px;
    height: 400px;
  }

  .newInfographics {
    background: url(../img/assets/banners/galaxy-xl.jpg) no-repeat center center;
    background-size: cover;
  }

  .tigerCopy {
    width: 550px;
    height: 450px;
    background: url(../img/assets/banners/v2/Tiger_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .baloonCopy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/Baloon_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .bobCopy {
    width: 550px;
    height: 450px;
    background: url(../img/assets/banners/v2/Bob_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .f1Copy {
    width: 550px;
    height: 350px;
    background: url(../img/assets/banners/v2/F1_Copy.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }

  .waveCopy {
    width: 550px;
    height: 450px;
    background: url(../img/assets/banners/v2/Wave_Copy.png) no-repeat center
      right;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    right: 20%;
    top: 50%;
  }
}

/******update on Aug 20***/

.tiger {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/assets/banners/v2/Tiger.jpg) no-repeat center center;
  background-size: cover;
}

#mainSlider .tigerCopy {
  width: 80%;
  height: 300px;
  position: absolute;
  transform: translateY(-50%);
  right: 2%;
  background-position: center right;
}

.baloonBG {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/assets/banners/v2/Baloon.jpg) no-repeat center center;
  background-size: cover;
}

#mainSlider .baloonCopy {
  width: 80%;
  height: 300px;
  position: absolute;
  transform: translateY(-50%);
  right: 2%;
  background-position: center right;
}

.f1bg {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/assets/banners/v2/F1.jpg) no-repeat center center;
  background-size: cover;
}

.turbine {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/assets/banners/v2/turbine.jpg) no-repeat center center;
  background-size: cover;
}

#mainSlider .baloonCopy {
  width: 80%;
  height: 300px;
  position: absolute;
  transform: translateY(-50%);
  right: 2%;
  background-position: center right;
}

.hciAndVirtual .row,
.dataAndAnalytics .row,
.highPerformanceComputing .row {
  align-items: flex-start !important;
}

.activeButton {
  border: 1px solid black;
  text-decoration: none;
}

.tabsText:hover {
  border: 1px solid black;
  text-decoration: none;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .tiger {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/assets/banners/v2/Tiger.jpg) no-repeat center right;
    background-size: 130%;
  }

  #mainSlider .tigerCopy,
  #mainSlider .baloonCopy {
    width: 80%;
    height: 200px;
    position: absolute;
    transform: translateY(-50%);
    left: 2%;
    background-position: center right;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .tiger {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/assets/banners/v2/Tiger.jpg) no-repeat center center;
    background-size: cover;
  }

  #mainSlider .tigerCopy,
  #mainSlider .baloonCopy {
    width: 80%;
    height: 350px;
    position: absolute;
    transform: translateY(-50%);
    right: 2%;
    left: auto;
    background-position: center right;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #mainSlider .tigerCopy,
  #mainSlider .baloonCopy {
    width: 80%;
    height: 300px;
    right: 10%;
    left: auto;
  }
}

/***** UPDATES - 5th Aug 2022 ****/
.mainBanners {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  position: relative;
}

.twaCopy {
  background: none;
}

/* updates commercial-client- 31st oct 2023 */
#youtube-wizard1 {
  height: 300px !important;
}
.youtube-wizard1 {
  height: 300px !important;
}
.youtube-section .sideHeadings {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 5px;
}
.youtube-section p {
  margin: 3px 0 10px;
}
.youtube-section ul {
  list-style: square outside none;
  margin-left: 20px;
  padding: 0;
}
.youtube-section ul li {
  font-size: 14px;
  margin: 4px 0;
}
.ryzen6000Wrap .ryzen6000Content {
  margin: 0;
}
.ryzen6000Wrap .copyArea {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.ryzen6000Wrap .imageArea {
  padding-left: 15px;
  padding-right: 15px;
}
#compare .table {
  padding-left: 15px;
  padding-right: 15px;
}
.ryzen6000Wrap .copyArea h2 {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 5px;
  font-family: "Klavika-Medium-Condensed" !important;
}
.ryzen6000Wrap .copyArea .subCopyPara {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Klavika Light Condensed" !important;
}

.ryzen6000Wrap .copyArea .subPoints {
  font-size: 14px;
  color: #000;
}
.plutonBtn {
  margin: 30px auto 0px;
}
.youtube-section-content {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (min-width: 992px) {
  .partners .col-lg-3 {
    flex: 0 0 11%;
    max-width: 11%;
  }
  .partners .col-lg-3 img {
    width: 100% !important;
  }
  .client-logo a {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .contentSections.youtube-section {
    padding: 20px 30px;
  }
  #youtube-wizard1 {
    height: 190px !important;
  }
  .youtube-wizard1 {
    height: 190px !important;
  }
  .youtube-section a {
    margin-bottom: 20px;
  }
  .footnotesList {
    word-wrap: break-word;
  }
  .otherlandingFooter ul li::after {
    display: none;
  }
  .otherlandingFooter ul {
    flex-direction: column;
  }
}

/* updates workstation-client- 22nd nov 2023 */
.watchVideoCTA {
  font-weight: 500;
  padding: 7px 15px;
  font-size: 18px;
  text-decoration: none !important;
  min-width: 200px;
  max-width: 100%;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

.watchVideoCTA:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid black;
}

/* comparison chart */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.field__item {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-top: 20px;
}

.Threadripper-iframe {
  height: 290px !important;
}

/* new */
.comparison-chart {
  position: relative;
}

.comparison-chart .text h3,
.comparison-chart .text .driver .field--name-name,
.driver .comparison-chart .text .field--name-name {
  font-weight: 700;
  text-align: left;
  display: inline-block;
  font-family: "Klavika Light Condensed";
}

.comparison-chart .text h3 span,
.comparison-chart .text .driver .field--name-name span,
.driver .comparison-chart .text .field--name-name span {
  vertical-align: super;
  font-size: 60%;
}

.comparison-chart .chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 15px;
  margin-bottom: 35px;
}

.comparison-chart .chart-wrapper.legend-below .legend {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 40px 0 0 0;
}

.comparison-chart .chart-wrapper.legend-below .chart {
  margin: 0 !important;
}

.comparison-chart .chart-wrapper .legend {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.comparison-chart .chart-wrapper .legend .legend-item .legend-color {
  height: 25px;
  width: 25px;
  margin-right: 5px;
  float: left;
}

.comparison-chart .chart-wrapper .legend .legend-item .legend-text {
  padding-right: 15px;
  float: left;
}

.comparison-chart .chart-wrapper .chart-container {
  position: relative;
}

.comparison-chart .chart-wrapper .chart-container .chart {
  margin: 0 auto;
  height: auto;
  position: relative;
  width: 100%;
}

.comparison-chart .chart-wrapper .chart-container .chart .chart-content {
  overflow: hidden;
  position: relative;
}

.comparison-chart .chart-wrapper .chart-container .chart .scale {
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  display: block;
  z-index: 1;
}

.comparison-chart .chart-wrapper .chart-container .chart .scale div {
  height: 100%;
  border-right: 1px dashed #a6a6a6;
  float: left;
  position: relative;
}

.comparison-chart .chart-wrapper .chart-container .chart .scale div span {
  position: absolute;
  bottom: -22px;
  font-size: 10px;
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .scale
  div:first-child
  span {
  min-width: 30px;
  left: -12px;
}

.comparison-chart .chart-wrapper .chart-container .chart .scale div:last-child {
  display: none;
}

.comparison-chart .chart-wrapper .chart-container .chart .chart-item {
  padding-top: 8px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item:first-child {
  padding-top: 0;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item:first-child
  .chart-group {
  padding-top: 0;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  .chart-group {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  .chart-group
  span {
  vertical-align: super;
  font-size: 60%;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  .bar-label {
  padding-top: 10px;
  font-size: 16px;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  .bar-label:first-child {
  padding-top: 0;
}

.comparison-chart .chart-wrapper .chart-container .chart .chart-item div.score {
  width: 1px;
  height: 35px;
  font-size: 16px;
  line-height: 36px;
  padding-right: 8px;
  text-align: right;
  margin-top: 2px;
  color: white;
}

.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  div.score.dark-text,
.comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  .partner-webinars
  div.score.partner-webinar,
.partner-webinars
  .comparison-chart
  .chart-wrapper
  .chart-container
  .chart
  .chart-item
  div.score.partner-webinar {
  color: black;
}

@media only screen and (max-width: 767px) {
  .comparison-chart
    .chart-wrapper
    .chart-container
    .chart
    .chart-item
    div.score {
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.comparison-chart .field--name-field-paragraph-link {
  text-align: left;
}

.comparison-chart.text-center .text,
.node--type-amd-game-page .comparison-chart#game-logos .text,
.comparison-chart.pagination .text,
ul.comparison-chart.pager__items .text,
.paragraph ul.comparison-chart.pager .text,
.comparison-chart.js-pager__items .text {
  text-align: center;
}

.comparison-chart.text-center .field--name-field-paragraph-link,
.node--type-amd-game-page
  .comparison-chart#game-logos
  .field--name-field-paragraph-link,
.comparison-chart.pagination .field--name-field-paragraph-link,
ul.comparison-chart.pager__items .field--name-field-paragraph-link,
.paragraph ul.comparison-chart.pager .field--name-field-paragraph-link,
.comparison-chart.js-pager__items .field--name-field-paragraph-link {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .chart .legend > span {
    font-size: 14px;
  }

  .chart .legend > span span {
    height: 20px;
    width: 20px;
  }

  .chart .chart-item span {
    font-size: 14px;
  }

  .chart .chart-item div.score {
    height: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .chart .legend > span {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .chart .legend > span span {
    height: 15px;
    width: 15px;
  }

  .chart .chart-item span {
    font-size: 12px;
  }

  .chart .chart-item div.score {
    height: 15px;
    font-size: 10px;
  }

  .chart .scale {
    height: 65%;
  }
}

@media (min-width: 1921px) {
  .chart {
    max-width: 1920px;
  }
}

.paragraph.chart-animate .chart-item {
  overflow: hidden;
}

.paragraph.chart-animate .chart-item div.score {
  margin-left: -100%;
}

.claim-selector {
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .paragraph--type--claim {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .threadripper_video .row {
    flex-direction: column-reverse;
  }
  .Threadripper-iframe {
    height: 185px !important;
  }
  .field__item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .text {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
