html {
  margin-top: 0 !important;
}

.speakers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.speakers-grid.all-items {
  margin-top: 56px;
  display: block;
}

.speakers-grid.all-items .speaker-container {
  margin: 0 0 16px 0;
}

.speakers-grid.all-items .grid-sizer,
.speakers-grid.all-items .speaker-container {
  width: 100%;
}



.speakers-grid.all-items .speaker-container.double {
  width: 100%;
}

.company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: -10px;
  width: 44px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.24));
  overflow: hidden;
  transition: 0.5s;
}

.company-logo.toast {
  display: flex;
}

.company-logo.microsoft img {
  max-width: 100px;
}


.company-logo.gradle-karakun-ag .hover-logo img {
  max-width: 80px;
}


label.company-label.gradle-karakun-ag img {
  width: 70px;
}

label.company-label.miro img {
  width: 30px;
}

.featured-companies-container img:nth-of-type(10) {
  height: 50px;
}

label.company-label.salesforce img {
  width: 50px;
}

.company-logo.salesforce img {
  height: 45px;
}



.speaker-container.double:hover .company-logo.gradle-karakun-ag {
  width: 70%;
}

.speaker-container.double:hover .company-logo.gradle-karakun-ag .hover-logo img {
  left: 0;
}

.company-logo.gradle-karakun-ag .hover-logo img {
  left: 30px;
}

.company-logo.gradle {
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
}

.gitlab img.company-logo-filter {
  max-width: 30px;
}

.double .company-logo {
  left: calc(50% - 10px);
  transform: translateX(-50%);
}

.hover-logo {
  position: absolute;
  transition: 0.8s;
  margin-left: 100px;
}

.default-logo {
  position: relative;
  transition: 0.5s;
  left: 0;
}

.default-logo img {
  width: 100%;
  object-fit: contain;
  max-height: 20px;
}

.item-6332.multiple-companies .company-logo:nth-child(2) .hover-logo img {
  object-fit: contain;
  width: 100%;
  max-height: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.item-6407.multiple-companies .company-logo:nth-child(2) .hover-logo img {
  object-fit: contain;
  width: 100%;
  max-height: unset;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 81%;
  margin: 0 auto;
}

.item-6332.speaker-container.multiple-companies .company-logo:nth-child(2) .hover-logo {
  width: 100%;
}

.item-6407.speaker-container.multiple-companies .company-logo:nth-child(1) .hover-logo {
  width: 100%;
}

.item-6332.speaker-container.multiple-companies:hover .company-logo:nth-child(2) {
  width: 90%;
  left: 43%;
}

.item-6332.speaker-container.multiple-companies .company-logo:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #2e42ff 0%, #49c5c0 100%);
  transition: 0.3s;
  opacity: 0;
}

.item-6332.speaker-container.multiple-companies:hover .company-logo:nth-child(2)::before {
  opacity: 1;
}

.item-6332.speaker-container.multiple-companies .company-logo {
  left: 26%;
}

.item-6407.speaker-container.multiple-companies .company-logo {
  left: 60%;
}

.item-6332.speaker-container.multiple-companies .company-logo:nth-child(2) {
  left: 60%;
}

.item-6407.speaker-container.multiple-companies .company-logo:nth-child(2) {
  left: 26%;
}

.item-6407.speaker-container.multiple-companies:hover .company-logo:nth-child(2) {
  left: 43%;
  width: 90%;
}

.speaker-container:hover .default-logo {
  left: -200%;
  transition: 1s;
}

.item-6407 .company-logo.dx .hover-logo {
  display: none;
}

.speaker-container:hover .hover-logo {
  /* left: 50%; */
  margin-left: 0;
  transition: 0.5s;
}

.speaker-container .hover-logo img {
  max-height: 15px;
  min-height: 12px;
  max-width: 50px;
  position: relative;
  top: -0.5px;
}

.item-6332.speaker-container.double .hover-logo img {
  max-width: unset;
}

.speaker-container.double:hover .company-logo {
  width: 50%;
}

.speaker-container:hover .company-logo {
  width: 100%;
  height: 28px;
}

.default-logo,
.hover-logo {
  display: flex;
  align-items: center;
}

