@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --section-light-gray: #E9E9E9;
}

/* ----BREADCRUMBS SECTION CSS STARTS---- */
/* line 33, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 40, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 94%;
}

/* line 46, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 52, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  gap: 6px;
}

/* line 61, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 68, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-arrow {
  display: flex;
  width: 14px;
  height: auto;
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 78, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 87, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* line 91, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item li[title]::after {
  content: attr(title);
}

/* line 95, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item li:hover::after {
  display: flex;
}

/* line 99, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
}

/* ----HERO SECTION CSS STARTS---- */
/* line 109, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograp-hero-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  background-image: url(/assets/home_images/Infographics_HeroImage_02-95e83295dc2f7c5a5278980bb3c5fd423fcf24cdd350df8a241bf2faa36a49f5.jpg);
  background-position: center;
  background-size: cover;
  /* padding: 40px 0px 80px 0px; */
}

/* line 123, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograp-hero-inner-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: auto;
}

/* line 132, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograp-hero-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 20px 0px;
}

/* line 142, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograp-hero-heading-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

/* line 151, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

/* line 159, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograp-hero-heading {
  display: flex;
  justify-content: flex-start;
}

/* line 164, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograp-hero-heading h1 {
  font-family: roboto condensed;
  text-align: left;
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--white);
}

/* line 172, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograh-hero-description {
  display: flex;
  justify-content: flex-start;
}

/* line 177, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infograh-hero-description p {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* line 184, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.hero-search-cont {
  display: flex;
  justify-content: center;
  width: 60%;
}

/* line 190, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.hero-search-cont form {
  display: flex;
  width: 100%;
  /* margin: 0px 0px 20px 0px; */
}

/* line 196, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.search-input {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 202, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.search-input input {
  height: 100%;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 16px 0px 16px 16px;
  border-radius: 50px 0px 0px 50px;
  /* border-left: solid 2px var(--dark-gray);
    border-top: solid 2px var(--dark-gray); */
  border: solid 2px var(--dark-gray);
  border-right: none;
  background-color: var(--white);
}

/* line 217, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.search-input button {
  padding: 16px 30px 30px 16px;
  outline: none;
  border: solid 2px var(--dark-gray);
  border-left: none;
  border-radius: 0px 50px 50px 0px;
  background-image: url(/assets/home_images/Search_Icon_01-db9fadcb7d0606b9b1d5821893879b6ea0354c5916a767e0f6ef907edc327083.svg);
  background-color: var(--white);
  background-size: 60%;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* ----INDUSTRY & FILTERS POP-UP CSS---- */
/* line 233, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-filter-container {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
  margin: 0px 0px 10px 0px;
}

/* line 241, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-btn-cont {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}

/* line 248, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-btn {
  font-family: noto sans;
  font-size: 1rem;
  height: 42px;
  padding: 10px 20px;
  /* margin-right: 15px; */
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 6px;
  cursor: pointer;
  line-height: 10px;
}

/* line 262, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-btn:hover {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

/* line 268, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* line 281, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-modal {
  background: #fff;
  /* padding: 0px 0px 10px 0px; */
  border-radius: 6px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

/* line 292, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-industry-popup-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 306, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-close-btn {
  /* position: absolute;
      top: 10px;
      right: 15px; */
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 500;
}

/* line 315, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-industry-popup-header h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0px;
}

/* line 322, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-industry-menu {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  padding: 0px 0px 10px 0px;
}

/* line 329, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-menu-item {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 10px; */
}

/* line 335, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-industry-item {
  font-family: noto sans;
  font-size: 1rem;
  background-color: var(--white);
  color: var(--secondary);
  padding: 10px;
  /* border-radius: 4px; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 348, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-industry-item:hover {
  background: var(--light-gray);
}

/* line 352, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-industry-item.active {
  background-color: var(--white);
  color: var(--secondary);
  border-left: 2px solid var(--primary);
}

/* line 358, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-chevron svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform 0.2s;
}

/* line 365, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-chevron.rotate svg {
  transform: rotate(180deg);
}

/* line 369, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-submenu {
  display: none;
  margin-top: 5px;
  margin-left: 15px;
}

/* line 375, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-submenu-item {
  font-family: noto sans;
  font-size: 0.9rem;
  color: var(--secondary);
  background-color: #f9f9f9;
  padding: 8px;
  /* border-radius: 4px;
      margin-bottom: 5px; */
  cursor: pointer;
  border-left: 2px solid #cecece;
}

