/* line 11, app/assets/stylesheets/resource_landing_page.scss */
#webinars-page {
  --webinars-header-offset: var(--header-outer-height, 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  /* line 11, app/assets/stylesheets/resource_landing_page.scss */
  #webinars-page {
    --webinars-header-offset: 68px;
  }
}

@media (max-width: 600px) {
  /* line 11, app/assets/stylesheets/resource_landing_page.scss */
  #webinars-page {
    --webinars-header-offset: 64px;
  }
}

/* line 33, app/assets/stylesheets/resource_landing_page.scss */
#webinars-page::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--header-outer-height, 80px));
  left: 0;
  right: 0;
  height: var(--header-outer-height, 80px);
  background: #E6F5FC;
  pointer-events: none;
  z-index: 0;
}

/* line 46, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  width: 100%;
  padding: var(--webinars-header-offset) 0 0;
  background: #E6F5FC;
  box-sizing: border-box;
}

/* line 57, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__header-bg {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 368px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* line 67, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__header-bg-image {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 824px;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0.48;
}

/* line 80, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  text-align: center;
}

/* line 103, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #009CDE;
  text-align: center;
}

/* line 110, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__subtitle {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  text-align: center;
}

/* line 117, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__waves.waves-illustration {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ffffff;
  overflow: hidden;
  flex: none;
  pointer-events: none;
}

/* line 132, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__waves-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

@media (max-width: 1024px) {
  /* line 145, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__content {
    padding: 64px 32px 24px;
    gap: 40px;
  }
  /* line 150, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 156, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__content {
    padding: 40px 24px 24px;
    gap: 32px;
  }
  /* line 161, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}

/* line 166, app/assets/stylesheets/resource_landing_page.scss */
#resources-page {
  --featured-resource-width: 630px;
  --featured-resource-height: 423px;
  --side-resource-width: 305px;
  --side-resource-height: 201.5px;
  --normal-resource-width: 405px;
  --normal-resource-height: 128px;
  padding: 30px 80px;
  text-align: start;
  /* Frame 403 */
}

/* line 177, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .resources-header {
  margin-bottom: 15px;
}

/* line 180, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .resources-header span {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  text-align: start;
}

/* line 187, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs {
  margin-bottom: 20px;
  text-align: start;
}

/* line 191, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #BDBDBD;
}

/* line 196, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs span {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin-left: 5px;
}

/* line 203, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 55px;
  /* Light-Blue */
  background: #F7FCFF;
  /* Shadow */
  box-shadow: 0px 4px 8px rgba(0, 42, 63, 0.08);
  border-radius: 16px;
  border: 1px;
  margin-bottom: 30px;
}

/* line 220, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .resources-count {
  align-items: flex-start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #9E9E9E;
  margin: 0 20px;
}

/* line 226, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form {
  /* Auto layout */
  align-items: flex-end;
}

/* line 229, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form input[type="text"] {
  caret-color: orange;
  background-color: #ffffff;
  margin-right: 20px;
  width: 216px;
  height: 39px;
  border-radius: 50px;
  border: 1px solid #DADCE0;
  text-indent: 10px;
}

/* line 241, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container {
  position: relative;
  display: inline-block;
}

/* line 246, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container input[type="text"] {
  padding-right: 40px;
  width: 97%;
}

/* line 251, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container .search-icon {
  position: absolute;
  left: 81%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
}

/* line 263, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources {
  margin-bottom: 40px;
}

/* line 266, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-title {
  margin-bottom: 20px;
}

/* line 268, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-title span {
  color: #212121;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

/* line 274, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content {
  height: var(--featured-resource-height);
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

/* line 280, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: var(--featured-resource-width);
  height: var(--featured-resource-height);
}

/* line 292, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .cover {
  width: 100%;
  height: 100%;
  background-color: #00239C;
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}

/* line 301, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 307, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 40px;
  gap: 20px;
}

/* line 318, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-align: start;
  margin: 10px;
  padding: 2px;
}

/* line 326, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  padding: 10px;
}

/* line 336, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* line 343, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item {
  background-color: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 20px;
}

/* line 350, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .resource-thumbnail {
  border-radius: 20px;
  overflow: hidden;
  color: #DADCE0;
  width: var(--side-resource-width);
  height: var(--side-resource-height);
  display: flex;
  justify-content: center;
}

/* line 358, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .resource-thumbnail img {
  overflow-wrap: break-word;
  width: var(--side-resource-width);
  height: var(--side-resource-height);
  border-radius: 20px;
  object-fit: cover;
}

/* line 367, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 40px;
  padding-top: 10px;
  gap: 10px;
  padding: 0 20px;
}

/* line 378, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 384, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 396, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources {
  margin-bottom: 40px;
}

/* line 399, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-title {
  margin-bottom: 40px;
}

/* line 401, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-title span {
  color: #212121;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

/* line 407, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* line 412, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item {
  background-color: #F7FCFF;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: var(--normal-resource-width);
  height: var(--normal-resource-height);
  display: flex;
  flex-direction: row;
}

/* line 422, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .resources-thumbnail {
  margin: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

/* line 428, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .resources-thumbnail img {
  justify-content: center;
  border-radius: 20px;
  width: 115px;
  height: 96px;
  object-fit: cover;
}

/* line 437, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details {
  height: 100%;
  display: flex;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 448, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  padding: 3px;
}

/* line 461, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 472, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* line 479, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination a, #resources-page .pagination span {
  font-family: 'Secondary';
  font-size: 14px;
}

/* line 484, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li {
  margin: 0 5px;
}

/* line 487, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li a, #resources-page .pagination li span {
  font-family: 'Secondary';
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

/* line 498, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li a:hover, #resources-page .pagination li span:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* line 504, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li.active span {
  background-color: #ffa000;
  /* Orange color for the active page */
  color: #ffffff;
  border-color: #ffa000;
}

/* line 510, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li.disabled span {
  color: #ccc;
  pointer-events: none;
}

/* line 517, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev, #resources-page .pagination-next {
  display: inline-block;
}

/* line 520, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev a, #resources-page .pagination-next a {
  background-color: transparent;
  color: #333;
  border: none;
}

/* line 525, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev a:hover, #resources-page .pagination-next a:hover {
  color: #000;
}

/* line 530, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev.disabled a, #resources-page .pagination-next.disabled a {
  color: #ccc;
  pointer-events: none;
}

/* line 536, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination .gap {
  padding: 10px 15px;
  color: #333;
  border: none;
}

@media (max-width: 1024px) {
  /* line 166, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page {
    padding: 30px 50px;
  }
  /* line 544, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .latest-resources {
    display: none;
  }
  /* line 548, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 551, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid .resources-item {
    width: 370px;
  }
}

@media (max-width: 1024px) {
  /* line 166, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page {
    padding: 30px 30px;
  }
  /* line 559, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .latest-resources {
    display: none;
  }
  /* line 563, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 566, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid .resources-item {
    width: 320px;
  }
}