.speaker-container {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.06) inset,
    -1px -1px 2px 0px rgba(214, 214, 214, 0.5) inset,
    -7px 7px 14px 0px rgba(214, 214, 214, 0.2),
    7px -7px 14px 0px rgba(214, 214, 214, 0.2),
    -7px -7px 14px 0px rgba(255, 255, 255, 0.9);
  padding: 32px 16px;
  column-gap: 20px;
}

.speaker-container.double,
.keynote-grid .speaker-container.double {
  flex-direction: column;
  align-items: start;
}

.keynote-grid {
  display: none !important;
}

.speaker-images {
  display: flex;
  width: fit-content;
  align-items: center;
  height: fit-content;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
}

.speaker-container.double .speaker-images {
  margin-bottom: 20px;
  position: relative;
  top: unset;
  transform: unset;
}

.speaker-images .single-speaker-image {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 4px solid #ffffff;
  background: #d9d9d9;
  z-index: 3;
}

.item-6265.speaker-container .single-speaker-image img,
.item-6291.speaker-container .single-speaker-image img,
.item-6315.speaker-container .single-speaker-image img,
.item-6403.speaker-container .single-speaker-image img,
.item-6338 .speaker-images .single-speaker-image img,
.item-6392.speaker-container .single-speaker-image:nth-of-type(2) img {
  object-position: center;
}

.item-6265.speaker-container .single-speaker-image img {
  object-fit: contain;
}

.keynote-grid .speaker-images .single-speaker-image,
.keynote-grid .company-logo {
  border-color: #474d52;
}

.speaker-images .single-speaker-image:nth-of-type(2) {
  position: relative;
  left: -20px;
  z-index: 2;
}

.speaker-images .single-speaker-image:nth-of-type(3) {
  position: relative;
  left: -40px;
  z-index: 1;
}

.speaker-images .single-speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  object-position: top;
}

.single-speaker-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-container h2 {
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  letter-spacing: 0.06px;
  color: #0b0d0f;
  margin: 0;
  padding-bottom: 10px;
}

.speaker-container h3 {
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #EFEFEF;
  margin: 0;
}

.speaker-name-container {
  width: fit-content;
  position: relative;
  transition: 1s;
}

.speaker-underline {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 5px;
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
  transition: 0.5s;
}

.speaker-container:hover .speaker-underline {
  width: 100%;
}

#hero {
  background-color: #2e3135;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
  padding: 48px 0;
  margin-top: 78px;
}

img.hero-img {
  max-width: 328px;
  margin: 0 auto;
}

.summit-info {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}


.hero-content {
  z-index: 2;
  position: relative;
}

#hero::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #2e3135;
  top: 0;
  left: 0;
  opacity: 0.97;
  z-index: 1;
}

#hero h1 {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  letter-spacing: 0.3px;
}

#hero h2 {
  color: #f80;
  text-align: center;
  font-family: Lato;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 48.3px */
  letter-spacing: 0.3px;
}

#hero .hero-description {
  color: #b2b2b2;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 21.75px */
}

#hero .gradle {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

#hero .gradle p {
  color: #808080;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
  display: flex;
  align-items: center;
}

#hero .gradle p img {
  margin-left: 8px;
}

.hero-speakers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 343px;
  margin: 24px auto 0 auto;
}

.hero-speaker img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.hero-speaker {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2e3135;
  box-shadow: -8px -8px 18px 0px rgba(255, 255, 255, 0.05) inset,
    8px 8px 18px 0px rgba(0, 0, 0, 0.23) inset,
    8px 8px 30px 0px rgba(0, 0, 0, 0.4),
    -8px -8px 12px 0px rgba(255, 255, 255, 0.05);
  height: 200px;
  overflow: hidden;
}

.hero-speaker:last-of-type {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
}

.hero-speaker-footer {
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.hero-speaker-footer h3 {
  color: #fff;
  margin: 0;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-speaker .hero-speaker-footer img {
  width: fit-content;
  max-height: 20px;
}

.hero-speaker:nth-of-type(6) .hero-speaker-footer img {
  width: 35px;
  position: relative;
  top: -1px;
}

a.hero-speaker:last-of-type {
  grid-column: span 2;
  width: 50%;
  margin: 0 auto;
}

#featured-companies {
  background: #efefef;
  padding: 48px 0;
}

#featured-companies h2 {
  margin-bottom: 24px;
  color: #4d4d4d;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 21.75px */
  text-align: center;
}

.featured-companies-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto;
}