/* line 387, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-submenu-item:hover {
  background: #e9e9e9;
}

/* line 391, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-submenu-item.active {
  background-color: #ffffff;
  color: var(--secondary);
  border-left: 2px solid var(--primary);
}

/* line 397, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 8px 10px 8px 10px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  box-sizing: border-box;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

/* line 410, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-popup-apply-btn {
  padding: 10px 20px;
  background-color: #0F2130;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* ----LIST SECTION CSS---- */
/* line 422, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 100px 0px;
}

/* line 430, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-container {
  display: flex;
  justify-content: center;
  /* need to add in MQ */
  flex-direction: column;
  height: auto;
  width: 95%;
}

/* line 439, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 100px;
  gap: 20px;
}

/* line 448, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-left {
  display: flex;
  flex-direction: column;
  width: 21%;
  background-color: var(--white);
  color: var(--secondary);
  /* padding: 20px; */
  position: sticky;
  top: 100px;
  height: fit-content;
  overflow: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  /* height: fit-content;
  align-self: flex-start; */
}

/* line 466, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-right {
  display: flex;
  flex-direction: column;
  width: 14%;
  background-color: var(--white);
  color: var(--secondary);
  padding: 0px 0px 10px 0px;
  position: sticky;
  top: 100px;
  /* height:calc(70vh - 20px); */
  overflow: auto;
  height: calc(75vh - 20px);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  height: fit-content;
  /* align-self: flex-start; */
}

/* line 484, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-right-heading {
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 2px 10px 2px 10px;
  background-color: var(--white);
  border-bottom: 1px solid var(--underline-gray);
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 496, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-left-col-heading {
  display: flex;
  justify-content: space-between;
  padding: 2px 10px 2px 10px;
  margin: 0px 0px 20px 0px;
  background-color: var(--white);
  border-bottom: 1px solid var(--underline-gray);
  height: 34px;
  position: sticky;
  top: 0;
}

/* line 508, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-input-cont {
  display: flex;
  flex-direction: column;
}

/* line 513, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-small-seprator {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
}

/* line 520, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.seprator-line {
  display: flex;
  width: 90%;
  height: 1px;
  background-color: var(--underline-gray);
}

/* line 527, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-right-heading h4 {
  display: flex;
  padding: 0px;
  margin: 0px;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--secondary);
  align-self: center;
}

/* line 537, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-left-col-heading h4 {
  display: flex;
  padding: 0px;
  margin: 0px;
  font-family: noto sans;
  font-size: 1rem;
  line-height: 34px;
  color: var(--secondary);
  align-self: center;
}

/* line 548, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-right-subheading h4 {
  padding: 0px;
  margin: 0px;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-label-gray);
}

/* line 557, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.clear-all-btn {
  /* height: 42px; */
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: var(--white);
  border: none;
  padding: 5px 10px;
  /* margin: 8px 0; */
  cursor: pointer;
  color: var(--primary);
}

/* line 570, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-right-subheading {
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
  /* border-bottom: 1px solid; */
}

/* line 577, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-middle {
  width: 65%;
  /* padding: 20px; */
  background-color: #fff;
  /* overflow-y: auto;
  max-height: 100vh; */
}

/* line 585, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-menu-tab {
  /* margin-bottom: 15px; */
  cursor: pointer;
  background: var(--white);
}

/* line 591, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-menu-tab span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: var(--white);
  /* border-radius: 4px; */
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 400;
  color: var(--secondary);
}

/* line 604, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-menu-tab:hover span {
  background-color: var(--light-gray);
}

/* line 608, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-menu-tab.active > span {
  border-left: 2px solid var(--primary);
  color: var(--secondary);
}

/* line 613, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-submenu {
  display: none;
  background-color: var(--light-gray);
  margin-left: 10px;
  /* border-radius: 0 0 4px 4px; */
}

