<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page section.agenda {
  padding: 2em;
}
#page section.agenda .container {
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#page section.agenda .featured {
	  flex: 0 0 100%;
    text-align: center;
    margin: 30px auto;
}
#page section.agenda .featured p {
	max-width: 650px;
	margin: .5rem auto 1rem;
}
#page section.agenda .container .spotlight-block {
	background: #faf8f9;
	flex: 0 0 calc(33.333% - 10px);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#page section.agenda h3.title-text {
	font-size: 1.3rem;
  font-family: "Graphik-Medium", sans-serif;
  line-height: 1.2;
}
#page section.agenda .talk-cards h3.title-text {
	font-size: 1.15rem;
	margin-bottom: 1rem;
}
#page section.agenda .spotlight-block p, #page section.agenda .talk-cards p {
  font-size: 1em;
  margin: 10px 0;
  line-height: 1.4;
 }
#page section.agenda .slick-arrow.slick-prev {
  left: -30px;
}
#page section.agenda .slick-arrow.slick-next {
  right: -22px;
}
#page section.agenda .gr-testimonials-cards a {
  display: flex;
  align-items: center;
  color: #292c31;
  position: relative;
  font-size: .8rem;
  font-family: "Graphik-Medium", sans-serif;
  width: 185px;
  line-height: 40px;
}
#page section.agenda .cta-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1em 0;
    margin-top: auto;
    width: 100%;
}
#page section.agenda .time-wrapper {
    flex-direction: row;
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
}
#page section.agenda h5.start.time-text:after {
    content: '-';
    margin: 0 5px;
    font-size: 1em;
}
#page section.agenda h3.name {
    font-size: .925rem;
	  font-family: "Graphik-Medium", sans-serif;
}
#page section.agenda p.job-title {
	  font-size: .9em;
    line-height: 1.4;
    margin: 0;
}
#page section.agenda h5.date-text, #page section.agenda h5.time-text {
    font-size: 1rem;
    color: #ff6f79;
}
#page section div.talk-container a.primary-btn-red:hover {
    color: #ff6f79;
}
#page section.agenda .atcb-initialized {
    display: flex;
    margin-top: auto;
}
#page section.agenda .atcb-button {
    background-color: #ff6f79;
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: #2a2c31;
    font-family: 'Graphik-medium', sans-serif!important;
    font-size: 1em!important;
    font-weight: unset;
    justify-content: center;
    max-width: 100%;
    min-width: 160px;
    width: 100%;
    margin: 0;
}
#page section.agenda .atcb-button-wrapper {
    padding: 0;
    width: 100%; 
}
#page section.agenda div.talk-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 0;
   margin: auto;
    max-width: 1300px;
 }
#page section.agenda div.talk-container div.talk-cards {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
/*   flex-basis: calc(100% / 4 - 16px); */
	flex: 0 0 auto;
  margin: 8px;
  background: #FAF8F9;
  padding: 20px;
  position: relative;
  max-width: 380px;
  text-align: left;
 }
