/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img:not(.cq-LinkChecker) {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Hide Breadcrumb */
.breadcrumb {
  display: none;
}

.order-3 {
  display: none;
}

/* Demo Page styles */
#guid {
  background: #fff;
  color: #131B42;
  font-size: 1.3em;
  font-family: "Inter", sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  font-weight: 300;
  /* components */
  /* home page banner */
  /*
  ** this class is extended in
  ** illumina-box
  ** news-center
  ** teams
  ** venture-box
  */
  /* teams section */
  /* logo box */
  /* 
  ** this class is extended in 
  ** accelerator-about 
  ** accelerator-investment
  ** accelerator-resources
  ** accelerator-watch
  ** contact-us
  ** stay-touch
  ** accelerator-illumina
  */
  /* 
  ** this is exteded from about.scss
  ** before start doing any changes please make sure
  ** not impacting any other componenets
   */
  /* contact us */
  /* stay touch */
  /* news-center */
  /* venture box */
  /* illumina box */
}
#guid * {
  font-family: "Inter", sans-serif;
}
#guid .maincontainer {
  max-width: 1440px;
  min-width: 360px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#guid .cta {
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
#guid .cta.cta-white {
  background-color: #fff;
  color: #5D72E4;
  padding: 8px 24px;
}
#guid .cta.cta-gradient {
  background: -webkit-linear-gradient(28.32deg, #225DE6 -4.27%, #A664FD 116.09%);
  background: -moz- oldlinear-gradient(28.32deg, #225DE6 -4.27%, #A664FD 116.09%);
  background: linear-gradient(61.68deg, #225DE6 -4.27%, #A664FD 116.09%);
  color: #fff;
  padding: 8px 24px;
}
#guid .cta.cta-white-20 {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 8px 17px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#guid .cta.cta-white-20:hover {
  background: transparent;
}
#guid a {
  text-decoration: underline;
  color: #444648;
}
#guid a:hover {
  text-decoration: none;
}
#guid a.no-underline {
  text-decoration: none;
}
#guid a.no-underline:hover {
  text-decoration: underline;
}
#guid input[type=text] {
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 7px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #guid input[type=text] {
    font-size: 12px;
  }
}
#guid .text-blue {
  color: #131B42;
}
#guid p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
#guid h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #444648;
}
#guid b {
  font-family: "Inter", sans-serif;
}
#guid .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
#guid .row::after {
  clear: both;
  content: "";
  display: table;
}
#guid .two-column {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #guid .two-column {
    width: 100%;
  }
}
#guid .desktop-only {
  display: block;
}
@media screen and (max-width: 767px) {
  #guid .desktop-only {
    display: none;
  }
}
#guid .mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .mobile-only {
    display: block;
  }
}
#guid .scrollbar {
  height: 3px;
  background: #EAEBFC;
  border-radius: 90px;
  margin-top: 60px;
  margin-right: 40px;
  position: relative;
  margin-bottom: 10px;
}
#guid .scrollbar::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../../content/dam/illumina-marketing/startups/right-arrow.png") no-repeat;
  width: 24px;
  height: 22px;
  right: -40px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  #guid .scrollbar::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #guid .scrollbar {
    margin-top: 20px;
    margin-right: 0;
  }
}
#guid .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4860ED), to(#4860ED));
  background: -webkit-linear-gradient(left, #4860ED 0%, #4860ED 100%);
  background: -moz- oldlinear-gradient(left, #4860ED 0%, #4860ED 100%);
  background: linear-gradient(90deg, #4860ED 0%, #4860ED 100%);
  border-radius: 90px;
  cursor: pointer;
}
#guid i {
  font-style: italic;
}
#guid b {
  font-weight: 600;
}
#guid .modal-header {
  padding: 20px 50px 0 20px;
  border-bottom: 1px solid #fff;
  position: relative;
  display: block;
}
#guid .modal-header::after {
  clear: both;
  content: "";
  display: table;
}
#guid .modal-header .close {
  padding: 1rem;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