/* line 620, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-submenu div {
  padding: 8px 10px;
  cursor: pointer;
  border-left: 2px solid var(--underline-gray);
  font-family: noto sans;
  font-size: 0.9rem;
  color: var(--secondary);
  /* border-radius: 4px; */
}

/* line 630, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-submenu div:hover {
  background-color: var(--white);
}

/* line 634, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-submenu div.active {
  border-left: 2px solid var(--primary);
  background-color: var(--white);
  /* color: #000; */
}

/* line 640, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-menu-tab.mrfr-rl-active .mrfr-rl-submenu {
  display: block;
}

/* line 644, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-form-group {
  margin-bottom: 15px;
}

/* ------CUSTOM CHECKBOX RADIO BUTTON CSS STARTS------ */
/* Hide native checkbox and radio */
/* line 651, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-checkbox input,
.mrfr-rl-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Base style for checkbox */
/* line 660, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-checkbox {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0px;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  color: var(--secondary);
  gap: 8px;
}

/* line 673, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-radio {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0px;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  color: var(--secondary);
  gap: 6px;
}

/* line 686, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-checkbox-comp label:hover {
  color: var(--primary);
}

/* line 690, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-checkbox .checkmark {
  height: 16px;
  width: 16px;
  background-color: var(--light-gray);
  border: 1px solid var(--input-border-gray);
  border-radius: 2px;
  display: inline-block;
  /* margin-right: 8px; */
  vertical-align: middle;
  position: relative;
}

/* Base style for radio */
/* line 703, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-radio .radiomark {
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  /* margin-right: 8px; */
  vertical-align: middle;
  position: relative;
}

/* When checked */
/* line 715, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-checkbox input:checked + .checkmark {
  background-color: var(--primary);
  border: none;
}

/* line 720, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-radio input:checked + .radiomark {
  background-color: var(--white);
  border: 1px solid var(--primary);
}

/* Optional: Add check/tick mark */
/* line 727, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-checkbox-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

/* line 734, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-radiobtn-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

/* line 741, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 754, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-checkbox input:checked + .checkmark::after {
  display: block;
}

/* Optional: Inner dot for radio */
/* line 759, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-radio .radiomark::after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
}

/* line 771, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-custom-radio input:checked + .radiomark::after {
  display: block;
}

/* ------CUSTOM CHECKBOX RADIO BUTTON CSS ENDS------ */
/* line 779, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-arrow {
  width: 18px;
  height: 18px;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: center center;
  /* font-size: 12px; */
  margin-left: 5px;
}

