html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #291e30;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.hero-row {
  position: relative;
}

.hero-row .hero-row-container {
  width: 85%;
  margin: auto;
  position: relative;
}

.hero-row .hero-row-container .banner-img-side {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-row .hero-row-container .banner-img-side img {
  width: 100%;
}

.hero-row .hero-row-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  color: #222222;
  margin: auto;
  padding-bottom: 30px;
}

.hero-row .hero-row-description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .hero-row .hero-row-description {
    text-align: center;
  }
}

.hero-row .hero-row-actions {
  display: flex;
  justify-content: left;
  align-items: center;
}

.hero-row .hero-row-actions .hero-cta-button-filled svg {
  width: 30px;
  margin-right: 10px;
}

.hero-row .hero-row-actions .hero-cta-ul {
  cursor: pointer;
  color: #291e30;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #b6cfff;
  margin: 0 20px;
}

@media only screen and (max-width: 1339px) {
  .hero-row .hero-row-left .hero-row-banner-img img {
    width: 100%;
  }
  .hero-row .hero-row-right {
    padding: 0 40px 30px 40px !important;
  }
  .hero-row .hero-row-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 48px;
  }
  .hero-row .hero-row-actions .hero-cta-button-filled {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-row .hero-row-title {
    text-align: center;
    padding: 40px 10px 30px 10px;
  }
  .hero-row .hero-row-actions {
    justify-content: center;
  }
}

.hero-row.hero-row-siingle-section {
  padding-bottom: 200px;
}

.hero-row.hero-row-siingle-section .hero-row-container .hero-row-title {
  width: 80%;
  text-align: center;
}

.hero-row.hero-row-siingle-section .hero-row-container .hero-row-actions {
  justify-content: center;
}

.hero-row.hero-row-siingle-section .hero-row-container .hero-row-actions .hero-cta-button-filled {
  margin: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .hero-row.hero-row-siingle-section .hero-row-title {
    width: 100% !important;
  }
}

@media only screen and (max-width: 450px) {
  .hero-row.hero-row-siingle-section {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-row.hero-row-siingle-section .hero-row-actions {
    flex-direction: column;
  }
  .hero-row.hero-row-siingle-section .hero-row-actions .hero-cta-button-filled {
    margin-bottom: 20px !important;
  }
}

.videos-hero-row {
  padding-bottom: 150px !important;
}

@media only screen and (max-width: 450px) {
  .videos-hero-row {
    padding-bottom: 60px !important;
  }
}

.hero-img-banner {
  margin-top: -140px;
  position: relative;
  text-align: center;
}

.hero-img-banner div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hero-img-banner img,
.hero-img-banner video {
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .hero-img-banner div {
    width: 90%;
    margin: auto;
  }
  .hero-img-banner div img {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .hero-img-banner {
    margin-top: -50px;
  }
}

.hero-cta-button-filled:hover svg path {
  fill: #291e30;
}

.podcast-information .row {
  width: 80%;
  margin: auto;
}

.podcast-information .row .podcast-information-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
}

.podcast-information .row .podcast-information-description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.podcast-information .row .podcast-information-description span {
  font-weight: 800;
  color: #291e30;
}

@media only screen and (max-width: 1024px) {
  .podcast-information .row {
    width: 90%;
    text-align: center;
  }
  .podcast-information .row .podcast-information-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px !important;
  }
  .podcast-information .row .podcast-information-description {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  .podcast-information .row {
    width: 80%;
  }
}

.section-header {
  font-size: 40px;
  line-height: 56px;
  font-weight: 850;
  text-align: center;
}

.key-takeaways {
  background: #fff2e6;
  padding: 60px 0;
}

.key-takeaways .key-takaways-container {
  width: 85%;
  margin: auto;
  color: #222222;
}

.key-takeaways .key-takaways-container .key-takeaways-sub-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}

.key-takeaways .key-takaways-container .key-takeaways-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  padding: 50px;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
}

.key-takeaways .key-takaways-container .key-takeaway-item {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
}