.keynote-grid {
  border-radius: 32px;
  border: 1px solid #4d4d4d;
  background: linear-gradient(116deg, #20262c 0%, #0b0d0f 100%);

  box-shadow: 0px 0px 0px 0px #000 inset, 0px 0px 24px 0px rgba(0, 0, 0, 0.4),
    0px 0px 32px 0px rgba(0, 0, 0, 0.2);
  padding: 32px 16px;
  margin-bottom: 56px;
}

.keynote-grid .speaker-container {
  border-radius: 8px;
  border: 1px solid #474d52;

  background: #303437;

  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.06) inset,
    -1px -1px 2px 0px rgba(214, 214, 214, 0.5) inset,
    -7px 7px 14px 0px rgba(0, 0, 0, 0.2), 7px -7px 14px 0px rgba(0, 0, 0, 0.2),
    -7px -7px 14px 0px rgba(0, 0, 0, 0.9), 7px 7px 18px 0px rgba(0, 0, 0, 0.9);
}

.keynote-grid .speaker-container h2 {
  color: #fff;
}

.keynote-grid .speaker-container h3 {
  color: #b2b2b2;
}

.keynote-grid-title {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
}

#sessions h2.speakers-container-title {
  color: #0b0d0f;
  text-align: center;
  font-family: Lato;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5%;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.speakers-description {
  color: #0b0d0f;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 56px;
}

#sessions {
  padding-top: 48px;
  padding-bottom: 48px;
}

#filter-button {
  padding: 12px 20px;
  border-radius: 8px;
  border: 1.2px solid #209bc4;
  color: #209bc4;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  background-color: transparent;
  position: relative;
  z-index: 9;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}

#filter-button .image-active {
  display: none;
}

#filter-button:hover {
  color: #fff;
  border-color: transparent;
}

#filter-button:hover .image-active {
  display: inline-block;
}

#filter-button:hover .image-default {
  display: none;
}

#filter-button img {
  margin-left: 8px;
}

#filter-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #069fce 0, #51cbbf 100%);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
}

#filter-button:hover::before {
  opacity: 1;
}

div#company-filters {
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px;
}

.filters-container {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 20px 2px rgba(65, 74, 77, 0.18);
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  overflow-y: scroll;
  position: relative;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 99;
  display: none;
  top: 64px;
}

input#company-input {
  height: 52px;
  border-radius: 30px;
  border: 1px solid #c6ced1;
  background: none;
  width: 100%;
  padding: 0 16px;
  color: #67767e;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

input#company-input:focus-visible {
  outline: none;
  border-color: #209bc4;
}

.input-container {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  padding: 16px;
}

label.company-label {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #0b0d0f;
  position: relative;
  background: none;
}

label.company-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #808080;
  border-radius: 4px;
  cursor: pointer;
}

label.company-label.active::before {
  content: "✔";
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #069fce;
  background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

label.company-label.toast {
  display: flex;
  border: none;
  box-shadow: none;
  width: 100%;
}

label.company-label.capital-one img {
  position: relative;
  right: -5px;

}

label.company-label.cloudkitchens {
  display: flex;
  align-items: center;
}

label.company-label.cloudkitchens img {
  height: 15px;
}

label.company-label.cisco-systems img {
  height: 40px;
}

label.company-label.jpmorgan-chase img {
  height: 30px;
  width: 130px;
}

label.company-label.jpmorgan-chase {
  display: flex;
  align-items: center;
}

label.company-label.jpmorgan-chase img {
  width: 30px;
}

label.company-label.cloudkitchens {
  display: flex;
  align-items: center;
}

label.company-label.cloudkitchens img {
  height: 15px;
}

label.company-label.onepiece-software img {
  position: relative;
  left: -8px;
}

label.company-label.american-airlines img {
  max-height: 30px;
}

label.company-label.uber img {
  max-width: 50px;
}

label.company-label.university-of-victoria img {
  max-width: 80px;
}

input.company-checkbox {
  display: none;
}

.label-inner {
  padding-left: 25px;
}

div#filters {
  position: relative;
}

#sponsors {
  background: #2e3135;
  padding: 48px 0;
}

#sponsors h2 {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.3px;
}

#sponsors p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.sponsors-gallery {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}



.sponsors-gallery img {
  min-height: 21px;
}

.sponsors-gallery img:nth-child(1) {
  width: 40px;
}