/* line 789, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-info-card-wrapper {
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

/* line 798, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  /* border-bottom: 1px solid var(--underline-gray); */
  /* padding: 15px; */
  margin-bottom: 20px;
  /* border-radius: 6px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  background: var(--white);
}

/* line 811, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resorces-card-info-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 10px 0px 0px;
}

/* line 819, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-card-left-info-cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: var(--black);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 490px;
  padding: 20px 20px 20px 20px;
  gap: 10px;
  border-radius: 12px;
}

/* line 835, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-01 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_01-a963778899d0a32e20ca0a85dfca3f0bd828551d9f1a6cd68bff9d0865f041e4.jpg);
}

/* line 839, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-02 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_02-26e92c29088cb71584a964bf41168c6f11e35d422b58ac0e6b73062b31454178.jpg);
}

/* line 843, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-03 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_03-406a36306d392039ad7aae984493ec85f12b8a39e5ac4734932dd1e14bb940b4.jpg);
}

/* line 847, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-04 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_04-aecef47b8c05c073c16febcd465d624f2c2656ea48cfa5be0d497d705fe35728.jpg);
}

/* line 851, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-05 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_05-d0d191d1da174965ac6eb35c0087cffaeaf3a967422b8c06395d290e7513d8bd.jpg);
}

/* line 855, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-06 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_06-4e152b5271ecb0e6ece8a0cc00f60d86c3c7ca874c06f31f6bede24f680890d2.jpg);
}

/* line 859, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-07 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_07-06116fce7396a4eb0dbd2e67a5480c167036781d2774d2b4c95705d2ef02e163.jpg);
}

/* line 863, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.infographic-template-08 {
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/Infographic_08-151a7fd8ae93a642454df9fea4e5e9516fbc4121e4def810bc2e5b94a391bf75.jpg);
}

/* line 867, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-info-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--text-label-gray);
}

/* line 876, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-info-title h2 {
  font-family: noto sans;
  font-size: 1.6rem;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 884, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resorce-infographic-link {
  display: flex;
  justify-content: flex-start;
}

/* line 889, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resorce-infographic-link a {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* line 896, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resorce-infographic-link a:hover {
  color: var(--white);
}

/* line 900, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-card-right-info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px 10px 10px 10px;
}

/* line 909, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.resource-info-card h3 {
  margin-bottom: 10px;
}

/* line 913, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-tab-content {
  display: none;
}

/* line 917, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-category-title-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 20px 0px;
}

/* line 924, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-tab-content.active h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 932, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-tab-content.active {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 938, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-select {
  padding: 10px 12px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  background-color: #fff;
  color: var(--secondary);
  min-width: 140px;
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}

/* line 957, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 963, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-middle::-webkit-scrollbar,
.mrfr-rl-left::-webkit-scrollbar,
.mrfr-rl-right::-webkit-scrollbar {
  width: 6px;
}

/* line 969, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-middle::-webkit-scrollbar-thumb,
.mrfr-rl-left::-webkit-scrollbar-thumb,
.mrfr-rl-right::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* PAGINATION */
/* line 978, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 20px 0;
  font-family: sans-serif;
  justify-content: center;
}

/* line 987, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-pagination button {
  font-family: noto sans;
  font-size: 1rem;
  line-height: 10px;
  padding: 12px 12px;
  background: #fff;
  border: 1px solid #0F2130;
  color: #0F2130;
  border-radius: 20px;
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  transition: background-color 0.2s;
}

/* line 1002, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-pagination button:hover {
  background: #0F2130;
  color: #fff;
}

/* line 1007, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-pagination .active {
  background: #0F2130;
  color: white;
  border-color: #007bff;
}

/* line 1013, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-pagination .ellipsis {
  background: none;
  border: none;
  cursor: default;
}

/* line 1019, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.mrfr-rl-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* SUBSCRIBE CTA SECTION CSS STARTS */
/* line 1026, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-cta-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--section-light-gray);
}

/* line 1033, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-cta-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 10px 0px 10px 0px;
  gap: 20px;
}

/* line 1042, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-cta-description {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

/* line 1048, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-cta-description p {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--secondary);
}

/* line 1054, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-cta-input-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 1060, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 400px; */
  margin: 10px 0;
  width: auto;
}