#page section.agenda .speakers-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
	margin-bottom: 25px;
}
#page section.agenda .speakers-list .speaker-item {
  margin-right: 8px;
	display: flex;
  margin-bottom: 5px;
  transition: .2s;
}
#page section.agenda .speakers-list .speaker-item:hover {
    z-index: 2;
}
#page section.agenda .speaker-details {
    background-color: #b5e4eb;
    box-sizing: border-box;
    color: transparent;
    display: none;
    font-size: 0.9rem;
    padding-left: 25px;
    padding-right: 5px;
    margin-left: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scaleX(0);
    transform-origin: center left;
    width: 0;
    height: 0;
    transition: all .2s, color .4s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 1;
}
/* #page section.agenda .tooltip .speaker-details::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #b5e4eb transparent transparent transparent;
} */
#page section.agenda .speaker-item:nth-child(4n-2) .speaker-image-block, #page section.agenda .speaker-item:nth-child(4n-2) .speaker-details, #page section.agenda .speaker-item:nth-child(4n-2) .tooltip .speaker-details i::after, #page section.agenda .speaker-item:nth-child(4n-2) .speaker-image-block span {
	background: #fce7aa;
}
#page section.agenda .speaker-item:nth-child(4n-1) .speaker-image-block, #page section.agenda .speaker-item:nth-child(4n-1) .speaker-details, #page section.agenda .speaker-item:nth-child(4n-1) .tooltip .speaker-details i::after, #page section.agenda .speaker-item:nth-child(4n-1) .speaker-image-block span {
	background: #ff6f79;
}
#page section.agenda .speaker-item:nth-child(4n) .speaker-image-block, #page section.agenda .speaker-item:nth-child(4n) .speaker-details, #page section.agenda .speaker-item:nth-child(4n) .tooltip .speaker-details i::after, #page section.agenda .speaker-item:nth-child(4n) .speaker-image-block span {
	background: #fbc3aa;
}
#page section.agenda .speaker-item:nth-child(4n-2) .speaker-details::after {
   border-color: #fce7aa transparent transparent transparent;
}
#page section.agenda .speaker-item:nth-child(4n-1) .speaker-details::after {
   border-color: #ff6f79 transparent transparent transparent;
}
#page section.agenda .speaker-item:nth-child(4n) .speaker-details::after {
   border-color: #fbc3aa transparent transparent transparent;
}
#page section.agenda .speaker-image-block &gt; img {
	width: 40px;
  height: 40px;
	object-fit: cover;
	display: block;
}
#page section.agenda .speaker-image-block &gt; span { 
    display: flex;
    align-items: center;
    justify-content: center;
   width: 40px;
   height: 40px;
   background-color: #b5e4eb;
    line-height: 1.4;
    font-family: 'Graphik-Regular', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
	border-radius: 50%;
/* 	z-index: 1; */
}
#page section.agenda .speaker-image-block, #page section.agenda .speaker-image-block &gt; img {
/* 	clip-path: polygon(4% 31%, 0% 50%, 4% 69%, 15% 85%, 31% 96%, 50% 100%, 69% 96%, 85% 85%, 96% 69%, 100% 50%, 96% 31%, 85% 15%, 69% 4%, 50% 0%, 31% 4%, 15% 15%);
-webkit-clip-path: polygon(4% 31%, 0% 50%, 4% 69%, 15% 85%, 31% 96%, 50% 100%, 69% 96%, 85% 85%, 96% 69%, 100% 50%, 96% 31%, 85% 15%, 69% 4%, 50% 0%, 31% 4%, 15% 15%); */
	z-index: 1;
  border-radius: 50%;
}
#page section.agenda .tooltip {
    position: relative;
}
#page section.agenda .tooltip .speaker-details &gt; * {
    opacity: 0;
}
#page section.agenda .tooltip:hover .speaker-details &gt; * {
    opacity: 1;
}
#page section.agenda .tooltip:hover .speaker-details {
    transform: scaleX(1);
    width: max-content;
    height: auto;
    color: #292c31;
    transition: all .2s, color 0s;
}
#page section.agenda .slick-slide {
    height: auto;
}
#page section.agenda .slick-slider .slick-list, #page section.agenda .slick-slider .slick-track {
    width: fit-content!important;
}
#page section.agenda div.talk-container div.talk-cards:nth-of-type(1) {
  margin-left: 0;
 }
#page section.agenda div.talk-container div.talk-cards:nth-of-type(3) {
  margin-right: 0;
 }