.sponsors-gallery img:nth-child(2) {
  min-height: 35px;
}



.sponsors-gallery img:last-of-type {
  max-width: 200px;
  max-height: 50px;
  align-self: center;
}

.sponsors-gallery img:nth-of-type(7) {
  max-width: 120px;
}

.sponsors-gallery img:nth-of-type(2) {
  max-width: 120px;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  img.hero-img {
    max-width: 380px;
  }

  .speakers-grid.all-items .grid-sizer,
  .speakers-grid.all-items .speaker-container {
    width: calc(50% - 16px);
  }

  .speakers-grid.all-items .speaker-container.double {
    width: calc(100% - 16px);
  }

  .speakers-grid.all-items .speaker-container {
    margin: 0 8px 8px 8px;
  }

  .speaker-container.double,
  .keynote-grid .speaker-container.double {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
  }

  .speaker-container h2 {
    font-size: 24px;
  }

  .speaker-container {
    padding: 50px 24px;
  }

  .speaker-container.double .speaker-images {
    margin-bottom: 0;
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
  }

  .double .single-speaker-text {
    position: relative;
    left: -20px;
  }

  #hero {
    padding: 64px 0;
    margin-top: 78px;
  }

  #hero h1 {
    font-size: 58px;
  }

  #hero h2 {
    font-size: 46px;
  }

  .hero-speakers {
    max-width: 632px;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }

  .hero-speaker {
    grid-column: auto / span 2;
  }

  .hero-speaker:nth-of-type(7) {
    width: 100%;
    grid-column: auto / span 3;
  }

  .hero-speaker:nth-of-type(2) img {
    object-position: right;
  }

  .hero-speaker:nth-of-type(1),
  .hero-speaker:nth-of-type(2),
  .hero-speaker:nth-of-type(6) {
    grid-column: auto / span 3;
  }

  .hero-speaker:last-of-type {
    grid-column: auto / span 3;
    max-width: 100%;
    margin: 0;
  }

  .hero-speaker-footer {
    padding: 9px 24px;
  }

  #featured-companies {
    padding: 56px 0;
  }

  .featured-companies-container {
    max-width: 454px;
  }

  .keynote-grid {
    padding: 56px;
  }

  .keynote-grid .speakers-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .keynote-grid-title {
    font-size: 42px;
    text-align: left;
    margin-bottom: 56px;
  }

  #sessions h2.speakers-container-title {
    font-size: 46px;
    max-width: 700px;
    line-height: 115%;
  }

  .speakers-description {
    font-size: 15px;
  }

  #sessions {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  #sponsors {
    padding: 56px 0;
  }

  #sponsors h2 {
    font-size: 42px;
  }


  .sponsors-gallery {
    justify-content: space-around;
    gap: 64px;
    row-gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .sponsors-gallery img {
    min-height: 42px;
  }

  .sponsors-gallery img:nth-child(2) {
    min-height: 70px;
    max-width: 220px;
  }

  .sponsors-gallery img:nth-child(7) {
    max-width: 220px;
  }

  .sponsors-gallery img:nth-child(1) {
    width: 97px;
  }
}