/* line 1069, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-form input[type="email"] {
  flex: 1;
  padding: 10px;
  border: 1px solid var(--input-border-gray);
  border-right: none;
  border-radius: 8px 0 0 8px;
  outline: none;
}

/* line 1078, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-form button {
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--white);
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.3s;
}

/* line 1088, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
.subscribe-form button:hover {
  background: var(--primary);
}

@media only screen and (max-width: 1550px) {
  /* line 1099, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .infograp-hero-inner-section {
    width: 90%;
  }
  /* line 1103, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-container {
    width: 95%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 1110, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .infograp-hero-inner-section {
    width: 95%;
  }
  /* line 1114, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-left {
    width: 22%;
  }
  /* line 1118, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-middle {
    width: 60%;
  }
  /* line 1122, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-right {
    width: 18%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 1128, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 0.9rem;
  }
  /* line 1132, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 1139, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-container {
    width: 95%;
  }
  /* line 1143, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-right {
    display: none;
  }
  /* line 1147, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-filter-container {
    display: flex;
  }
  /* line 1151, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-left {
    display: none;
  }
  /* line 1155, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-middle {
    width: 100%;
  }
  /* line 1159, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-menu-tab span {
    font-size: 0.9rem;
  }
  /* line 1163, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-submenu div {
    font-size: 0.8rem;
  }
  /* .resource-card-left-info-cont {
    justify-content: center;
  } */
  /* line 1171, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mefr-rl-card-logo-group {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1176, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* line 1180, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-custom-checkbox {
    font-size: 0.8rem;
  }
  /* line 1184, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-custom-radio {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 1190, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 1rem;
  }
  /* line 1194, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 1rem;
  }
  /* .infograp-hero-inner-section {
    height: 30vh;
  } */
  /* line 1202, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-wrapper {
    padding: 20px 0px 0px 0px;
  }
  /* line 1206, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: flex-start;
  }
  /* line 1210, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resorces-card-info-cont {
    gap: 30px;
  }
  /* line 1214, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mefr-rl-card-logo-group {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 900px) {
  /* .infograp-hero-inner-section {
    height: 30vh;
  } */
  /* .infograp-hero-section-wrapper {
    padding: 20px 0px 80px 0px;
  } */
  /* line 1230, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resorces-card-info-cont {
    gap: 20px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 1237, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 72px 0px 0px 0px;
  }
  /* line 1241, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .subscribe-cta-cont {
    flex-direction: column;
    gap: 14px;
  }
  /* line 1246, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .subscribe-cta-description {
    justify-content: center;
  }
  /* line 1250, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .subscribe-cta-input-cont {
    justify-content: center;
  }
}

@media only screen and (max-width: 750px) {
  /* .infograp-hero-section-wrapper {
    padding: 100px 0px 80px 0px;
  } */
  /* .infograp-hero-inner-section {
    padding: 40px 0px 60px 0px;
  } */
  /* line 1266, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .hero-search-cont {
    width: 80%;
  }
  /* line 1270, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-card-left-info-cont {
    height: 410px;
  }
  /* line 1274, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mefr-rl-card-logo-group {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (max-width: 650px) {
  /* line 1282, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* .resource-info-card {
    width: 100%;
  } */
  /* line 1290, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-card-left-info-cont {
    width: 100%;
    /* height: 410px; */
  }
  /* line 1295, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-card-right-info-cont {
    width: 40%;
  }
  /* line 1299, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-card-logo-cont {
    gap: 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1305, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-card-left-info-cont {
    height: 360px;
  }
  /* line 1309, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-info-title h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1316, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-filter-container {
    padding: 10px 10px 10px 10px;
  }
  /* line 1320, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-info-card {
    width: 100%;
  }
  /* line 1324, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-card-left-info-cont {
    height: 530px;
  }
  /* line 1328, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-info-title h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1335, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resorces-card-info-cont {
    padding: 0px 10px 0px 10px;
  }
  /* line 1339, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    font-size: 1.1rem;
    text-align: center;
  }
  /* line 1344, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1351, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .infograp-hero-inner-section {
    gap: 4%;
  }
}

@media only screen and (max-width: 440px) {
  /* line 1358, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .infograp-hero-heading {
    font-size: 2.3rem;
  }
  /* line 1362, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .infograp-hero-section-wrapper {
    padding: 100px 0px 50px 0px;
  }
  /* line 1366, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
  /* line 1370, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1.8rem;
  }
  /* .resource-card-left-info-cont {
    justify-content: space-between;
  } */
  /* line 1378, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resorce-infographic-link a {
    font-size: 1.1rem;
  }
  /* line 1382, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-report-info-footer {
    flex-wrap: wrap;
  }
  /* line 1386, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-tab-content.active h3 {
    font-size: 1.9rem;
  }
  /* line 1390, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .request-btn {
    font-size: 1.3rem;
  }
  /* line 1394, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    text-align: center;
  }
  /* line 1397, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .mrfr-rl-wrapper {
    /* margin: 0px 0px 100px 0px; */
    margin: 0px 0px 20px 0px;
  }
}

@media only screen and (max-width: 420px) {
  /* line 1405, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .infograp-hero-heading {
    font-size: 2.2rem;
  }
  /* line 1409, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resource-info-title {
    font-size: 0.9rem;
  }
  /* line 1413, app/assets/stylesheets/infographics/infographics-home-content-style-01.scss */
  .resorce-infographic-link a {
    font-size: 1rem;
  }
}