#guid .modal-header .close {
  margin-top: -2px;
}
#guid .modal-title {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Inter", sans-serif;
}
#guid .modal-sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #444648;
  font-family: "Inter", sans-serif;
}
#guid .modal-body {
  position: relative;
  padding: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  color: #444648;
}
#guid .banner {
  text-align: center;
}
#guid .banner .bg-purple {
  background-color: #5D72E4;
}
#guid .banner .holder {
  height: 405px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guid .banner .holder {
    height: 336px;
  }
}
#guid .banner .background-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#guid .banner .background-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #guid .banner .background-video video {
    width: auto;
  }
}
#guid .banner .title {
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  #guid .banner .title {
    font-size: 20px;
    line-height: 24px;
  }
}
#guid .banner .text-white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #guid .banner .desktop-only {
    display: none;
  }
}
#guid .banner .mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .banner .mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}
#guid .banner .banner-top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-top {
    padding: 50px 60px;
  }
}
#guid .banner .banner-top img {
  width: auto;
  display: inline-block;
  position: relative;
  max-width: 465px;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-top img {
    max-width: 100%;
  }
}
#guid .banner img {
  width: 100%;
  height: auto;
  position: absolute;
}
#guid .banner .content {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #guid .banner .content {
    font-size: 16px;
    line-height: 22px;
  }
}
#guid .banner .cta-white {
  padding: 16px 32px;
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
#guid .banner .cta-white:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .banner .cta-white {
    padding: 7px 32px;
    margin-top: 15px;
  }
}
#guid .banner .banner-bottom, #guid .banner .banner-bottom-full {
  list-style: none;
  background-color: #5D72E4;
  padding: 0 9%;
  color: #fff;
  display: table;
  width: 100%;
  font-weight: 300;
  margin-bottom: 0;
}
#guid .banner .banner-bottom::after, #guid .banner .banner-bottom-full::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom, #guid .banner .banner-bottom-full {
    padding: 3% 6.65%;
    display: block;
  }
}
#guid .banner .banner-bottom > li, #guid .banner .banner-bottom-full > li {
  font-size: 36px;
  text-align: center;
  display: table-cell;
  padding: 43px 1%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom > li, #guid .banner .banner-bottom-full > li {
    width: 50%;
    line-height: 24px;
    font-size: 24px;
    float: left;
    padding: 7.4% 1%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom > li:last-child, #guid .banner .banner-bottom-full > li:last-child {
    width: 100%;
  }
}
#guid .banner .banner-bottom small, #guid .banner .banner-bottom-full small {
  font-family: Inter;
  font-size: 20px;
  display: block;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom small, #guid .banner .banner-bottom-full small {
    font-size: 16px;
  }
}
#guid .banner .banner-bottom-full {
  padding-top: 30px;
  padding-bottom: 30px;
  display: table;
  width: 100%;
}
#guid .banner .banner-bottom-full.startup {
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom-full.startup {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
#guid .banner .banner-bottom-full.startup .left {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom-full {
    display: block;
  }
}
#guid .banner .banner-bottom-full .left {
  text-align: left;
  font-size: 32px;
  line-height: 38px;
  display: table-cell;
  font-size: 32px;
  line-height: 38px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom-full .left {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    display: block;
    text-align: center;
  }
}
#guid .banner .banner-bottom-full .right {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #guid .banner .banner-bottom-full .right {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
#guid .banner .banner-bottom-full .cta-white {
  white-space: nowrap;
  margin: 0;
  padding: 8px 24px;
}
#guid .startup-cards-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 255, 0)), to(#EAEBFC));
  background: -webkit-linear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  background: -moz- oldlinear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  background: linear-gradient(180deg, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
}
#guid .startup-cards-bg-gradient .startup-cards.bg-gradient, #guid .startup-cards-bg-gradient .bg-gradient.accelerator-hear, #guid .startup-cards-bg-gradient .bg-gradient.accelerator-investment, #guid .startup-cards-bg-gradient .bg-gradient.illumina-box, #guid .startup-cards-bg-gradient .bg-gradient.venture-box, #guid .startup-cards-bg-gradient .bg-gradient.news-center, #guid .startup-cards-bg-gradient .bg-gradient.teams {
  background: transparent;
}
#guid .about-box-bg-purple,
#guid .contact-us-bg-purple,
#guid .accelerator-resources-bg-purple,
#guid .accelerator-faq-bg-purple,
#guid .accelerator-hear-bg-purple,
#guid .accelerator-hear-bg-illumina {
  background: #5D72E4;
}
#guid .about-box-bg-purple .about-box.bg-purple, #guid .about-box-bg-purple .bg-purple.accelerator-partner, #guid .about-box-bg-purple .bg-purple.accelerator-gallery, #guid .about-box-bg-purple .bg-purple.accelerator-illumina, #guid .about-box-bg-purple .bg-purple.accelerator-watch, #guid .about-box-bg-purple .bg-purple.accelerator-about, #guid .about-box-bg-purple .bg-purple.event, #guid .about-box-bg-purple .bg-purple.stay-touch, #guid .about-box-bg-purple .accelerator-hear .bg-purple.inner-box, #guid .accelerator-hear .about-box-bg-purple .bg-purple.inner-box, #guid .about-box-bg-purple .about-box.illumina, #guid .about-box-bg-purple .illumina.accelerator-partner, #guid .about-box-bg-purple .illumina.accelerator-gallery, #guid .about-box-bg-purple .illumina.accelerator-illumina, #guid .about-box-bg-purple .illumina.accelerator-watch, #guid .about-box-bg-purple .illumina.accelerator-about, #guid .about-box-bg-purple .illumina.event, #guid .about-box-bg-purple .illumina.stay-touch, #guid .about-box-bg-purple .accelerator-hear .illumina.inner-box, #guid .accelerator-hear .about-box-bg-purple .illumina.inner-box,
#guid .about-box-bg-purple .contact-us.bg-purple,
#guid .about-box-bg-purple .contact-us.illumina,
#guid .about-box-bg-purple .accelerator-resources.bg-purple,
#guid .about-box-bg-purple .accelerator-resources.illumina,
#guid .about-box-bg-purple .accelerator-faq.bg-purple,
#guid .about-box-bg-purple .accelerator-faq.illumina,
#guid .about-box-bg-purple .accelerator-hear.bg-purple,
#guid .about-box-bg-purple .accelerator-hear.illumina,
#guid .contact-us-bg-purple .about-box.bg-purple,
#guid .contact-us-bg-purple .bg-purple.accelerator-partner,
#guid .contact-us-bg-purple .bg-purple.accelerator-gallery,
#guid .contact-us-bg-purple .bg-purple.accelerator-illumina,
#guid .contact-us-bg-purple .bg-purple.accelerator-watch,
#guid .contact-us-bg-purple .bg-purple.accelerator-about,
#guid .contact-us-bg-purple .bg-purple.event,
#guid .contact-us-bg-purple .bg-purple.stay-touch,
#guid .contact-us-bg-purple .accelerator-hear .bg-purple.inner-box,
#guid .accelerator-hear .contact-us-bg-purple .bg-purple.inner-box,
#guid .contact-us-bg-purple .about-box.illumina,
#guid .contact-us-bg-purple .illumina.accelerator-partner,
#guid .contact-us-bg-purple .illumina.accelerator-gallery,
#guid .contact-us-bg-purple .illumina.accelerator-illumina,
#guid .contact-us-bg-purple .illumina.accelerator-watch,
#guid .contact-us-bg-purple .illumina.accelerator-about,
#guid .contact-us-bg-purple .illumina.event,
#guid .contact-us-bg-purple .illumina.stay-touch,
#guid .contact-us-bg-purple .accelerator-hear .illumina.inner-box,
#guid .accelerator-hear .contact-us-bg-purple .illumina.inner-box,
#guid .contact-us-bg-purple .contact-us.bg-purple,
#guid .contact-us-bg-purple .contact-us.illumina,
#guid .contact-us-bg-purple .accelerator-resources.bg-purple,
#guid .contact-us-bg-purple .accelerator-resources.illumina,
#guid .contact-us-bg-purple .accelerator-faq.bg-purple,
#guid .contact-us-bg-purple .accelerator-faq.illumina,
#guid .contact-us-bg-purple .accelerator-hear.bg-purple,
#guid .contact-us-bg-purple .accelerator-hear.illumina,
#guid .accelerator-resources-bg-purple .about-box.bg-purple,
#guid .accelerator-resources-bg-purple .bg-purple.accelerator-partner,
#guid .accelerator-resources-bg-purple .bg-purple.accelerator-gallery,
#guid .accelerator-resources-bg-purple .bg-purple.accelerator-illumina,
#guid .accelerator-resources-bg-purple .bg-purple.accelerator-watch,
#guid .accelerator-resources-bg-purple .bg-purple.accelerator-about,
#guid .accelerator-resources-bg-purple .bg-purple.event,
#guid .accelerator-resources-bg-purple .bg-purple.stay-touch,
#guid .accelerator-resources-bg-purple .accelerator-hear .bg-purple.inner-box,
#guid .accelerator-hear .accelerator-resources-bg-purple .bg-purple.inner-box,
#guid .accelerator-resources-bg-purple .about-box.illumina,
#guid .accelerator-resources-bg-purple .illumina.accelerator-partner,
#guid .accelerator-resources-bg-purple .illumina.accelerator-gallery,
#guid .accelerator-resources-bg-purple .illumina.accelerator-illumina,
#guid .accelerator-resources-bg-purple .illumina.accelerator-watch,
#guid .accelerator-resources-bg-purple .illumina.accelerator-about,
#guid .accelerator-resources-bg-purple .illumina.event,
#guid .accelerator-resources-bg-purple .illumina.stay-touch,
#guid .accelerator-resources-bg-purple .accelerator-hear .illumina.inner-box,
#guid .accelerator-hear .accelerator-resources-bg-purple .illumina.inner-box,
#guid .accelerator-resources-bg-purple .contact-us.bg-purple,
#guid .accelerator-resources-bg-purple .contact-us.illumina,
#guid .accelerator-resources-bg-purple .accelerator-resources.bg-purple,
#guid .accelerator-resources-bg-purple .accelerator-resources.illumina,
#guid .accelerator-resources-bg-purple .accelerator-faq.bg-purple,
#guid .accelerator-resources-bg-purple .accelerator-faq.illumina,
#guid .accelerator-resources-bg-purple .accelerator-hear.bg-purple,
#guid .accelerator-resources-bg-purple .accelerator-hear.illumina,
#guid .accelerator-faq-bg-purple .about-box.bg-purple,
#guid .accelerator-faq-bg-purple .bg-purple.accelerator-partner,
#guid .accelerator-faq-bg-purple .bg-purple.accelerator-gallery,
#guid .accelerator-faq-bg-purple .bg-purple.accelerator-illumina,
#guid .accelerator-faq-bg-purple .bg-purple.accelerator-watch,
#guid .accelerator-faq-bg-purple .bg-purple.accelerator-about,
#guid .accelerator-faq-bg-purple .bg-purple.event,
#guid .accelerator-faq-bg-purple .bg-purple.stay-touch,
#guid .accelerator-faq-bg-purple .accelerator-hear .bg-purple.inner-box,
#guid .accelerator-hear .accelerator-faq-bg-purple .bg-purple.inner-box,
#guid .accelerator-faq-bg-purple .about-box.illumina,
#guid .accelerator-faq-bg-purple .illumina.accelerator-partner,
#guid .accelerator-faq-bg-purple .illumina.accelerator-gallery,
#guid .accelerator-faq-bg-purple .illumina.accelerator-illumina,
#guid .accelerator-faq-bg-purple .illumina.accelerator-watch,
#guid .accelerator-faq-bg-purple .illumina.accelerator-about,
#guid .accelerator-faq-bg-purple .illumina.event,
#guid .accelerator-faq-bg-purple .illumina.stay-touch,
#guid .accelerator-faq-bg-purple .accelerator-hear .illumina.inner-box,
#guid .accelerator-hear .accelerator-faq-bg-purple .illumina.inner-box,
#guid .accelerator-faq-bg-purple .contact-us.bg-purple,
#guid .accelerator-faq-bg-purple .contact-us.illumina,
#guid .accelerator-faq-bg-purple .accelerator-resources.bg-purple,
#guid .accelerator-faq-bg-purple .accelerator-resources.illumina,
#guid .accelerator-faq-bg-purple .accelerator-faq.bg-purple,
#guid .accelerator-faq-bg-purple .accelerator-faq.illumina,
#guid .accelerator-faq-bg-purple .accelerator-hear.bg-purple,
#guid .accelerator-faq-bg-purple .accelerator-hear.illumina,
#guid .accelerator-hear-bg-purple .about-box.bg-purple,
#guid .accelerator-hear-bg-purple .bg-purple.accelerator-partner,
#guid .accelerator-hear-bg-purple .bg-purple.accelerator-gallery,
#guid .accelerator-hear-bg-purple .bg-purple.accelerator-illumina,
#guid .accelerator-hear-bg-purple .bg-purple.accelerator-watch,
#guid .accelerator-hear-bg-purple .bg-purple.accelerator-about,
#guid .accelerator-hear-bg-purple .bg-purple.event,
#guid .accelerator-hear-bg-purple .bg-purple.stay-touch,
#guid .accelerator-hear-bg-purple .accelerator-hear .bg-purple.inner-box,
#guid .accelerator-hear .accelerator-hear-bg-purple .bg-purple.inner-box,
#guid .accelerator-hear-bg-purple .about-box.illumina,
#guid .accelerator-hear-bg-purple .illumina.accelerator-partner,
#guid .accelerator-hear-bg-purple .illumina.accelerator-gallery,
#guid .accelerator-hear-bg-purple .illumina.accelerator-illumina,
#guid .accelerator-hear-bg-purple .illumina.accelerator-watch,
#guid .accelerator-hear-bg-purple .illumina.accelerator-about,
#guid .accelerator-hear-bg-purple .illumina.event,
#guid .accelerator-hear-bg-purple .illumina.stay-touch,
#guid .accelerator-hear-bg-purple .accelerator-hear .illumina.inner-box,
#guid .accelerator-hear .accelerator-hear-bg-purple .illumina.inner-box,
#guid .accelerator-hear-bg-purple .contact-us.bg-purple,
#guid .accelerator-hear-bg-purple .contact-us.illumina,
#guid .accelerator-hear-bg-purple .accelerator-resources.bg-purple,
#guid .accelerator-hear-bg-purple .accelerator-resources.illumina,
#guid .accelerator-hear-bg-purple .accelerator-faq.bg-purple,
#guid .accelerator-hear-bg-purple .accelerator-faq.illumina,
#guid .accelerator-hear-bg-purple .accelerator-hear.bg-purple,
#guid .accelerator-hear-bg-purple .accelerator-hear.illumina,
#guid .accelerator-hear-bg-illumina .about-box.bg-purple,
#guid .accelerator-hear-bg-illumina .bg-purple.accelerator-partner,
#guid .accelerator-hear-bg-illumina .bg-purple.accelerator-gallery,
#guid .accelerator-hear-bg-illumina .bg-purple.accelerator-illumina,
#guid .accelerator-hear-bg-illumina .bg-purple.accelerator-watch,
#guid .accelerator-hear-bg-illumina .bg-purple.accelerator-about,
#guid .accelerator-hear-bg-illumina .bg-purple.event,
#guid .accelerator-hear-bg-illumina .bg-purple.stay-touch,
#guid .accelerator-hear-bg-illumina .accelerator-hear .bg-purple.inner-box,
#guid .accelerator-hear .accelerator-hear-bg-illumina .bg-purple.inner-box,
#guid .accelerator-hear-bg-illumina .about-box.illumina,
#guid .accelerator-hear-bg-illumina .illumina.accelerator-partner,
#guid .accelerator-hear-bg-illumina .illumina.accelerator-gallery,
#guid .accelerator-hear-bg-illumina .illumina.accelerator-illumina,
#guid .accelerator-hear-bg-illumina .illumina.accelerator-watch,
#guid .accelerator-hear-bg-illumina .illumina.accelerator-about,
#guid .accelerator-hear-bg-illumina .illumina.event,
#guid .accelerator-hear-bg-illumina .illumina.stay-touch,
#guid .accelerator-hear-bg-illumina .accelerator-hear .illumina.inner-box,
#guid .accelerator-hear .accelerator-hear-bg-illumina .illumina.inner-box,
#guid .accelerator-hear-bg-illumina .contact-us.bg-purple,
#guid .accelerator-hear-bg-illumina .contact-us.illumina,
#guid .accelerator-hear-bg-illumina .accelerator-resources.bg-purple,
#guid .accelerator-hear-bg-illumina .accelerator-resources.illumina,
#guid .accelerator-hear-bg-illumina .accelerator-faq.bg-purple,
#guid .accelerator-hear-bg-illumina .accelerator-faq.illumina,
#guid .accelerator-hear-bg-illumina .accelerator-hear.bg-purple,
#guid .accelerator-hear-bg-illumina .accelerator-hear.illumina {
  background: transparent;
}
#guid .about-box-bg-gradient,
#guid .stay-touch-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 114, 228, 0.2)), to(rgba(246, 221, 211, 0.112)));
  background: -webkit-linear-gradient(top, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: -moz- oldlinear-gradient(top, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: linear-gradient(180deg, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
}
#guid .about-box-bg-gradient .about-box.bg-gradient, #guid .about-box-bg-gradient .bg-gradient.accelerator-partner, #guid .about-box-bg-gradient .bg-gradient.accelerator-gallery, #guid .about-box-bg-gradient .bg-gradient.accelerator-faq, #guid .about-box-bg-gradient .bg-gradient.accelerator-illumina, #guid .about-box-bg-gradient .bg-gradient.accelerator-watch, #guid .about-box-bg-gradient .bg-gradient.accelerator-resources, #guid .about-box-bg-gradient .bg-gradient.accelerator-about, #guid .about-box-bg-gradient .bg-gradient.event, #guid .about-box-bg-gradient .bg-gradient.contact-us,
#guid .about-box-bg-gradient .stay-touch.bg-gradient,
#guid .about-box-bg-gradient .accelerator-hear .bg-gradient.inner-box,
#guid .accelerator-hear .about-box-bg-gradient .bg-gradient.inner-box,
#guid .stay-touch-bg-gradient .about-box.bg-gradient,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-partner,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-gallery,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-faq,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-illumina,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-watch,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-resources,
#guid .stay-touch-bg-gradient .bg-gradient.accelerator-about,
#guid .stay-touch-bg-gradient .bg-gradient.event,
#guid .stay-touch-bg-gradient .bg-gradient.contact-us,
#guid .stay-touch-bg-gradient .stay-touch.bg-gradient,
#guid .stay-touch-bg-gradient .accelerator-hear .bg-gradient.inner-box,
#guid .accelerator-hear .stay-touch-bg-gradient .bg-gradient.inner-box {
  background: transparent;
}
#guid .news-center-bg-purple {
  background: rgba(234, 234, 253, 0.75);
}
#guid .news-center-bg-purple .news-center.bg-purple {
  background: transparent;
}
#guid .venture-box-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(82.81%, rgba(234, 237, 242, 0.5)), to(rgba(219, 226, 237, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(234, 237, 242, 0.5) 82.81%, rgba(219, 226, 237, 0.5) 100%);
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(234, 237, 242, 0.5) 82.81%, rgba(219, 226, 237, 0.5) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(234, 237, 242, 0.5) 82.81%, rgba(219, 226, 237, 0.5) 100%);
}
#guid .venture-box-bg-gradient .venture-box {
  background: transparent;
}
#guid .accelerator-watch-bg-gradient,
#guid .event-bg-gradient,
#guid .accelerator-gallery-bg-purple {
  background: -webkit-gradient(linear, left bottom, left top, from(#EAEAFD), to(#EAEAFD)), #FFFFFF;
  background: -webkit-linear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: -moz- oldlinear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: linear-gradient(0deg, #EAEAFD, #EAEAFD), #FFFFFF;
}
#guid .accelerator-watch-bg-gradient .accelerator-watch,
#guid .accelerator-watch-bg-gradient .event,
#guid .accelerator-watch-bg-gradient .accelerator-gallery,
#guid .event-bg-gradient .accelerator-watch,
#guid .event-bg-gradient .event,
#guid .event-bg-gradient .accelerator-gallery,
#guid .accelerator-gallery-bg-purple .accelerator-watch,
#guid .accelerator-gallery-bg-purple .event,
#guid .accelerator-gallery-bg-purple .accelerator-gallery {
  background: transparent;
}
#guid .accelerator-hear-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 255, 0)), to(#F2F3FD));
  background: -webkit-linear-gradient(top, rgba(235, 236, 255, 0) 0%, #F2F3FD 100%);
  background: -moz- oldlinear-gradient(top, rgba(235, 236, 255, 0) 0%, #F2F3FD 100%);
  background: linear-gradient(180deg, rgba(235, 236, 255, 0) 0%, #F2F3FD 100%);
}
#guid .accelerator-hear-bg-gradient .accelerator-hear {
  background: transparent;
}
#guid .accelerator-illumina-bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(rgba(93, 114, 228, 0.2)), to(rgba(246, 221, 211, 0.112)));
  background: -webkit-linear-gradient(right, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: -moz- oldlinear-gradient(right, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: linear-gradient(270deg, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
}
#guid .accelerator-illumina-bg-gradient .accelerator-illumina.bg-gradient {
  background: transparent;
}
#guid .news-center-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 255, 0)), to(#EAEBFC));
  background: -webkit-linear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  background: -moz- oldlinear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  background: linear-gradient(180deg, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
}
#guid .news-center-bg-gradient .news-center.bg-gradient, #guid .news-center-bg-gradient .news-center.bg-plain {
  background: transparent;
}
#guid .news-center-bg-gradient .news-center #news::after {
  opacity: 0.75;
}
#guid .news-center-bg-gradient .news-center #news::after, #guid .news-center-bg-gradient .news-center #news::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 250, 254)), to(#edeffe));
  background: -webkit-linear-gradient(top, rgb(249, 250, 254) 0%, #edeffe 100%);
  background: -moz- oldlinear-gradient(top, rgb(249, 250, 254) 0%, #edeffe 100%);
  background: linear-gradient(180deg, rgb(249, 250, 254) 0%, #edeffe 100%);
}
#guid .news-center-bg-plain {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(234, 237, 242, 0.5)), to(rgba(219, 226, 237, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 80%, rgba(234, 237, 242, 0.5) 90%, rgba(219, 226, 237, 0.5) 100%);
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 80%, rgba(234, 237, 242, 0.5) 90%, rgba(219, 226, 237, 0.5) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(234, 237, 242, 0.5) 90%, rgba(219, 226, 237, 0.5) 100%);
}
#guid .news-center-bg-plain .news-center.bg-gradient, #guid .news-center-bg-plain .news-center.bg-plain {
  background: transparent;
}
#guid .news-center-bg-plain .news-center .news-list > li {
  background: rgba(243, 244, 245, 0.4);
}
#guid .accelerator .about-box, #guid .accelerator .accelerator-partner, #guid .accelerator .accelerator-gallery, #guid .accelerator .accelerator-faq, #guid .accelerator .accelerator-illumina, #guid .accelerator .accelerator-watch, #guid .accelerator .accelerator-resources, #guid .accelerator .accelerator-about, #guid .accelerator .event, #guid .accelerator .stay-touch, #guid .accelerator .accelerator-hear .inner-box, #guid .accelerator-hear .accelerator .inner-box, #guid .accelerator .contact-us {
  padding: 70px 9%;
}
@media screen and (max-width: 767px) {
  #guid .accelerator .about-box, #guid .accelerator .accelerator-partner, #guid .accelerator .accelerator-gallery, #guid .accelerator .accelerator-faq, #guid .accelerator .accelerator-illumina, #guid .accelerator .accelerator-watch, #guid .accelerator .accelerator-resources, #guid .accelerator .accelerator-about, #guid .accelerator .event, #guid .accelerator .stay-touch, #guid .accelerator .accelerator-hear .inner-box, #guid .accelerator-hear .accelerator .inner-box, #guid .accelerator .contact-us {
    padding: 70px 6.65%;
  }
}
@media screen and (max-width: 767px) {
  #guid .incubator .accelerator-investment {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(93, 114, 228, 0.2)), to(rgba(246, 221, 211, 0.112)));
    background: -webkit-linear-gradient(bottom, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
    background: -moz- oldlinear-gradient(bottom, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
    background: linear-gradient(0deg, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  }
}
#guid .incubator .accelerator-investment .title {
  font-size: 36px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #guid .incubator .accelerator-investment .title {
    font-size: 24px;
    line-height: 29px;
  }
}
#guid .incubator .accelerator-hear .title {
  font-size: 36px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #guid .incubator .accelerator-hear .title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 390px) {
  #guid .incubator .accelerator-hear .inner-box {
    padding: 5.5% 16px 8%;
  }
}
@media screen and (max-width: 767px) {
  #guid .incubator .about-box, #guid .incubator .accelerator-partner, #guid .incubator .accelerator-gallery, #guid .incubator .accelerator-faq, #guid .incubator .accelerator-illumina, #guid .incubator .accelerator-watch, #guid .incubator .accelerator-resources, #guid .incubator .accelerator-about, #guid .incubator .event, #guid .incubator .stay-touch, #guid .incubator .accelerator-hear .inner-box, #guid .accelerator-hear .incubator .inner-box, #guid .incubator .contact-us {
    padding-top: 75px;
  }
}
#guid .incubator .accelerator-resources .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media screen and (max-width: 414px) {
  #guid .incubator .accelerator-hear .inner-box .here-list > li {
    width: 324px;
  }
}
@media screen and (max-width: 390px) {
  #guid .incubator .accelerator-hear .inner-box .here-list > li {
    width: 311px;
  }
}
@media screen and (max-width: 360px) {
  #guid .incubator .accelerator-hear .inner-box .here-list > li {
    width: 280px;
  }
}
@media screen and (max-width: 390px) {
  #guid .incubator .accelerator-hear .scrollbar {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}
@media screen and (max-width: 375px) {
  #guid .incubator .accelerator-hear .scrollbar {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}
@media screen and (max-width: 767px) {
  #guid .grants .accelerator-resources {
    padding-bottom: 80px;
  }
}
#guid .startup-cards, #guid .accelerator-hear, #guid .accelerator-investment, #guid .illumina-box, #guid .venture-box, #guid .news-center, #guid .teams {
  padding: 100px 9%;
}
@media screen and (max-width: 767px) {
  #guid .startup-cards, #guid .accelerator-hear, #guid .accelerator-investment, #guid .illumina-box, #guid .venture-box, #guid .news-center, #guid .teams {
    padding: 40px 6.65%;
  }
}
#guid .startup-cards.bg-gradient, #guid .bg-gradient.accelerator-hear, #guid .bg-gradient.accelerator-investment, #guid .bg-gradient.illumina-box, #guid .bg-gradient.venture-box, #guid .bg-gradient.news-center, #guid .bg-gradient.teams {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 255, 0)), to(#EAEBFC));
  background: -webkit-linear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  background: -moz- oldlinear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  background: linear-gradient(180deg, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
}
#guid .startup-cards.four-column .list, #guid .four-column.accelerator-hear .list, #guid .four-column.accelerator-investment .list, #guid .four-column.illumina-box .list, #guid .four-column.venture-box .list, #guid .four-column.news-center .list, #guid .four-column.teams .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards.four-column .list, #guid .four-column.accelerator-hear .list, #guid .four-column.accelerator-investment .list, #guid .four-column.illumina-box .list, #guid .four-column.venture-box .list, #guid .four-column.news-center .list, #guid .four-column.teams .list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#guid .startup-cards.four-column .list > li, #guid .four-column.accelerator-hear .list > li, #guid .four-column.accelerator-investment .list > li, #guid .four-column.illumina-box .list > li, #guid .four-column.venture-box .list > li, #guid .four-column.news-center .list > li, #guid .four-column.teams .list > li {
  width: 21%;
  margin: 25px 2%;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards.four-column .list > li, #guid .four-column.accelerator-hear .list > li, #guid .four-column.accelerator-investment .list > li, #guid .four-column.illumina-box .list > li, #guid .four-column.venture-box .list > li, #guid .four-column.news-center .list > li, #guid .four-column.teams .list > li {
    width: 100%;
    height: 125px;
    margin: 0 0 20px 0;
    padding: 7.1% 15%;
  }
}
@media screen and (max-width: 414px) {
  #guid .startup-cards.four-column .list > li, #guid .four-column.accelerator-hear .list > li, #guid .four-column.accelerator-investment .list > li, #guid .four-column.illumina-box .list > li, #guid .four-column.venture-box .list > li, #guid .four-column.news-center .list > li, #guid .four-column.teams .list > li {
    padding: 7.2% 15%;
  }
}
@media screen and (max-width: 375px) {
  #guid .startup-cards.four-column .list > li, #guid .four-column.accelerator-hear .list > li, #guid .four-column.accelerator-investment .list > li, #guid .four-column.illumina-box .list > li, #guid .four-column.venture-box .list > li, #guid .four-column.news-center .list > li, #guid .four-column.teams .list > li {
    padding: 7.8% 15%;
  }
}
@media screen and (max-width: 360px) {
  #guid .startup-cards.four-column .list > li, #guid .four-column.accelerator-hear .list > li, #guid .four-column.accelerator-investment .list > li, #guid .four-column.illumina-box .list > li, #guid .four-column.venture-box .list > li, #guid .four-column.news-center .list > li, #guid .four-column.teams .list > li {
    padding: 7.8% 15%;
  }
}
#guid .startup-cards.three-column .list > li, #guid .three-column.accelerator-hear .list > li, #guid .three-column.accelerator-investment .list > li, #guid .three-column.illumina-box .list > li, #guid .three-column.venture-box .list > li, #guid .three-column.news-center .list > li, #guid .three-column.teams .list > li {
  width: 29.3%;
  margin: 25px 2%;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards.three-column .list > li, #guid .three-column.accelerator-hear .list > li, #guid .three-column.accelerator-investment .list > li, #guid .three-column.illumina-box .list > li, #guid .three-column.venture-box .list > li, #guid .three-column.news-center .list > li, #guid .three-column.teams .list > li {
    width: 100%;
    height: 125px;
    margin: 0 0 20px 0;
    padding: 7.1% 15%;
  }
}
#guid .startup-cards .title, #guid .accelerator-hear .title, #guid .accelerator-investment .title, #guid .illumina-box .title, #guid .venture-box .title, #guid .news-center .title, #guid .teams .title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .title, #guid .accelerator-hear .title, #guid .accelerator-investment .title, #guid .illumina-box .title, #guid .venture-box .title, #guid .news-center .title, #guid .teams .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
  }
}
#guid .startup-cards.startup-grid .list, #guid .startup-grid.accelerator-hear .list, #guid .startup-grid.accelerator-investment .list, #guid .startup-grid.illumina-box .list, #guid .startup-grid.venture-box .list, #guid .startup-grid.news-center .list, #guid .startup-grid.teams .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#guid .startup-cards.startup-grid .list > li, #guid .startup-grid.accelerator-hear .list > li, #guid .startup-grid.accelerator-investment .list > li, #guid .startup-grid.illumina-box .list > li, #guid .startup-grid.venture-box .list > li, #guid .startup-grid.news-center .list > li, #guid .startup-grid.teams .list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
#guid .startup-cards .list, #guid .accelerator-hear .list, #guid .accelerator-investment .list, #guid .illumina-box .list, #guid .venture-box .list, #guid .news-center .list, #guid .teams .list {
  list-style: none;
  margin: 0 -2%;
}
#guid .startup-cards .list::after, #guid .accelerator-hear .list::after, #guid .accelerator-investment .list::after, #guid .illumina-box .list::after, #guid .venture-box .list::after, #guid .news-center .list::after, #guid .teams .list::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list, #guid .accelerator-hear .list, #guid .accelerator-investment .list, #guid .illumina-box .list, #guid .venture-box .list, #guid .news-center .list, #guid .teams .list {
    margin: 0;
  }
}
#guid .startup-cards .list > li, #guid .accelerator-hear .list > li, #guid .accelerator-investment .list > li, #guid .illumina-box .list > li, #guid .venture-box .list > li, #guid .news-center .list > li, #guid .teams .list > li {
  height: 300px;
  float: left;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li, #guid .accelerator-hear .list > li, #guid .accelerator-investment .list > li, #guid .illumina-box .list > li, #guid .venture-box .list > li, #guid .news-center .list > li, #guid .teams .list > li {
    height: auto;
    margin-bottom: 20px;
  }
  #guid .startup-cards .list > li::after, #guid .accelerator-hear .list > li::after, #guid .accelerator-investment .list > li::after, #guid .illumina-box .list > li::after, #guid .venture-box .list > li::after, #guid .news-center .list > li::after, #guid .teams .list > li::after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 50%;
    margin-top: -8px;
  }
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li:last-child, #guid .accelerator-hear .list > li:last-child, #guid .accelerator-investment .list > li:last-child, #guid .illumina-box .list > li:last-child, #guid .venture-box .list > li:last-child, #guid .news-center .list > li:last-child, #guid .teams .list > li:last-child {
    margin-bottom: 0;
  }
}
#guid .startup-cards .list > li a, #guid .accelerator-hear .list > li a, #guid .accelerator-investment .list > li a, #guid .illumina-box .list > li a, #guid .venture-box .list > li a, #guid .news-center .list > li a, #guid .teams .list > li a {
  text-decoration: none;
}
#guid .startup-cards .list > li p, #guid .accelerator-hear .list > li p, #guid .accelerator-investment .list > li p, #guid .illumina-box .list > li p, #guid .venture-box .list > li p, #guid .news-center .list > li p, #guid .teams .list > li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li p, #guid .accelerator-hear .list > li p, #guid .accelerator-investment .list > li p, #guid .illumina-box .list > li p, #guid .venture-box .list > li p, #guid .news-center .list > li p, #guid .teams .list > li p {
    font-size: 16px;
    line-height: 16px;
  }
}
#guid .startup-cards .list > li span, #guid .accelerator-hear .list > li span, #guid .accelerator-investment .list > li span, #guid .illumina-box .list > li span, #guid .venture-box .list > li span, #guid .news-center .list > li span, #guid .teams .list > li span {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li span, #guid .accelerator-hear .list > li span, #guid .accelerator-investment .list > li span, #guid .illumina-box .list > li span, #guid .venture-box .list > li span, #guid .news-center .list > li span, #guid .teams .list > li span {
    font-size: 12px;
    line-height: 1.4;
  }
}
#guid .startup-cards .list > li span:nth-child(2), #guid .accelerator-hear .list > li span:nth-child(2), #guid .accelerator-investment .list > li span:nth-child(2), #guid .illumina-box .list > li span:nth-child(2), #guid .venture-box .list > li span:nth-child(2), #guid .news-center .list > li span:nth-child(2), #guid .teams .list > li span:nth-child(2) {
  padding-bottom: 25px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li span:nth-child(2), #guid .accelerator-hear .list > li span:nth-child(2), #guid .accelerator-investment .list > li span:nth-child(2), #guid .illumina-box .list > li span:nth-child(2), #guid .venture-box .list > li span:nth-child(2), #guid .news-center .list > li span:nth-child(2), #guid .teams .list > li span:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#guid .startup-cards .list > li span:nth-child(2)::after, #guid .accelerator-hear .list > li span:nth-child(2)::after, #guid .accelerator-investment .list > li span:nth-child(2)::after, #guid .illumina-box .list > li span:nth-child(2)::after, #guid .venture-box .list > li span:nth-child(2)::after, #guid .news-center .list > li span:nth-child(2)::after, #guid .teams .list > li span:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 20%;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li span:nth-child(2)::after, #guid .accelerator-hear .list > li span:nth-child(2)::after, #guid .accelerator-investment .list > li span:nth-child(2)::after, #guid .illumina-box .list > li span:nth-child(2)::after, #guid .venture-box .list > li span:nth-child(2)::after, #guid .news-center .list > li span:nth-child(2)::after, #guid .teams .list > li span:nth-child(2)::after {
    display: none;
  }
}
#guid .startup-cards .list > li span:last-child, #guid .accelerator-hear .list > li span:last-child, #guid .accelerator-investment .list > li span:last-child, #guid .illumina-box .list > li span:last-child, #guid .venture-box .list > li span:last-child, #guid .news-center .list > li span:last-child, #guid .teams .list > li span:last-child {
  margin-top: 0;
  display: inline-block;
  line-height: 22px;
}
#guid .startup-cards .list > li:hover, #guid .accelerator-hear .list > li:hover, #guid .accelerator-investment .list > li:hover, #guid .illumina-box .list > li:hover, #guid .venture-box .list > li:hover, #guid .news-center .list > li:hover, #guid .teams .list > li:hover {
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards .list > li:hover, #guid .accelerator-hear .list > li:hover, #guid .accelerator-investment .list > li:hover, #guid .illumina-box .list > li:hover, #guid .venture-box .list > li:hover, #guid .news-center .list > li:hover, #guid .teams .list > li:hover {
    height: auto;
    margin-bottom: 20px;
  }
}
#guid .startup-cards .list > li:hover .front, #guid .accelerator-hear .list > li:hover .front, #guid .accelerator-investment .list > li:hover .front, #guid .illumina-box .list > li:hover .front, #guid .venture-box .list > li:hover .front, #guid .news-center .list > li:hover .front, #guid .teams .list > li:hover .front {
  opacity: 0;
}
#guid .startup-cards .list > li:hover .back, #guid .accelerator-hear .list > li:hover .back, #guid .accelerator-investment .list > li:hover .back, #guid .illumina-box .list > li:hover .back, #guid .venture-box .list > li:hover .back, #guid .news-center .list > li:hover .back, #guid .teams .list > li:hover .back {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 767px) {
  #guid .startup-cards .holder-mobile, #guid .accelerator-hear .holder-mobile, #guid .accelerator-investment .holder-mobile, #guid .illumina-box .holder-mobile, #guid .venture-box .holder-mobile, #guid .news-center .holder-mobile, #guid .teams .holder-mobile {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