.key-takeaways .key-takaways-container .key-takeaway-item::after {
  content: "";
  border-bottom: 3px solid #291e30;
  width: 60px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .key-takeaways .key-takaways-container {
    width: 90%;
  }
  .key-takeaways .key-takaways-container .section-header {
    font-size: 20px;
    line-height: 32px;
  }
  .key-takeaways .key-takaways-container .key-takeaways-sub-title {
    font-size: 16px;
    line-height: 26px;
  }
  .key-takeaways .key-takaways-container .key-takeaways-list {
    padding: 20px 0;
    grid-template-columns: auto;
  }
  .key-takeaways .key-takaways-container .key-takeaways-list .key-takeaway-item {
    font-size: 14px;
    line-height: 26px;
  }
}

.speakers-and-panelists .speakers-and-panelists-container {
  width: 85%;
  margin: auto;
}

.speakers-and-panelists .speakers-and-panelists-list {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  grid-gap: 50px;
}

.speakers-and-panelists .speakers-and-panelists-list .speakers-card {
  display: flex;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0px 2px 30px 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-img {
  flex-basis: 35%;
  text-align: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-info {
  flex-basis: 65%;
  color: #222222;
  padding: 0 20px;
}

.speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-info .speakers-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-info .speakers-title {
  font-size: 12px;
  line-height: 22px;
  font-weight: 800;
  color: #6f6f8d;
  padding: 10px 0 20px 0;
}

.speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-info .speakers-description {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .speakers-and-panelists .speakers-and-panelists-container {
    width: 90%;
  }
  .speakers-and-panelists .speakers-and-panelists-container .section-header {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 758px) {
  .speakers-and-panelists .speakers-and-panelists-list {
    grid-template-columns: auto;
  }
  .speakers-and-panelists .speakers-and-panelists-list .speakers-card {
    flex-direction: column;
  }
  .speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
    width: 100%;
  }
  .speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-info {
    padding: 20px;
  }
  .speakers-and-panelists .speakers-and-panelists-list .speakers-card .speakers-info .speakers-name {
    font-size: 16px;
  }
}

.speaker-img-bg-one {
  background: #fed7d0;
}

.speaker-img-bg-two {
  background: #e6eee6;
}

.speaker-img-bg-three {
  background: #fff2e6;
}

.speaker-img-bg-four {
  background: #fff8e7;
}

.episode-transcript .episode-transcript-container {
  width: 85%;
  margin: auto;
}

.episode-transcript .episode-transcript-container .episode-transcript-text {
  margin-top: 50px;
  padding: 50px 85px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  max-height: 850px;
  overflow: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .episode-transcript .episode-transcript-container .episode-transcript-text {
    padding: 10px 15px;
  }
}

.success-stories-stats .success-stories-stats-container {
  width: 85%;
  margin: auto;
}

.success-stories-stats .success-stories-stats-container .success-stories-header {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  padding-bottom: 60px;
  text-align: center;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item {
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-number {
  position: relative;
  font-size: 64px;
  line-height: 88px;
  font-weight: 800;
}

@media only screen and (max-width: 1024px) {
  .success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-number {
    font-size: 44px;
    line-height: 60px;
  }
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-number .stats-arrow {
  position: absolute;
  display: flex;
  top: 10px;
  right: -30px;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .success-stories-stats .success-stories-stats-container {
    width: 90%;
  }
  .success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item {
    margin-bottom: 10px;
  }
}

.success-stories-description {
  background: #fff2e6;
  padding: 30px 0;
}

.success-stories-description .success-stories-description-container {
  width: 85%;
  margin: auto;
}

.success-stories-description .success-stories-description-container .description-left {
  padding: 30px !important;
}

.success-stories-description .success-stories-description-container .description-left .company-info-container {
  border-radius: 4px;
  background: white;
  padding: 30px;
  width: 80%;
  margin: auto;
 
}

.success-stories-description .success-stories-description-container .description-left .company-info-container .company-logo img {
  width: 100%;
  max-width: 300px;
}

.success-stories-description .success-stories-description-container .description-left .company-info-container .company-info-item {
  padding-top: 20px;
}

.success-stories-description .success-stories-description-container .description-left .company-info-container .company-info-item .company-info-title {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
}

.success-stories-description .success-stories-description-container .description-left .company-info-container .company-info-item .company-info-description {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 0;
}

.success-stories-description .success-stories-description-container .description-left .company-info-container .company-info-item .company-site {
  padding: 10px 0;
}

.success-stories-description .success-stories-description-container .description-left .company-info-container .company-info-item .company-site a {
  text-decoration: none;
  color: #291e30;
}

.success-stories-description .success-stories-description-container .description-right {
  padding: 30px 59px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-stories-description .success-stories-description-container .description-right .description-right-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
  padding: 10px 0;
}

.success-stories-description .success-stories-description-container .description-right .description-right-subtitle {
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  padding-bottom: 10px;
  color: #222222;
}

.success-stories-description .success-stories-description-container .description-right .description-right-list {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #222222;
}

.success-stories-description .success-stories-description-container .description-right .description-right-list ol {
  padding-left: 16px;
}

.success-stories-description .success-stories-description-container .description-right .description-right-text {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 40px;
}

.success-stories-description .success-stories-description-container .description-right .description-right-cta {
  display: flex;
}

@media only screen and (max-width: 1440px) {
  .success-stories-description .success-stories-description-container {
    width: 100%;
  }
}

.success-stories-feedback .success-stories-feedback-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.success-stories-feedback .success-stories-feedback-container .feedback-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #222222;
  padding: 0 80px;
}

.success-stories-feedback .success-stories-feedback-container .feedback-author-img {
  padding: 30px 30px 20px 30px;
}

.success-stories-feedback .success-stories-feedback-container .feedback-author-info {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.success-stories-feedback .success-stories-feedback-container .feedback-author-info .feedback-author-title {
  color: #8686af;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.success-stories-feedback .success-stories-feedback-container .author-company-logo {
  margin-top: 20px;
}

.events-wrapper {
  width: 85%;
  margin: auto;
  margin-top: 75px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
  .events-wrapper {
    width: 90%;
  }
}

.events-wrapper .row {
  margin: auto;
}

.events-wrapper .events-hero-row {
  margin: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #ffffff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.events-wrapper .events-hero-row .hero-row-banner-img {
  position: relative;
}

.events-wrapper .events-hero-row .hero-row-banner-img img {
  width: 100%;
}

.events-wrapper .events-hero-row .hero-row-banner-img .img-filter {
  position: absolute;
  left: 0;
  top: 0;
}

.events-wrapper .events-hero-row .event-info-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fefefe;
}

.events-wrapper .events-hero-row .event-info-section .event-name {
  font-size: 40px;
  line-height: 64px;
  font-weight: 900;
}

.events-wrapper .events-hero-row .event-info-section .event-name .event-name-secondary-color {
  color: #ffa680;
}

.events-wrapper .events-hero-row .event-info-section .event-info {
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
}

.events-wrapper .events-hero-row .event-info-section .event-info .event-time {
  margin-bottom: 20px;
}

.events-wrapper .events-hero-row .event-info-section .event-info img {
  margin-right: 10px;
}

@media only screen and (max-width: 1440px) {
  .events-wrapper .events-hero-row {
    border: none;
  }
  .events-wrapper .events-hero-row .event-info-section .event-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
  }
  .events-wrapper .events-hero-row .event-info-section .event-info {
    line-height: 15px;
  }
  .events-wrapper .events-hero-row .event-info-section .event-info img {
    width: 16px;
    height: 16px;
  }
  .events-wrapper .events-hero-row .event-info-section .event-info span {
    font-size: 9px;
    font-weight: 800;
    flex: 1;
  }
  .events-wrapper .events-hero-row .event-info-section .event-info .event-time {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .events-wrapper .events-hero-row .event-info-section .event-info .event-venue {
    display: flex;
    align-items: center;
  }
}

.events-wrapper .hero-row-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px !important;
}

.events-wrapper .hero-row-right .hero-row-title {
  margin: unset;
}

.events-wrapper .speakers-and-panelists {
  background: #fff2e6;
  padding-top: 60px;
}

.events-wrapper .key-takeaways {
  background: #ffffff;
  padding-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.event-count-down .event-count-down-container {
  width: 80%;
  margin: auto;
  background: #fff2e6;
  border-radius: 30px;
  padding: 20px;
}

.event-count-down .event-count-down-container .count-down-header {
  font-size: 24px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 20px;
}

.event-count-down .event-count-down-container .count-down-timer {
  width: 60%;
  margin: auto;
}

.event-count-down .event-count-down-container .count-down-timer .col-3 {
  text-align: center;
}

.event-count-down .event-count-down-container .count-down-timer .count-down-timer-number {
  font-size: 64px;
  line-height: 100px;
  font-weight: 850;
  color: #291e30;
}

.event-count-down .event-count-down-container .count-down-timer .count-down-timer-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .event-count-down .event-count-down-container {
    width: 100%;
    border-radius: 0;
  }
  .event-count-down .event-count-down-container .count-down-header {
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
  }
  .event-count-down .event-count-down-container .count-down-timer {
    width: 100%;
  }
  .event-count-down .event-count-down-container .count-down-timer .count-down-timer-number {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
  }
  .event-count-down .event-count-down-container .count-down-timer .count-down-timer-name {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1440px) {
  .event-count-down .event-count-down-container .count-down-timer {
    width: 80%;
  }
}

.why-section {
  background: #fff2e6;
}

.why-section .why-section-container {
  width: 80%;
  margin: auto;
  padding: 60px 0;
}

.why-section .why-section-container .why-section-left {
  padding-right: 130px !important;
}

.why-section .why-section-container .why-section-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
}

.why-section .why-section-container .why-section-text-item {
  padding: 20px 0;
  display: flex;
  align-items: baseline;
}

.why-section .why-section-container .why-section-text-item .check-icon-container {
  padding-right: 10px;
}

.why-section .why-section-container .why-section-text-item .why-section-text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #222222;
}

.why-section .why-section-container .why-section-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-section .why-section-container .why-section-right .why-section-img {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .why-section .why-section-container {
    width: 90%;
    padding: 30px 0;
  }
  .why-section .why-section-container .why-section-left {
    padding: 0 !important;
  }
  .why-section .why-section-container .why-section-left .why-section-text-item .why-section-text {
    font-size: 16px;
    line-height: 28px;
  }
  .why-section .why-section-container .why-section-right .why-section-img img {
    width: 100%;
  }
}

.event-agenda {
  padding: 0 50px;
}

.event-agenda .agenda-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
}

.event-agenda .event-data {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}

.event-agenda .agenda-item .time-section {
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  color: #222222;
}

.event-agenda .agenda-item .activity-section .activity-item {
  padding-bottom: 30px;
}

.event-agenda .agenda-item .activity-section .activity-item .activity-title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
}

