<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** Font *******/
@media (min-width: 1350px) {
  .rf-admin-content h2, .rf-admin-content .h2, .rfComp-canvas h2, .rfComp-canvas .h2, .rf-default-modal h2, .rf-default-modal .h2, [id*=rf-].rf-widget h2, [id*=rf-].rf-widget .h2, h2 {
    font-size: 36px;
  }
  h4, .rf-headline-content h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
   h4, .rf-headline-content h4 {
    font-size: 20px;
  }
  .rf-admin-content h2, .rf-admin-content .h2, .rfComp-canvas h2, .rfComp-canvas .h2, .rf-default-modal h2, .rf-default-modal .h2, [id*=rf-].rf-widget h2, [id*=rf-].rf-widget .h2, h2 {
    font-size: 28px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
 h4, .rf-headline-content h4 {
    font-size: 18px;
  }
  .rf-admin-content h2, .rf-admin-content .h2, .rfComp-canvas h2, .rfComp-canvas .h2, .rf-default-modal h2, .rf-default-modal .h2, [id*=rf-].rf-widget h2, [id*=rf-].rf-widget .h2, h2 {
    font-size: 24px;
  }
}
@media(max-width:1023px) {
  h4, .rf-headline-content h4 {
    font-size: 1pc;
  }
  .rf-admin-content h2, .rf-admin-content .h2, .rfComp-canvas h2, .rfComp-canvas .h2, .rf-default-modal h2, .rf-default-modal .h2, [id*=rf-].rf-widget h2, [id*=rf-].rf-widget .h2, h2 {
    font-size: 24px;
  }
}
/***** Font end*******/
/*********** Banner ********/
#hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  visibility: visible;
  height: 460px;
  background-color: #000;
  margin-top: 104px;
}
#hero-banner .banner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: calc(100% - 40px);
  height: 100%;
}
#hero-banner .banner-info {
  display: table;
  height: 100%;
  width: 50%;
  max-width: 500px;
}
@media (min-width: 1350px) {
  #hero-banner .banner-info {
    max-width: 550px;
  }
}
#hero-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
#hero-banner .banner-content .sub-title {
  color: #fff;
  margin: 0;
  padding: 8px 0;
}
#hero-banner .banner-content .h1-title {
  color: #fff;
  margin: 0;
  padding: 8px 0;
}
#hero-banner .banner-content .intro-text {
  color: #fff;
  margin: 0;
  padding: 8px 0;
  font-size: 20px;
}
#hero-banner #brand-cta-button {
  background-color: #76b900;
  padding: 12px 15px;
  display: inline-block;
  text-decoration: none;
  margin: 15px 0;
}
#hero-banner #brand-cta-button span {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 2500px) {
  #hero-banner {
    background-size: contain;
  }
}
@media (min-width: 1350px) {
  #hero-banner.keynote {
    background-image: url("http://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/gtc25-hp-keynote-bm-m460-d@2x.jpg");
  }
  #hero-banner .banner-content .h1-title {
    font-size: 36px;
  }
  #hero-banner .banner-content .sub-title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
  #hero-banner.keynote {
    background-image: url("http://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/gtc25-hp-keynote-bm-m460-l@2x.jpg");
  }
  #hero-banner .banner-content .h1-title {
    font-size: 28px
  }
  #hero-banner .banner-content .sub-title {
    font-size: 18px
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #hero-banner.keynote {
    background-image: url("http://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/gtc25-hp-keynote-bm-m460-t@2x.jpg");
  }
  #hero-banner .banner-info {
    width: 45%;
  }
  #hero-banner .banner-content .h1-title {
    font-size: 24px
  }
}
@media(max-width:1023px) {
  #hero-banner .banner-content .h1-title {
    font-size: 24px
  }
  #hero-banner .banner-content .sub-title {
    font-size: 1pc
  }
}
@media (max-width: 639px) {
  #hero-banner.keynote {
    background-image: url("http://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/gtc25-hp-keynote-bm-af360-p@2x.jpg");
	background-position: center 150%;
    background-size: 620px;
    height: 550px;
  }
  #hero-banner .banner-info {
    width: 100%;
  }
  #hero-banner .banner-content {
    vertical-align: top;
    padding-top: 60px;
  }
  #hero-banner #brand-cta-button span {
    font-size: 16px
  }
  #hero-banner.keynote .banner-note {
  max-width: 100px;
}
}
/*********** Banner end********/
/******* Add to Calendar *************/
#addtocalendar .modal-dialog {
  max-width: 300px;
}
#addtocalendar .modal-dialog .nv-button-addtocalendar {
  padding: 12px 15px;
  background-color: #76b900;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 700;
}
#addtocalendar .modal-dialog .nv-button-addtocalendar a {
  text-decoration: none;
  font-size: 16px;
}
#addtocalendar .modal-dialog #exampleModalLongTitle {
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
}
/*******  Add to Calendar end *************/
.rf-card.all-sessions-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
}
.rf-card.all-sessions-card .card-body {
  background: #FFFFFF;
}
.rf-headline.full-image {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
}
.rf-headline.full-image .rf-headline-content {
  padding: 0 15px 20px;
}
.flex-box-section .flex-box-child.rf-grid-layout-25 {
 /* background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
    */
}
.rf-tile-container .rf-tile, .rf-tile-grid .rf-tile {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
}
.grid-targeted-agenda .targeted-agenda-details-card a {
  text-decoration: none !important;
}

