@charset "UTF-8";
@font-face {
  font-family: "GraphikRegular";
  src: url("../../../../../../../etc/designs/keysight/clientlibs/fonts/Graphik-Regular-Cy-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GraphikMedium";
  src: url("../../../../../../../etc/designs/keysight/clientlibs/fonts/Graphik-Medium-Cy-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GraphikSemibold";
  src: url("../../../../../../../etc/designs/keysight/clientlibs/fonts/Graphik-Semibold-Cy-Web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.lock-scroll {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.d-none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
.select .styled-select {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.select .styled-select::after {
  content: "";
  width: 14px;
  flex-shrink: 0;
  height: 8px;
  display: inline-block;
  background: url(../../../../../../../content/dam/keysight/en/img/down.svg) 50% no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.select .styled-select.active::after {
  rotate: 180deg;
}
@media only screen and (max-width: 580px) {
  .select .styled-select {
    font-size: 16px;
  }
}
.select .options {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  background: #fff;
  z-index: 11;
  border-radius: 16px;
  width: 100%;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0px -1px 4px 0px #d0d0d0;
}
.select .options li {
  padding: 6px 12px;
  cursor: pointer;
}

.upcoming-events .container {
  max-width: 1452px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.featured-event {
  margin-top: 60px;
  display: flex;
  gap: 60px;
  color: #000;
  border: none;
}
@media only screen and (max-width: 768px) {
  .featured-event {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .featured-event {
    gap: 23px;
  }
}
.featured-event span.card__date {
  font-size: 16px;
}
.featured-event .event-meta {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .featured-event .event-meta {
    width: 100%;
  }
}
.featured-event .event-type {
  font-family: "GraphikSemibold", sans-serif;
  color: #30578d;
  font-size: 20px;
  letter-spacing: unset;
}
.featured-event .event-title {
  font-size: 40px;
  font-family: "GraphikMedium", sans-serif;
  margin-block: 24px;
  line-height: 48px;
}
@media only screen and (max-width: 580px) {
  .featured-event .event-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.featured-event .event-img-wrap {
  width: 683px;
  height: 383px;
}
@media only screen and (max-width: 768px) {
  .featured-event .event-img-wrap {
    width: 100%;
    height: 408px;
  }
}
@media only screen and (max-width: 580px) {
  .featured-event .event-img-wrap {
    height: 187px;
  }
}
.featured-event .event-img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-event .event-date-time {
  font-size: 16px;
  color: #30578d;
  font-family: "GraphikRegular", sans-serif;
}
.featured-event .event-date-time span:not(:last-child) {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.featured-event .event-date-time span:not(:last-child)::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #262626;
}
.featured-event .event-desc {
  font-family: "GraphikRegular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-block: 24px 32px;
}
@media only screen and (max-width: 580px) {
  .featured-event .event-desc {
    font-size: 16px;
  }
}
.featured-event .event-tags {
  display: none;
  /*gap: 10px 0;*/
  /*font-family: "GraphikRegular", sans-serif;*/
  /*font-size: 14px;*/
  /*color: #373a36;*/
  /*padding-top: 12px;*/
  /*border-top: 1px solid #e3e3e3;*/
  /*width: 100%;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.featured-event .event-tags span {
  margin-right: 12px;
  font-family: inherit;
}
.featured-event .event-tags .tag {
  font-family: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.featured-event .event-tags .tag:first-child {
  margin-left: 12px;
}
.featured-event .event-tags .tag:not(:last-child) {
  margin-right: 12px;
}
.featured-event .event-tags .tag:not(:last-child)::after {
  content: "";
  margin-left: 12px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #262626;
}

.events ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events a:hover {
  color: unset;
  text-decoration: none;
}
.events-filters-top {
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .events-filters-top {
    margin-top: 60px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  .events-filters-top {
    margin-top: 30px;
  }
}
.events-filters-top .lhs {
  width: 450px;
  flex: 0 0 450px;
}
@media only screen and (max-width: 768px) {
  .events-filters-top .lhs {
    width: 100%;
    flex: 0 0 100%;
  }
}
.events-filters-top .results-count {
  font-size: 18px;
  max-width: calc(100% - 200px);
  display: none;
}
.events-filters-top .events-search {
  position: relative;
}
.events-filters-top .events-search .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
}
.events-filters-top .event-search {
  box-shadow: 0px 6px 24px rgba(0, 30, 43, 0.0705882353);
  border: 1px solid #dee2e9;
  border-radius: 52px;
  height: 70px;
  width: 100%;
  padding: 22px 58px 22px 26px;
  font-size: 21px;
  font-family: "GraphikRegular", sans-serif;
}
@media only screen and (max-width: 768px) {
  .events-filters-top .event-search {
    height: 48px;
    padding-inline: 20px 58px;
    font-size: 16px;
    line-height: 24px;
  }
}
.events-filters-top .rhs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 450px - 30px);
  flex: 0 0 calc(100% - 450px - 30px);
  padding-bottom: 26px;
  border-bottom: 1px solid #e4e4e4;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .events-filters-top .rhs {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.events-filters-top .sort-by {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  font-family: "GraphikRegular", sans-serif;
  position: relative;
  flex-shrink: 0;
  max-width: 100%;
  flex-wrap: wrap;
}
.events-filters-top .sort-by select {
  font-size: inherit;
  font-family: inherit;
}
.events-filters-top .sort-by .dropdown-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: auto;
  flex-shrink: 0;
}
.events-filters-top .sort-by .dropdown-item {
  font-family: "GraphikSemiBold", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .events-filters-top .results-count {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .events-filters-top .results-count,
  .events-filters-top .sort-by {
    font-size: 16px;
  }
}
.events-filters-top .filter-toggle {
  display: none;
  font-size: 18px;
  padding: 32px;
  width: 100%;
  border: none;
  border-radius: 16px;
  text-align: left;
  background-color: #f6f7f9;
}
@media only screen and (max-width: 768px) {
  .events-filters-top .filter-toggle {
    display: block;
  }
}
.events-filters-top .filter-icon {
  width: 18px;
  height: auto;
  margin-right: 15px;
}
.events-content-main {
  margin-block: 24px 60px;
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .events-content-main {
    margin-block: 42px 32px;
  }
}
.events-filters-side {
  width: 450px;
  flex: 0 0 450px;
}
.events-filters-side > .filter-toggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .events-filters-side {
    width: 350px;
    flex: 0 0 350px;
  }
}
@media only screen and (max-width: 768px) {
  .events-filters-side {
    width: 100%;
    flex: 0 0 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    padding: 60px 10px 60px 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .events-filters-side.show {
    opacity: 1;
    visibility: visible;
  }
  .events-filters-side .filters {
    padding-right: 10px;
    max-height: calc(100vh - 302px);
    overflow: auto;
  }
  .events-filters-side > .filter-toggle {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-family: "GraphikSemiBold", sans-serif;
    margin-top: 60px;
    background-color: #eceef2;
    color: #000;
    border-radius: 99px;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .events-filters-side {
    padding-block: 30px;
  }
  .events-filters-side .filters {
    max-height: calc(100vh - 193px);
  }
  .events-filters-side > .filter-toggle {
    padding: 12px;
    font-size: 14px;
    margin-top: 30px;
  }
}
.events-filters-side .filters-header {
  padding-bottom: 30px;
}
.events-filters-side .filters-header .filter-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: transparent;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-filters-side .filters-heading {
  position: relative;
  text-align: center;
  font-size: 21px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.events-filters-side .filter-icon {
  width: 18px;
  height: auto;
}
.events-filters-side .close-icon {
  width: 10px;
  height: 10px;
}
.events-filters-side .styled-select {
  padding-inline: 30px;
  border-radius: 16px;
  background: #f6f7f9;
  font-size: 18px;
  font-family: "GraphikSemibold", sans-serif;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.events-filters-side .styled-select::after {
  content: "";
  width: 26px;
  height: 14px;
  display: inline-block;
  background: url(../../../../../../../content/dam/keysight/en/img/down.svg) 50% no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.events-filters-side .styled-select.active::after {
  rotate: 180deg;
}
@media only screen and (max-width: 768px) {
  .events-filters-side .styled-select {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    background: none;
    font-size: 21px;
    font-family: "GraphikRegular", sans-serif;
    padding: 30px 0;
    height: auto;
    font-weight: 400;
  }
  .events-filters-side .styled-select::after {
    width: 14px;
    height: 7px;
  }
}
.events-filters-side .filter-dropdown {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .events-filters-side .filter-dropdown {
    margin-bottom: 0;
    border-top: 1px solid #e3e3e3;
  }
}
.events-filters-side .region-select {
  padding: 30px;
}
.events-filters-side .select {
  position: relative;
}
.events-filters-side .options {
  position: absolute;
  width: 100%;
  background: #f6f7f9;
  z-index: 11;
  border-radius: 16px;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0px -1px 4px 0px #d0d0d0;
}
.events-filters-side .options li {
  padding: 15px 30px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .events-filters-side .options li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .events-filters-side .options li {
    font-size: 16px;
  }
}
.events-filters-side .filter-container {
  border-radius: 16px;
  background: #f6f7f9;
  padding: 30px 10px 30px 30px;
}
.events-filters-side .filter-container:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .events-filters-side .filter-container {
    background: transparent;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 0;
  }
  .events-filters-side .filter-container:not(:last-child) {
    margin-bottom: 0;
  }
  .events-filters-side .filter-container.open .dropdown-arrow {
    rotate: 180deg;
  }
}
.events-filters-side .filter-label {
  font-size: 18px;
  font-family: "GraphikSemibold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: unset;
}
@media only screen and (max-width: 768px) {
  .events-filters-side .filter-label {
    padding-block: 30px;
    font-size: 21px;
    font-family: "GraphikRegular", sans-serif;
    font-weight: unset;
  }
}
.events-filters-side .filter-label .dropdown-arrow {
  transition: all 0.3s ease;
  width: 14px;
  height: 7px;
}
.events-filters-side .filter-list {
  margin-block: 20px 0px;
  overflow: auto;
  max-height: 270px;
}
.events-filters-side .filter-list::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.events-filters-side .filter-list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px;
}
.events-filters-side .filter-list::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #d9d9d6;
}
@media only screen and (max-width: 768px) {
  .events-filters-side .filter-list {
    margin-block: 0 20px;
  }
}
.events-filters-side .event-type-filter-container .filter-checkbox-label {
  text-transform: none;
}
.events-filters-side .filter-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.events-filters-side .filter-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.events-filters-side .filter-checkbox-input {
  display: none;
}
.events-filters-side .filter-checkbox-input:checked + .filter-checkbox-box {
  background-color: #e90029;
  border-color: #e90029;
}
.events-filters-side .filter-checkbox-input:checked + .filter-checkbox-box .check-icon {
  opacity: 1;
}
.events-filters-side .filter-checkbox-input:checked + .filter-checkbox-box::before {
  opacity: 1;
  border-width: 6px;
  border-color: #e90029;
  left: 30%;
  top: 5%;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.events-filters-side .filter-checkbox-box {
  background-color: transparent;
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #000;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
}
.events-filters-side .filter-checkbox-box .check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: auto;
}
.events-filters-side .filter-checkbox-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  border: 2px solid #000;
  opacity: 0;
}
.events-filters-side .filter-checkbox-label {
  font-size: 16px;
  line-height: 24px;
}
.events-container {
  width: calc(100% - 450px - 30px);
  flex: 0 0 calc(100% - 450px - 30px);
}
@media only screen and (max-width: 1024px) {
  .events-container {
    width: calc(100% - 350px - 30px);
    flex: 0 0 calc(100% - 350px - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .events-container {
    width: 100%;
    flex: 0 0 100%;
  }
}
.events-container .load-more-wrap {
  display: none;
  text-align: center;
  margin-top: 52px;
}
.events-container .load-more-wrap .results-count {
  font-size: 18px;
  font-family: "GraphikSemibold", sans-serif;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
}
.events-container .load-more-wrap .load-more-btn {
  display: none;
  padding: 20px 40px;
  background: #000;
  border-radius: 99px;
  margin-inline: auto;
  color: #fff;
  font-family: "GraphikSemibold", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .events-container .load-more-wrap {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .events-container .load-more-wrap {
    margin-top: 56px;
  }
}

/* Related Events */
.events-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  .events-list {
    gap: 28px 12px;
  }
}
.events-list .no-events-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 70px;
  font-family: "GraphikRegular", sans-serif;
}
.events-list .no-events-wrapper p {
  font-size: 24px;
  font-family: 'GraphikRegular', sans-serif;
}

.restrict-ht {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 100px;
  margin-block: 24px;
}
@media only screen and (max-width: 580px) {
  .restrict-ht {
    margin-bottom: 16px;
  }
}

.card__tags span:before {
  content: "• ";
}

.card__tags span:first-child:before {
  content: "";
}

.card__tags span {
  margin-left: 8px;
}

.events-list .card {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  text-align: left;
  margin: 0;
}
.events-list .card .event-tags {
  display: none;
  /*padding-top: 12px;*/
  /*border-top: 1px solid #e0e6e9;*/
}
.events-list .card .event-tags > span {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 14px;
  color: #373a36;
  gap: 4px 10px;
}
.events-list .card .event-tags > span .tag {
  text-transform: capitalize;
}
.events-list .card .event-tags > span .tag:not(:last-child) {
  display: inline-flex;
  align-items: center;
}
.events-list .card .event-tags > span .tag:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  display: inline-block;
  border-radius: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .events-list .card {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 768px) {
  .events-list .card {
    flex: 0 0 calc(50% - 6px);
  }
}
@media only screen and (max-width: 580px) {
  .events-list .card {
    flex: 0 0 100%;
  }
}

.card:not(.featured-event) {
  border: none;
}
.card .card__title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 24px;
  margin-bottom: 23px;
  font-family: "GraphikMedium", sans-serif;
}
@media only screen and (max-width: 768px) {
  .card .card__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 580px) {
  .card .card__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.card .card__date {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #30578d;
}
.card .card__date span {
  display: inline-block;
}
.card .card__date span > span:not(:last-child) {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.card .card__date span > span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  display: inline-block;
  border-radius: 10px;
  margin-left: 10px;
}
.card .card__description {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  opacity: 1;
  line-height: 24px;
  font-family: 'GraphikRegular', sans-serif;
}
.card .card__tags {
  /* UI Properties */
  text-align: left;
  font-size: 24px;
  letter-spacing: 0px;
  color: #373a36;
}
.card .card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__section--eventype {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0px;
  color: #30578d;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.card .card__section {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .card .card__section {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 580px) {
  .card .card__section {
    margin-top: 16px;
  }
}
.card .card__section p {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  font-size: 18px;
  text-transform: none;
  color: #30578d;
  font-family: "GraphikSemibold", sans-serif;
}
@media only screen and (max-width: 768px) {
  .card .card__section p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .card .card__section p {
    font-size: 16px;
  }
}
.card .card-title,
.card .card-desc, .card > p {
  margin-left: 0px;
  margin-right: 0px;
}
.card .anchor-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
}

@media (min-width:300px) and (max-width: 360px) {
  .events-list .card {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }}

  @media (min-width: 361px) and (max-width: 768px) {
    .events-list .card {
      padding-bottom: 0px;
      margin-bottom: 160px;
    }
  
    .events-list .card:nth-last-child(2) {
      margin-bottom: 190px; /* 160px + 10px extra */
    }
  }
@media (max-width: 768px) {
  .card .card__tags {
    font-size: 14px;
  }
  .events-list .card:first-child {
    margin-top: 0px;
  }
  .card__image {
    width: 100%;
    height: auto;
  }
}
.breadcrumb {
  margin-top: 32px;
}
.breadcrumb .cmp-breadcrumb {
  max-width: 1452px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media only screen and (max-width: 580px) {
  .breadcrumb .cmp-breadcrumb__item {
    font-size: 14px;
  }
}
.breadcrumb .cmp-breadcrumb__item > .cmp-breadcrumb__item-link {
  font-weight: 600;
}

.fa-chevron-left::before {
  font-family: "Font Awesome 5 Free" !important;
}/*# sourceMappingURL=styles.css.map */