#guid .startup-cards .front, #guid .accelerator-hear .front, #guid .accelerator-investment .front, #guid .illumina-box .front, #guid .venture-box .front, #guid .news-center .front, #guid .teams .front,
#guid .startup-cards .back,
#guid .accelerator-hear .back,
#guid .accelerator-investment .back,
#guid .illumina-box .back,
#guid .venture-box .back,
#guid .news-center .back,
#guid .teams .back {
  vertical-align: middle;
  display: table-cell;
  padding: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #guid .startup-cards .front, #guid .accelerator-hear .front, #guid .accelerator-investment .front, #guid .illumina-box .front, #guid .venture-box .front, #guid .news-center .front, #guid .teams .front {
    display: none;
  }
}
#guid .startup-cards .back, #guid .accelerator-hear .back, #guid .accelerator-investment .back, #guid .illumina-box .back, #guid .venture-box .back, #guid .news-center .back, #guid .teams .back {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 10px;
  right: 0;
  display: table;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4860ED), to(#C989FB));
  background: -webkit-linear-gradient(top, #4860ED 0%, #C989FB 100%);
  background: -moz- oldlinear-gradient(top, #4860ED 0%, #C989FB 100%);
  background: linear-gradient(180deg, #4860ED 0%, #C989FB 100%);
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  #guid .startup-cards .back, #guid .accelerator-hear .back, #guid .accelerator-investment .back, #guid .illumina-box .back, #guid .venture-box .back, #guid .news-center .back, #guid .teams .back {
    opacity: 1;
    background: transparent;
    top: 0;
    padding: 0;
    overflow: hidden;
  }
}
#guid .startup-cards .back > div, #guid .accelerator-hear .back > div, #guid .accelerator-investment .back > div, #guid .illumina-box .back > div, #guid .venture-box .back > div, #guid .news-center .back > div, #guid .teams .back > div {
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #guid .startup-cards .back > div, #guid .accelerator-hear .back > div, #guid .accelerator-investment .back > div, #guid .illumina-box .back > div, #guid .venture-box .back > div, #guid .news-center .back > div, #guid .teams .back > div {
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #guid .startup-cards.four-column .list, #guid .four-column.accelerator-hear .list, #guid .four-column.accelerator-investment .list, #guid .four-column.illumina-box .list, #guid .four-column.venture-box .list, #guid .four-column.news-center .list, #guid .four-column.teams .list, #guid .startup-cards.three-column .list, #guid .three-column.accelerator-hear .list, #guid .three-column.accelerator-investment .list, #guid .three-column.illumina-box .list, #guid .three-column.venture-box .list, #guid .three-column.news-center .list, #guid .three-column.teams .list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #guid .startup-cards.four-column .list > li, #guid .four-column.accelerator-hear .list > li, #guid .four-column.accelerator-investment .list > li, #guid .four-column.illumina-box .list > li, #guid .four-column.venture-box .list > li, #guid .four-column.news-center .list > li, #guid .four-column.teams .list > li, #guid .startup-cards.three-column .list > li, #guid .three-column.accelerator-hear .list > li, #guid .three-column.accelerator-investment .list > li, #guid .three-column.illumina-box .list > li, #guid .three-column.venture-box .list > li, #guid .three-column.news-center .list > li, #guid .three-column.teams .list > li {
    width: 100%;
    height: 125px;
    margin: 0 0 20px 0;
    padding: 0% 15%;
  }
  #guid .startup-cards.four-column .list > li::after, #guid .four-column.accelerator-hear .list > li::after, #guid .four-column.accelerator-investment .list > li::after, #guid .four-column.illumina-box .list > li::after, #guid .four-column.venture-box .list > li::after, #guid .four-column.news-center .list > li::after, #guid .four-column.teams .list > li::after, #guid .startup-cards.three-column .list > li::after, #guid .three-column.accelerator-hear .list > li::after, #guid .three-column.accelerator-investment .list > li::after, #guid .three-column.illumina-box .list > li::after, #guid .three-column.venture-box .list > li::after, #guid .three-column.news-center .list > li::after, #guid .three-column.teams .list > li::after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 50%;
    margin-top: -8px;
  }
  #guid .startup-cards.four-column .list > li .front, #guid .four-column.accelerator-hear .list > li .front, #guid .four-column.accelerator-investment .list > li .front, #guid .four-column.illumina-box .list > li .front, #guid .four-column.venture-box .list > li .front, #guid .four-column.news-center .list > li .front, #guid .four-column.teams .list > li .front, #guid .startup-cards.three-column .list > li .front, #guid .three-column.accelerator-hear .list > li .front, #guid .three-column.accelerator-investment .list > li .front, #guid .three-column.illumina-box .list > li .front, #guid .three-column.venture-box .list > li .front, #guid .three-column.news-center .list > li .front, #guid .three-column.teams .list > li .front {
    display: none;
  }
  #guid .startup-cards.four-column .list > li .holder-mobile, #guid .four-column.accelerator-hear .list > li .holder-mobile, #guid .four-column.accelerator-investment .list > li .holder-mobile, #guid .four-column.illumina-box .list > li .holder-mobile, #guid .four-column.venture-box .list > li .holder-mobile, #guid .four-column.news-center .list > li .holder-mobile, #guid .four-column.teams .list > li .holder-mobile, #guid .startup-cards.three-column .list > li .holder-mobile, #guid .three-column.accelerator-hear .list > li .holder-mobile, #guid .three-column.accelerator-investment .list > li .holder-mobile, #guid .three-column.illumina-box .list > li .holder-mobile, #guid .three-column.venture-box .list > li .holder-mobile, #guid .three-column.news-center .list > li .holder-mobile, #guid .three-column.teams .list > li .holder-mobile {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  #guid .startup-cards.four-column .list > li .back, #guid .four-column.accelerator-hear .list > li .back, #guid .four-column.accelerator-investment .list > li .back, #guid .four-column.illumina-box .list > li .back, #guid .four-column.venture-box .list > li .back, #guid .four-column.news-center .list > li .back, #guid .four-column.teams .list > li .back, #guid .startup-cards.three-column .list > li .back, #guid .three-column.accelerator-hear .list > li .back, #guid .three-column.accelerator-investment .list > li .back, #guid .three-column.illumina-box .list > li .back, #guid .three-column.venture-box .list > li .back, #guid .three-column.news-center .list > li .back, #guid .three-column.teams .list > li .back {
    opacity: 1;
    background: transparent;
    top: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  #guid .startup-cards.four-column .list > li .back > div, #guid .four-column.accelerator-hear .list > li .back > div, #guid .four-column.accelerator-investment .list > li .back > div, #guid .four-column.illumina-box .list > li .back > div, #guid .four-column.venture-box .list > li .back > div, #guid .four-column.news-center .list > li .back > div, #guid .four-column.teams .list > li .back > div, #guid .startup-cards.three-column .list > li .back > div, #guid .three-column.accelerator-hear .list > li .back > div, #guid .three-column.accelerator-investment .list > li .back > div, #guid .three-column.illumina-box .list > li .back > div, #guid .three-column.venture-box .list > li .back > div, #guid .three-column.news-center .list > li .back > div, #guid .three-column.teams .list > li .back > div {
    overflow: hidden;
    height: 100%;
  }
  #guid .startup-cards.four-column .list > li .back > div p, #guid .four-column.accelerator-hear .list > li .back > div p, #guid .four-column.accelerator-investment .list > li .back > div p, #guid .four-column.illumina-box .list > li .back > div p, #guid .four-column.venture-box .list > li .back > div p, #guid .four-column.news-center .list > li .back > div p, #guid .four-column.teams .list > li .back > div p, #guid .startup-cards.three-column .list > li .back > div p, #guid .three-column.accelerator-hear .list > li .back > div p, #guid .three-column.accelerator-investment .list > li .back > div p, #guid .three-column.illumina-box .list > li .back > div p, #guid .three-column.venture-box .list > li .back > div p, #guid .three-column.news-center .list > li .back > div p, #guid .three-column.teams .list > li .back > div p {
    font-size: 16px;
    line-height: 16px;
  }
  #guid .startup-cards.four-column .list > li .back > div span:nth-child(2), #guid .four-column.accelerator-hear .list > li .back > div span:nth-child(2), #guid .four-column.accelerator-investment .list > li .back > div span:nth-child(2), #guid .four-column.illumina-box .list > li .back > div span:nth-child(2), #guid .four-column.venture-box .list > li .back > div span:nth-child(2), #guid .four-column.news-center .list > li .back > div span:nth-child(2), #guid .four-column.teams .list > li .back > div span:nth-child(2), #guid .startup-cards.three-column .list > li .back > div span:nth-child(2), #guid .three-column.accelerator-hear .list > li .back > div span:nth-child(2), #guid .three-column.accelerator-investment .list > li .back > div span:nth-child(2), #guid .three-column.illumina-box .list > li .back > div span:nth-child(2), #guid .three-column.venture-box .list > li .back > div span:nth-child(2), #guid .three-column.news-center .list > li .back > div span:nth-child(2), #guid .three-column.teams .list > li .back > div span:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #guid .startup-cards.four-column .list > li .back > div span:nth-child(2)::after, #guid .four-column.accelerator-hear .list > li .back > div span:nth-child(2)::after, #guid .four-column.accelerator-investment .list > li .back > div span:nth-child(2)::after, #guid .four-column.illumina-box .list > li .back > div span:nth-child(2)::after, #guid .four-column.venture-box .list > li .back > div span:nth-child(2)::after, #guid .four-column.news-center .list > li .back > div span:nth-child(2)::after, #guid .four-column.teams .list > li .back > div span:nth-child(2)::after, #guid .startup-cards.three-column .list > li .back > div span:nth-child(2)::after, #guid .three-column.accelerator-hear .list > li .back > div span:nth-child(2)::after, #guid .three-column.accelerator-investment .list > li .back > div span:nth-child(2)::after, #guid .three-column.illumina-box .list > li .back > div span:nth-child(2)::after, #guid .three-column.venture-box .list > li .back > div span:nth-child(2)::after, #guid .three-column.news-center .list > li .back > div span:nth-child(2)::after, #guid .three-column.teams .list > li .back > div span:nth-child(2)::after {
    display: none;
  }
  #guid .startup-cards.four-column .list > li .back > div span:last-child, #guid .four-column.accelerator-hear .list > li .back > div span:last-child, #guid .four-column.accelerator-investment .list > li .back > div span:last-child, #guid .four-column.illumina-box .list > li .back > div span:last-child, #guid .four-column.venture-box .list > li .back > div span:last-child, #guid .four-column.news-center .list > li .back > div span:last-child, #guid .four-column.teams .list > li .back > div span:last-child, #guid .startup-cards.three-column .list > li .back > div span:last-child, #guid .three-column.accelerator-hear .list > li .back > div span:last-child, #guid .three-column.accelerator-investment .list > li .back > div span:last-child, #guid .three-column.illumina-box .list > li .back > div span:last-child, #guid .three-column.venture-box .list > li .back > div span:last-child, #guid .three-column.news-center .list > li .back > div span:last-child, #guid .three-column.teams .list > li .back > div span:last-child {
    margin-top: 0;
    display: inline-block;
    line-height: 22px;
  }
}
#guid .teams .title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guid .teams .title {
    margin-bottom: 20px;
  }
}
#guid .teams .sub-title {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 62px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #guid .teams .sub-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #guid .teams .scrollbar {
    display: none;
  }
}
#guid .teams .list {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  #guid .teams .list {
    margin: 0 -5px;
  }
}
#guid .teams .list > li {
  width: 170px;
  height: 240px;
  margin: 34px 15px;
}
@media screen and (max-width: 1366px) {
  #guid .teams .list > li {
    width: 196px;
  }
}
@media screen and (max-width: 1280px) {
  #guid .teams .list > li {
    width: 182px;
  }
}
@media screen and (max-width: 1180px) {
  #guid .teams .list > li {
    width: 169px;
  }
}
@media screen and (max-width: 1024px) {
  #guid .teams .list > li {
    width: 187px;
  }
}
@media screen and (max-width: 820px) {
  #guid .teams .list > li {
    width: 203px;
  }
}
@media screen and (max-width: 768px) {
  #guid .teams .list > li {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  #guid .teams .list > li {
    width: 23%;
    margin: 1%;
    border-radius: 50%;
    padding: 0;
    height: auto;
    display: block;
    border: 2px solid #D6D6D6;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #guid .teams .list > li::after {
    display: none;
  }
}
#guid .teams .list > li img {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .teams .list > li img {
    display: block;
  }
}
#guid .teams .list > li p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
#guid .teams .list > li span {
  font-size: 12px;
  line-height: 1.4;
}
#guid .teams .list > li span > small {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
#guid .teams .list > li span:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
#guid .teams .list > li span:nth-child(2) {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#guid .teams .list > li:hover {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guid .teams .list > li:hover {
    height: auto;
    width: 23%;
    margin: 1%;
    border: 2px solid #5D72E4;
  }
}
@media screen and (max-width: 767px) {
  #guid .teams .holder-mobile {
    display: none;
  }
}
#guid .teams .team-info {
  margin-top: 20px;
  display: none;
}
#guid .teams .team-info.show {
  display: block;
  height: 82px;
}
#guid .teams .team-info img {
  width: 100%;
}
#guid .teams .team-info .image-holder {
  width: 80px;
  height: 80px;
  border: 2px solid #D6D6D6;
  border-radius: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#guid .teams .team-info .content {
  margin-left: 100px;
}
#guid .teams .team-info .content small {
  font-size: 10px;
  line-height: 15px;
  display: block;
}
#guid .teams .team-info .content span {
  font-size: 16px;
  line-height: 24px;
  display: block;
}
#guid .teams .team-info .content a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #5D72E4;
}
#guid .teams .back {
  top: 0;
}
#guid .logo-box {
  padding: 0 9% 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #guid .logo-box {
    padding: 40px 20%;
  }
}
#guid .logo-box.gap-top {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #guid .logo-box.gap-top {
    padding-top: 40px;
  }
}
#guid .logo-box img {
  width: auto;
  display: inline-block;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  #guid .logo-box img {
    max-width: 100%;
  }
}
#guid .startups .about-box .sub-title a, #guid .startups .accelerator-partner .sub-title a, #guid .startups .accelerator-gallery .sub-title a, #guid .startups .accelerator-faq .sub-title a, #guid .startups .accelerator-illumina .sub-title a, #guid .startups .accelerator-watch .sub-title a, #guid .startups .accelerator-resources .sub-title a, #guid .startups .accelerator-about .sub-title a, #guid .startups .event .sub-title a, #guid .startups .stay-touch .sub-title a, #guid .startups .accelerator-hear .inner-box .sub-title a, #guid .accelerator-hear .startups .inner-box .sub-title a, #guid .startups .contact-us .sub-title a {
  color: #5D72E4;
}
#guid .about-box, #guid .accelerator-partner, #guid .accelerator-gallery, #guid .accelerator-faq, #guid .accelerator-illumina, #guid .accelerator-watch, #guid .accelerator-resources, #guid .accelerator-about, #guid .event, #guid .stay-touch, #guid .accelerator-hear .inner-box, #guid .contact-us {
  padding: 100px 9%;
  margin: 0;
}
#guid .about-box.padding-150, #guid .padding-150.accelerator-partner, #guid .padding-150.accelerator-gallery, #guid .padding-150.accelerator-faq, #guid .padding-150.accelerator-illumina, #guid .padding-150.accelerator-watch, #guid .padding-150.accelerator-resources, #guid .padding-150.accelerator-about, #guid .padding-150.event, #guid .padding-150.stay-touch, #guid .accelerator-hear .padding-150.inner-box, #guid .padding-150.contact-us {
  padding: 150px 9%;
}
#guid .about-box.padding-top-75, #guid .padding-top-75.accelerator-partner, #guid .padding-top-75.accelerator-gallery, #guid .padding-top-75.accelerator-faq, #guid .padding-top-75.accelerator-illumina, #guid .padding-top-75.accelerator-watch, #guid .padding-top-75.accelerator-resources, #guid .padding-top-75.accelerator-about, #guid .padding-top-75.event, #guid .padding-top-75.stay-touch, #guid .accelerator-hear .padding-top-75.inner-box, #guid .padding-top-75.contact-us {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  #guid .about-box.padding-b, #guid .padding-b.accelerator-partner, #guid .padding-b.accelerator-gallery, #guid .padding-b.accelerator-faq, #guid .padding-b.accelerator-illumina, #guid .padding-b.accelerator-watch, #guid .padding-b.accelerator-resources, #guid .padding-b.accelerator-about, #guid .padding-b.event, #guid .padding-b.stay-touch, #guid .accelerator-hear .padding-b.inner-box, #guid .padding-b.contact-us {
    padding-bottom: 80px;
  }
}
#guid .about-box.top-indent .title, #guid .top-indent.accelerator-partner .title, #guid .top-indent.accelerator-gallery .title, #guid .top-indent.accelerator-faq .title, #guid .top-indent.accelerator-illumina .title, #guid .top-indent.accelerator-watch .title, #guid .top-indent.accelerator-resources .title, #guid .top-indent.accelerator-about .title, #guid .top-indent.event .title, #guid .top-indent.stay-touch .title, #guid .accelerator-hear .top-indent.inner-box .title, #guid .top-indent.contact-us .title {
  margin-top: 14px;
}
#guid .about-box.bg-purple, #guid .bg-purple.accelerator-partner, #guid .bg-purple.accelerator-gallery, #guid .bg-purple.accelerator-faq, #guid .bg-purple.accelerator-illumina, #guid .bg-purple.accelerator-watch, #guid .bg-purple.accelerator-resources, #guid .bg-purple.accelerator-about, #guid .bg-purple.event, #guid .bg-purple.stay-touch, #guid .accelerator-hear .bg-purple.inner-box, #guid .bg-purple.contact-us {
  background: #5D72E4;
  color: #fff;
}
#guid .about-box.bg-purple ul > li::before, #guid .bg-purple.accelerator-partner ul > li::before, #guid .bg-purple.accelerator-gallery ul > li::before, #guid .bg-purple.accelerator-faq ul > li::before, #guid .bg-purple.accelerator-illumina ul > li::before, #guid .bg-purple.accelerator-watch ul > li::before, #guid .bg-purple.accelerator-resources ul > li::before, #guid .bg-purple.accelerator-about ul > li::before, #guid .bg-purple.event ul > li::before, #guid .bg-purple.stay-touch ul > li::before, #guid .accelerator-hear .bg-purple.inner-box ul > li::before, #guid .bg-purple.contact-us ul > li::before {
  background-color: #fff;
}
#guid .about-box.bg-gradient, #guid .bg-gradient.accelerator-partner, #guid .bg-gradient.accelerator-gallery, #guid .bg-gradient.accelerator-faq, #guid .bg-gradient.accelerator-illumina, #guid .bg-gradient.accelerator-watch, #guid .bg-gradient.accelerator-resources, #guid .bg-gradient.accelerator-about, #guid .bg-gradient.event, #guid .bg-gradient.stay-touch, #guid .accelerator-hear .bg-gradient.inner-box, #guid .bg-gradient.contact-us {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 114, 228, 0.2)), to(rgba(246, 221, 211, 0.112)));
  background: -webkit-linear-gradient(top, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: -moz- oldlinear-gradient(top, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: linear-gradient(180deg, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
}
#guid .about-box.bg-gradient-tb, #guid .bg-gradient-tb.accelerator-partner, #guid .bg-gradient-tb.accelerator-gallery, #guid .bg-gradient-tb.accelerator-faq, #guid .bg-gradient-tb.accelerator-illumina, #guid .bg-gradient-tb.accelerator-watch, #guid .bg-gradient-tb.accelerator-resources, #guid .bg-gradient-tb.accelerator-about, #guid .bg-gradient-tb.event, #guid .bg-gradient-tb.stay-touch, #guid .accelerator-hear .bg-gradient-tb.inner-box, #guid .bg-gradient-tb.contact-us {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 114, 228, 0.2)), to(rgba(246, 221, 211, 0.112)));
  background: -webkit-linear-gradient(top, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: -moz- oldlinear-gradient(top, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: linear-gradient(180deg, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
}
#guid .about-box.bg-grant-gradient, #guid .bg-grant-gradient.accelerator-partner, #guid .bg-grant-gradient.accelerator-gallery, #guid .bg-grant-gradient.accelerator-faq, #guid .bg-grant-gradient.accelerator-illumina, #guid .bg-grant-gradient.accelerator-watch, #guid .bg-grant-gradient.accelerator-resources, #guid .bg-grant-gradient.accelerator-about, #guid .bg-grant-gradient.event, #guid .bg-grant-gradient.stay-touch, #guid .accelerator-hear .bg-grant-gradient.inner-box, #guid .bg-grant-gradient.contact-us {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEBFC), to(rgba(235, 236, 255, 0)));
  background: -webkit-linear-gradient(top, #EAEBFC 0%, rgba(235, 236, 255, 0) 100%);
  background: -moz- oldlinear-gradient(top, #EAEBFC 0%, rgba(235, 236, 255, 0) 100%);
  background: linear-gradient(180deg, #EAEBFC 0%, rgba(235, 236, 255, 0) 100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #guid .about-box, #guid .accelerator-partner, #guid .accelerator-gallery, #guid .accelerator-faq, #guid .accelerator-illumina, #guid .accelerator-watch, #guid .accelerator-resources, #guid .accelerator-about, #guid .event, #guid .stay-touch, #guid .accelerator-hear .inner-box, #guid .contact-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #guid .about-box, #guid .accelerator-partner, #guid .accelerator-gallery, #guid .accelerator-faq, #guid .accelerator-illumina, #guid .accelerator-watch, #guid .accelerator-resources, #guid .accelerator-about, #guid .event, #guid .stay-touch, #guid .accelerator-hear .inner-box, #guid .contact-us {
    padding: 70px 6.65%;
  }
}
#guid .about-box.flexbox, #guid .flexbox.accelerator-partner, #guid .flexbox.accelerator-gallery, #guid .flexbox.accelerator-faq, #guid .flexbox.accelerator-illumina, #guid .flexbox.accelerator-watch, #guid .flexbox.accelerator-resources, #guid .flexbox.accelerator-about, #guid .flexbox.event, #guid .flexbox.stay-touch, #guid .accelerator-hear .flexbox.inner-box, #guid .flexbox.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #guid .about-box .two-column.desktop-only, #guid .accelerator-partner .two-column.desktop-only, #guid .accelerator-gallery .two-column.desktop-only, #guid .accelerator-faq .two-column.desktop-only, #guid .accelerator-illumina .two-column.desktop-only, #guid .accelerator-watch .two-column.desktop-only, #guid .accelerator-resources .two-column.desktop-only, #guid .accelerator-about .two-column.desktop-only, #guid .event .two-column.desktop-only, #guid .stay-touch .two-column.desktop-only, #guid .accelerator-hear .inner-box .two-column.desktop-only, #guid .contact-us .two-column.desktop-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #guid .about-box .apply-now, #guid .accelerator-partner .apply-now, #guid .accelerator-gallery .apply-now, #guid .accelerator-faq .apply-now, #guid .accelerator-illumina .apply-now, #guid .accelerator-watch .apply-now, #guid .accelerator-resources .apply-now, #guid .accelerator-about .apply-now, #guid .event .apply-now, #guid .stay-touch .apply-now, #guid .accelerator-hear .inner-box .apply-now, #guid .contact-us .apply-now {
    margin-top: 28px;
    display: inline-block;
  }
}
#guid .about-box .title, #guid .accelerator-partner .title, #guid .accelerator-gallery .title, #guid .accelerator-faq .title, #guid .accelerator-illumina .title, #guid .accelerator-watch .title, #guid .accelerator-resources .title, #guid .accelerator-about .title, #guid .event .title, #guid .stay-touch .title, #guid .accelerator-hear .inner-box .title, #guid .contact-us .title {
  font-size: 56px;
  line-height: 64px;
  text-align: left;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #guid .about-box .title, #guid .accelerator-partner .title, #guid .accelerator-gallery .title, #guid .accelerator-faq .title, #guid .accelerator-illumina .title, #guid .accelerator-watch .title, #guid .accelerator-resources .title, #guid .accelerator-about .title, #guid .event .title, #guid .stay-touch .title, #guid .accelerator-hear .inner-box .title, #guid .contact-us .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 14px;
    margin-top: 27px;
  }
}
#guid .about-box .sub-title, #guid .accelerator-partner .sub-title, #guid .accelerator-gallery .sub-title, #guid .accelerator-faq .sub-title, #guid .accelerator-illumina .sub-title, #guid .accelerator-watch .sub-title, #guid .accelerator-resources .sub-title, #guid .accelerator-about .sub-title, #guid .event .sub-title, #guid .stay-touch .sub-title, #guid .accelerator-hear .inner-box .sub-title, #guid .contact-us .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
#guid .about-box .gap-right, #guid .accelerator-partner .gap-right, #guid .accelerator-gallery .gap-right, #guid .accelerator-faq .gap-right, #guid .accelerator-illumina .gap-right, #guid .accelerator-watch .gap-right, #guid .accelerator-resources .gap-right, #guid .accelerator-about .gap-right, #guid .event .gap-right, #guid .stay-touch .gap-right, #guid .accelerator-hear .inner-box .gap-right, #guid .contact-us .gap-right {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  #guid .about-box .gap-right, #guid .accelerator-partner .gap-right, #guid .accelerator-gallery .gap-right, #guid .accelerator-faq .gap-right, #guid .accelerator-illumina .gap-right, #guid .accelerator-watch .gap-right, #guid .accelerator-resources .gap-right, #guid .accelerator-about .gap-right, #guid .event .gap-right, #guid .stay-touch .gap-right, #guid .accelerator-hear .inner-box .gap-right, #guid .contact-us .gap-right {
    padding-right: 0;
  }
}
#guid .about-box .gap-left, #guid .accelerator-partner .gap-left, #guid .accelerator-gallery .gap-left, #guid .accelerator-faq .gap-left, #guid .accelerator-illumina .gap-left, #guid .accelerator-watch .gap-left, #guid .accelerator-resources .gap-left, #guid .accelerator-about .gap-left, #guid .event .gap-left, #guid .stay-touch .gap-left, #guid .accelerator-hear .inner-box .gap-left, #guid .contact-us .gap-left {
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #guid .about-box .gap-left, #guid .accelerator-partner .gap-left, #guid .accelerator-gallery .gap-left, #guid .accelerator-faq .gap-left, #guid .accelerator-illumina .gap-left, #guid .accelerator-watch .gap-left, #guid .accelerator-resources .gap-left, #guid .accelerator-about .gap-left, #guid .event .gap-left, #guid .stay-touch .gap-left, #guid .accelerator-hear .inner-box .gap-left, #guid .contact-us .gap-left {
    padding-left: 0;
  }
}
#guid .about-box img, #guid .accelerator-partner img, #guid .accelerator-gallery img, #guid .accelerator-faq img, #guid .accelerator-illumina img, #guid .accelerator-watch img, #guid .accelerator-resources img, #guid .accelerator-about img, #guid .event img, #guid .stay-touch img, #guid .accelerator-hear .inner-box img, #guid .contact-us img {
  width: 100%;
  border-radius: 25px;
}
#guid .about-box .content, #guid .accelerator-partner .content, #guid .accelerator-gallery .content, #guid .accelerator-faq .content, #guid .accelerator-illumina .content, #guid .accelerator-watch .content, #guid .accelerator-resources .content, #guid .accelerator-about .content, #guid .event .content, #guid .stay-touch .content, #guid .accelerator-hear .inner-box .content, #guid .contact-us .content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .about-box .content.contact, #guid .accelerator-partner .content.contact, #guid .accelerator-gallery .content.contact, #guid .accelerator-faq .content.contact, #guid .accelerator-illumina .content.contact, #guid .accelerator-watch .content.contact, #guid .accelerator-resources .content.contact, #guid .accelerator-about .content.contact, #guid .event .content.contact, #guid .stay-touch .content.contact, #guid .accelerator-hear .inner-box .content.contact, #guid .contact-us .content.contact {
    font-size: 12px;
    line-height: 16px;
  }
}
#guid .about-box ul, #guid .accelerator-partner ul, #guid .accelerator-gallery ul, #guid .accelerator-faq ul, #guid .accelerator-illumina ul, #guid .accelerator-watch ul, #guid .accelerator-resources ul, #guid .accelerator-about ul, #guid .event ul, #guid .stay-touch ul, #guid .accelerator-hear .inner-box ul, #guid .contact-us ul {
  padding: 4% 0 4% 5%;
}
#guid .about-box ul > li, #guid .accelerator-partner ul > li, #guid .accelerator-gallery ul > li, #guid .accelerator-faq ul > li, #guid .accelerator-illumina ul > li, #guid .accelerator-watch ul > li, #guid .accelerator-resources ul > li, #guid .accelerator-about ul > li, #guid .event ul > li, #guid .stay-touch ul > li, #guid .accelerator-hear .inner-box ul > li, #guid .contact-us ul > li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 4px 0;
}
#guid .about-box ul > li::before, #guid .accelerator-partner ul > li::before, #guid .accelerator-gallery ul > li::before, #guid .accelerator-faq ul > li::before, #guid .accelerator-illumina ul > li::before, #guid .accelerator-watch ul > li::before, #guid .accelerator-resources ul > li::before, #guid .accelerator-about ul > li::before, #guid .event ul > li::before, #guid .stay-touch ul > li::before, #guid .accelerator-hear .inner-box ul > li::before, #guid .contact-us ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #131B42;
  position: absolute;
  left: -16px;
  top: 14px;
}
#guid .about-box .heading, #guid .accelerator-partner .heading, #guid .accelerator-gallery .heading, #guid .accelerator-faq .heading, #guid .accelerator-illumina .heading, #guid .accelerator-watch .heading, #guid .accelerator-resources .heading, #guid .accelerator-about .heading, #guid .event .heading, #guid .stay-touch .heading, #guid .accelerator-hear .inner-box .heading, #guid .contact-us .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #guid .about-box .heading, #guid .accelerator-partner .heading, #guid .accelerator-gallery .heading, #guid .accelerator-faq .heading, #guid .accelerator-illumina .heading, #guid .accelerator-watch .heading, #guid .accelerator-resources .heading, #guid .accelerator-about .heading, #guid .event .heading, #guid .stay-touch .heading, #guid .accelerator-hear .inner-box .heading, #guid .contact-us .heading {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
#guid .about-box .sub-heading, #guid .accelerator-partner .sub-heading, #guid .accelerator-gallery .sub-heading, #guid .accelerator-faq .sub-heading, #guid .accelerator-illumina .sub-heading, #guid .accelerator-watch .sub-heading, #guid .accelerator-resources .sub-heading, #guid .accelerator-about .sub-heading, #guid .event .sub-heading, #guid .stay-touch .sub-heading, #guid .accelerator-hear .inner-box .sub-heading, #guid .contact-us .sub-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #guid .about-box .sub-heading, #guid .accelerator-partner .sub-heading, #guid .accelerator-gallery .sub-heading, #guid .accelerator-faq .sub-heading, #guid .accelerator-illumina .sub-heading, #guid .accelerator-watch .sub-heading, #guid .accelerator-resources .sub-heading, #guid .accelerator-about .sub-heading, #guid .event .sub-heading, #guid .stay-touch .sub-heading, #guid .accelerator-hear .inner-box .sub-heading, #guid .contact-us .sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
}
#guid .about-box .sub-heading a, #guid .accelerator-partner .sub-heading a, #guid .accelerator-gallery .sub-heading a, #guid .accelerator-faq .sub-heading a, #guid .accelerator-illumina .sub-heading a, #guid .accelerator-watch .sub-heading a, #guid .accelerator-resources .sub-heading a, #guid .accelerator-about .sub-heading a, #guid .event .sub-heading a, #guid .stay-touch .sub-heading a, #guid .accelerator-hear .inner-box .sub-heading a, #guid .contact-us .sub-heading a {
  color: #fff;
}
#guid .about-box .sub-heading b, #guid .accelerator-partner .sub-heading b, #guid .accelerator-gallery .sub-heading b, #guid .accelerator-faq .sub-heading b, #guid .accelerator-illumina .sub-heading b, #guid .accelerator-watch .sub-heading b, #guid .accelerator-resources .sub-heading b, #guid .accelerator-about .sub-heading b, #guid .event .sub-heading b, #guid .stay-touch .sub-heading b, #guid .accelerator-hear .inner-box .sub-heading b, #guid .contact-us .sub-heading b {
  font-weight: 700;
}
#guid .contact-us .title {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #guid .contact-us .title {
    margin-top: 0;
  }
}
#guid .contact-us .sub-title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #guid .contact-us .sub-title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
#guid .contact-us .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #guid .contact-us .heading {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
#guid .contact-us .sub-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #guid .contact-us .sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
}
#guid .contact-us .sub-heading a {
  color: #fff;
}
#guid .contact-us .sub-heading b {
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  #guid .contact-us .two-column {
    margin-top: 20px;
  }
}
#guid .contact-us .bottom-gap {
  margin-bottom: 35px;
}
#guid .contact-us .bottom-gap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guid .contact-us .bottom-gap {
    margin-bottom: 20px;
  }
}
#guid .contact-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#guid .contact-us ul > li::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch.touch, #guid .accelerator-hear .touch.inner-box {
    padding: 80px 6.65%;
  }
}
#guid .stay-touch.touch .title, #guid .accelerator-hear .touch.inner-box .title, #guid .stay-touch.touch form, #guid .accelerator-hear .touch.inner-box form {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch.touch .title, #guid .accelerator-hear .touch.inner-box .title, #guid .stay-touch.touch form, #guid .accelerator-hear .touch.inner-box form {
    margin-top: 20px;
  }
}
#guid .stay-touch.touch input[type=text], #guid .accelerator-hear .touch.inner-box input[type=text] {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch.newsletter .gap-right, #guid .accelerator-hear .newsletter.inner-box .gap-right {
    margin-top: 20px;
  }
}
#guid .stay-touch .inner-box, #guid .accelerator-hear .inner-box .inner-box {
  border-radius: 25px;
  padding: 75px 9%;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch .inner-box, #guid .accelerator-hear .inner-box .inner-box {
    padding: 30px 9%;
  }
}
#guid .stay-touch .title, #guid .accelerator-hear .inner-box .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch .title, #guid .accelerator-hear .inner-box .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
#guid .stay-touch .sub-title, #guid .accelerator-hear .inner-box .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch .sub-title, #guid .accelerator-hear .inner-box .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
}
#guid .stay-touch form, #guid .accelerator-hear .inner-box form {
  margin-top: 25px;
}
#guid .stay-touch input[type=text], #guid .accelerator-hear .inner-box input[type=text] {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #guid .stay-touch input[type=text], #guid .accelerator-hear .inner-box input[type=text] {
    margin-bottom: 24px;
  }
}
#guid .news-center {
  overflow: hidden;
  padding: 52px 9%;
}
@media screen and (max-width: 767px) {
  #guid .news-center {
    padding: 40px 6.65%;
  }
}
#guid .news-center.row {
  margin: 0;
}
#guid .news-center.bg-purple {
  background: rgba(234, 234, 253, 0.75);
}
#guid .news-center.bg-purple #news::after {
  background-color: rgba(239, 239, 253, 0.75);
  left: 1200px;
}
#guid .news-center.bg-purple #news::before {
  background-color: rgb(239, 239, 253);
  left: -419px;
  z-index: 1;
}
#guid .news-center #news {
  overflow: visible !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guid .news-center #news {
    overflow: hidden !important;
  }
}
#guid .news-center #news::after, #guid .news-center #news::before {
  content: "";
  display: block;
  height: 100%;
  width: 400px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  #guid .news-center #news::after, #guid .news-center #news::before {
    display: none;
  }
}
#guid .news-center #news::after {
  background-color: rgba(255, 255, 255, 0.75);
  right: -419px;
}
#guid .news-center #news::before {
  background-color: rgb(255, 255, 255);
  left: -419px;
  z-index: 1;
}
#guid .news-center .title {
  margin-bottom: 0;
  width: 100%;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  #guid .news-center .title {
    font-size: 24px;
  }
}
#guid .news-center .sub-title {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 45px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #guid .news-center .sub-title {
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
#guid .news-center .news-list::after {
  clear: both;
  content: "";
  display: table;
}
#guid .news-center .news-list > li {
  width: 370px;
  height: 380px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1366px) {
  #guid .news-center .news-list > li {
    width: 350px;
  }
}
@media screen and (max-width: 1280px) {
  #guid .news-center .news-list > li {
    width: 327px;
  }
}
@media screen and (max-width: 1180px) {
  #guid .news-center .news-list > li {
    width: 468px;
  }
}
@media screen and (max-width: 1024px) {
  #guid .news-center .news-list > li {
    width: 404px;
  }
}
@media screen and (max-width: 820px) {
  #guid .news-center .news-list > li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #guid .news-center .news-list > li {
    width: 299px;
  }
}
@media screen and (max-width: 767px) {
  #guid .news-center .news-list > li {
    width: 330px;
    padding: 20px 30px;
    height: 270px;
  }
}
@media screen and (max-width: 414px) {
  #guid .news-center .news-list > li {
    width: 372px;
  }
}
@media screen and (max-width: 390px) {
  #guid .news-center .news-list > li {
    width: 351px;
  }
}
@media screen and (max-width: 375px) {
  #guid .news-center .news-list > li {
    width: 337px;
  }
}
@media screen and (max-width: 360px) {
  #guid .news-center .news-list > li {
    width: 324px;
  }
}
#guid .news-center .news-list > li a {
  text-decoration: none;
}
#guid .news-center .news-list > li::after {
  content: "";
  position: absolute;
  bottom: 40px;
  width: 50px;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#5d72e4), to(rgba(246, 221, 211, 0.56)));
  background: -webkit-linear-gradient(right, #5d72e4 0%, rgba(246, 221, 211, 0.56) 100%);
  background: -moz- oldlinear-gradient(right, #5d72e4 0%, rgba(246, 221, 211, 0.56) 100%);
  background: linear-gradient(270deg, #5d72e4 0%, rgba(246, 221, 211, 0.56) 100%);
}
#guid .news-center .news-list > li .news-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
}
#guid .news-center .news-list > li .news-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.5;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #guid .news-center .news-list > li .news-date {
    margin-bottom: 20px;
  }
}
#guid .news-center .news-list > li .news-content {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #guid .news-center .news-list > li .news-content {
    font-size: 16px;
    line-height: 24px;
  }
}
#guid .venture-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(82.81%, rgba(234, 237, 242, 0.5)), to(rgba(219, 226, 237, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(234, 237, 242, 0.5) 82.81%, rgba(219, 226, 237, 0.5) 100%);
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(234, 237, 242, 0.5) 82.81%, rgba(219, 226, 237, 0.5) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(234, 237, 242, 0.5) 82.81%, rgba(219, 226, 237, 0.5) 100%);
}
#guid .venture-box .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #444648;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #guid .venture-box .title {
    font-size: 24px;
    line-height: 28px;
  }
}
#guid .venture-box .sub-title {
  color: #444648;
  margin-bottom: 40px;
}
#guid .illumina-box .title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .title {
    margin-bottom: 20px;
  }
}
#guid .illumina-box .sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
#guid .illumina-box .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
#guid .illumina-box .gray-box {
  padding: 10px 15px;
  border: 1px solid #D6D6D6;
}
#guid .illumina-box .gray-box .box-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .gray-box .box-title {
    font-size: 15px;
  }
}
#guid .illumina-box .gray-box .box-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .gray-box .box-subtitle {
    font-size: 12px;
  }
}
#guid .illumina-box .gap-right {
  padding-right: 50px;
  width: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .gap-right {
    width: 100%;
    padding-right: 0;
  }
}
#guid .illumina-box .gap-right::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 78, 255, 0.2925)), color-stop(50.52%, rgba(255, 99, 99, 0.114)), color-stop(99.48%, rgba(255, 99, 99, 0)));
  background: -webkit-linear-gradient(top, rgba(9, 78, 255, 0.2925) 0%, rgba(255, 99, 99, 0.114) 50.52%, rgba(255, 99, 99, 0) 99.48%);
  background: -moz- oldlinear-gradient(top, rgba(9, 78, 255, 0.2925) 0%, rgba(255, 99, 99, 0.114) 50.52%, rgba(255, 99, 99, 0) 99.48%);
  background: linear-gradient(180deg, rgba(9, 78, 255, 0.2925) 0%, rgba(255, 99, 99, 0.114) 50.52%, rgba(255, 99, 99, 0) 99.48%);
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .gap-right::after {
    display: none;
  }
}
#guid .illumina-box .gap-left {
  padding-left: 50px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .gap-left {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-top: 25px;
  }
  #guid .illumina-box .gap-left::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(rgba(9, 78, 255, 0.2925)), color-stop(50.52%, rgba(255, 99, 99, 0.114)), color-stop(99.48%, rgba(255, 99, 99, 0)));
    background: -webkit-linear-gradient(right, rgba(9, 78, 255, 0.2925) 0%, rgba(255, 99, 99, 0.114) 50.52%, rgba(255, 99, 99, 0) 99.48%);
    background: -moz- oldlinear-gradient(right, rgba(9, 78, 255, 0.2925) 0%, rgba(255, 99, 99, 0.114) 50.52%, rgba(255, 99, 99, 0) 99.48%);
    background: linear-gradient(270deg, rgba(9, 78, 255, 0.2925) 0%, rgba(255, 99, 99, 0.114) 50.52%, rgba(255, 99, 99, 0) 99.48%);
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #guid .illumina-box .gap-left::after {
    width: 90%;
  }
}
#guid .illumina-box .social {
  text-align: right;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .social {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
#guid .illumina-box .social a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5D72E4;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .social a {
    display: inline-block;
  }
}
#guid .illumina-box .social a:hover {
  text-decoration: underline;
}
#guid .illumina-box .social .link {
  margin-top: 24px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #444648;
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  #guid .illumina-box .social .link {
    margin-left: 0;
    margin-right: 12px;
    margin-top: 20px;
  }
}
#guid .illumina-box .social .link a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
}
#guid .illumina-box .social .link img {
  display: inline-block;
  vertical-align: middle;
}
#guid .event {
  background: -webkit-gradient(linear, left bottom, left top, from(#EAEAFD), to(#EAEAFD)), #FFFFFF;
  background: -webkit-linear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: -moz- oldlinear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: linear-gradient(0deg, #EAEAFD, #EAEAFD), #FFFFFF;
}
#guid .event .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #guid .event .title {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
#guid .event .sub-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #guid .event .sub-title {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
#guid .event .sub-title a {
  text-decoration: none;
  color: #5D72E4;
}
#guid .event .sub-title a.link {
  color: inherit;
}
#guid .event .sub-title a:hover {
  text-decoration: underline;
}
#guid .event .gallery-list {
  padding: 0;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  #guid .event .gallery-list {
    margin: 0;
  }
}
#guid .event .gallery-list > li {
  width: 33%;
  float: left;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #guid .event .gallery-list > li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #guid .event .gallery-list > li:last-child {
    margin-bottom: 0;
  }
}
#guid .event .gallery-list > li::before {
  display: none;
}
#guid .event .scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .event .scrollbar {
    display: block;
  }
}
#guid .accelerator-about.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEBFC), to(rgba(235, 236, 255, 0)));
  background: -webkit-linear-gradient(top, #EAEBFC 0%, rgba(235, 236, 255, 0) 100%);
  background: -moz- oldlinear-gradient(top, #EAEBFC 0%, rgba(235, 236, 255, 0) 100%);
  background: linear-gradient(180deg, #EAEBFC 0%, rgba(235, 236, 255, 0) 100%);
}
#guid .accelerator-resources.illumina {
  background-color: #5D72E4;
}
#guid .accelerator-resources.illumina .title {
  color: #fff;
  margin-bottom: 14px;
}
#guid .accelerator-resources.illumina .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources.illumina .sub-title {
    margin-bottom: 55px;
  }
}
#guid .accelerator-resources.illumina img {
  border-radius: 0;
}
#guid .accelerator-resources .title {
  margin-bottom: 70px;
  font-size: 48px;
  line-height: 64px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