button.rfSI.favorite-catalog-result.favorite-session svg {
  display: none;
}
button.rfSI.favorite-catalog-result.favorite-session::before {
  display: block;
}
/************ Logo Section ******/
.flex-box-section-full.logo-section .flex-box-child.rf-grid-layout-100 .logo-images {
  display: flex;
}
.flex-box-section-full.logo-section .flex-box-child.rf-grid-layout-100 .logo-images .nv-image.image img {
  vertical-align: middle;
  width: 100%;
}
.flex-box-section-full.logo-section .flex-box-child .logo-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-box-section-full.logo-section .flex-box-child .logo-images .nv-image.image {
  width: calc(16.6666% - 30px);
}
.flex-box-section-full.logo-section.elite-sponsors .flex-box-child .logo-images .nv-image.image {
 /*  width: calc(22% - 30px); */
 width: calc(16.6666% - 30px);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex-box-section-full.logo-section .flex-box-child .logo-images .nv-image.image, .flex-box-section-full.logo-section.elite-sponsors .flex-box-child .logo-images .nv-image.image {
    width: calc(25% - 30px);
  }
}
@media all and (max-width: 639px) {
  .flex-box-section-full.logo-section .flex-box-child .logo-images .nv-image.image, .flex-box-section-full.logo-section.elite-sponsors .flex-box-child .logo-images .nv-image.image {
    width: calc(50% - 30px);
  }
}
/************ Logo Section end ******/
body[class*="page-explore"] .rf-org-header-container {
  height: auto;
}
body[class*="page-explore"] div#rf-content {
  padding-top: 45px;
}
/**************** Sessions card ***************/
#rf-content .rf-card.all-sessions-card .card-header .card-controls a.catalog-url {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.rf-card.all-sessions-card .card-header {
  background-color: #222;
}
#rf-content .rf-card.all-sessions-card a {
  text-decoration: none !important;
}
.rf-card.all-sessions-card .card-body-row h6 {
  font-size: 15px;
  color: #000;
  line-height: 1.25em;
  padding: 13px 0;
}
.rf-card.all-sessions-card .card-body-row p {
  font-size: 15px;
}
.rf-card.all-sessions-card .schedule-time-details .rf-pill {
  display: none;
}
.rf-card.all-sessions-card .card-body .card-body-row {
  border-bottom-color: #ccc;
}
.rf-card.all-sessions-card .card-body {
  background: #FFFFFF;
  height: auto;
  max-height: 378px;
}

