* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  font-weight: 300;
}

html {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-size: 18px;
  scroll-behavior: smooth;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #fff;
  color: #000;
  font-family: "GeForce";
}

img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
button {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
}

a:hover,
button:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3 !important;
}

h3 {
  font-size: 2.75rem;
}

.no-br {
  white-space: nowrap;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.btn {
  text-align: center;
}

.btn.btn-primary {
  background: #76b900;
  border-color: #76b900;
  color: #fff;
  padding: 8px 20px;
}

.btn.btn-primary:hover {
  background: #66a000;
  border-color: #66a000;
}

header {
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0);
}

header .logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .logo svg {
  width: 120px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin-left: -16px;
}

@media (min-width: 576px) {
  header .logo svg {
    width: 160px;
  }
}

header .logo svg path {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

header.small {
  height: 60px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}

header.small .logo svg {
  width: 110px;
}

header.small .logo svg path {
  fill: #000;
}

.start {
  position: relative;
  padding: 200px 0;
  margin-bottom: 40px;
  background: #edeef2;
  overflow: hidden;
  margin-top: 90px;
}

@media (max-width: 480px) {
  .start {
    padding: 50px 0 100px;
  }
}

.start:after {
  content: "";
  background: linear-gradient(180deg, #e6e3ec 0%, rgba(230, 227, 236, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

@media (max-width: 980px) {
  .start:after {
    display: block;
  }
}

.start .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width: 768px) {
  .start .background {
    left: 332px;
  }
}

@media (min-width: 1024px) {
  .start .background {
    left: 232px;
  }
}

@media (max-width: 1440px) {
  .start .background {
    right: -30vw;
  }
}

@media (max-width: 1280px) {
  .start .background {
    bottom: 0;
    right: -35vw;
  }
}

@media (max-width: 980px) {
  .start .background {
    bottom: -35%;
  }
}

@media (max-width: 620px) {
  .start .background {
    opacity: 0.8;
    right: -50%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .start .background {
    right: -70%;
  }
}

@media (max-width: 340px) {
  .start .background {
    right: -140%;
  }
}

.start .vendor-logo {
  width: 156px;
  margin-left: -13px;
}

.start .text-box {
  position: relative;
  z-index: 3;
}

.functions .subtitle {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.functions h4 {
  text-transform: none;
}

.functions .btn.btn-link {
  color: #76b900;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-align: left;
}

.functions .btn.btn-link:hover {
  color: #558600;
}

.creative-cloud {
  margin: 60px 0 0;
  padding: 60px 0 180px 0;
  overflow: hidden;
  position: relative;
  background: #eaeae8;
}

.creative-cloud .background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .creative-cloud .background {
    top: 50%;
    height: 120%;
    width: 120%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 728px) {
  .creative-cloud .background {
    -o-object-fit: inherit;
    object-fit: inherit;
    right: -20%;
    left: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.25;
  }
}

.creative-cloud .title {
  font-size: 2rem;
  color: #76b900;
  padding-bottom: 15px;
}

.creative-cloud h4 {
  padding: 15px 0 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.25rem;
}

.creative-cloud .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.creative-cloud .vendor-logo {
  position: absolute;
  bottom: -75px;
  left: 15px;
}

.faq {
  background: #f8f8f8;
  margin: 0;
  padding: 80px 0;
}

.faq h3 {
  font-size: 1.25rem;
  padding-bottom: 30px;
}

.faq ul,
.faq ol {
  padding-left: 2rem;
}

.faq ul li,
.faq ol li {
  line-height: 2;
}

.faq p a {
  color: #76b900;
}

.products {
  padding: 60px 0 0;
}

.products h3 {
  color: #76b900;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.products .product .thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.products .product .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.products .product .name {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .product .btn.btn-primary {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.products .product .btn.btn-primary:hover {
  background: #66a000;
}

.products .product:hover .thumb img {
  width: 102%;
  height: 102%;
}

footer {
  padding: 0 0 60px;
  text-align: center;
}

footer .nvidia-logo {
  width: 240px;
  margin: 0 auto;
}

footer p {
  font-size: 14px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */

.disclaimer {
  font-size: 12px;
  margin: 12px 0;
}

.img-fluid.w-100.mt-3 {
  margin-top: auto !important;
  padding-top: 32px;
}

h4 {
  font-weight: 500;
}

.subtitle {
  font-weight: 400;
}

h2 {
  font-weight: 500;
}

.vendor-logo img {
  width: 92px;
  margin-bottom: 32px;
  margin-left: 16px;
}

@media (min-width: 576px) {
  .vendor-logo img {
    width: 132px;
  }
}

h1 {
  font-weight: 500;
}

.prod {
  height: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  padding: 32px 32px 48px 32px;
  background-color: #eff3f4;
  border-radius: 12px;
}
.prod .cta {
  margin-top: auto;
}

.prod p {
  font-size: 20px;
  margin-bottom: 0;
}

.prod img {
  max-width: 100%;
  max-height: 280px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.cta {
  border-radius: 200px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #0082fa;
  color: #fff;
  margin-top: 10px;
  z-index: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cta[disabled] {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

.cta:hover {
  background: #0067c7;
  color: #fff;
}

.cta--outline {
  border: 1px solid #0082fa;
  color: #0082fa;
  background: none;
}

.cta--outline:hover {
  background: #0082fa;
  color: #fff;
}

.cta--secondary {
  background: #0fd2ff;
  border: none;
  color: #fff;
}

.cta--secondary:hover {
  background: #00b2db;
  color: #fff;
}

.cta--secondary--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}

.cta--secondary--outline:hover {
  background: #0fd2ff;
  color: #fff;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #cccccc;
  color: #000;
}

.cta--white--outline {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.cta--white--outline:hover {
  background: #fff;
  color: #000;
}

.cta--black {
  background: #000;
  color: #fff;
}

.cta--black:hover {
  background: #333333;
  color: #fff;
}

.cta--black--outline {
  border: 1px solid #000;
  color: #000;
  background: none;
}

.cta--black--outline:hover {
  background: #000;
  color: #fff;
}

.cta--gray {
  background: #575757;
  color: #fff;
}

.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}

.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666666;
}

.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333333;
}

.cta--gray--outline {
  border: 1px solid #575757;
  color: #575757;
  background: none;
}

.cta--gray--outline:hover {
  background: #575757;
  color: #fff;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}

.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}

.cta--violet--outline {
  border: 1px solid #8250fa;
  color: #8250fa;
  background: none;
}

.cta--violet--outline:hover {
  background: #8250fa;
  color: #fff;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink--outline {
  border: 1px solid #fa0064;
  color: #fa0064;
  background: none;
}

.cta--pink--outline:hover {
  background: #fa0064;
  color: #fff;
}

.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}

.cta--blue {
  background: #0fd2ff;
  color: #fff;
}

.cta--blue:hover {
  background: #00b2db;
  color: #fff;
}

.cta--blue--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}

.cta--blue--outline:hover {
  background: #0fd2ff;
  color: #fff;
}

.cta--big {
  height: 48px;
  line-height: 48px;
  padding: 0 34px;
  font-size: 1.1rem;
}

.cta--medium {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}

.cta--small {
  height: 40px;
  padding: 0 24px;
  font-size: 0.95rem;
}

.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}