#page section.agenda .featured h2.featured_heading {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 5px;
  -webkit-font-feature-settings: "calt" 0, "liga";
  font-feature-settings: "calt" 0, "liga";
  font-family: "Caslons Egyptian Pentagram Reg", sans-serif;
  text-transform: uppercase;
}
/* #page section.agenda div.talk-container h3.name {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'Graphik-Medium', sans-serif;
    margin-bottom: 10px;
} */
/*#page .date-text:after {
    content: url(https://www.graphcore.ai/hubfs/assets/images/icons/Accent.svg);
    position: absolute;
    display: block;
    margin: 0.5em 0;
}*/
#page section.agenda p.speakers {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: 'Graphik-Medium', sans-serif;
}
#page section.about-carousel .slick-arrow.slick-prev:before, #page section.about-carousel .slick-arrow.slick-next:before {
  content: '';
  font-family: "GCSymbols-Regular";
  content: '\E003';
  color: #fff;
  position: relative;
  left: 34%;
  top: 0;
  font-size: 1.3em;
}
#page section.about-carousel .slick-arrow.slick-next:before {
   content: '\E002';
}
section div.talk-container a.primary-btn-red:last-of-type {
  margin-right: 0;
}
#page section.about-carousel.careers_page-v2.gr-testimonials-cards-container {
  padding-top: 0;
  padding-bottom: 4em;
}
#page section.about-carousel .slick-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page section.about-carousel .slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}
#page section.about-carousel .slick-arrow.slick-prev, #page section.about-carousel .slick-arrow.slick-next {
  position: relative;
  top: auto;
  bottom: auto;
  margin: auto;
  width: 50px;
  height: 50px;
  color: transparent;
   padding-top:0; 
}
#page section.agenda .careers_page-v2 .gr-testimonials-cards {
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
}
#page section.about-carousel .slick-arrow.slick-prev:after, #page section.about-carousel .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37px;
  height: 37px;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-50%,-50%, 0);
  -ms-transform: translate3d(-50%,-50%, 0);
  transform: translate3d(-50%,-50%, 0);
  background: #ff6f79;
  -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  transition: -webkit-transform .7s cubic-bezier(0,.12,.25,.99), -ms-transform .7s cubic-bezier(0,.12,.25,.99), transform .7s cubic-bezier(0,.12,.25,.99), background-color .3s;
}
#page section.about-carousel .slick-arrow.slick-prev:hover::after {
  transform: translate3d(-50%,-50%, 0) rotate(-180deg);
}
#page section.about-carousel .slick-arrow.slick-next:hover::after {
  transform: translate3d(-50%,-50%, 0) rotate(180deg);
}
#page section.about-carousel .slick-arrow.slick-prev i, #page section.about-carousel .slick-arrow.slick-next i {
  top: 48%;
  position: absolute;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-50%,-50%, 0);
  -ms-transform: translate3d(-50%,-50%, 0);
  transform: translate3d(-50%,-50%, 0);
}
#page section.about-carousel .slick-arrow.slick-prev i.icon-arrow-left::after, #page section.about-carousel .slick-arrow.slick-next i.icon-arrow-right::after {
  color: #fff;
}
@media only screen and (max-width: 1555px) and (min-width: 1450px) {
#page section.agenda .gr-testimonials-cards a.primary-btn-red {
  font-size: .8rem;
  }
}
@media only screen and (min-width: 1024px){
#page .careers_page-v2 .gr-testimonials-cards {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1388px) and (min-width: 1350px) {
#page section.agenda div.talk-container div.talk-cards {
      min-height: 240px;
    }
    }
  @media (max-width:1024px) {
#page section.agenda {
      width: 100%!important;
      margin-top: 0;
      padding: 2em 64px 2em 64px;
    }
		#page section.agenda .container .spotlight-block {
	    flex-basis: calc(50% - 10px);
			margin-bottom: 20px;
    }
#page section.agenda div.talk-container {
      justify-content: space-between;
    }
#page section.agenda div.talk-container div.talk-cards {
      flex: 0 0 auto;
      max-width: 100%;
  padding: 20px;
      min-height: 175px;
     }
    #page .careers_page-v2 .gr-testimonials-cards {
    padding-top: 0;
    padding-bottom: 0;
  }
   #page section.agenda .cta-wrapper {
    justify-content: space-evenly;
  }
  #page section.agenda a.primary-btn-red {
  font-size: .75rem; 
  }
}
  @media (max-width:850px) {
#page section.agenda .featured h2.featured_heading {
      margin-left: 0;
  }
    }
  @media (max-width:767px) {
#page section.agenda .slick-arrow.slick-prev, #page section.agenda .slick-arrow.slick-next {
     display:none!important;
  }
#page section.agenda {
    width: 100%;
    padding: 2em 30px;
  }
	#page section.agenda .container {
	display: block;
		padding: 0;
}
/* 		#page section.agenda .featured {
			text-align: left;
		} */
		#page section.agenda .featured p {
			font-size: 1.1em;
		}
		#page section.agenda h3.title-text {
			font-size: 1.15rem;
		}
#page section.agenda div.talk-container div.talk-cards {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
	flex-basis: calc(100vw - 60px);
 }
}
@media (max-width:320px) {
#page section.agenda a.primary-btn-red {
    font-size: .71rem;
}
#page section.agenda div.talk-container .featured h3 {
    font-size: 1em;
  }
#page section.agenda section.model-section article.developer-models p {
    padding: 8px 0;
}
  }</pre></body></html>