/** Hero Banner **/
.hero-banner {
  min-height: 560px;
  background:
    linear-gradient(90deg, #2c3132 22.12%, rgba(44, 49, 50, 0) 69.23%),
    url("/commercial/industry-expertise/_assets-custom/images/agriculture-homepage-bg.webp")
      58% 79%/ 150% no-repeat !important;

  /* fill: linear-gradient(90deg, #2C3132 22.12%, rgba(44, 49, 50, 0.00) 69.23%), url(<path-to-image>) lightgray -485.307px -382.261px / 141.752% 178.497% no-repeat;
background-blend-mode: multiply, normal; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-banner .section-inner {
  width: 100%;
}

.hero-banner .banner-text {
  max-width: 573px;
}

.hero-banner h2.h1 {
  color: #ffffff !important;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 8px;
}

.hero-banner p {
  color: #ffffff !important;
  margin-bottom: 0;
}

.hero-banner .btn {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #003168;
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  .hero-banner {
    background:
      linear-gradient(90deg, #2c3132 22.12%, rgba(44, 49, 50, 0) 69.23%),
      url("/commercial/industry-expertise/_assets-custom/images/agriculture-homepage-bg.webp")
        58% 79% / auto 150% no-repeat !important;
  }

  .hero-banner .banner-text {
    max-width: 65%;
  }
}

@media screen and (max-width: 639px) {
  /* .hero-banner {
    background: none !important;
  } */
  .hero-banner {
    background:
      linear-gradient(0deg, #123c4c 49.58%, rgba(18, 60, 76, 0) 62.05%),
      url("/commercial/industry-expertise/_assets-custom/images/agriculture-homepage-bg.webp")
        69% -25% / 250% no-repeat !important;
    /* linear-gradient(0deg, #123c4c 49.58%, rgba(18, 60, 76, 0) 62.05%),
      url("/commercial/industry-expertise/_assets-custom/images/agriculture-homepage-bg.webp")
        69% 0% / 250% no-repeat !important; */

    justify-content: flex-end;
  }

  [lang="fr-CA"] .hero-banner {
    max-height: 600px;
    background:
      linear-gradient(0deg, #123c4c 52.58%, rgba(18, 60, 76, 0) 62.05%),
      url("/commercial/industry-expertise/_assets-custom/images/agriculture-homepage-bg.webp")
        69% 0% / 250% no-repeat !important;
  }

  .hero-banner .section-inner {
    padding: 0;
    padding-bottom: 30px;
  }

  .hero-banner .mobile-banner-image {
    height: 290px;
    width: 100%;
    background: url("/commercial/industry-expertise/_assets-custom/images/agriculture-homepage-bg.webp")
      70% 100% / cover no-repeat !important;
  }

  .hero-banner .banner-text {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }

  .hero-banner h2.h1 {
    color: #ffffff !important;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 16px;
  }

  .hero-banner p {
    color: #ffffff !important;
    font-weight: 500;
  }

  .hero-banner .btn {
    margin-top: 16px;
    width: 100%;
  }
}

/** Latest Insights **/
.insights-and-advice-section {
}

.insights-and-advice-section > .section-inner {
  padding: 96px 0;
}

.insights-and-advice {
  margin: 64px auto 0 auto;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.insights-and-advice__primary {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 544px);
  gap: 8rem;
}

.article-card--featured .article-card__image {
  display: block;
  aspect-ratio: 470 / 345;
  overflow: hidden;
  width: 100%;
  object-fit: cover;

  border-radius: 8px;
}

.insights-and-advice__side-list {
  position: relative;
}

.insights-and-advice__side-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4rem;
  width: 1px;
  background-color: #ccc;
}

.insights-and-advice__side-list,
.insights-and-advice__additional-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insights-and-advice__side-list > li {
  padding-block: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.insights-and-advice__side-list > li:first-child {
  padding-top: 0;
}

.insights-and-advice__side-list > li:last-child {
  border-bottom: none;
}

.article-card--compact {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.article-card--compact .article-card__image {
  display: block;
  overflow: hidden;
  width: 100%;
  object-fit: cover;

  aspect-ratio: 1 / 1;
  object-position: center;
  border-radius: 8px;
}

.article-card__content {
  min-width: 0;
}

.article-card--featured .article-card__title {
  color: #252525;
  font-size: 30px;
  line-height: 38px;
  margin-block: 24px;
}

.article-card--compact .article-card__title {
  font-family: "Roboto";
  color: #252525;
  font-size: 18px;
  line-height: 27px;
  margin-block: 24px;
}

.insights-and-advice__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 2rem;
}

.insights-and-advice__additional-list {
  --column-gap: 80px;
  --row-gap: 64px;
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 554px);
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  align-items: center;
  margin-top: 64px;
}
.insights-and-advice__additional-list {
  position: relative;
}

.insights-and-advice__additional-list li {
  position: relative;
  margin-bottom: 0;
}

.insights-and-advice__additional-list li:nth-child(2n + 3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--row-gap) / -2);
  width: calc(200% + var(--column-gap));
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 639px) {
  .article-card--featured {
    height: max-content;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
  }

  .article-card--featured .article-card__title {
    font-size: 20px;
    line-height: 25px;
  }

  .article-card--featured .article-card__content .snipe.pill {
    margin: 24px 0 0 0;
  }

  .insights-and-advice-section {
  }

  .insights-and-advice__primary,
  .insights-and-advice__additional-list {
    grid-template-columns: 1fr;
  }

  .insights-and-advice__primary {
    gap: 2rem;
  }

  .article-card--compact {
    grid-template-columns: minmax(7rem, 100px) minmax(0, 1fr);
    /* grid-template-columns: minmax(7rem, 35%) minmax(0, 1fr); */
    gap: 2.4rem;
  }

  .article-card--compact .article-card__title {
    margin-block: 1.6rem;
  }

  .insights-and-advice__side-list .article-card__content .snipe.pill {
    margin: 0 !important;
  }

  .insights-and-advice__side-list > li:first-child {
    padding-top: unset;
  }
  .insights-and-advice__side-list > li {
    padding-block: 24px;
  }

  .insights-and-advice-section > .section-inner {
    padding: 64px 0 64px 0;
  }

  .insights-and-advice {
    margin: 32px auto 64px auto;
  }

  .article-card--featured .article-card__image {
    aspect-ratio: 1;
    min-height: unset;
    height: 100%;
    max-height: 170px;
    border-radius: 8px;
  }
}

