.Home_customContent {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}

.hero {
  position: relative;
  top: -1px;
  height: 444px;
}

.hero__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding-block-start: 24px ;padding-inline-end: 0 ;padding-block-end: 24px ;padding-inline-start: 0 ;
}

.hero__title {
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  font-size: 40px;
  font-weight: 300;
  line-height: 47px;
  color: #FFFFFF;
  text-align: center;
}

.search {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-top: 40px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.search__input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding-block-start: 12px ;padding-inline-end: 16px ;padding-block-end: 12px ;padding-inline-start: 16px ;
  background: #FFFFFF;
}

.search__button {
  position: absolute;
  height: 100%;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border: none;
  padding-block-start: 0 ;padding-inline-end: 0 ;padding-block-end: 0 ;padding-inline-start: 0 ;
  background-color: transparent;
  cursor: pointer;
}

.search__button:hover {
  transition: 0.3s;
  opacity: 0.5;
}

.section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-block-start: 0 ;padding-inline-end: 24px ;padding-block-end: 0 ;padding-inline-start: 24px ;
}

.section--pubs {
  padding-top: 12px;
  padding-bottom: 88px;
}

.section--resources {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 76px;
    padding-bottom: 96px;
    overflow-x: hidden;
}

.section--faq {
  position: relative;
  padding-top: 80px;
  padding-bottom: 68px;
}

.section__title {
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  font-weight: 300;
  font-size: 32px;
  line-height: normal;
}

.section__title--center {
  text-align: center;
}

@media (max-width: 650px) {
  .hero__wrap,
  .section {
    padding-inline-end: 16px ;
    padding-inline-start: 16px ;
  }
}

.pubs {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-block-start: 72px ;margin-inline-end: auto ;margin-block-end: 0 ;margin-inline-start: auto ;
}

.pubs__item {
  display: flex;
  flex-flow: row nowrap;
  width: 340px;
  height: 109px;
  margin-block-start: 8px ;margin-inline-end: 8px ;margin-block-end: 8px ;margin-inline-start: 8px ;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #FFFFFF;
  padding-block-start: 24px ;padding-inline-end: 16px ;padding-block-end: 24px ;padding-inline-start: 16px ;
  text-decoration: none;
  transition: 0.3s;
}

.pubs__item:first-child {
  border: none;
  background: #06A04A;
  color: #FFFFFF;
  height: 234px;
  padding-right: 60px;
}

.pubs__item:not(:first-child):hover {
  background-color: rgba(6, 160, 74, 0.04);
  border-color: #06A04A;
  border-width: thin medium medium thin;
}

.pubs__title {
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 10px ;margin-inline-start: 0 ;
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  transition: 0.3s;
}

.pubs__item:not(:first-child):hover .pubs__title {
  color: #06A04A;
}

.pubs__icon {
  display: flex;
  align-items: center;
  margin-inline-end: 24px ;
  width: 48px;
  height: 100%;
  font-family: 'Material Icons';
  font-size: 48px;
  line-height: 48px;
  color: #06A04A;
}

.pubs__item:first-child .pubs__title,
.pubs__item:first-child .pubs__icon {
  color: inherit;
}

.pubs__wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.pubs__text {
  color: rgba(0, 0, 0, 0.54);
}

.pubs__text::before {
  display: block;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}




/* Open Source Data Observability (publish sequence = 1) */
/* Set as "custom sort order 0" in publication settings */
.pubs__item:nth-child(1) .pubs__text::before { 
  color: rgba(255, 255, 255, 0.695482);
  content: 'Test Data and Monitor Data Tools For Errors';
}
.pubs__item:nth-child(1) .pubs__icon::before {
  content: 'mediation';
}

/* DataOps Concepts (publish sequence = 2) */
.pubs__item:nth-child(2) .pubs__text::before { 
  content: 'Discover best practices to excel in DataOps';
}
.pubs__item:nth-child(2) .pubs__icon::before {
  content: 'lightbulb';
}

/* DataOps TestGen Help (publish sequence = 3) */
.pubs__item:nth-child(3) .pubs__text::before { 
  content: 'Check Data For Errors';
}
.pubs__item:nth-child(3) .pubs__icon::before { 
  content: 'science';
}

/* DataOps Observability Help (publish sequence = 4) */
.pubs__item:nth-child(4) .pubs__text::before { 
  content: 'Monitor Your Entire Data Journey';
}
.pubs__item:nth-child(4) .pubs__icon::before { 
  content: 'manage_search';
}


/* DataOps Automation Help (publish sequence = 5) */
/* Set as "custom sort order 2" in publication settings */
.pubs__item:nth-child(5) .pubs__text::before {
  content: 'Orchestrate, Deploy, and Manage Environments';
}
.pubs__item:nth-child(5) .pubs__icon::before {
  content: 'group';
}