.event-agenda .agenda-item .activity-section .activity-item .activity-info {
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .event-agenda {
    padding: 0 20px;
  }
  .event-agenda .agenda-item .activity-section {
    margin-top: 10px;
  }
}

.ebooks-hero-row {
  margin: auto;
  width: 85%;
  padding: 60px;
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .ebooks-hero-row {
    padding: 0px;
    padding-top: 60px;
  }
}

.ebooks-hero-row .row {
  margin: auto;
}

.ebooks-hero-row .hero-row-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ebooks-hero-row .hero-row-right .hero-row-title {
  margin: unset;
}

.individual-resources-hero {
  background: #fff2e6;
  position: relative;
  padding: 30px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.individual-resources-hero .hero-infinity-bg {
  text-align: center;
}

@media only screen and (max-width: 425px) {
  .individual-resources-hero .hero-infinity-bg {
    width: 80%;
    margin: auto;
  }
  .individual-resources-hero .hero-infinity-bg img {
    width: 100%;
  }
}

.individual-resources-hero .individual-resources-hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  font-weight: 900;
  line-height: 64px;
  color: #222222;
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}

.individual-resources-hero .individual-resources-hero-title::before {
  content: "";
  border-bottom: 3px solid #291e30;
  width: 90px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 992px) {
  .individual-resources-hero {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}

@media only screen and (max-width: 425px) {
  .individual-resources-hero .individual-resources-hero-title {
    font-size: 28px;
    line-height: 48px;
  }
}

.individual-resources-container {
  width: 85%;
  margin: auto;
}

.individual-resources-container .row {
  margin: auto;
}

.individual-resources-container .resources-filter .resources-search-bar {
  width: 80%;
  margin: auto;
  border: 1px solid #291e30;
  border-radius: 4px;
  display: flex;
  padding: 0 15px;
  align-items: center;
}

.individual-resources-container .resources-filter .resources-search-bar input {
  flex: 1;
  border: none;
  padding: 12px 0;
  outline: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

.individual-resources-container .resources-filter .resources-search-bar span {
  padding-left: 10px;
}

.individual-resources-container .filter-item-list-container {
  width: 80%;
  margin: auto;
  border: 1px solid #291e30;
  border-radius: 4px;
  padding: 12px 15px;
}

.individual-resources-container .filter-item-list-container .filter-list-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #222222;
  display: flex;
  align-items: center;
}

.individual-resources-container .filter-item-list-container .filter-list-title span {
  flex: 1;
}

.individual-resources-container .filter-item-list-container .filter-item-list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .individual-resources-container {
    width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  .individual-resources-container .upcoming-resources-content {
    margin-top: 30px;
  }
  .individual-resources-container .content-title {
    text-align: center;
  }
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #6f6f8d;
  border-radius: 3px;
  transform: translate(0, -50%);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #eaf1ff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #291e30;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 1px;
}

.resources-content .content-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  color: #222222;
}