.article-card__content .snipe.pill {
  vertical-align: bottom;
  border-radius: 4px;
  margin: 12px 0 0 0;
}

.article-card__content .snipe.pill span {
  padding: 3px 10px;
  text-transform: uppercase;
}

.article-card--featured .snipe-pill {
  margin: 24px 0 0 0 !important;
}

/* .insights-and-advice-section .more-toggle {
  margin-block: 64px;
} */

.insights-and-advice-section .more-toggle span {
  background: #ffffff !important;
}

.insights-and-advice-section .more-toggle::before {
  z-index: 0;
}

.insights-and-advice-section .more-toggle span:after {
  content: "Discover More Insights";
}

[lang="fr-CA"] .insights-and-advice-section .more-toggle span:after {
  content: "Découvrez d’autres perspectives ";
}

/* .insights-and-advice-section .more-toggle .collapsed span:after {
  content: "Discover More Insights";
}

.insights-and-advice-section .more-toggle span:after {
  content: "Discover Less Insights";
}

[lang="fr-CA"] .insights-and-advice-section .more-toggle .collapsed span:after {
  content: "Découvrez d’autres perspectives ";
}

[lang="fr-CA"] .insights-and-advice-section .more-toggle span:after {
  content: "Découvrez d’autres perspectives ";
} */

@media screen and (max-width: 639px) {
  .insights-and-advice-section .more-toggle {
    margin-block: 32px;
  }
}

/** Insights and Advice */
.insights-and-advice__status {
  margin: 0;
}

.more-toggle {
  margin-top: 64px;
}

.more-toggle a span:before {
  background: url("/dvl/v1.0/assets/images/ui/ui-thin-chevron-down-blue.svg")
    no-repeat;
}

/** Free Guid**/
.free-guide-section {
  background-color: #fafafa;
}

.free-guide-section .section-inner {
  padding-block: 96px;
}

.free-guide-section h2 {
  margin-bottom: 32px;
}