.flex-box-section-full.sessions-block .flex-box-child.rf-grid-layout-50[path*="[1]"] .card-controls:after {
  content: " ";
  width: 25px;
  height: 25px;background-size: 25px;
  background-image: url('data:image/svg+xml, &lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%2376b900"&gt;&lt;path d="M12 3.75L14.7812 9.38523L21 10.2889L16.5 14.6753L17.5623 20.869L12 17.9447L6.43769 20.869L7.5 14.6753L3 10.2889L9.21885 9.38523L12 3.75Z" stroke="%2376b900" stroke-width="2"/&gt;&lt;/svg&gt;');
  display: inherit;
}

.flex-box-section-full.sessions-block .flex-box-child.rf-grid-layout-50[path*="[1]"] .card-header {
  background-color: #666;
}
.rf-card.all-sessions-card .card-header .card-controls a.catalog-url:after {
  content: "";
  width:24px;
  height: 20px;
	background-image: url('data:image/svg+xml,&lt;svg data-title="Right Arrow Icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="fill: %2376b900;"&gt;&lt;title&gt;arrow-right&lt;/title&gt;&lt;path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"&gt;&lt;/path&gt;&lt;path d="M0-.25h24v24H0z" fill="none"&gt;&lt;/path&gt;&lt;/svg&gt;');  display: inline-block;
  background-size: 28px;
  position: relative;
  top: 2px;
  transition: .4s ease-out;
  right: 0;
}
.rf-card.all-sessions-card .card-header .card-controls a.catalog-url:hover::after {
  right: -4px;
}
/**************** Sessions card end ***************/


/**************** carousel arrows card  ***************/


.carousel-arrows .mdBtnR-icon-button  {
  background-color: #76b900;
  border-radius: 0;
}
.carousel-arrows .mdBtnR-icon-button .rfSI-stroke svg {
  width: 75%;
}
.carousel-arrows .mdBtnR-icon-button.mdBtnR[disabled] .rfSI-stroke svg * {
 stroke: #000;     stroke-width: 3px;
}
.carousel-arrows .mdBtnR-icon-button .rfSI-stroke  svg *{
 stroke-width: 3px;
}
.carousel-arrows  .mdBtnR-icon-button.mdBtnR[disabled] {
  background-color: #ccc;   border-radius: 0;
}

/**************** carousel arrows card end ***************/


.location {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.flex-box-section-full.location-map .rf-headline.mini {
    padding: 0;
}



.flex-box-section-full.location-map  iframe {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}
.flex-box-section-full.location-map .flex-box-section {
    padding: 45px 0 60px;
}

.flex-box-section-full.location-map.location-map-bg {
    position: absolute;
    left: 0;
    right: 0;
	 background-color: #ccc;
}
@media (max-width: 1430px) {
.flex-box-section-full.location-map iframe {
    height: auto;
    width: revert-layer;
    max-width: 100%;
    min-height: 350px;
}

.flex-box-section-full.location-map, .flex-box-section-full.location-map.location-map-bg {
    position: relative;
    left: 0;
    right: 0;
	 background-color: #ccc;
}
.flex-box-section-full.logo-section {
    margin-top: initial !important;
}
}
/**************** Location card end ***************/

.flex-box-section-full.section-title {
    margin-bottom: 0;
}

.flex-box-section-full.section-title .flex-box-section-full-interior {
    padding: 0;
    margin-bottom: -20px;
}

.flex-box-section-full.section-title .flex-box-section-full-interior h2 {
    margin-bottom: 0;
}

.grid-targeted-agenda .targeted-agenda-section {
    margin-bottom: 0;
}

.grid-targeted-agenda .targeted-agenda-details-card {
    margin-bottom: 5px;
}

.is-carousel[data-test="rf-carousel-speaker-list"] {
    padding-bottom: 15px;
}

.flex-box-section-full.logo-section {
    padding-top: 60px;
	max-width: 1290px
  
}

.flex-box-section-full.logo-section.elite-sponsors {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}

body[class*="ap-page-explore"] .rf-default-modal .modal-content .modal-header {
  text-align: center;
    border-bottom: none;
	padding: 30px 30px 20px;
}

body[class*="ap-page-explore"] .rf-default-modal .modal-header .modal-close, body[class*="ap-page-explore"] .modal .modal-header .modal-close{
	background-color: transparent;
    top: 20px;
    right: 5px;
	
	
}


body[class*="ap-page-explore"] .rf-default-modal .modal-header .modal-close .rfSI, body[class*="ap-page-explore"] .modal .modal-header .modal-close .rfSI {
    height: 36px;
    width: 36px;
}
body[class*="ap-page-explore"] .rf-default-modal .modal-header .modal-close svg, body[class*="ap-page-explore"] .modal .modal-header .modal-close svg {
    fill: #000;
    width: 24px;
    margin-left: 0;
}

body[class*="ap-page-explore"] .rf-default-modal .modal-body, body[class*="ap-page-explore"] .modal .modal-body {
    padding: 30px;
}
body[class*="page-myregistration"] .rf-card.card-full.order-summary-card .card-body {
    background: #fff;
}

#rf-content .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
    background-image: url("https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/sponsor-logos/Download_on_the_App_Store_Badge.svg");
    text-decoration: none;
    background-color: transparent;
    border: none;
width: 156px;
  background-repeat: no-repeat;
  height: 47px;
  background-size: 100%;
}