.resources-content .content-body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
  padding-bottom: 30px;
  padding-right: 1px;
}

.resources-content .content-body .single-content-block {
  border-radius: 4px;
  filter: none;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.06);
}

.resources-content .content-body .single-content-block .content-image-row {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.resources-content .content-body .single-content-block .content-details-row .content-details-links .content-details-user {
  flex-basis: 60%;
}

.resources-content .content-body .single-content-block:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 991px) {
  .resources-content .content-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .resources-content .content-body .single-content-block {
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.06);
  }
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pagination-container .pagination-prev-btn {
  margin-left: 15px;
}

.pagination-container .pagination-next-btn {
  margin-left: 15px;
}

.pagination-container .pagination-end-btn {
  margin-left: 15px;
}

.pagination-container .pagination-pages-container {
  display: flex;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #6f6f8d;
}

.pagination-container .pagination-pages-container .pagination-page-number {
  text-decoration: none;
  color: #6f6f8d;
  margin-left: 15px;
}

.pagination-container .pagination-pages-container .pagination-active-page {
  font-weight: 800;
  color: #291e30;
  border-bottom: 1px solid #291e30;
}

.pagination-container .pagination-pages-container .pagination-dots {
  margin-left: 15px;
}

.pagination-container .pagination-next-btn img {
  transform: rotate(180deg);
}