@media only screen and (min-width: 1280px) {
  .speakers-grid {
    grid-template-columns: repeat(3, 1fr);
  }


  .speakers-grid.all-items .grid-sizer,
  .speakers-grid.all-items .speaker-container {
    width: calc(33.333% - 16px);
  }

  .speakers-grid.all-items .speaker-container.double {
    width: calc(66.666% - 16px);
  }

  .speakers-grid.all-items .speaker-container {
    margin: 0 8px 8px 8px;
  }

  .speaker-container h2 {
    font-size: 26px;
  }

  .speaker-container h3 {
    font-size: 17px;
  }

  #hero {
    padding: 44px 0;
  }

  #hero h1 {
    font-size: 64px;
    text-align: left;
  }

  #hero h2 {
    font-size: 50px;
    text-align: left;
  }

  #hero .hero-description {
    font-size: 17px;
    text-align: left;
  }

  #hero .gradle p {
    font-size: 17px;
    text-align: left;
  }

  #hero .gradle {
    justify-content: flex-start;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 473px;
  }

  .hero-speakers {
    max-width: 542px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #featured-companies {
    padding: 64px 0;
  }

  #featured-companies h2 {
    font-size: 17px;
  }

  .featured-companies-container {
    max-width: 771px;
  }

  .keynote-grid .speakers-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
  }

  .keynote-grid .speaker-container.double {
    grid-column: unset;
  }

  .keynote-grid .speakers-grid .speaker-container:nth-of-type(1),
  .keynote-grid .speakers-grid .speaker-container:nth-of-type(4) {
    grid-column: span 2;
  }

  .keynote-grid-title {
    font-size: 43px;
  }

  #sessions h2.speakers-container-title {
    font-size: 50px;
    max-width: 1000px;
  }

  .speakers-description {
    font-size: 17px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }

  #sessions {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #filter-button {
    font-size: 17px;

    margin: 0 0 0 auto;
  }

  label.company-label {
    font-size: 17px;
  }

  .filters-container {
    right: 0;
    transform: unset;
  }

  input#company-input {
    font-size: 17px;
  }

  #sponsors {
    padding: 64px 0;
  }

  #sponsors h2 {
    font-size: 43px;
  }

  #sponsors p {
    font-size: 17px;
    max-width: 781px;
    margin: 0 auto;
  }

  .sponsors-gallery {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 1920px) {
  .speaker-container h2 {
    font-size: 28px;
  }

  img.hero-img {
    max-width: 473px;
  }

  .speaker-container h3 {
    font-size: 19px;
  }

  #hero h1 {
    font-size: 70px;
  }

  #hero h2 {
    font-size: 54px;
  }

  #hero .hero-description {
    font-size: 19px;
  }

  #hero .gradle p {
    font-size: 19px;
  }

  #featured-companies {
    padding: 80px 0;
  }

  .hero-text {
    max-width: 100%;
  }

  #featured-companies h2 {
    font-size: 19px;
  }

  .featured-companies-container {
    max-width: 100%;
  }

  .keynote-grid-title {
    font-size: 46px;
  }

  #sessions h2.speakers-container-title {
    font-size: 54px;
  }

  .speakers-description {
    font-size: 19px;
  }

  #sessions {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #filter-button {
    font-size: 19px;
  }

  label.company-label {
    font-size: 19px;
  }

  input#company-input {
    font-size: 19px;
  }

  #sponsors {
    padding: 80px 0;
  }

  #sponsors h2 {
    font-size: 46px;
  }

  #sponsors p {
    font-size: 19px;
  }
}


@font-face {
  font-family: 'Maddison Signature DEMO';
  src: url('../fonts/Maddison Signature DEMO.ttf') format('truetype');
  font-weight: 700;
}

/* 
*
** BANNER AREA
*
*/

#banner {
  /* background: no-repeat url('/wp-content/uploads/2025/06/Banner-Glassmorphism.svg');
    background-size: cover; */
  min-height: 50vh;
  max-height: 1000px;
  display: flex;
  padding: 40px 56px;
  margin-top: 124px;
  position: relative;
}

section#banner {
  background: url(/wp-content/themes/dpesummit2022/assets/img/speaker-bg-mobile.svg) no-repeat center center;
  background-position: top;
  background-size: cover;
}

@media(max-width: 1800px) {
  #banner {
    height: unset;
    display: block;
    max-height: unset;
  }
}

#banner .banner-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

#banner svg.tablet-banner,
#banner svg.mobile-banner {
  display: none;
}

#banner .banner-background-image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* optional, acts like background-size: cover */
  display: block;
}

#banner .summit-info h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 53px;
  font-style: normal;
  font-weight: 600;
  line-height: 93px;
  /* 175.472% */
  background: linear-gradient(204deg, #FFF 21.44%, rgba(255, 255, 255, 0.00) 95.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

@media(min-width: 1024px) and (max-width: 1340px) {
  #banner .summit-info h1 {
    margin-bottom: 35px;
    line-height: 1;
  }
}

#banner .summit-info h2 {
  color: #FB3;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Maddison Signature DEMO", cursive;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

#banner .brought-by {
  margin-top: 2rem;
}

.brought-by img {
  height: 18px;
  padding: 0 5px 2px 5px;
}

#banner .brought-by .brand-name {
  color: #fff;
}

#banner .dpe-summit-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding: 2rem 0;
  align-items: center;
  max-width: 1296px;
  margin: 0 auto;
  position: relative;
}



