/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

:root {
  --px-16-12-8: 16px;
  --px-20-20-8: 20px;
  --px-30-24-20: 30px;
  --px-32-28-24: 32px;
  --px-44-42-16: 44px;
  --px-60-48-40: 60px;
  --px-96-80-64: 96px;
  --px-120-96-80: 120px;
  --px-128-96-80: 128px; }

@media (max-width: 991px) {
  :root {
    --px-16-12-8: 12px;
    --px-44-42-16: 42px;
    --px-30-24-20: 24px;
    --px-20-20-8: 20px;
    --px-32-28-24: 28px;
    --px-60-48-40: 48px;
    --px-96-80-64: 80px;
    --px-120-96-80: 96px;
    --px-128-96-80: 96px; } }

@media (max-width: 767px) {
  :root {
    --px-16-12-8: 8px;
    --px-20-20-8: 8px;
    --px-30-24-20: 20px;
    --px-32-28-24: 24px;
    --px-44-42-16: 16px;
    --px-60-48-40: 40px;
    --px-96-80-64: 64px;
    --px-120-96-80: 80px;
    --px-128-96-80: 80px; } }

.grid-col_auto-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  @media (max-width: 475px) {
    .grid-col_auto-1 {
      display: flex;
      flex-direction: column; } }

.grid-col_auto-2ml-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  @media (max-width: 991px) {
    .grid-col_auto-2ml-1 {
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media (max-width: 475px) {
    .grid-col_auto-2ml-1 {
      display: flex;
      flex-direction: column; } }

.grid-col_auto-2xl-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  @media (max-width: 1439px) {
    .grid-col_auto-2xl-1 {
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media (max-width: 767px) {
    .grid-col_auto-2xl-1 {
      display: flex;
      flex-direction: column; } }

.eyebrow {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .eyebrow {
      line-height: 1.25; } }
  @media (max-width: 991px) {
    .eyebrow {
      font-size: 16px; } }

body {
  color: #3b3d49; }

img {
  display: block; }

a {
  color: #3f647c; }

.card-b {
  overflow: hidden;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  color: #3b3d49;
  box-shadow: 4px 14px 40px 0 rgba(59, 61, 73, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 1280px) {
    .card-b {
      flex: 1; } }
  @media (min-width: 768px) and (max-width: 1280px) {
    .card-b {
      width: 430px; } }
  @media (max-width: 767px) {
    .card-b {
      width: 100%; } }
  .card-b__top {
    height: 280px;
    position: relative; }
    @media (max-width: 991px) {
      .card-b__top {
        height: 200px; } }
    .card-b__top img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-b__bottom {
    padding: 24px;
    padding-bottom: 36px;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .card-b__bottom__icon {
      margin-top: -54px;
      margin-bottom: 32px;
      z-index: 1; }
      @media (max-width: 767px) {
        .card-b__bottom__icon {
          width: 68px;
          height: 68px; } }
    .card-b__bottom h5 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.15;
      margin-top: 0;
      margin-bottom: 0;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .card-b__bottom h5 {
          line-height: 1.25; } }
      @media (max-width: 991px) {
        .card-b__bottom h5 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .card-b__bottom h5 {
          font-size: 24px; } }
    .card-b__bottom .description {
      font-size: 20px;
      line-height: 30px;
      flex-grow: 1; }
      @media (max-width: 991px) {
        .card-b__bottom .description {
          line-height: 28px; } }
      @media (max-width: 767px) {
        .card-b__bottom .description {
          font-size: 18px;
          line-height: 26px; } }
      .card-b__bottom .description a {
        color: #3f647c; }
    .card-b__bottom .cta {
      margin-top: 32px;
      border-radius: 8px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      text-decoration: none;
      color: #3b3d49;
      text-align: center;
      cursor: pointer;
      transition: all 200ms ease-in-out;
      border-width: 2px;
      border-style: solid;
      max-width: 100%;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      border-color: #3b3d49;
      background-color: white;
      padding: 8px 22px;
      width: 100%;
      padding-left: 8px;
      padding-right: 8px; }
      @media (max-width: 767px) {
        .card-b__bottom .cta {
          font-size: 16px; } }
      @media (max-width: 479px) {
        .card-b__bottom .cta {
          width: 100% !important; } }
      .card-b__bottom .cta svg {
        flex-shrink: 0; }
        .card-b__bottom .cta svg path {
          transition: stroke 250ms ease-in-out; }
      .card-b__bottom .cta:hover {
        background-color: #3b3d49;
        color: white; }
        .card-b__bottom .cta:hover svg path {
          stroke: white; }

.card-display-with-background {
  margin-top: var(--px-60-48-40);
  margin-bottom: var(--px-60-48-40); }
  .card-display-with-background .accent-block {
    padding-bottom: 240px;
    padding-top: 56px; }
    .card-display-with-background .accent-block:not(.invisible) {
      border-top-right-radius: 24px;
      background-color: #f3f6f6;
      width: 900px;
      max-width: calc(100% - 44px); }
    @media (max-width: 991px) {
      .card-display-with-background .accent-block {
        padding-top: 36px; }
.card-display-with-background .accent-block:not(.invisible) {
 width: 570px;}
 }
    .card-display-with-background .accent-block h2 {
      font-size: 42px;
      font-weight: 700;
      line-height: 52px;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .card-display-with-background .accent-block h2 {
          font-size: 32px;
          line-height: 40px; } }
    .card-display-with-background .accent-block p:not(.eyebrow) {
      font-size: 24px;
      line-height: 30px;
      margin-top: 10px; }
      @media (max-width: 991px) {
        .card-display-with-background .accent-block p:not(.eyebrow) {
          font-size: 16px;
          line-height: 22px; } }
    .card-display-with-background .accent-block h2,
    .card-display-with-background .accent-block p {
      margin-left: 100px;
      margin-right: 100px; }
      @media (max-width: 991px) {
        .card-display-with-background .accent-block h2,
        .card-display-with-background .accent-block p {
          margin-left: 33px;
          margin-right: 33px; } }
  .card-display-with-background .cards {
    margin-top: -200px;
    padding-left: 44px;
    padding-right: 44px;
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 1279px) {
      .card-display-with-background .cards {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 767px) {
      .card-display-with-background .cards {
        padding-left: 16px;
        padding-right: 16px; } }
  .card-display-with-background__cta-wrapper {
	  margin-top: 30px;
    padding-left: var(--px-44-42-16);
    padding-right: var(--px-44-42-16); }
    .card-display-with-background__cta-wrapper a {
      border-radius: 8px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      text-decoration: none;
      color: #3b3d49;
      text-align: center;
      cursor: pointer;
      transition: all 200ms ease-in-out;
      border-width: 2px;
      border-style: solid;
      max-width: 100%;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      border-color: #fbc600;
      background-color: #fbc600;
      padding: 12px 24px;
      margin-top: var(--px-30-24-20);
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .card-display-with-background__cta-wrapper a {
          font-size: 16px; } }
      @media (max-width: 479px) {
        .card-display-with-background__cta-wrapper a {
          width: 100% !important; } }
      .card-display-with-background__cta-wrapper a svg {
        flex-shrink: 0; }
        .card-display-with-background__cta-wrapper a svg path {
          transition: stroke 250ms ease-in-out; }
      .card-display-with-background__cta-wrapper a:hover {
        border-color: #fdd74d;
        background-color: #fdd74d; }
      .card-display-with-background__cta-wrapper a.button-width-large {
        width: 360px; }

.image-callout-w-industries {
  margin-top: var(--px-60-48-40);
  margin-bottom: var(--px-60-48-40);
  padding-left: var(--px-44-42-16);
  padding-right: var(--px-44-42-16);
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .image-callout-w-industries {
      display: flex;
      gap: 20px; }
      .image-callout-w-industries > div {
        flex: 1; } }
  .image-callout-w-industries__content h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .image-callout-w-industries__content h3 {
        line-height: 1.25; } }
    @media (max-width: 991px) {
      .image-callout-w-industries__content h3 {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .image-callout-w-industries__content h3 {
        font-size: 32px; } }
  .image-callout-w-industries__content .description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .image-callout-w-industries__content .description {
        font-size: 16px;
        line-height: 24px; } }
  .image-callout-w-industries__content .industry-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: var(--px-30-24-20);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(8, auto);
    -moz-column-gap: var(--px-20-20-8);
    column-gap: var(--px-20-20-8);
    row-gap: var(--px-16-12-8); }
    @media (max-width: 479px) {
      .image-callout-w-industries__content .industry-grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row; } }
    .image-callout-w-industries__content .industry-grid a {
      display: flex;
      gap: 12px;
	  width: max-content;
      align-items: center;
      height: 32px;
      font-size: 16px;
      line-height: 150%; }
  .image-callout-w-industries__content .cta {
    margin-top: 40px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3b3d49;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border-width: 2px;
    border-style: solid;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-color: #fbc600;
    background-color: #fbc600;
    padding: 12px 24px;
    width: 240px; }
    @media (max-width: 767px) {
      .image-callout-w-industries__content .cta {
        font-size: 16px; } }
    @media (max-width: 479px) {
      .image-callout-w-industries__content .cta {
        width: 100% !important; } }
    .image-callout-w-industries__content .cta svg {
      flex-shrink: 0; }
      .image-callout-w-industries__content .cta svg path {
        transition: stroke 250ms ease-in-out; }
    .image-callout-w-industries__content .cta:hover {
      border-color: #fdd74d;
      background-color: #fdd74d; }
  .image-callout-w-industries__image img {
    border-top-left-radius: 24px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 991px) {
    .image-callout-w-industries__image {
      display: none; } }

.card-a {
  border-radius: 8px;
  background-color: white;
  color: #3b3d49;
  box-shadow: 4px 14px 40px 0 rgba(59, 61, 73, 0.3);
  padding: 30px;
  display: flex;
  flex-direction: column; }
  .card-a h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .card-a h6 {
        line-height: 1.25; } }
    @media (max-width: 991px) {
      .card-a h6 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .card-a h6 {
        font-size: 20px; } }
  .card-a__body {
    font-size: 16px;
    line-height: 150%;
    flex: 1; }
  .card-a__cta {
    margin-top: 32px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3b3d49;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border-width: 2px;
    border-style: solid;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-color: #3b3d49;
    background-color: white;
    padding: 8px 22px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
    @media (max-width: 767px) {
      .card-a__cta {
        font-size: 16px; } }
    @media (max-width: 479px) {
      .card-a__cta {
        width: 100% !important; } }
    .card-a__cta svg {
      flex-shrink: 0; }
      .card-a__cta svg path {
        transition: stroke 250ms ease-in-out; }
    .card-a__cta:hover {
      background-color: #3b3d49;
      color: white; }
      .card-a__cta:hover svg path {
        stroke: white; }

.card-c h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .card-c h6 {
      line-height: 1.25; } }
  @media (max-width: 991px) {
    .card-c h6 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .card-c h6 {
      font-size: 20px; } }

.card-c__description {
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px; }

.accent-bg-w-cards .global-max-w {
  box-sizing: border-box;
  padding: var(--px-96-80-64) var(--px-44-42-16); }

.accent-bg-w-cards.dark {
  background-color: #3b3d49;
  color: white; }

.accent-bg-w-cards.light {
  background-color: #f3f6f6;
  color: #3b3d49; }

.accent-bg-w-cards h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .accent-bg-w-cards h3 {
      line-height: 1.25; } }
  @media (max-width: 991px) {
    .accent-bg-w-cards h3 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    .accent-bg-w-cards h3 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .accent-bg-w-cards h3 {
      margin-bottom: 12px; } }

.accent-bg-w-cards .subtitle-2 {
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .accent-bg-w-cards .subtitle-2 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .accent-bg-w-cards .subtitle-2 {
      font-size: 18px; } }

.accent-bg-w-cards__cards {
  gap: 20px;
  padding-top: var(--px-30-24-20); }

.stat-card {
  border-radius: 8px;
  background-color: white;
  color: #3b3d49;
  box-shadow: 4px 14px 40px 0 rgba(59, 61, 73, 0.3);
  box-sizing: border-box;
  padding: 16px;
  background-color: white;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .stat-card {
      width: 320px;
      height: 200px; } }
  .stat-card img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 767px) {
      .stat-card img {
        max-height: 48px; } }
  .stat-card .text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15; }
    @media (max-width: 767px) {
      .stat-card .text {
        font-size: 12px; } }
    .stat-card .text.shift-down {
      margin-bottom: -12px; }
      @media (max-width: 767px) {
        .stat-card .text.shift-down {
          margin-bottom: -8px; } }

.hero-stats {
  margin-top: -96px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .hero-stats {
      margin-bottom: 0; } }
  .hero-stats__stat-cards {
    max-width: 100%;
    display: flex;
    gap: var(--px-20-20-8);
    justify-content: center;
    padding-left: var(--px-44-42-16);
    padding-right: var(--px-44-42-16); }
    @media (max-width: 767px) {
      .hero-stats__stat-cards {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px; }
        .hero-stats__stat-cards .stat-card {
          height: 150px;
          flex: 0 0 auto;
          width: 40vw;
          } }
    @media (max-width: 479px) {
      .hero-stats__stat-cards .stat-card {
        width: 41vw;
        }
.card-display-with-background__cta-wrapper {
	  margin-top: 35px;
	  }
	  }
  .hero-stats .gold-panel {
    background: #fbc600;
    position: absolute;
    height: 100%;
    width: 75%;
    top: 40px;
    right: 0;
    z-index: -1;
    border-radius: 0 0 0 16px; }
    @media (max-width: 767px) {
      .hero-stats .gold-panel {
        height: calc(100% - 50px); } }
 .hero__image {
    height: 230px;
    position: relative; }
    .hero__image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 0% 30%;
      z-index: -1; }
  .hero__content {
    background: #2d2e35;
  }
 .hero__content__ctas {
      margin-top: 32px;
      display: flex;
      -moz-column-gap: 24px;
      column-gap: 24px;
      row-gap: 20px;
      flex-wrap: wrap; }
      @media (max-width: 479px) {
        .hero__content__ctas {
          flex-direction: column; } }
      .hero__content__ctas .button-gold,
      .hero__content__ctas .button-outlined-white {
        display: flex;
        height: 52px;
        min-width: 240px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        border-radius: 8px;
        box-sizing: border-box;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          .hero__content__ctas .button-gold,
          .hero__content__ctas .button-outlined-white {
            font-size: 18px; } }
        @media (max-width: 479px) {
          .hero__content__ctas .button-gold,
          .hero__content__ctas .button-outlined-white {
            width: 100%; 
			max-width: 100%;} }
  @media (min-width: 992px) {
   .hero__image {
        height: 100%;
        background: linear-gradient(79deg, #2d2e35 10%, rgba(59, 60, 67, 0.5) 50%, rgba(249, 249, 249, 0) 75%); }
  
.hero__content {
        background: transparent;
        }}
      
@media (max-width: 767px) {
  .hero__image {
    height: 180px; } }
@media (min-width: 992px) and (max-width: 1280px) {
    .hero__content {
      padding-left: 80px;
        padding-right: 80px; }}
  
.hero__image img {
  -o-object-position: 100% 20%;
  object-position: 100% 20%;
  }
  .button-outlined-white:hover {
    border: 2px solid white;
    background-color: white;
    color: #3b3d49; }
@media (min-width: 992px) {
  .hero__content h1,
  .hero__content p:not(.eyebrow) {
    max-width: 780px; } }

@media (max-width: 991px) {
  .hero__content {
    padding-bottom: 130px; } }

.blog_tiles {
  margin-top: var(--px-60-48-40); }
 .sticky-nav-scroll-margin-top {
    scroll-margin-top: 132px;
}

.blog_tiles .see-more a {
      padding: 14px 24px !important;
	  line-height: 24px;
	  font-size: 18px;
	  margin-top: 10px !important;
 }
 
 @media (max-width: 767px) {
        .blog_tiles .see-more a {
          font-size: 16px;
          } }
		  
.blog_tiles__grid .blog-tile h3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
}
@media (min-width: 1025px) and (max-width: 1280px){
	.card-display-with-background .accent-block h2,
    .card-display-with-background .accent-block p {
		 margin-left: 65px;
}
.card-display-with-background .cards{
	padding-left: 65px;
	padding-right: 65px;
}
	.card-b{
		width: 42vw;
	}
}


.blog_tiles__grid .blog-tile p {
        padding-left: 0px !important; 
}