/*** Apps Button ****/

#rf-content .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] span.mdBtnR-text {
    display: none;
}

#rf-content .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"] {
    background-image: url("https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/sponsor-logos/Google_Play_Store_badge_EN.svg");
    text-decoration: none;
    background-color: transparent;
    border: none;
    width: 156px;
  background-repeat: no-repeat;
  height: 47px;
  background-size: 100%;
}

	
#rf-content .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"] span.mdBtnR-text {
    display: none;
}


#rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
#rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 156px;
	height: 47px;
}
	
	 
#rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
#rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 48%;
	height: 38px;
}
	

@media (min-width: 820px) and (max-width: 1150px) {
  #rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
  #rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 45%;
	height: 47px;
	}
  
  #rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
#rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 45%;
	height: 25px;
}
}

@media (min-width:768px) and (max-width: 819px) {
  #rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
  #rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 76%;
	height: 52px;
	margin-left: 0;
	}
    #rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
#rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 90%;
	height: 35px; margin-left: 0;
}
}
@media (max-width: 767px) {
#rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
#rf-content .flex-box-child.rf-grid-layout-25 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	max-width: 150px;
	height: 45px;
}
}
@media (max-width: 380px) {
  #rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-outline-primary[href="https://play.google.com/store/apps/details?id=com.nvidia.gtcapp&amp;pli=1"],
  #rf-content .flex-box-child.rf-grid-layout-33 .rf-headline a.mdBtnR.mdBtnR-primary[href="https://apps.apple.com/us/app/nvidia-gtc/id1354302590"] {
	width: 50%;
	height: 52px;
	margin-left: 0;
	}
}
/********/

@media (max-width: 930px) {
  .rf-body[class*="attendeeportal"] .flex-box-section-full &gt; .flex-box-section-full-interior {
    padding: 0 20px;
  }
  .rf-body[class*="attendeeportal"] .flex-box-section-full.SDMenu &gt; .flex-box-section-full-interior {
  padding-left: 0;
}
}


.flex-box-child.rf-grid-layout-25 a.mdBtnR {
  white-space: normal;
  text-align: left;
}


.flex-box-section-full.schedule-header h1 {
    max-width: 100%;
}

/****************** Demo page ****************/

body[class*="page-demos"] .rf-tile .rf-tile-body {
    padding-bottom: 10px;
}

body[class*="page-demos"] .rf-tile {
    margin-bottom: 60px;
}

