@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap');

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

/*GENERAL*/
img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}


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

.body {
  background-color: #000;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 38px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -1px;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.content-box {
  max-width: 700px;
  align-self: auto;
}


/*MODULE HERO*/
.ModuleHero4 .section-wrapper4 {
  max-width: 1700px;
}

.section-content4.ModuleHero4 {
  background-image: url('../images/Hero-Avatar.jpg');
  background-repeat: no-repeat;
  background-position: 240% 50%;
  background-size: cover;
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  min-height: 500px;
}

.ModuleHero-mobile-img {
  display: none;
}

.section-content4.ModuleHero4 {
  min-height: 500px;
}

.section-wrapper4 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}





@media (max-width: 2020px) {
  .section-content4.ModuleHero4 {
    background-position: 40% 50%;
  }
}

@media (max-width: 1920px) {
  .section-content4.ModuleHero4 {
    background-position: 60% 50%;
  }
}

@media (max-width: 1250px) {
  .section-content4.ModuleHero4 {
    background-position: 65% 50%;
  }

  .ModuleHero4 .section-wrapper4 .content-box4 {
    max-width: 600px;
    padding: 50px 50px 50px 0px;
  }

  .Module-Heading4 {
    font-size: 90px;
    line-height: 1.05 !important;
  }

  .Module-Heading5 {
    font-size: 60px;
    line-height: 1.05 !important;
  }

  .Module-Subhead4 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }

  .Module-Heading4 {
    font-size: 86px;
  }

  .Module-Subhead4 {
    font-size: 38px;
    line-height: 40px;
  }

  .section-content4.ModuleHero4 {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .section-content4.ModuleHero4 .content-box4 {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }

  .section-wrapper4 .content-box4 {
    max-width: 100%;
  }

}













.section-wrapper4.align-right4 {
  align-items: flex-end;
}

.ModuleHero4 .section-wrapper4 .content-box4 {
  max-width: 780px;
  padding: 50px 50px 50px 0px;
}

.section-wrapper4 {
  margin-left: auto;
  margin-right: auto;
}

.Module-Heading4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 94px;
  line-height: 86px;
  margin-bottom: 0px;
}

.Module-Heading4 span {
  color: #FFF;
}

.Module-Heading5 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 63px;
  line-height: 55px;
  margin-bottom: 0px;
}

.Module-Subhead4 {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 46px;
  color: #fff;
}


/*HERO*/
.Hero-Heading {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 6vw;
  line-height: 4vw;
  padding-bottom: 10px;
}

.Hero-Heading span {
  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 24px;
}

.Hero-Subhead {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  margin-bottom: 0px;
}

.HeroOffer-container {
  display: flex;
  align-items: center;
  text-align: center;
}

.Hero-Offer {
  background-image: url('../images/Offer-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.Hero-Logo {
  margin-top: 30px;
}

.Hero-Logo {
  max-width: 207px;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.header-full {
  width: 100%;
  height: auto;
}

.Hero-Content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 40%;
}

.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;
  border-bottom: 1px solid #333;
}

.hero .mobile-img {
  width: 100%;
  height: auto;
}

.hero-mobile-img {
  display: none;
}

.mobile-img,
.Feature3-mobile-img,
.Feature2-mobile-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fnatic-mobile-img,
.products-RyzenRadeon-mobile-img,
.Feature3-mobile-img,
.Feature2-mobile-img,
.Feature1-mobile-img,
.Feature4-mobile-img,
.Feature5-mobile-img,
.Feature7-mobile-img,
.intro-GameFeature-mobile-img {
  display: none;
}

.Products .heading-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.section-content.intro {
  padding: 50px 50px;
}

.intro {
  text-align: center;
}

.intro .content-box {
  width: 100%;
  max-width: 100%;
}