/* Explore Tutorials (publish sequence = 6) */
/* Set as "custom sort order 6" in publication settings */
.pubs__item:nth-child(6) .pubs__text::before { 
  content: 'Learn through examples, videos, and best practices';
}
.pubs__item:nth-child(6) .pubs__icon::before {
  content: 'theaters';
}

/* Installation Guides (publish sequence = 7) */
/* Set as "custom sort order 7" in publication settings */
.pubs__item:nth-child(7) .pubs__text::before { 
  content: 'DataOps Automation Install Guide';
}
.pubs__item:nth-child(7) .pubs__icon::before {
  content: 'theaters';
}


@media (min-width: 1122px) {
  .pubs {
    justify-content: flex-start;
    max-width: 1068px;
    max-height: 400px;
  }
}

@media (max-width: 400px) {
  .pubs > .pubs__item {
    width: 100%;
  }
}

.resources {
  flex: 280px 0 1;
  margin-top: 20px;
}

.resources__list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 64px;
    margin-bottom: 24px;
    padding-block-start: 0 ;padding-inline-end: 0 ;padding-block-end: 0 ;padding-inline-start: 0 ;
    list-style: none;
}

.resources__item {
  display: flex;
  align-items: center;
  margin-inline-end: 80px ;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
  color: #1976D2;
}

.resources__bullet {
  margin-inline-end: 8px ;
}

.resources__link {
  color: inherit !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.1s;
}

.resources__link:hover {
  color: inherit !important;
  border-bottom-color: #1976D2;
}

@media (min-width: 1200px) {
  .resources {
    flex-basis: 560px;
  }
  .resources__list {
    max-height: 156px;
    flex-wrap: wrap;
  }
}

.media {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.media__item {
    position: relative;
    width: 520px;
    height: 290px;
    margin-block-start: 48px ;margin-inline-end: 48px ;margin-block-end: 48px ;margin-inline-start: 48px ;
}

.media__background {
    position: absolute;
    bottom: -32px;
}

.media__background--left {
    left: -45px;
}

.media__background--right {
    right: -45px;
}

.media__video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.faq {
  display: flex;
  flex-flow: row nowrap;
  margin-block-start: 64px ;margin-inline-end: 40px ;margin-block-end: 0 ;margin-inline-start: 40px ;
}

.faq__bubble {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding-block-start: 4px ;padding-inline-end: 20px ;padding-block-end: 4px ;padding-inline-start: 20px ;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.faq__column {
  display: flex;
  flex-flow: column nowrap;
  flex: 50% 0 1;
}

.faq__column:not(:first-child) {
  margin-inline-start: 32px ;
}

.faq__all {
  align-self: flex-end;
}

@media (max-width: 600px) {
  .faq {
    flex-flow: column;
  }
  
  .faq__column:not(:first-child) {
    margin-inline-start: 0 ;
  }
}

.external-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #1976D2 !important;
  text-decoration: none;
}

.external-link__text {
  border-bottom: 1px solid transparent;
  transition: 0.1s;
}

.external-link:hover .external-link__text {
  border-bottom-color: #1976D2;
}

.external-link__icon {
  font-family: 'Material Icons';
  margin-inline-start: 8px ;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: inherit;
}

.accordion {
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  transition: 0.3s;
}

.accordion:hover,
.accordion.expanded {
  border-color: #06A04A;
}

.accordion:hover {
  background-color: rgba(6, 160, 74, 0.04);
}

.accordion__toggle {
  padding-block-start: 20px ;padding-inline-end: 20px ;padding-block-end: 20px ;padding-inline-start: 32px ;
  width: 100%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  text-align: start ;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.87);
}

.accordion__toggle::after {
  content: 'expand_more';
  font-family: 'Material Icons';
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  transition: 0.3s;
}

.accordion:hover .accordion__toggle,
.accordion.expanded .accordion__toggle,
.accordion:hover .accordion__toggle::after,
.accordion.expanded .accordion__toggle::after {
  color: #06A04A;
}

.accordion.expanded .accordion__toggle::after {
  content: 'expand_less';
}

.accordion__panel {
  max-height: 0;
  padding-block-start: 0 ;padding-inline-end: 24px ;padding-block-end: 0 ;padding-inline-start: 24px ;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion.expanded .accordion__panel {
  padding-block-start: 16px ;padding-inline-end: 24px ;padding-block-end: 16px ;padding-inline-start: 24px ;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.accordion__panel a {
  color: #1976D2;
  border-bottom: 1px solid #1976D2;
  text-decoration: none;
}

.footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-block-start: 0 ;padding-inline-end: 32px ;padding-block-end: 0 ;padding-inline-start: 32px ;
}

.footer__copyright {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}

.footer__support {
  font-size: 16px;
  color: #1976D2 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer__support:hover {
  border-bottom-color: #1976D2;
}

.footer__media {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
}

.footer__link {
  height: 24px;
  margin-inline-start: 12px ;
  text-decoration: none;
}

@media (max-width: 600px) {
  .footer {
    flex-flow: column;
  }
}