body[class*="page-demos"] .rf-tile button.mdBtnR.mdBtnR-outline-primary.session-main-action.session-schedule.session-action .mdBtnR-text {
background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M9.19197 2.05809L12.1337 5.00026H10C7.23858 5.00026 5 7.23884 5 10.0003C5 11.7895 5.93936 13.3598 7.35478 14.2441L6.69244 15.3042C4.92681 14.2011 3.75 12.2383 3.75 10.0003C3.75 6.82961 6.11098 4.21039 9.17078 3.80479L8.30803 2.94191L9.19197 2.05809ZM15 9.99974C15 8.21053 14.0606 6.64022 12.6452 5.75588L13.3076 4.69578C15.0732 5.79893 16.25 7.76166 16.25 9.99974C16.25 13.1704 13.889 15.7896 10.8292 16.1952L11.692 17.0581L10.808 17.9419L7.86626 14.9997H10C12.7614 14.9997 15 12.7612 15 9.99974ZM10 8.75C9.30964 8.75 8.75 9.30965 8.75 10C8.75 10.6904 9.30964 11.25 10 11.25C10.6904 11.25 11.25 10.6904 11.25 10C11.25 9.30965 10.6904 8.75 10 8.75ZM7.5 10C7.5 8.61929 8.61929 7.5 10 7.5C11.3807 7.5 12.5 8.61929 12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10Z" fill="black"/&gt;&lt;/svg&gt;');
}

/****************** End Demo page ****************/





/****************** Surveys page ****************/


body[class*="page-surveys"] #hero-banner .banner-content {
  display: none;
}
body[class*="page-surveys"] .rf-org-header-container {
  height: auto;
}
body[class*="page-surveys"] div#hero-banner h2.sub-title {
  display: none;
}
body[class*="page-surveys"] #hero-banner {
  background-color: #fff;
}
body[class*="page-surveys"] div#hero-banner p.intro-text {
  font-size: 22px;
  line-height: 1.75em;
  Color: #fff;
}
body[class*="page-surveys"] #hero-banner .banner-content .h1-title {
  Color: #fff;
}
body[class*="page-surveys"] div#hero-banner .banner-note span {
    color: #fff !important;
}

body[class*="page-surveys"] div#hero-banner .banner-note span a {
    text-decoration: underline;
}


body[class*="page-surveys"] #hero-banner {
background-color: #000;
}
@media(min-width: 1024px)and (max-width:1349px) {
  body[class*="page-surveys"] div#hero-banner p.intro-text {
    font-size: 20px
  }
}
@media(max-width: 1023px) {
  body[class*="page-surveys"] div#hero-banner p.intro-text {
    font-size: 18px
  }
}
@media (min-width: 1350px) {
  body[class*="page-surveys"] #hero-banner {
    background-image: url("https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/2025/surveys/gtc25-rf-surveys-bm-md460-offset-d@2x.jpg");
	
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
  body[class*="page-surveys"] #hero-banner {
    background-image: url("https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/2025/surveys/gtc25-rf-surveys-bm-md460-offset-l@2x.jpg");
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  body[class*="page-surveys"] #hero-banner {
    background-image: url("https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/2025/surveys/gtc25-rf-surveys-bm-md420-offset-t@2x.jpg");
  }
}
@media (max-width: 639px) {
body[class*="page-surveys"] #hero-banner {
    background-image: url("https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/banners/2025/surveys/gtc25-rf-surveys-bm-af-bottom-p@2x.jpg");
    background-size: contain;
    background-position: bottom;
}
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-body {
  height: auto;
  background-color: #f7f7f7;
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-body .rf-table-container .rf-table .table-row {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
  background-color: #fff;
  padding: 30px;
  font-size: 20px;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-body .rf-table-container .rf-table .table-row &gt; div {
  font-size: 20px;
  font-weight: bold;
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-body .rf-table-container .table-body {
  border: none;
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-body .rf-table-container .rf-table .table-row:hover {
  background-color: rgba(118, 185, 0, .3);
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-header {
  background-color: transparent;
  text-align: center;
  display: none;
}
body[class*="page-surveys"] .page-builder-display-reset .my-survey-list-card .card-body h5 {
  display: none;
}


/****************** End Surveys page ****************/


@media screen and (min-width: 930px) {
  body[class*="ap-page-posters"] #rf-catalog .search-container.left-filters-search .search-filters .filters-header,
  body[class*="ap-page-posters"] #rf-catalog .search-container .main-content{
        padding-top: 0;
  }}</pre></body></html>