#guid .accelerator-resources .grid {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid.flexbox .two-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid.flexbox .two-column:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
}
#guid .accelerator-resources .grid > .three-column {
  padding: 0;
}
#guid .accelerator-resources .grid > .three-column > div:nth-child(1), #guid .accelerator-resources .grid > .three-column > div:nth-child(2) {
  width: 25%;
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
  float: none;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid > .three-column > div:nth-child(1), #guid .accelerator-resources .grid > .three-column > div:nth-child(2) {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#guid .accelerator-resources .grid > .three-column > div:nth-child(3) {
  width: 100%;
  text-align: left;
  display: table-cell;
  float: none;
  vertical-align: top;
}
#guid .accelerator-resources .grid > .three-column i {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}
#guid .accelerator-resources .grid > .two-column:nth-child(odd) {
  padding: 0 5% 25px 0;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid > .two-column:nth-child(odd) {
    padding: 15px 0 0 0;
  }
}
#guid .accelerator-resources .grid > .two-column:nth-child(even) {
  padding: 0 0 25px 5%;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid > .two-column:nth-child(even) {
    padding: 15px 0 0 0;
  }
}
#guid .accelerator-resources .grid img {
  display: inline-block;
  width: 80px;
  height: auto;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid img {
    width: 45px;
  }
}
#guid .accelerator-resources .grid span {
  display: block;
  font-size: 24px;
  line-height: 29px;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-resources .grid span {
    margin: 12px 0;
  }
}
#guid .accelerator-resources .grid small {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#guid .accelerator-watch {
  background: -webkit-gradient(linear, left bottom, left top, from(#EAEAFD), to(#EAEAFD)), #FFFFFF;
  background: -webkit-linear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: -moz- oldlinear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: linear-gradient(0deg, #EAEAFD, #EAEAFD), #FFFFFF;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-watch {
    background: #EBECFF;
  }
}
#guid .accelerator-watch .title {
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-watch .title {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }
}
#guid .accelerator-watch .video-box {
  background-color: #5D72E4;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  padding: 28px;
  height: 100%;
}
#guid .accelerator-watch .video-box img {
  margin-bottom: 20px;
  display: block;
  border-radius: 25px;
}
#guid .accelerator-watch .video-content {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-watch .video-content {
    font-size: 18px;
    line-height: 20px;
  }
}
#guid .accelerator-watch .image-holder {
  position: relative;
}
#guid .accelerator-watch .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("../../../content/dam/illumina-marketing/startups/play-icon.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-watch .video-icon {
    width: 60px;
    height: 60px;
    margin: -30px;
  }
}
#guid .accelerator-watch .grid {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#guid .accelerator-watch .grid > .two-column:first-child {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-watch .grid > .two-column:first-child {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#guid .accelerator-watch .grid > .two-column:last-child {
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-watch .grid > .two-column:last-child {
    padding-left: 0;
  }
}
#guid .accelerator-investment.bg-gradient {
  background: transparent;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-investment.bg-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 255, 0)), to(#EAEBFC));
    background: -webkit-linear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
    background: -moz- oldlinear-gradient(top, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
    background: linear-gradient(180deg, rgba(235, 236, 255, 0) 0%, #EAEBFC 100%);
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-investment {
    padding: 40px 6.65% 75px;
  }
}
#guid .accelerator-investment .title {
  margin-bottom: 20px;
}
#guid .accelerator-investment .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#guid .accelerator-investment .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-color: #5D72E4;
  border-radius: 25px;
  padding: 20px 40px;
  color: #fff;
  text-align: left;
  margin: 15px;
  display: none;
}
#guid .accelerator-investment .description a {
  color: #fff;
}
#guid .accelerator-investment .list {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
#guid .accelerator-investment .list > li {
  border-radius: 0;
  cursor: auto;
  height: 100%;
  margin-bottom: 10px;
  width: 1210px;
  padding: 0;
  white-space: normal;
  float: none;
  display: inline-block;
}
#guid .accelerator-investment .list > li::after {
  display: none;
}
@media screen and (max-width: 1440px) {
  #guid .accelerator-investment .list > li {
    width: 82vw;
  }
}
#guid .accelerator-investment .list > li:hover {
  height: auto;
  margin-bottom: 10px;
}
#guid .accelerator-investment .list > li > div > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#guid .accelerator-investment .list > li > div > ul::after {
  clear: both;
  content: "";
  display: table;
}
#guid .accelerator-investment .list > li > div > ul > li {
  padding: 10px 15px;
  cursor: pointer;
  width: 16.66%;
}
@media screen and (max-width: 1024px) {
  #guid .accelerator-investment .list > li > div > ul > li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-investment .list > li > div > ul > li {
    width: 50%;
  }
}
#guid .accelerator-investment .list > li > div > ul > li.active img {
  border-color: #5D72E4;
}
#guid .accelerator-investment .list > li > div > ul > li img {
  border-radius: 25px;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-investment .list > li > div > ul > li img {
    border-color: transparent;
  }
}
#guid .accelerator-investment ul {
  padding: 0;
}
#guid .accelerator-investment ul li::before {
  display: none;
}
#guid .accelerator-investment #partners {
  width: 1210px;
  margin-top: 20px;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  #guid .accelerator-investment #partners {
    width: 82vw;
  }
}
#guid .accelerator-illumina.bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(rgba(93, 114, 228, 0.2)), to(rgba(246, 221, 211, 0.112)));
  background: -webkit-linear-gradient(right, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: -moz- oldlinear-gradient(right, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
  background: linear-gradient(270deg, rgba(93, 114, 228, 0.2) 0%, rgba(246, 221, 211, 0.112) 100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #guid .accelerator-illumina .two-column,
  #guid .accelerator-illumina .logo-holder {
    width: 100%;
  }
}
#guid .accelerator-illumina .one-column {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .one-column {
    width: 100%;
  }
}
#guid .accelerator-illumina .one-column .team-info .image-holder {
  float: none;
  margin: 0 auto 3%;
}
#guid .accelerator-illumina .one-column .team-info .content {
  margin: 0 auto;
  text-align: center;
}
#guid .accelerator-illumina .one-column .team-info .content .info-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .one-column .team-info .content .info-title {
    font-size: 20px;
    line-height: 30px;
  }
}
#guid .accelerator-illumina .one-column .team-info .content .info-subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .one-column .team-info .content .info-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#guid .accelerator-illumina .logo-holder {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .logo-holder {
    margin-bottom: 0;
  }
}
#guid .accelerator-illumina .logo-holder img {
  display: inline-block;
  width: auto;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .logo-holder img {
    width: 250px;
    max-width: 100%;
  }
}
#guid .accelerator-illumina .team-info {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info {
    text-align: center;
  }
}
#guid .accelerator-illumina .team-info img {
  width: 100%;
}
#guid .accelerator-illumina .team-info .image-holder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info .image-holder {
    float: none;
    display: inline-block;
  }
}
#guid .accelerator-illumina .team-info .content {
  margin-left: 180px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info .content {
    margin-left: 0;
    margin-top: 15px;
  }
}
#guid .accelerator-illumina .team-info .content .info-header {
  font-size: 36px;
  line-height: 54px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info .content .info-header {
    font-size: 20px;
    line-height: 30px;
  }
}
#guid .accelerator-illumina .team-info .content .info-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info .content .info-title {
    font-size: 20px;
    line-height: 30px;
  }
}
#guid .accelerator-illumina .team-info .content .info-subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info .content .info-subtitle {
    font-size: 18px;
    line-height: 27px;
  }
}
#guid .accelerator-illumina .team-info .content a {
  font-size: 20px;
  line-height: 30px;
  color: #131B42;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-illumina .team-info .content a {
    font-size: 18px;
    line-height: 27px;
  }
}
#guid .accelerator-faq {
  position: relative;
}
#guid .accelerator-faq > div {
  position: relative;
}
#guid .accelerator-faq .load-more-placeholder {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .title {
    margin-top: 0;
    margin-right: 30px;
  }
}
#guid .accelerator-faq .sub-title {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
  }
}
#guid .accelerator-faq .small {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#guid .accelerator-faq .small .intro {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .small .intro {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .small {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.3px;
  }
}
#guid .accelerator-faq .pdf-icon {
  position: absolute;
  right: 0;
  top: 20px;
  width: 35px;
  height: 40px;
  display: block;
  background: url("../../../content/dam/illumina-marketing/startups/pdf-icon.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .pdf-icon {
    width: 25px;
  }
}
#guid .accelerator-faq .load-more {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#guid .accelerator-faq .load-more::before {
  content: "";
  background: url("../../../content/dam/illumina-marketing/startups/down-arrow.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 14px;
}
#guid .accelerator-faq .load-more:hover {
  text-decoration: underline;
}
#guid .accelerator-faq .accordion .accordion-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .accordion .accordion-title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 10px;
  }
}
#guid .accelerator-faq .accordion label {
  display: block;
}
#guid .accelerator-faq .accordion input {
  display: none;
}
#guid .accelerator-faq .accordion input:checked + label .accordion-label::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#guid .accelerator-faq .accordion input:checked + label + .accordion-content {
  display: block;
}
#guid .accelerator-faq .accordion .accordion-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3000000119px;
  margin: 25px 0 15px 0;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-faq .accordion .accordion-label {
    font-size: 18px;
    line-height: 22px;
  }
}
#guid .accelerator-faq .accordion .accordion-label::before, #guid .accelerator-faq .accordion .accordion-label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
#guid .accelerator-faq .accordion .accordion-label::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#guid .accelerator-faq .accordion .accordion-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
  letter-spacing: 0.3000000119px;
  display: none;
  padding-left: 25px;
}
#guid .accelerator-faq .accordion .accordion-content a {
  color: white;
}
#guid .title36 .title {
  font-size: 36px;
  line-height: initial;
}
#guid .maincontainer.accelerator .accelerator-hear.grant .scrollbar {
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 414px) {
  #guid .maincontainer.accelerator .accelerator-hear.grant .scrollbar {
    margin-left: 0;
    margin-right: 0;
  }
}
#guid .maincontainer.accelerator .accelerator-investment .scrollbar {
  margin-right: 0;
}
#guid .accelerator-hear {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 255, 0)), to(#f2f3fd));
  background: -webkit-linear-gradient(top, rgba(235, 236, 255, 0) 0%, #f2f3fd 100%);
  background: -moz- oldlinear-gradient(top, rgba(235, 236, 255, 0) 0%, #f2f3fd 100%);
  background: linear-gradient(180deg, rgba(235, 236, 255, 0) 0%, #f2f3fd 100%);
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.grant .title {
    font-size: 28px;
  }
}
#guid .accelerator-hear.grant .gap-left .name {
  margin-top: 7.3%;
  font-weight: 300;
  margin-bottom: 3.5%;
}
#guid .accelerator-hear.grant .scrollbar {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.grant .scrollbar {
    margin-left: 0;
    margin-right: 0;
  }
}
#guid .accelerator-hear.grant .inner-box {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #guid .accelerator-hear.grant .inner-box {
    display: block;
  }
}
#guid .accelerator-hear.grant .inner-box .prev,
#guid .accelerator-hear.grant .inner-box .next {
  top: 48%;
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear.grant .gap-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear.grant .gap-left {
    padding-left: 0;
  }
}
#guid .accelerator-hear.grant .gap-left .startup-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.grant .gap-left .startup-title {
    font-size: 16px;
  }
}
#guid .accelerator-hear.grant .gap-left .quote {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.grant .gap-left .quote {
    font-size: 12px;
  }
}
#guid .accelerator-hear.grant .gap-left .readmore,
#guid .accelerator-hear.grant .gap-left a.readmore {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.grant .gap-left .readmore,
  #guid .accelerator-hear.grant .gap-left a.readmore {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.grant:not(.illumina) .scrollbar {
    margin-left: 14px;
    margin-right: 14px;
  }
}
#guid .accelerator-hear.illumina {
  background: #5D72E4;
}
#guid .accelerator-hear.illumina .title {
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.illumina .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
#guid .accelerator-hear.illumina:not(.grant) .inner-box {
  padding: 0;
  margin: 0 -7px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.illumina .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
}
#guid .accelerator-hear.illumina .inner-box .here-list {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1366px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 918px;
  }
}
@media screen and (max-width: 1280px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 860px;
  }
}
@media screen and (max-width: 1180px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 792px;
  }
}
@media screen and (max-width: 1024px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 688px;
  }
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 516px;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 648px;
    padding: 0 7px;
  }
}
@media screen and (max-width: 414px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 350px;
  }
}
@media screen and (max-width: 390px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 329px;
  }
}
@media screen and (max-width: 375px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 337px;
  }
}
@media screen and (max-width: 360px) {
  #guid .accelerator-hear.illumina .inner-box .here-list > li {
    width: 326px;
  }
}
#guid .accelerator-hear.illumina .controller .next {
  right: 4px;
}
#guid .accelerator-hear.illumina .controller .prev {
  left: 4px;
}
#guid .accelerator-hear.illumina .italic,
#guid .accelerator-hear.illumina .name {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.illumina .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.illumina .italic {
    font-size: 12px;
  }
}
#guid .accelerator-hear.illumina .designation {
  font-size: 18px;
}
#guid .accelerator-hear.illumina .designation:is(a) {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear.illumina .designation {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .title {
    margin-bottom: 25px;
  }
}
#guid .accelerator-hear .inner-box {
  border-radius: 25px;
  padding: 75px 9%;
  background: #5D72E4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .inner-box {
    padding: 5.5% 10px 8%;
  }
}
#guid .accelerator-hear .inner-box .next,
#guid .accelerator-hear .inner-box .prev {
  position: absolute;
  height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .inner-box .next,
  #guid .accelerator-hear .inner-box .prev {
    display: none;
  }
}
#guid .accelerator-hear .inner-box .next::before,
#guid .accelerator-hear .inner-box .prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
#guid .accelerator-hear .inner-box .next {
  right: 50px;
  top: 42%;
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear .inner-box .next {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear .inner-box .next {
    right: 30px;
  }
}
#guid .accelerator-hear .inner-box .prev {
  left: 50px;
  top: 42%;
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear .inner-box .prev {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear .inner-box .prev {
    left: 30px;
  }
}
#guid .accelerator-hear .inner-box .prev::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#guid .accelerator-hear .inner-box .here-list {
  list-style: none;
  padding: 0;
}
#guid .accelerator-hear .inner-box .here-list > li {
  color: #fff;
  width: 969px;
  float: left;
  padding-right: 1%;
}
@media screen and (max-width: 1366px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 918px;
  }
}
@media screen and (max-width: 1280px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 860px;
  }
}
@media screen and (max-width: 1180px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 794px;
  }
}
@media screen and (max-width: 1024px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 688px;
  }
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    padding: 0 0.5%;
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    padding: 0 0.5%;
    width: 516px;
  }
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 648px;
    padding: 0 7px;
  }
}
@media screen and (max-width: 414px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 311px;
  }
}
@media screen and (max-width: 390px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 292px;
  }
}
@media screen and (max-width: 375px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 317px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 360px) {
  #guid .accelerator-hear .inner-box .here-list > li {
    width: 280px;
    padding: 0 7px;
  }
}
#guid .accelerator-hear .inner-box .here-list > li > div {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear .inner-box .here-list > li > div {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear .inner-box .here-list > li > div {
    display: block;
  }
}
#guid .accelerator-hear .inner-box .here-list > li > div:first-child {
  width: 372px;
}
@media screen and (max-width: 820px) {
  #guid .accelerator-hear .inner-box .here-list > li > div:first-child {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #guid .accelerator-hear .inner-box .here-list > li > div:first-child {
    width: 100%;
    margin-bottom: 25px;
  }
}
#guid .accelerator-hear .inner-box .here-list > li::before {
  background-color: transparent;
}
#guid .accelerator-hear .inner-box .here-list .italic {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .inner-box .here-list .italic {
    font-size: 12px;
    line-height: 18px;
  }
}
#guid .accelerator-hear .inner-box .here-list .name {
  font-size: 20px;
  line-height: 30px;
  margin-top: 2%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .inner-box .here-list .name {
    font-size: 12px;
    line-height: 18px;
  }
}
#guid .accelerator-hear .inner-box .here-list .designation {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .inner-box .here-list .designation {
    font-size: 8px;
    line-height: 12px;
  }
}
#guid .accelerator-hear .scrollbar {
  background: rgba(234, 235, 252, 0.4);
  margin-right: 0;
}
#guid .accelerator-hear .scrollbar::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-hear .scrollbar {
    margin-top: 25px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