#banner .summit-info p {
  color: #B2B2B2;
  font-family: "Lato";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  text-align: center;
  /* 27.55px */
  max-width: 417px;
  margin-left: auto;
  margin-right: auto;
}

#banner .summit-info .brought-by {
  color: #808080;
  font-family: "Lato";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 27.55px */
  text-align: center;
}

#banner .speaker-grid {
  display: none;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
  grid-column: span 3;
}

#banner .speaker-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 13px;
  border: 2px solid #FFF;
  background: linear-gradient(78deg, rgba(255, 255, 255, 0.20) 9.92%, rgba(255, 255, 255, 0.49) 101.88%);
  backdrop-filter: blur(9px);
  box-shadow: inset 0px -30px 20px 0px #000000d4;
  grid-column: span 4;
}

#banner .speaker-card:last-child {
  grid-column: span 3;
}

#banner .speaker-image {
  height: 220px;
  margin-bottom: 0px;
}

#banner .speaker-card:hover .speaker-image img {
  filter: brightness(120%);
}

#banner .speaker-image img {
  transition: all 0.5s ease;
}

#banner .speaker-image img:hover {
  transition: all 0.5s ease;
}

#banner .speaker-details {
  padding: 0.5rem 1.5rem;
  position: absolute;
  bottom: 0;
}

#banner .name {
  margin: 0;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#banner .title {
  margin: 0;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: "Poppins";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#banner .company-logos {
  position: absolute;
  top: 30px;
  right: 30px;
}

#banner .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  width: 44px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.24));
  overflow: hidden;
  transition: 0.5s;
}

.company-logo.toast {
  display: flex;
}

.company-logo.gradle {
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
}

.gitlab img.company-logo-filter {
  max-width: 30px;
}

.double .company-logo {
  left: calc(50% - 10px);
  transform: translateX(-50%);
}

.company-logo.cloudkitchens .default-logo img {
  height: 13px;
}

.company-logo.cloudkitchens {
  background-color: #F8F6EB !important;
}

.company-logo.cisco-systems {
  background-color: #ffe4e4 !important;
}

.company-logo.jpmorgan-chase .hover-logo img {
  width: 89px;
  max-width: unset;
}

.company-logo.jpmorgan-chase {
  background: #e5efff !important;
}

.company-logo.jpmorgan-chase .hover-logo img {
  width: 89px;
  max-width: 60px;
  /* max-width: unset; */
  /* left: 40px; */
}

a.item-8411.speaker-container.double:hover .hover-logo img {
  max-width: unset;
}

a.item-8411.speaker-container.double .company-logo.jpmorgan-chase {
  left: calc(50% - 20px);
}


.company-logo.cloudkitchens .hover-logo img {
  /* object-fit: contain; */
  /* width: 200px; */
  height: 7px;
  min-height: unset;
  max-height: unset;
  width: 60px;
  max-width: unset;
}

.hover-logo {
  position: absolute;
  transition: 0.8s;
  margin-left: 100px;
}

.default-logo {
  position: relative;
  transition: 0.5s;
  left: 0;
}

.default-logo img {
  width: 100%;
  object-fit: contain;
  max-height: 20px;
}

.speaker-card:hover .default-logo {
  left: -200%;
  transition: 1s;
}

.speaker-card:hover .hover-logo {
  /* left: 50%; */
  margin-left: 0;
  transition: 0.5s;
}

.speaker-card .hover-logo img {
  max-height: 15px;
  min-height: 12px;
  max-width: 50px;
  position: relative;
  top: -0.5px;
}

.speaker-card.double:hover .company-logo {
  width: 100px;
}

#banner .speaker-card:hover .company-logo {
  width: 80px;
  height: 28px;
  transform: translateX(-70px);
}

.default-logo,
.hover-logo {
  display: flex;
  align-items: center;
}


/* 
*
** BANNER AREA TABLET SCREEN SIZE 
*
*/

@media (max-width: 1024px) {

  #banner svg.dektop-banner,
  #banner svg.mobile-banner {
    display: none;
  }

  #banner svg.tablet-banner {
    display: block;
  }

  #banner .dpe-summit-container {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  #banner .summit-info {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }

  #banner .speaker-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  #banner .speaker-card {
    grid-column: span 6;
  }

  #banner .speaker-card:nth-child(3) {
    grid-column: 2 / 8;
  }

  #banner .speaker-card:last-child {
    grid-column: span 4;
  }
}