.pagination-container .pagination-end-btn img {
  transform: rotate(180deg);
}

.single-event .demo-modal .modal-dialog .modal-body .custku-rsrcform-title {
  display: none;
}

.previous-resources-content .content-image-row img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

.testimonials-header {
  width: 85%;
  margin: auto;
  text-align: center;
}

.testimonials-header .testimonials-main-header {
 font-family: 'Work Sans';
  font-size: 40px;
  font-weight: 800;
}

.testimonials-header .testimonials-sub-header {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .testimonials-header {
    width: 90%;
  }
  .testimonials-header .testimonials-main-header {
    font-size: 20px;
    line-height: 32px;
  }
  .testimonials-header .testimonials-sub-header {
    font-size: 16px;
    line-height: 26px;
  }
}

.testimonials-grid {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

.testimonials-grid .testimonial-card {
  background: #fefeff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
}

.testimonials-grid .testimonial-card .testimonial-card-img {
  height: 200px;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

.testimonials-grid .testimonial-card .testimonial-card-img img {
  height: 100%;
  width: auto;
}

.testimonials-grid .testimonial-card .testimonial-card-header {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  padding: 20px;
}

.testimonials-grid .testimonial-card .testimonial-card-content {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 20px;
}

.testimonials-grid .testimonial-card .testimonial-writer {
  display: flex;
  align-items: center;
  padding: 20px;
}

.testimonials-grid .testimonial-card .testimonial-writer .testimonial-writer-info {
  padding-left: 10px;
}

.testimonials-grid .testimonial-card .testimonial-writer .testimonial-writer-info .testimonial-writer-name {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
}

.testimonials-grid .testimonial-card .testimonial-writer .testimonial-writer-info .testimonial-writer-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
  .testimonials-grid .testimonial-card .testimonial-card-header {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonials-grid .testimonial-card .testimonial-card-content {
    font-size: 14px;
    line-height: 26px;
  }
  .testimonials-grid .testimonial-card .testimonial-writer .testimonial-writer-img img {
    height: 50px;
  }
  .testimonials-grid .testimonial-card .testimonial-writer .testimonial-writer-info .testimonial-writer-name {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonials-grid .testimonial-card .testimonial-writer .testimonial-writer-info .testimonial-writer-title {
    font-size: 12px;
    line-height: 24px;
  }
}

.load-more-testimonial-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px 30px 30px;
}

.load-more-testimonial-cta .testimonial-cta-button {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border: 1px solid #291e30;
  filter: drop-shadow(0px 9px 40px rgba(0, 0, 0, 0.15));
  border-radius: 6px;
}

.load-more-testimonial-cta .testimonial-cta-button span {
  font-weight: 800;
  font-size: 18px;
  line-height: 31px;
  color: #291e30;
}

@media only screen and (max-width: 1024px) {
  .load-more-testimonial-cta .testimonial-cta-button {
    padding: 10px 20px;
  }
  .load-more-testimonial-cta .testimonial-cta-button span {
    font-size: 14px;
    line-height: 26px;
  }
}

.testimonial-img-bg-one {
  background: #fff2e6;
}

.testimonial-img-bg-two {
  background: #e7efe7;
}

.testimonial-img-bg-three {
  background: #fff8e7;
}

.testimonial-img-bg-four {
  background: #fff8e7;
}

.testimonial-img-bg-five {
  background: #ffe7e7;
}

.testimonial-img-bg-six {
  background: #fae7ff;
}

.awards-content {
  width: 85%;
  margin: auto;
}

.awards-content .reviews-content-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 50px;
  width: 50%;
  justify-content: center;
  margin: auto;
  height: auto;
}

.awards-content .reviews-content-list .reviews-content {
  min-height: 200px;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .awards-content .reviews-content-list {
    grid-template-columns: auto;
    width: 100%;
  }
}

.awards-grid {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

@media only screen and (max-width: 1024px) {
  .awards-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}

.awards-grid .award-card {
  background: #fefeff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
}

.awards-grid .award-card .award-card-img {
  height: 200px;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

.awards-grid .award-card .award-card-header {
  font-size: 24px;
  line-height: 36px;
  font-weight: 850;
  padding: 20px;
}

.awards-grid .award-card .award-info-item {
  padding: 0 20px 20px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.awrdwrp {
  clear: both;
}

.awrdwrp .btn-primary {
  background: #fc5e02; border-color:#fc5e02 ;
}

.awrdwrp .awrd-img-cust img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=testimonials.css.map */