#guid .accelerator-hear .scrollbar .handle {
  background: #fff;
}
#guid .accelerator-gallery {
  background: -webkit-gradient(linear, left bottom, left top, from(#EAEAFD), to(#EAEAFD)), #FFFFFF;
  background: -webkit-linear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: -moz- oldlinear-gradient(bottom, #EAEAFD, #EAEAFD), #FFFFFF;
  background: linear-gradient(0deg, #EAEAFD, #EAEAFD), #FFFFFF;
}
#guid .accelerator-gallery .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-gallery .title {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
#guid .accelerator-gallery .gallery-list {
  padding: 0;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-gallery .gallery-list {
    margin: 0;
  }
}
#guid .accelerator-gallery .gallery-list > li {
  width: 33%;
  float: left;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-gallery .gallery-list > li {
    width: 338px;
    padding: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width: 414px) {
  #guid .accelerator-gallery .gallery-list > li {
    width: 358px;
  }
}
@media screen and (max-width: 390px) {
  #guid .accelerator-gallery .gallery-list > li {
    width: 338px;
  }
}
@media screen and (max-width: 375px) {
  #guid .accelerator-gallery .gallery-list > li {
    width: 325px;
  }
}
@media screen and (max-width: 360px) {
  #guid .accelerator-gallery .gallery-list > li {
    width: 312px;
  }
}
#guid .accelerator-gallery .gallery-list > li::before {
  display: none;
}
#guid .accelerator-gallery .scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  #guid .accelerator-gallery .scrollbar {
    display: block;
    background: rgba(0, 0, 0, 0.03);
  }
}
#guid .accelerator-partner .list {
  list-style: none;
  padding: 0;
}
#guid .accelerator-partner .list > li {
  border: 1px solid #ccc;
}
#guid .accelerator-partner .list > li > ul > li > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#guid .accelerator-partner .list > li > ul > li > ul > li {
  display: table-cell;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
#guid .accelerator-partner .list > li > ul > li > ul > li img {
  border: 1px solid #D6D6D6;
}
#guid .accelerator-partner ul {
  padding: 0;
}
#guid .accelerator-partner ul li::before {
  display: none;
}

/* Pardot / Form Row specific styling */
.formRow h5 {
  color: #131b42;
  font-size: 24px;
  font-family: Inter, Helvetica, sans-serif;
  line-height: 35px;
  margin: 15px 0;
}