/* 
*
** BANNER AREA MOBILE SCREEN SIZE 
*
*/


@media (max-width: 580px) {

  #banner {
    padding: 40px 20px;
  }

  #banner svg.mobile-banner {
    display: block;
  }

  #banner svg.dektop-banner,
  #banner svg.tablet-banner {
    display: none;
  }

  #banner .summit-info h1 {
    font-size: 34px;
    line-height: 1;
  }

  #banner .summit-info h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 25px;
  }

  #banner .summit-info p {
    font-size: 15px;
  }

  #banner .brought-by .brand-name {
    font-size: 19px;
  }

  #banner .speaker-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  #banner .speaker-card {
    grid-column: span 1 !important;
  }
}




/* 
*
** SESSION
*
*/

/* #sessions{
    background:  #2E3135 url('/wp-content/uploads/2025/06/Grid-Background-Destop.svg') no-repeat;
    background-size: cover;
    background-position: center;
} */


#sessions {
  position: relative;
  background-color: #2E3135;
  /* fallback color */
  overflow: hidden;
  z-index: 0;
}

#sessions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/dpesummit2022/assets/img/speaker-bg-lg.svg) no-repeat center center;
  background-size: cover;
  filter: blur(0.5px);
  z-index: -1;
}


@media only screen and (min-width: 768px) {
  #sessions {
    padding-top: 80px;
  }
}






/* 
*
** FOOTER AREA
*
*/

footer nav.navbar .container {
  max-width: unset;
  padding: 0 50px;
}

@media(max-width: 1280px) {

  footer nav.navbar .container {
    flex-direction: column;
    max-width: 100vw;
    padding: 0 20px;
  }

  footer #footer-nav-secondary a.navbar-brand {
    display: flex;
    max-width: 250px;
    margin: 0;
    flex-direction: column;
    margin-bottom: 18px;
  }

  #footer-nav-secondary ul.navbar-nav.ms-auto {
    flex-wrap: wrap;
  }

  nav.navbar-nav {
    max-width: unset !important;
  }
}


/*
*
** FROM 2024 
*
*/


.keynote-grid {
  align-items: flex-end;
  border-radius: 24px;
  /* border: 2px solid var(--Linear, #FFF);
  background: var(--Linear, linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%)); */
  /* backdrop-filter: blur(9px); */
  margin: 0 10px;

  position: relative;
  border-radius: 24px;
  padding: 50px 24px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%);
  backdrop-filter: blur(9px);
  z-index: 0;
  overflow: hidden;
}

.keynote-grid {
  max-width: 1296px;
  margin: 0 10px;
}

#filters,
.all-items-container {
  max-width: 1296px;
  margin: 0 auto;
}

.keynote-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  /* Border thickness */
  background: linear-gradient(137deg, #FFF 7.48%, rgba(255, 255, 255, 0.00) 94.06%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}


.keynote-grid .speaker-container h2 {
  color: #fff;
}

.keynote-grid .speaker-container h3 {
  color: #b2b2b2;
}

.keynote-grid-title {
  color: #fff;
  text-align: center;
  font-family: "Lato";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
}

.keynote-grid .speaker-container {
  box-shadow: none;
  border-radius: 24px;
}

.keynote-grid .speaker-images .single-speaker-image {
  border-color: #303437;
}

#sessions h2.speakers-container-title {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 113.415% */
  background: linear-gradient(204deg, #FFF 21.44%, rgba(255, 255, 255, 0.00) 95.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sessions .speaker-name-container h2 {
  color: #FFF;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#sessions .speaker-name-container h2 strong {
  font-weight: 700;
}

.speakers-description {
  color: #FFF;
  text-align: center;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 21.75px */
  padding: 0 15px;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 56px;
}

/* #sessions {
  padding-top: 48px;
  padding-bottom: 48px;
} */

.speakers-grid.all-items a {
  border: 2px solid #FFF;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%);
  backdrop-filter: blur(9px);
  box-shadow: none;
}

/* .speakers-grid.all-items{
  grid-auto-flow: dense;
    display: grid;
} */


#sponsors h2 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: Poppins;
  font-size: 53px;
  font-style: normal;
  font-weight: 600;
  line-height: 93px;
  /* 175.472% */
  background: linear-gradient(204deg, #FFF 21.44%, rgba(255, 255, 255, 0.00) 95.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#filter {
  margin-left: 10px;
}


#filter-button {
  background-color: #fff;
  border-color: #fff;
  margin: 80px 10px 0 auto;
}


