@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900;1000&display=swap');

* {
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif !important;
}

body {
  font-family: 'Nunito', sans-serif !important;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  background-color:#000000;
  max-width:1920px;
  margin-left:auto; margin-right:auto;
  border-right: 1px solid #0a0a0a;
  border-left: 1px solid #0a0a0a;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
}



.Blockstyle .button {
  padding: 8px 28px;
  border-radius: 90px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.Blockstyle .button:hover {
  background-color: #000000;
  color: #ffffff;
}



h1 {
 
}

.where01, .where02, .where03, .where07, .where08, .where09 {border-width:1px; border-style:solid;}

.where01 {border-color:#ff0000;}
.where02 {border-color:#00ff00;}
.where03 {border-color:#0000ff;}
.where04 {border-color:#ff00ff;}
.where05 {border-color:#00ffff;}
.where06 {border-color:#ffff00;}

.where07 {background-color:#ff0000;}
.where08 {background-color:#00ff00;}
.where09 {background-color:#0000ff;}
.where10 {background-color:#ff00ff;}
.where11 {background-color:#00ffff;}
.where12 {background-color:#ffff00;}

.color-red500    {color:#c1372d;}
.color-red900    {color:#e40000;}
.color-orange    {color:#ff6514;}
.color-blue500   {color:#224155;} .bg-blue500    {background-color:#224155;}
.color-yellow500 {color:#ebb020;} .bg-yellow500  {background-color:#ebb020;}
.color-grey000   {color:#ffffff;} .bg-grey000    {background-color:#ffffff;}
.color-grey100   {color:#f5f5f5;} .bg-grey100    {background-color:#f5f5f5;}
.color-grey200   {color:#737373;} .bg-grey200    {background-color:#737373;}
.color-grey500   {color:#454545;} .bg-grey500    {background-color:#454545;}
.color-grey900   {color:#000000;} .bg-grey900    {background-color:#000000;}

/* Standard FONT Sizing */
.text-65 {font-size: 25px;}
.text-58 {font-size: 58px;}
.text-48 {font-size: 48px;}
.text-39 {font-size: 48px;}
.text-36 {font-size: 36px;}
.text-24 {font-size: 24px;}
.text-20 {font-size: 20px;}
.text-18 {font-size: 18px;}
.text-16 {font-size: 16px;}
.text-14 {font-size: 14px;} /* DEFAULT BODY SIZE */
.text-12 {font-size: 12px;}
.text-10 {font-size:10px;}
.text-9 {font-size:9px;}

.weight-300 {font-weight:300; font-style: normal;} 
.weight-600 {font-weight:600;}
.weight-700 {font-weight:700;}
.weight-400 {font-weight:400; font-style:normal!important;}


.text-right {text-align:right;}
.text-center {text-align:center;}
.text-left {text-align:left;}
.text-top {vertical-align: text-top;}

.bold {font-weight:bold;}
.normal {font-weight:normal;}
.titlecase { text-transform: capitalize;}

.block {display:block;}
.mblock, .mobile-img {display:none!important;}


/* special display formatting */
.fleft	{float:left;}
.fright {float:right;}
.fclear {clear:both;}
.fcenter  {clear:both; float:none!important; margin-left:auto!important; margin-right:auto!important;}

.lh100 {line-height:100%!important;}
.lh110 {line-height:110%!important;}
.lh120 {line-height:120%!important;}
.lh130 {line-height:130%!important;}
.lh140 {line-height:140%!important;}
.lh170 {line-height:170%!important;}

.format5, .format10, .format15, .format20, .format25, .format30, .format33,
.format35, .format40, .format45, .format50, .format55, .format60, .format65, 
.format66, .format70, .format75, .format80, .format85, .format90, .format95, 
.format100 {box-sizing: border-box;}

.format5 {width:5%;}
.format10 {width:10%;}
.format15 {width:15%;}
.format20 {width:20%;}
.format25 {width:25%;}
.format30 {width:30%;}
.format33 {width:33.3%;}
.format35 {width:35%;}
.format40 {width:40%;}
.format45 {width:45%;}
.format50 {width:50%;}
.format55 {width:55%;}
.format60 {width:60%;}
.format65 {width:65%;}
.format66 {width:66.6%;}
.format70 {width:70%;}
.format75 {width:75%;}
.format80 {width:80%;}
.format85 {width:85%;}
.format90 {width:90%;}
.format95 {width:95%;}
.format100 {width:100%;}
.formatauto {width:auto;}

/* Padding */
   /* Standard padding */
   .pad0 {padding: 0px;}
   .pad1 {padding: 1px;}
   .pad2 {padding: 2px;}
   .pad3 {padding: 3px;}
   .pad4 {padding: 4px;}
   .pad5 {padding: 5px;}
   .pad6 {padding: 6px;}
   .pad7 {padding: 7px;}
   .pad8 {padding: 8px;}
   .pad9 {padding: 9px;}
   .pad10 {padding: 10px;}
   .pad12 {padding: 12px;}
   .pad15 {padding: 15px;}
   .pad16 {padding: 16px;}
   .pad20 {padding: 20px;}
   .pad40 {padding: 40px;}

    .killpadl {padding-left: 0px;}
   .killpadr {padding-right: 0px;}
   .killpadt {padding-top: 0px;}
   .killpadb {padding-bottom: 0px;}

.underlined {
  border-bottom: 1px solid white;
	text-transform: capitalize;
	font-size: 26px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #ffffff;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -1px;
}
.hero-text-box {
  width: 1070px;
  margin-bottom: 40px;
  padding: 15px 20px 10px 20px;
  background-color: #fff;
}
.hero-text-box.mobile-hero-text-box {
  display: none;
}
.hero {
  width: 100%;
  background: #000;
  background-position: center;
  height: auto;
  position: relative;
  height: auto;
  border-bottom: 1px solid #333;
}

.hero .mobile-img{
	width:100%;
	height: auto;
}
.hero-mobile-img {
  display: none;
}
.hero .call-out {
  padding: 25px 25px 25px 25px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+30,0.8+51,0.66+69,0.71+90,0.5+100 */
  background: #ffffff;
  /*  display: flex; so can put copy and image in same row */
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 65px; /* must match height of amd arrow */
  margin-right:510px!important;

}
.hero .call-out .copy {
  flex: 0 1 80%;
  align-self: center;
  /* padding-right: 20px; */
}
.hero .call-out .copy p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
}
.hero .call-out .logo {
  
  align-self: center;
  padding-right: 0;
  border-right: 2px solid #000000;
}
.hero .call-out .logo img {
  padding-top: 0px;
  vertical-align: baseline;
  padding-right: 30px;
}
.hero .call-out-box {
  position: absolute;
  /* bottom: 50%; */
  top: 1%;
  left: 15%;
  transform: translate(5%, 20%);
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: flex-end;
  width: 39%; /* includes arrow width */
  min-width: 1000px;
}
.hero .call-out-box img.amd-arrow {
  flex-shrink: 0;
  width: 65px; /* controls size of amd arrow */
}
.mobile-img, .fnatic-mobile-img, .products-RyzenRadeon-mobile-img, .Ryzen-Processors-mobile-img,  .fidelity-mobile-img, .Radeon-Graphics-mobile-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fnatic-mobile-img, .products-RyzenRadeon-mobile-img, .Ryzen-Processors-mobile-img, .fidelity-mobile-img, .Radeon-Graphics-mobile-img {
  display: none;
}
@media (max-width: 2400px) {
	
	
}
@media (max-width: 2200px) {

	
}
@media (max-width: 1920px) {

}
@media (max-width: 1700px) {
  .hero .call-out-box {left:0%;}
}
@media (max-width: 1500px) {
  .hero .call-out-box {left:0%;}
}
@media (max-width: 1330px) {
  .section-content3.intro { padding: 20px 4%!important;}
  .section-content3 .mtext-24 {font-size: 24px; line-height: 29px;}

  .mpoof {display:none!important;}
  .minblock {display:inline-block!important;}
  .mblock, .mobile-img {display:block!important; margin: 0 auto;}

  
  .hero .call-out {margin-right:0px!important;}

  .hero .call-out .logo {flex: 0 1 30%;}
    .hero {height: auto;background: #000;}
    .hero-mobile-img {display: block;}
    .hero .mobile-img {display: none;}
    
    .hero .call-out-box {
      transform: none;
      position: relative;
      margin: 0 auto;
      top: 0;
      left: 0%;
      justify-content: center;
      width: 75%;
      min-width: inherit;
      margin-top: -10px;
      margin-bottom:20px;
    }
  
    .hero .call-out .logo img {
      padding-left: 20px;
    }
}
@media (max-width: 1150px) {


	
}
@media (max-width: 991px) {

  .section-content2.intro {padding: 40px 10% 40px!important;}


  
/* Standard FONT Sizing */
.mtext-48 {font-size: 48px;}
.mtext-36 {font-size: 36px;}
.mtext-24 {font-size: 24px;}
.mtext-20 {font-size: 20px;}
.mtext-18 {font-size: 18px;}
.mtext-16 {font-size: 16px;}
.mtext-14 {font-size: 14px;} /* DEFAULT BODY SIZE */
.mtext-12 {font-size: 12px;}
.mtext-10 {font-size:10px;}
.mtext-9 {font-size:9px;}




	br.hide-break{
		display: block;
	}
}
@media (max-width: 767px) {
	.hero .call-out-box {
  bottom: 8%;
  left: 0%;
  width: 30%; /* includes arrow width */
	  min-width: 520px;
		margin-top: 0px;
}
  .hero .call-out {
    flex-direction: column;
  }
  .hero .call-out .logo {
    margin-top: 20px;
    border-left: 0px;
  }
  br.hide-break {
    display: none;
  }
}
@media (max-width: 479px) {
	.hero .call-out-box {
  bottom: 8%;
  left: 0%;
  width: 30%; /* includes arrow width */
	  min-width: 400px;
		margin-top: 0px;
}
.section-content3 .mtext-24 {font-size: 30px; line-height: 25px;}
.mstext-36 {font-size:36px!important;}
.msformat100 {width:100%;}
.mskillBStroke, .mskillBStroke img {border-width:0px!important; background-color:transparent!important;}
.mstext-center {text-align:center!important;}
.mspad0, .mspad0 img {padding-left:0px!important; padding-right:0px!important;}
  
}
.hero-info {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 310px; /* move box down below faces */
}
.hero-wrapper {
  width: 100%;
  max-width: 1100px;
}




.intro {
  text-align: center;
}
.intro-logos {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.intro .heading-2-center {
  margin-top: 20px;
}
.paragraph-intro-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-intro {
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.paragraph-DIRT {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  width: 62%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.intro .project-sku-row {
  border-top: 2px solid #333;
  margin-top: 20px;
}
.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}
.section-wrapper.align-center {
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
}
.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.25px;
}
.heading-2.white {
  color: #fff;
}
sup {
  font-size: 60%;
}
.t1 {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
}
.section-content {
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #333;
  background-color: #000;
}


.section-content.hero {
  display: flex;
  display: -ms-flexbox;
  padding: 0px!important;
  align-items: center;
  background-position: 0px 0px;
  background-size: cover;
  min-height: 400px;
  border-bottom: 0px solid #000000;
}

.section-content.intro {
  display: flex;
  align-items: top;

  display: -ms-flexbox;
  padding: 40px 50px;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/41276-M-hero2.jpg);
  background-position: 0px 0px;
  background-size: cover;
  border-bottom: none;
  min-height: 750px;
  border-bottom: 1px solid #333;
}

.section-content2.intro {
  padding: 80px 15% 40px;
  flex-direction: column;
  align-items: top;
  background-image: url(../images/231857912-M_Game_On_AMD_GTM_LandingPage_03.jpg);
  background-position: 75% top;
  background-size: cover;
  border-bottom: none;
  min-height: 800px;
  
  border-bottom: 1px solid #333;
}

.section-content3.intro {
  padding: 0px 15% 0px;
  flex-direction: column;
  align-items: top;
  background-image: url(../images/intro-bg.jpg);
  background-position: 75% top;
  background-size: auto 100%;
  border-bottom: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}


.Radeon-Graphics .section-wrapper .content-box {
  max-width: 510px;
  padding: 75px 0 50px 0;
}
.Radeon-Graphics-footer {
  text-align: right;
  right: 10px;
  bottom: 10px;
  margin-left: auto;
}
.Ryzen-Processors .section-wrapper, .products-RyzenRadeon .section-wrapper, .fidelity .section-wrapper  {
  max-width: 1400px;
}
.Ryzen-Processors .section-wrapper .content-box {
  max-width: 510px;
  padding: 75px 0 50px 0;
}
.fidelity .section-wrapper .content-box {
  max-width: 510px;
  padding: 75px 0 50px 0;
}
.products-RyzenRadeon .section-wrapper .content-box {
  max-width: 510px;
  padding: 50px 0 50px 0;
}

@media (max-width: 991px) {
  
	.fidelity .hide-break, .products-RyzenRadeon .hide-break, .Ryzen-Processors .hide-break, .Radeon-Graphics .hide-break{
		 display: none;
	}
	
  .section-content.products-RyzenRadeon {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.products-RyzenRadeon .content-box {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .section-content.products-RyzenRadeon img.mobile-img, .products-RyzenRadeon-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-content.Ryzen-Processors {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
	  .section-content.fidelity {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
	.section-content.fidelity .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .section-content.Ryzen-Processors .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .section-content.Ryzen-Processors img.mobile-img, .Ryzen-Processors-mobile-img, .section-content.fidelity img.mobile-img, .fidelity-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-content.Radeon-Graphics {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.Radeon-Graphics .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .section-content.Radeon-Graphics img.mobile-img, .Radeon-Graphics-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-content.fnatic {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.fnatic .content-box {
    max-width: 100%;
    margin: 0;
  }
  .section-content.fnatic .content-box .paragraph-DIRT {
    width: 100%;
  }
  .section-content.fnatic img.mobile-img, .fnatic-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .paragraph-intro {
    width: 100%;
  }
}
.section-content.immersive-gaming {
  background-image: url('../images/ghost-recon-monitor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.section-product.immersive-gaming {
  background-image: url('../images/ghost-recon-monitor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .section-content.immersive-gaming {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/ghost-recon-monitor.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .Ryzen-Processors .section-wrapper .content-box,   .fidelity .section-wrapper .content-box {
    max-width: 100%;
  }
  .Radeon-Graphics .section-wrapper .content-box {
    max-width: 100%;
  }
  .products-RyzenRadeon .section-wrapper .content-box {
    max-width: 100%;
  }
}
.section-product {
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/section_9_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/section_9_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}
.heading-3.white {
  color: #fff;
}
@media (max-width: 767px) {
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
  br.line-break {
    display: none;
  }
  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.content-box {
  max-width: 490px;
  align-self: auto;
}
.section-content.product-skus-footer {
  background-image: url('../images/product-skus-footer-bg.jpg');
  background-position: center top;
  background-size: cover;
  border-bottom: none;
  padding-top: 0px;
  
}
@media (max-width: 1150px) {
  .section-content.Radeon-Graphics {
    background-position: 45% 50% !important;
  }
  .section-content.Ryzen-Processors {
    background-position: 45% 50% !important;
  }
	.section-content.fidelity {
    background-position: 45% 50% !important;
  }
  .section-content.products-RyzenRadeon {
  background-position: 45% 50% !important;
}
}
@media (max-width: 1300px) {
  .section-content.Radeon-Graphics {
    
  }
  .section-content.Ryzen-Processors {
    background-position: 55% 50% !important;
  }
	 .section-content.fidelity {
    background-position: 55% 50% !important;
  }
  .section-content.products-RyzenRadeon {
    
  }
}
@media (max-width: 1500px) {
  .section-content.Radeon-Graphics {
   
  }
  .section-content.Ryzen-Processors {
   
  }
  .section-content.products-RyzenRadeon {
    
  }
}
@media (max-width: 1900px) {
  .section-content.product-skus-footer {
    background-size: cover;
  }
}
.section-content.product-skus-footer .section-title {
  border-bottom: 1px solid #4a4b4c;
  /*opacity: 0.8;*/
  opacity: 1.0;
  width: 100%;
}
.section-content.product-skus-footer .section-title h1 {
  text-align: center;
}
.section-content.product-skus-footer .section-wrapper.first {
  padding-top: 15px;
  border-bottom: 1px solid #4a4b4c;
  /*opacity: 0.8;*/
  opacity: 1.0;
  width: 100%;
}
.section-content.product-skus-footer .section-wrapper {
  padding-top: 40px;
}
.section-content.product-skus-footer .section-wrapper img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.section-content.product-skus-footer .grid .product span, .product span {
  color: #fff;
  text-align: center;
}
.section-content.product-skus-footer .grid .product span.title, .product span.title {
  color: #fff;
  font-weight: 700;
}
.grid {
  margin-left: auto;
	margin-right: auto;	
  margin-top: 30px;
  margin-bottom: 50px;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  align-items: center;
  justify-content: center;
}
.product {
  display: flex;
  max-width: 271px;
  flex-direction: column;
  align-items: center;
}
.product-img {
  margin-bottom: 20px;
}
.image-7 {
  margin-bottom: 20px;
}
.product .button {
  margin-top: 15px;
  padding: 8px 28px;
  border-radius: 90px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.product .button:hover {
  background-color: #fff;
  color: #000;
}
.footnotes {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}
.footnotes a, .chart-footnotes a {
  color: #fff;
  text-decoration: none;
}
.heading-2-center {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.heading-2-center.white {
  display: block;
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
}
.content-box-center {
  max-width: none;
}
.grid-3 {
  position: static;
  overflow: visible;
  width: 80%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.column {
  padding-left: 10px;
}
.column-2 {
  padding-left: 10px;
}
.qualify-heading {
  margin-top: 20px;
  padding-right: 10px;
  color: #fff;
  font-size: 20px;
}
.image-8 {
  margin-bottom: 30px;
}
.game-pass-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 490px;
  clear: none;
  align-self: flex-start;
}
table.chart {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
table.chart td {
  color: #ffffff;
  padding: 10px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  width: 25%;
}
table.chart td:first-child {
  border-left: none;
}
table.chart td:last-child {
  border-right: none;
}
table.chart .header-row {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  background-color: #212121;
}
table.chart .header-row td {
  padding-top: 35px;
  padding-bottom: 10px;
}
table.chart .chart-check {
  vertical-align: top;
}
table.chart .chart-body, table.chart .chart-check {
  text-align: center;
}
table.chart p.chart-footnotes {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
table.chart .label-row {
  border-bottom: 1px solid #333;
}
table.chart .dark-row {
  background-color: #141414;
}
table.chart .light-row {
  background-color: #212121;
}
.chart-title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
td > div {
  position: relative;
  padding: 0px;
}
.chart-addition {
  position: absolute;
  top: 50%;
  right: -34px;
  padding: 0px;
}
table.chart .title-row td {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px;
  border-bottom: 1px solid #333;
}
.grid-4 {
  display: grid;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}
.grid-5 {
  margin-top: 23px;
  align-self: stretch;
  grid-template-rows: auto;
}
.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px;
  flex-direction: column;
}
.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.test.align-right {
  align-items: flex-end;
}
.test.align-center {
  max-width: none;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
}
.image-10 {
  margin-bottom: 13px;
}
.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.grid-6 {
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.line {
  display: flex;
  min-width: 380px;
  flex-direction: column;
}
.div-block-5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
}
.div-block-6 {
  width: 1px;
  margin-right: 56px;
  margin-left: 56px;
  background-image: repeating-linear-gradient(180deg, #000, #4e4e4e 50%, #000);
}
.dev-logos {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-info {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .content-box {
    max-width: 390px;
  }
  .content-box-center {
    max-width: 390px;
  }
  .grid-4 {
    width: 100%;
    justify-items: stretch;
  }
}
@media (max-width: 767px) {
  
  .hero-text-box.mobile-hero-text-box {
    display: block;
    max-width: 575px;
    margin-bottom: 0px;
  }
  .hero-info {
    display: none;
  }
  .section-content.intro {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-wrapper.align-right {
    align-items: center;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 29px;
  }
  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-box {
    max-width: none;
  }
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin-bottom: 20px;
  }
  .heading-2-center {
    font-size: 25px;
    line-height: 29px;
  }
  .content-box-center {
    max-width: none;
  }
  .game-pass-container {
    width: 100%;
  }
  .grid-4 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .hero .call-out {
    padding: 20px !important;
  }
  .hero .call-out .logo {
    align-self: auto !important;
  }
  .hero .call-out .logo img {
    padding-left: 0px;
    max-width: 426px;
  }
}
@media (max-width: 479px) {
  .hero-text-box.mobile-hero-text-box {
    margin-bottom: 0px;
  }
  
  .t1 {
    overflow: visible;
    width: 100%;
    float: none;
  }
  .section-content {
    padding: 40px 30px;
  }
  
  
}

.win11 .section-wrapper {
    max-width: 1400px;
}

.win11 .section-wrapper .content-box {
    max-width: 425px;
}

@media (max-width: 767px) {
    .win11 .section-wrapper .content-box {
        max-width: 100%;
    }
}

.section-content.win11 {
  background-image: url('../images/2022-02-windows-11.jpg');
    background-position: 50% 50%;
    background-size: cover;
    min-height: 721px;  /* actual height */
}

@media (max-width: 991px) {
  .section-content.win11 {
      background-position: 60% 50%;
      background-size: auto, cover;
      min-height: 420px;
  }

  .section-content.win11 {
    background-position: 20% 50%;
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/2022-02-windows-11-mobile.jpg');
  }
}

@media (max-width: 767px) {
  
}

.section-content.win11 .content-box img {
      padding-top: 30px; 
}