.free-guide-section h2 + p {
  margin-bottom: 64px;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.free-guide-section .tile:nth-child(1) {
  background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-1.png");
}

.free-guide-section .tile:nth-child(2) {
  background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-2.png")
    50% 50%;
}

.free-guide-section .tile:nth-child(3) {
  background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-3.png")
    50% 50%;
}

.tile {
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  min-height: 517px;
  padding: 32px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tile__heading {
  margin-block: 16px 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.tile__heading,
.tile__link {
  color: #ffffff !important;
}

.tile .pill {
  text-transform: uppercase;
}

.tile .pill span {
  border-radius: 4px;
  padding: 2px 8px;
}

@media screen and (max-width: 1024px) {
  .free-guide-section .tile:nth-child(1) {
    background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-1.png")
      25% / cover no-repeat;
  }
}

@media screen and (max-width: 639px) {
  .tiles {
    grid-template-columns: auto;
  }

  .free-guide-section .tile:nth-child(1) {
    background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-1.png")
      center / cover no-repeat;
  }

  .free-guide-section .tile:nth-child(2) {
    background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-2.png")
      center / cover no-repeat;
  }

  .free-guide-section .tile:nth-child(3) {
    background: url("/commercial/industry-expertise/_assets-custom/images/free-guide-tile-3.png")
      center / cover no-repeat;
  }
}

/** How we help */
.how-we-help-section {
  background: url("/commercial/industry-expertise/_assets-custom/images/how-we-help-bg.webp")
    23% 78% / 200% no-repeat;
  padding: 128px 0;
  display: flex;
}

.how-we-help-section .section-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-we-help-section__content {
  max-width: 670px;
}

.how-we-help-section * {
  color: #ffffff !important;
}

.how-we-help-section__description {
  font-weight: 500;
}

.how-we-help-section .collapse-toggle:after {
  filter: brightness(0) invert();
}

.how-we-help-section__content .accordion {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  padding: 32px;
}

.how-we-help-section__content .accordion .accordion-panel:first-child,
.how-we-help-section__content .accordion .panel:first-child {
  border-top: 0 !important;
}

.how-we-help-section__content .collapse-toggle {
  font-family: "RBCDisplay";
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}

.how-we-help-section .how-we-help-section__content .accordion .accordion-panel,
.how-we-help-section .how-we-help-section__content .accordion .panel {
  padding: 32px 0 !important;
}

.how-we-help-section .accordion .accordion-panel > .collapse-toggle:after,
.how-we-help-section .accordion .panel > .collapse-toggle:after {
  width: 24px;
}

@media screen and (max-width: 639px) {
  .how-we-help-section {
    background: url(/commercial/industry-expertise/_assets-custom/images/how-we-help-bg.webp)
      23% 78% / cover no-repeat;
    padding: 64px 0;
  }
}

.how-we-help-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.how-we-help-section ul li {
  min-width: 0;
  font-weight: 400;
}

.how-we-help-section__content li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  min-width: 0;
  text-decoration: none;
}

.how-we-help-section__content li a::after {
  filter: brightness(0) invert();
  content: "";
  content: url("https://www.sterbcroyalbank.com/dvl/v1.0/assets/images/ui/ui-chevron-right-blue.svg");
  width: 8px;
  flex: 0 0 auto;
}

@media screen and (max-width: 639px) {
  .how-we-help-section__content .collapse-toggle {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .how-we-help-section ul {
    grid-template-columns: auto;
  }
}

/** Who we help */
.who-we-help-section .section-inner {
  max-width: none;
  padding: 96px 60px;
}

.who-we-help-section .callout-block {
  /* background: linear-gradient(270deg, rgba(7, 19, 2, 0.00) 35.97%, rgba(7, 19, 2, 0.70) 56.72%), url("/commercial/industry-expertise/_assets-custom/images/who-we-help-bg.webp") 0px -631.201px / 118.903% 203.933% no-repeat, url("/commercial/industry-expertise/_assets-custom/images/who-we-help-bg.webp") -185.731px -658px / 133.525% 263.413% no-repeat; */
  background:
    linear-gradient(
      270deg,
      rgba(7, 19, 2, 0) 35.97%,
      rgba(7, 19, 2, 0.7) 56.72%
    ),
    url("/commercial/industry-expertise/_assets-custom/images/who-we-help-bg.webp")
      6% 87% / 123% auto no-repeat;
  padding: 223px 270px;
  border-radius: 24px;
}

.who-we-help-section .callout-block-inner {
  max-width: 694px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

@media screen and (max-width: 1450px) {
  .who-we-help-section .callout-block {
    padding: 223px 120px;
  }
}

@media screen and (max-width: 1100px) {
  .who-we-help-section .callout-block {
    padding: 223px 60px;
    background:
      linear-gradient(
        270deg,
        rgba(7, 19, 2, 0) 35.97%,
        rgba(7, 19, 2, 0.7) 56.72%
      ),
      url("/commercial/industry-expertise/_assets-custom/images/who-we-help-bg.webp")
        6% 87% / cover no-repeat;
  }

  .who-we-help-section .callout-block-inner {
    max-width: 500px;
  }
}

@media screen and (max-width: 820px) {
  .who-we-help-section .callout-block {
    padding: 60px;
    background:
      linear-gradient(
        270deg,
        rgba(7, 19, 2, 0) 35.97%,
        rgba(7, 19, 2, 0.7) 56.72%
      ),
      url("/commercial/industry-expertise/_assets-custom/images/who-we-help-bg.webp")
        6% 87% / 125% no-repeat;
  }
  .who-we-help-section .callout-block-inner {
    max-width: 300px;
  }
}

.who-we-help-section * {
  color: #ffffff !important;
}

.who-we-help-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.who-we-help-section .btn {
  color: #003168 !important;
  max-width: 257px;
  background-color: #ffffff;
  border: solid 2px #003168 !important;
  padding: 20px 32px;
}

@media screen and (max-width: 639px) {
  .who-we-help-section .section-inner {
    padding: 30px 15px;
    gap: 16px;
  }

  .who-we-help-section .callout-block {
    padding: 30px;
    background:
      linear-gradient(
        270deg,
        rgba(7, 19, 2, 0) -10.03%,
        rgba(7, 19, 2, 0.7) 58.72%
      ),
      url("/commercial/industry-expertise/_assets-custom/images/who-we-help-bg.webp")
        56% 87% / cover no-repeat;
  }

  .who-we-help-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}

/** Reco Adding a Headline here for AEO **/
.awards-section {
  background-color: #fafafa;
}

.awards-section .section-inner {
  padding-top: 128px;
  padding-bottom: 128px;
}

.reco__heading {
  margin-bottom: 32px;
}

.reco__subheading {
  margin-bottom: 64px;
}

.reco__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.reco__content .grid-item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  gap: 24px;
}

.reco__content .grid-item:last-child .reco__image {
  /* width: 110px; */
  height: 118px;
}

.reco__content .grid-item:not(:last-child) .reco__image {
  /* width: 100%; */
  height: 118px;
}

.reco__text {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media screen and (max-width: 639px) {
  .awards-section .section-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .reco__heading {
    margin-bottom: 32px;
  }
  .reco__subheading {
    margin-bottom: 32px;
  }
  .reco__content {
    grid-template-columns: auto;
    gap: 30px;
  }

  .reco__content .grid-item {
    padding: 24px;
  }

  .reco__image {
    width: 100%;
  }

  /* .reco__content .grid-item:not(:last-child) .reco__image {
    max-width:185px;
  } */

  .reco__content .grid-item:last-child .reco__image {
    width: auto !important;
  }

  .reco__content .grid-item:not(:last-child) .reco__image {
    width: auto !important;
  }
}

.icon-32 {
  height: 32px;
}

.icon-white {
  filter: brightness(0) invert();
}

#dvl-wpr.commercial .nav-bar .breadcrumb-wpr {
  background-color: #ffffff;
}

/** **/
.real-advice-for-your-ideas {
  margin: 96px auto 64px auto;
}

.real-advice-for-your-ideas .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.faqs-section .section-inner {
  padding: 96px 15px;
}

.column-right {
  gap: 34px;
}

.inner-row > div {
  text-align: center;
  background-color: #ffffff;
  border-radius: 12.286px;
  border: 1.536px solid #b3b3b3;
  max-width: 172px;
  width: 100%;
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-row:nth-child(1) > div > img {
  height: 100%;
  padding: 24.57px;
}

.inner-row:nth-child(2) > div > img {
  width: 100%;
  padding: 24.57px;
}

.faqs-section #accordionSet2 {
  margin-bottom: 64px;
}

#show-more-faq-button.collapse-toggle:before {
  content: "";
}

#show-more-faq-button.collapse-toggle:after {
  content: "";
}

@media screen and (max-width: 639px) {
  .supporting-the-organizations {
    gap: 64px;
  }
  .column-right .inner-row {
    flex-direction: column;
  }

  .real-advice-for-your-ideas {
    margin: 32px 16px;
  }

  .faqs-section h2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
  .faqs-section .section-inner {
    padding: 32px 16px 64px 16px;
  }
  .faqs-section #accordionSet2 {
    margin-bottom: 32px;
  }
}

a.standalone-link.reverse {
  padding-left: unset;
  width: max-content;
}

a.standalone-link.reverse:before {
  right: -16px;
  left: unset;
}

a.standalone-link.white {
  filter: brightness(0) invert();
}