.sponsors-gallery img:nth-child(1) {
  max-width: 220px;
  width: 100%;
}

.sponsors-gallery {
  align-items: center;
  justify-content: center;
  column-gap: 80px;
  row-gap: 40px;
}

.navbar {
  height: unset;
}

.featured-companies-container img:nth-of-type(5) {
  height: 25px;
}

.featured-companies-container img {
  max-height: 25px;
}

.featured-companies-container img:nth-of-type(4) {
  max-height: 20px;
}

.featured-companies-container img:nth-of-type(3) {
  max-height: 40px;
}

.featured-companies-container img:nth-of-type(2) {
  max-height: 30px;
}

.featured-companies-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.featured-companies-container img {
  max-height: 30px;
}

@media (max-width: 580px) {

  #filter-button {
    margin: 60px auto 0 auto;
  }

  .all-items-container {
    margin: 0 10px;
  }

  #sponsors {
    padding-top: 0
  }

  #sponsors h2 {
    font-size: 30px;
  }

  .sponsors-gallery {
    flex-direction: column;
    align-content: center;
    column-gap: 25px;
  }

  .sponsors-gallery img {
    width: 200px;
    max-width: 220px !important;
  }

}

@media only screen and (min-width: 768px) {


  section#banner {
    background: url(https://dpesummitcodev.wpengine.com/wp-content/themes/dpesummit2022/assets/img/speaker-bg-tablet.svg) no-repeat center center;
    background-position: top;
    background-size: cover;
  }

  .speaker-container h2 {
    font-size: 24px;
  }

  .speaker-container {
    padding: 50px 24px;
  }


  #sessions h2.speakers-container-title {
    font-size: 73px;
    line-height: 115%;
  }

  .speakers-description {
    font-size: 15px;
  }

  #sessions {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  #sponsors {
    padding: 56px 0;
  }

  .keynote-grid {
    margin: 0 15px;
    padding: 56px 35px;
    max-height: 827px;
  }

  /* #filters, .all-items-container{
    padding-left: 35px;
    padding-right: 35px;
  } */

  .keynote-grid-title {
    color: #fff;
    text-align: left;
  }

  .keynote-grid .speakers-grid {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 16px;
  }

  .keynote-grid .speakers-grid .speaker-container:nth-of-type(1),
  .keynote-grid .speakers-grid .speaker-container:nth-of-type(4) {
    grid-column: span 5;
  }

  .keynote-grid .speakers-grid .speaker-container:nth-of-type(2) {
    grid-column: span 2;
  }

  .keynote-grid .speakers-grid .speaker-container:nth-of-type(3) {
    grid-column: span 3;
  }
}

@media only screen and (min-width: 1280px) {


  #banner .summit-info p {
    max-width: 700px;
  }

  section#banner {
    background: url(https://dpesummitcodev.wpengine.com/wp-content/themes/dpesummit2022/assets/img/speaker-bg-large.svg) no-repeat center center;
    background-position: top;
    background-size: cover;
  }


  .keynote-grid {
    margin: 0 auto;
    padding: 56px 52px;
  }

  #filters,
  .all-items-container {
    /* padding-left: 20px;
    padding-right: 20px; */
    margin: 0 auto;
  }



  .keynote-grid-title {
    font-size: 43px;
  }

  #sessions {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #sessions h2.speakers-container-title {
    font-size: 82px;
    line-height: 93px;
  }

  .speakers-description {
    font-size: 17px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (min-width: 1920px) {
  #sponsors p {
    font-size: 19px;
    max-width: 781px;
    margin: 0 auto;
  }

  .speaker-container h2 {
    font-size: 28px;
  }

  .speaker-container h3 {
    font-size: 19px;
  }


  section#banner {
    background: url(https://dpesummitcodev.wpengine.com/wp-content/themes/dpesummit2022/assets/img/speaker-bg-larger.svg) no-repeat center center;
    background-position: top;
    background-size: cover;
  }


  #sessions::before {

    background: url(/wp-content/themes/dpesummit2022/assets/img/speaker-bg-xl.svg) no-repeat center center;
    background-size: cover;

  }

}