body.page-template-forge-modular {
  overflow-x: clip;
}
body.page-template-forge-modular section > .module__background {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
body.page-template-forge-modular section:first-child {
  margin-block-start: calc(0px + var(--extra-top-space)) !important;
}
body.page-template-forge-modular footer {
  margin-block-start: 0;
}

body.page-template-forge-modular section.module_forge-hero-embed-bg {
  background-image: linear-gradient(0deg, #F2F1F1 0%, #FFFFFF 50%, #FFFFFF 100%);
  max-width: none;
  mix-blend-mode: multiply;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background {
  --content-height: 400px;
  display: grid;
  align-items: end;
  min-height: calc(120px + var(--content-height));
  position: relative;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background:has(> .embed) .module__content {
  position: absolute;
  top: 50px;
  left: 0;
  max-width: 100%;
  width: max(600px, 50%);
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .h-module-heading .line1 {
  line-height: 52px;
  text-wrap: balance;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .h-module-heading .line2 {
  color: #909192;
  line-height: 52px;
  text-wrap: balance;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .text {
  font-weight: 300;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background .module__content .cta {
  align-items: center;
  background-color: #54585A;
  border-radius: 6px;
  color: #fff;
  display: inline-grid;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  padding: 2px 15px;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background > .embed {
  --embed-height: 575px;
  --embed-width: 1024px;
  background-color: transparent;
  border: none;
  margin-block-start: auto;
  width: 100%;
}
@media (width < 1270px) {
  body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background > .embed {
    margin-block-start: max(0px, 50px + var(--content-height) - var(--embed-height) / 3);
  }
}
@media (width < 800px) {
  body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background > .embed {
    margin-block-start: max(0px, 50px + var(--content-height) - var(--embed-height) / 4);
  }
}
@media (width < 600px) {
  body.page-template-forge-modular section.module_forge-hero-embed-bg > .module__background > .embed {
    margin-block-start: calc(50px + var(--content-height));
  }
}

body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .text {
  font-weight: 300;
  max-width: 730px;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 20px;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks .block {
  background: linear-gradient(0deg, #F5AD92 0%, #D96044 100%);
  border-radius: 6px;
  color: #fff;
  justify-content: start;
  padding: 20px;
  min-width: max-content;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks .block .icon {
  aspect-ratio: 1;
  width: 46px;
  object-fit: contain;
  object-position: center center;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks .block .title {
  font-size: 22px;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks .block ul li {
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  font-size: 18px;
  padding: 5px 10px;
  min-width: max-content;
}
body.page-template-forge-modular section.module_forge-four-column-list-blocks > .module__background .module__content .blocks .block ul li:not(:first-child) {
  margin-block-start: 10px;
}

body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content {
  max-width: 750px;
  margin-inline: auto;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content .text {
  font-weight: 300;
  max-width: 730px;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content > img {
  margin-block-start: 50px;
  margin-inline: auto;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content > img.wide {
  display: block;
}
body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content > img.narrow {
  display: none;
}
@media (width <= 480px) {
  body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content > img.wide {
    display: none;
  }
  body.page-template-forge-modular section.module_forge-text-with-image-block > .module__background .module__content > img.narrow {
    display: block;
  }
}
body.page-template-forge-modular section.module_forge-text-with-image-block.red-gradient {
  background: linear-gradient(0deg, #F5AD92 0%, #D96044 100%);
  padding-block: 50px;
}
body.page-template-forge-modular section.module_forge-text-with-image-block.red-gradient .module__content .h-module-heading {
  color: #fff;
}
body.page-template-forge-modular section.module_forge-text-with-image-block.red-gradient .module__content .h-module-heading .super .overline {
  border-top: 4px solid #fff;
}
body.page-template-forge-modular section.module_forge-text-with-image-block.red-gradient .module__content .text {
  color: #fff;
}
body.page-template-forge-modular section.module_forge-text-with-image-block.red-gradient .module__content > img {
  width: calc(100% - 100px);
}
@media (width <= 480px) {
  body.page-template-forge-modular section.module_forge-text-with-image-block.red-gradient .module__content > img {
    width: calc(100% - 50px);
  }
}

body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content {
  max-width: 750px;
  margin-inline: auto;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
  max-width: 630px;
  text-wrap: balance;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content > .text {
  color: #54585A;
  font-weight: 300;
  max-width: 800px;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  margin-block-start: 50px;
  row-gap: 50px;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .stats .block {
  display: grid;
  align-items: center;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .stats .block .stat {
  margin-block: 0;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .stats .block .stat .number {
  color: #D96044;
  display: block;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .stats .block .stat .text {
  color: #54585A;
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  max-width: 200px;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .stats .block .cta {
  align-items: center;
  background-color: #54585A;
  border-radius: 6px;
  color: #FFFFFF;
  display: grid;
  font-family: var(--font-sans-serif);
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .block-heading {
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-block: 4em 2em;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 20px;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks .block {
  border: 1px solid #CACACA;
  border-radius: 6px;
  overflow: clip;
  padding-block-end: 20px;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks .block .tab-name {
  background: linear-gradient(0deg, #F5AD92 0%, #D96044 100%);
  color: #fff;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  min-width: max-content;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks .block .title {
  color: #54585A;
  font-size: 22px;
  padding: 15px 20px;
  margin: 0;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks .block .desc {
  color: #54585A;
  padding: 0 20px;
  font-weight: 300;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks .block .desc > :first-child {
  margin-block-start: 0;
}
body.page-template-forge-modular section.module_forge-three-column-advantages > .module__background .module__content .blocks .block .desc > :last-child {
  margin-block-end: 0;
}

body.page-template-forge-modular section.module_forge-team {
  background-color: #F8F8F8;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content {
  color: #54585A;
  overflow: visible;
  padding-block: 50px;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .text {
  font-weight: 300;
  max-width: 730px;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .left-column {
  aspect-ratio: 1120/1040;
  width: 100%;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column {
  align-items: center;
  background-color: #fff;
  color: #54585A;
  font-size: 18px;
  font-weight: 400;
  display: grid;
  justify-content: center;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column .heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column .heading .name {
  display: block;
  margin-bottom: 0.5em;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column .heading .title {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column .text {
  max-width: 500px;
  padding: 20px;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column .cta {
  align-items: center;
  background-color: #54585A;
  border-radius: 6px;
  color: #fff;
  display: grid;
  font-family: var(--font-sans-serif);
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  padding: 5px 20px;
  width: max-content;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature .right-column .cta:hover {
  opacity: 0.7;
}
@media (width < 960px) {
  body.page-template-forge-modular section.module_forge-team > .module__background .module__content .feature {
    grid-template-columns: minmax(0, 1fr);
  }
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 20px;
  margin-top: 50px;
  margin-inline: -5px;
  padding-inline: 5px;
}
@media (width < 820px) {
  body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (width < 680px) {
  body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media (width < 380px) {
  body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block {
  justify-content: start;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block .member {
  position: relative;
  aspect-ratio: 420/450;
  width: 100%;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block .member::after {
  background-color: transparent;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: background-color 0.2s ease;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block .heading {
  font-size: 26px;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block .heading .name {
  display: block;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block .heading .title {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block:is(a):hover .member::after {
  background-color: rgba(217, 96, 68, 0.4980392157);
}
body.page-template-forge-modular section.module_forge-team > .module__background .module__content .blocks .block:is(a):hover .heading {
  opacity: 0.5;
}

body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content {
  color: #54585A;
  overflow: visible;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .text {
  font-weight: 300;
  max-width: 730px;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  margin-inline: -5px;
  padding-inline: 5px;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .blocks .cta {
  align-items: center;
  background-color: #54585A;
  border-radius: 6px;
  color: #fff;
  display: grid;
  font-family: var(--font-sans-serif);
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  padding: 5px 30px;
  width: max-content;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .blocks .cta:is(a) {
  text-transform: uppercase;
  padding: 5px 15px;
}
body.page-template-forge-modular section.module_forge-text-and-buttons > .module__background .module__content .blocks .cta:is(a):hover {
  opacity: 0.7;
}

body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
  max-width: 800px;
  text-wrap: balance;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content > .text {
  color: #54585A;
  font-weight: 300;
  max-width: 800px;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  grid-template-rows: auto 1fr auto;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks .block {
  color: #54585A;
  justify-content: start;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  margin-block-start: 50px;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks .block .icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center center;
  width: 46px;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks .block .title {
  color: #54585A;
  font-size: 22px;
  font-weight: 700;
  margin-block: 10px 0;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks .block .desc {
  color: #54585A;
  font-size: 18px;
  font-weight: 300;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks .block .desc > :first-child {
  margin-block-start: 0;
}
body.page-template-forge-modular section.module_forge-three-column-icons > .module__background .module__content .blocks .block .desc > :last-child {
  margin-block-end: 0;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient {
  background: linear-gradient(0deg, #F5AD92 0%, #D96044 100%);
  padding-block: 50px;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient .module__content .h-module-heading {
  color: #fff;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient .module__content .h-module-heading .super .overline {
  border-top: 4px solid #fff;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient .module__content .text {
  color: #fff;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient .module__content .blocks .block {
  color: #fff;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient .module__content .blocks .block .title {
  color: #fff;
}
body.page-template-forge-modular section.module_forge-three-column-icons.red-gradient .module__content .blocks .block .desc {
  color: #fff;
  font-weight: 400;
}

body.page-template-forge-modular section.module_forge-ai-insights {
  background-color: #F8F8F8;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content {
  color: #54585A;
  overflow: visible;
  padding-block: 50px;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .h-module-heading {
  color: #54585A;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #7E868A;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .text {
  font-weight: 300;
  max-width: 730px;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 50px 20px;
  margin-top: 50px;
  margin-inline: -5px;
  padding-inline: 5px;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .blocks .block {
  justify-content: start;
  border-block-start: 4px solid #D96044;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .blocks .block .heading {
  font-size: 22px;
  margin-block-start: 0.3em;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .blocks .block .heading .cat {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  margin-block-end: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .blocks .block .heading .title {
  display: block;
}
body.page-template-forge-modular section.module_forge-ai-insights > .module__background .module__content .blocks .block:hover .heading {
  opacity: 0.5;
}

body.page-template-forge-modular section.module_forge-centered-text {
  background: linear-gradient(0deg, #F5AD92 0%, #D96044 100%);
  padding-block: 100px;
  position: relative;
  isolation: isolate;
  margin-block-start: 0;
}
body.page-template-forge-modular section.module_forge-centered-text::before {
  aspect-ratio: 694/1066;
  bottom: 0;
  content: "";
  display: block;
  background-image: url("../img/forge/forge-ready-graphic-leftside.png");
  background-size: cover;
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: -1;
}
body.page-template-forge-modular section.module_forge-centered-text::after {
  aspect-ratio: 700/1066;
  bottom: 0;
  content: "";
  display: block;
  background-image: url("../img/forge/forge-ready-graphic-rightside.png");
  background-size: cover;
  background-position: center center;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: -1;
}
@media (width < 640px) {
  body.page-template-forge-modular section.module_forge-centered-text::after {
    display: none;
  }
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content {
  color: #fff;
  overflow: visible;
  margin-inline: auto;
  max-width: 600px;
  text-align: center;
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content .h-module-heading {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin-block: 9px 0;
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content .h-module-heading .super {
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content .h-module-heading .super .overline {
  border-top: 4px solid #fff;
  padding-block-start: 5px;
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content .text {
  font-weight: 300;
  max-width: 730px;
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content .cta {
  align-items: center;
  background-color: #54585A;
  border-radius: 6px;
  color: #fff;
  display: grid;
  font-family: var(--font-sans-serif);
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  margin: 50px auto 0;
  padding: 5px 15px;
  text-transform: uppercase;
  width: max-content;
}
body.page-template-forge-modular section.module_forge-centered-text > .module__background .module__content .cta:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=forge-modules.css.map */