.intro-logos {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.heading-2-center {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}

.paragraph-intro {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.project-sku-row {
  margin-top: 50px;
  text-align: center;
  align-items: center;
}

.products {
  background-image: url("../images/products-bg.jpg");
  background-size: cover;
}

.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1500px;
  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;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

sup {
  font-size: 60%;
}

.t1 {
  color: #fff;
  padding-bottom: 0px;
}

.section-content {
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-bottom: 1px solid #333;
}

.section-content.Feature1 {
  min-height: 500px;
}

/*FEATURES IMAGERY*/
.section-content.Feature1 {
  background-image: url('../images/Feature1-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 548px;
}

.section-content.Feature2 {
  background-image: url('../images/Feature2-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  min-height: 600px;
}

.section-content.Feature3 {
  background-image: url('../images/Feature3-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 600px;
}

.section-content.Feature4 {
  background-image: url('../images/Feature4-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 600px;
}

.section-content.Feature5 {
  background-image: url('../images/Feature5-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 600px;
}

.section-content.Feature6 {
  background-image: url('../images/Feature6-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 600px;
}

.section-content.Feature7 {
  background-image: url('../images/Feature7-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 591px;
}

.section-content.Feature8 {
  background-image: url('../images/Feature8-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 591px;
}

.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);
}

.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-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 {}

.section-content.product-skus-footer .section-wrapper img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.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;
}

.heading-4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.content-box-right {
  max-width: 700px;
  align-self: auto;
}

.content-box-right p.t1 {
  font-size: 15px;
  line-height: 21px;
}

.content-box-left {
  max-width: 700px;
  align-self: center;
}

.product {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-img {
  margin-bottom: 20px;
}

.image-7 {
  margin-bottom: 20px;
}

.button {
  margin-top: 20px;
  padding: 3px 30px 3px 30px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: 'Nunito', sans-serif !important;
  text-decoration: none;
  border: 2px solid #fff;
  font-size: 16px;
  text-align: center;
}

.button:hover {
  background-color: transparent;
  color: #fff;
}

/*FOOTNOTES*/
.footnotes {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  font-family: 'Nunito', sans-serif !important;
  text-align: left;
}

.footnotes a {
  color: #fff;
  text-decoration: none;
}

.footnotes a:hover {
  text-decoration: underline;
}

ol {
  padding-inline-start: 15px;
}

.footnotes li {
  list-style-position: outside;
  margin-bottom: 10px;
}

.content-box-center {
  max-width: none;
}

.line {
  display: flex;
  min-width: 380px;
  flex-direction: column;
}

.AMD-footer {
  background-image: url('../images/footer-bg.jpg');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.AMD-footer .TWA-logo,
.AMD-footer .button {
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-logos {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 20px;
}

div.instruction p {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  color: #000000 !important;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 18px !important;
  padding-bottom: 10px !important;
}

/*MODULE CHART*/
.ModuleChart .section-wrapper {
  max-width: 1425px;
}

/*MODULE CHART*/
.ModuleChart2 .section-wrapper2 {
  max-width: 1100px;
}

.section-wrapper2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-wrapper2 {
  margin-left: auto;
  margin-right: auto;
}



table.chart2 {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-top: 66px;
}

table.chart2 td {
  color: #ffffff;
  padding: 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

table.chart2 td:first-child {
  border-left: none;
  width: 50%;
}

/*table.chart td:nth-child(2), table.chart td:nth-child(3), table.chart td:nth-child(4) {
  width: 50%;
}*/
table.chart2 td:last-child {
  border-right: none;
}

table.chart2 .header-row {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  background-image: url('../images/chart-header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

table.chart2 .header-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}

table.chart2 .chart-check {
  vertical-align: top;
}

table.chart2 .chart-body,
table.chart2 .chart-check {
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

table.chart2 .chart-body p,
table.chart2 .chart-body-left p,
table.chart2 .chart-body-right p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 18px;
  line-height: 26px;
}

table.chart2 .chart-body-left {
  vertical-align: top;
  text-align: center;
  border-right: 0px;
  width: 25% !important;
}

table.chart2 .chart-body-middle {
  vertical-align: middle;
  text-align: center;
  border-left: 0px;
  border-right: 0px;
  min-width: 52px;
}

table.chart2 .chart-body-right {
  vertical-align: top;
  text-align: center;
  border-left: 0px;
  width: 25%;
}

table.chart2 .chart-body-left ul {
  margin: 0px;
}

table.chart2 .chart-body-left li {
  padding-bottom: 10px;
}

table.chart2 .chart-body p {
  margin-top: 15px;
  margin-bottom: 15px;
}

table.chart2 p.chart-footnotes {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

table.chart2 .label-row {}

table.chart2 .dark-row {
  background-color: #141414;
}

table.chart2 .light-row {
  background-color: #212121;
}


.chart-title2 {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
}

td>div {
  position: relative;
  padding: 0px;
}

.chart-addition2 {
  position: absolute;
  top: 50%;
  right: -34px;
  padding: 0px;
}

table.chart2 .title-row2 td {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 25px;
  border-bottom: 1px solid #333;
}

table.chart2 tr:nth-child(3) {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}



table.chart {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-top: 0px;
}

table.chart td {
  color: #ffffff;
  padding: 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.chart-title {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
}

.chart-title-main {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
  text-align: center;
  font-size: 51px;
  line-height: 51px;
  vertical-align: top;
  margin-top: 10px;
}

table.chart td:first-child {
  border-left: none;
  width: 50%;
}

table.chart .title-row {
  text-align: center;
  background-color: #141414;
}

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-image: url('../images/chart-header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

table.chart .header-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}

table.chart .chart-check {
  vertical-align: top;
}

table.chart .chart-body,
table.chart .chart-check {
  text-align: center;
  vertical-align: middle;
}

table.chart .chart-body {
  margin-top: 0px !important;
  font-size: 16px;
  line-height: 18px;
}

.chart-h1-center,
.chart-h1-right {
  font-size: 28px;
  line-height: 28px;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
  margin-bottom: 0px;
}

.chart-h1-center {
  text-align: center;
}

.chart-h1-right {
  text-align: right;
  margin-right: 10px;
}

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 {}

table.chart .dark-row {
  background-color: #141414;
  border-top: 1px solid #fff;
  height: 100px;
}

table.chart .light-row {
  background-color: #212121;
}

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;
  font-weight: 700;
  padding: 25px;
  border-bottom: 1px solid #333;
}

/***************MEDIA INQUIRIES**************/
@media (max-width: 2400px) {}

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

@media (max-width: 1920px) {
  .section-content.Feature3 {
    background-position: 0% 50% !important;
  }
}

@media (max-width: 1700px) {
  .section-content.Feature1 {
    background-position: 50% 50% !important;
  }

  .section-content.Feature3 {
    background-position: 0% 50% !important;
  }
}

@media (max-width: 1500px) {
  .section-content.Feature3 {
    background-position: 15% 50% !important;
  }

  .section-content.Feature4 {
    background-position: 5% 50% !important;
  }

  .section-content.Feature1 {
    background-position: 45% 50% !important;
  }
}

@media (max-width: 1300px) {
  .heading-1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .section-content.Feature1 {
    background-position: 60% 50% !important;
  }

  .section-content.Feature3 {
    background-position: 25% 50% !important;
  }

  .section-content.Feature4 {
    background-position: 20% 50% !important;
  }

  .section-content.Feature7 {
    background-position: 25% 50% !important;
  }
}

@media (max-width: 1150px) {
  .section-content.Feature1 {
    background-position: 40% 50% !important;
  }

  .section-content.Feature3 {
    background-position: 25% 50% !important;
  }

  .section-content.Feature3 .content-box {
    max-width: 350px;
  }

  .section-content.Feature4 {
    background-position: 25% 50% !important;
  }

  .section-content.intro-GameFeature {
    background-position: 45% 50% !important;
  }

  .section-content.Feature7 {
    background-position: 35% 50% !important;
  }

  .content-box {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .hero-mobile-img {
    display: block;
  }

  .hero .mobile-img {
    display: none;
  }

  .Hero-Content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    transform: translateY(0%);
    left: 0%;
    padding-right: 60px;
    padding-left: 60px;
    width: 65%;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .Hero-Heading {
    font-size: 60px;
    line-height: 58px;
  }

  .Hero-Subhead {
    font-size: 30px;
    line-height: 28px;
    margin-top: -15px;
  }

  .content-box {
    max-width: 390px;
  }

  .content-box-center {
    max-width: 390px;
  }

  .section-content.intro {
    background-position: 29% 50% !important;
  }

  .section-content.Feature1 {
    background-position: 45% 50% !important;
  }

  .section-content.Feature3 {
    background-position: 40% 50% !important;
  }

  .section-content.Feature4 {
    background-position: 35% 50% !important;
  }
}

@media (max-width: 480px) {

  table.chart .chart-body {
    font-size: 9px;
    line-height: 10px;
  }
}

@media (max-width: 768px) {
  .Hero-Content {
    width: 80%;
  }

  .section-content.Feature3,
  .section-content.Feature4,
  .section-content.Feature1,
  .section-content.Feature3,
  .section-content.Feature4,
  .section-content.Feature5,
  .section-content.Feature7,
  .section-content.video-holder {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }

  .section-content.Feature3 .content-box,
  .section-content.Feature2 .content-box,
  .section-content.Feature4 .content-box,
  .section-content.Feature1 .content-box,
  .section-content.Feature5 .content-box,
  .section-content.Feature6 .content-box,
  .section-content.video-holder .content-box,
  .section-content.Feature7 .content-box,
  .section-content.Feature8 .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }

  .Feature3-mobile-img,
  .Feature4-mobile-img,
  .Feature5-mobile-img,
  .Feature7-mobile-img,
  .Feature1-mobile-img,
  .Feature2-mobile-img {
    margin: 0 auto;
    display: block;
  }

  .Feature3 .section-wrapper .content-box,
  .Feature2 .section-wrapper .content-box,
  .Feature1 .section-wrapper .content-box,
  .Feature4 .section-wrapper .content-box {
    max-width: 100%;
  }

  br.hide-break {
    display: none;
  }

  .video-holder {}

  .grid {
    margin-top: 50px !important;
  }

  .section-content.Feature3 .content-box,
  .section-content.Feature2 .content-box,
  .section-content.Feature4 .content-box,
  .section-content.Feature1 .content-box,
  .section-content.video-holder .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }

  .Feature3-mobile-img,
  .Feature4-mobile-img,
  .Feature1-mobile-img,
  .Feature2-mobile-img,
  .Feature5-mobile-img,
  .Feature7-mobile-img {
    margin: 0 auto;
    display: block;
  }

  .Feature3 .section-wrapper .content-box,
  .Feature2 .section-wrapper .content-box,
  .Feature1 .section-wrapper .content-box,
  .Feature4 .section-wrapper .content-box {
    max-width: 100%;
  }

  .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-content.intro {
    background-position: 23% 50% !important;
  }

  .section-wrapper.align-right {
    align-items: center;
  }

  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-box-center {
    max-width: none;
  }

  .product {
    padding-bottom: 30px;
  }

  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }

  br.line-break {
    display: none;
  }

  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .chart-h1-center,
  .chart-h1-right {
    font-size: 2vw;
    line-height: 2vw;
  }

  .chart-title-main {
    font-size: 7vw;
    line-height: 6.5vw;
  }

  .chart-title {
    font-size: 3vw;
  }
}

@media (max-width: 600px) {
  .Hero-Content {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }

  .Hero-Logo {
    margin-top: 20px;
  }

  .call-out-left,
  .call-out-right {
    width: 100%;
  }

  .call-out-left {
    margin-top: 10px;
  }

  .call-out-right img {
    max-width: 200px;
  }

  .call-out-inner-wrapper {
    flex-direction: column-reverse;
  }

  .call-out-left {
    margin-right: 0px;
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .heading-1 {
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0px;
    width: 100%;
  }

  .section-content.intro {
    background-position: 18% 100% !important;
  }

  .t1 {
    overflow: visible;
    width: 100%;
    float: none;
  }

  .section-content {
    padding: 40px 30px;
  }
}