/* Consolidated responsive CSS
   Breakpoints: 1601-1920 / 1600 / 1400 / 1200 / 991 / 767
   Generated from the supplied responsive SCSS. */
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  :root {
    --container-max-width: 1720px;
    --container-spacing: 50px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: calc(100% - var(--container-spacing) * 2);
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1600px) {
  :root {
    --container-max-width: 1620px;
    --container-spacing: 80px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: calc(100% - var(--container-spacing) * 2);
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem:not(:last-child)::after {
    content: "+";
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    color: #ec181b;
    font-weight: 300;
  }
  #OutsetHowItWorks .OutsetProcessPiecePlant {
    top: 0vh;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem {
    font-size: 19px;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn {
    font-size: 21px;
  }
  #IndustrialStory .col-lg-2 {
    flex: 0 0 auto;
    width: 33% !important;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 50px;
  }
  #WhoWeAre .WhoLeft h2 {
    font-size: 48px;
    text-transform: capitalize;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 br {
    display: none;
  }
  #WhoWeAre .WhoMiddle .InfoItem .InfoText p {
    margin: 14px;
    font-size: 16px;
    line-height: 1.5;
  }
  #WhoWeAre .WhoStats .StatItem .StatContent h4 {
    font-size: 18px;
  }
  #WhoWeAre .WhoStats .StatItem .StatContent p {
    color: #666;
    font-size: 13px;
  }
  #WhoWeAre .ImageCard {
    height: 360px;
  }
  #WhoWeAre .CardOverlay p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.3;
  }
  #FaqSection .FaqHeading {
    font-size: 48px;
    font-weight: 600;
  }
  #FaqSection .FaqHeading br {
    display: none;
  }
  #FaqSection .CustomAccordion .accordion-button {
    padding: 20px 17px;
    font-size: 16px;
    font-weight: 500;
  }
  #FooterSection .FooterCTA h2 {
    font-size: 48px;
    font-weight: 600;
  }
  #FooterSection .FooterCTA {
    padding: 70px 30px;
  }
  #ExperienceSection .Review {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 36px;
    margin-top: 42px;
  }
  #OutsetHowItWorks .OutsetProcessStep h3 {
    font-size: 19px;
  }
  #OutsetHowItWorks .OutsetProcessStep p {
    font-size: 14px;
  }
  #OutsetHeader .OutsetHeader {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 50px;
    min-height: auto;
    padding: 16px 0;
  }
  #WhatWeHelpWith {
    padding: 80px 0;
  }
  #WhatWeHelpWith .WhatHelpTitle {
    padding-bottom: 42px;
  }
  #WhatWeHelpWith .WhatHelpTitle h2 {
    font-size: 78px;
  }
  #WhatWeHelpWith .WhatHelpTitle p {
    font-size: 17px;
  }
  #WhatWeHelpWith .WhatHelpNavigation {
    height: 190px;
    padding: 20px 95px 0;
  }
  #WhatWeHelpWith .WhatHelpStep {
    height: 200px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpLargeNumber {
    font-size: 52px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpStepDot {
    top: 101px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpStepName {
    font-size: 18px;
  }
  #WhatWeHelpWith .WhatHelpTrack {
    top: 129px;
    left: 155px;
    right: 155px;
  }
  #WhatWeHelpWith .WhatHelpArrow {
    top: 103px;
    width: 52px;
    height: 52px;
  }
  #WhatWeHelpWith .WhatHelpPrev {
    left: 26px;
  }
  #WhatWeHelpWith .WhatHelpNext {
    right: 26px;
  }
  #WhatWeHelpWith .WhatHelpBottomBar {
    min-height: 112px;
    padding: 24px 40px;
  }
  #WhatWeHelpWith .WhatHelpPagination {
    flex-basis: 225px;
  }
  #WhatWeHelpWith .WhatHelpPaginationItem:not(:last-child) {
    margin-right: 36px;
  }
  #WhatWeHelpWith .WhatHelpPaginationItem:not(:last-child)::after {
    width: 37px;
  }
  #WhatWeHelpWith .WhatHelpActiveTitle {
    flex-basis: 390px;
    padding: 0 30px;
  }
  #WhatWeHelpWith .WhatHelpCurrentNumber {
    font-size: 41px;
  }
  #WhatWeHelpWith .WhatHelpCurrentTitle {
    font-size: 24px;
  }
  #WhatWeHelpWith .WhatHelpDescriptionWrap {
    padding-left: 30px;
  }
  #WhatWeHelpWith .WhatHelpCurrentDescription {
    font-size: 15px;
  }
  #IndustrialLandSearchSupport .LandSupportVisual {
    min-height: 590px;
  }
  #IndustrialLandSearchSupport .LandSupportContent {
    padding: 44px 38px 0;
  }
  #IndustrialLandSearchSupport .LandSupportContent h2 {
    font-size: 56px;
  }
  #IndustrialLandSearchSupport .LandSupportContent p {
    font-size: 16px;
  }
  #IndustrialLandSearchSupport .LandSupportButton {
    margin: 34px -38px 0;
    padding: 22px 38px;
    font-size: 18px;
  }
  #ContactSection {
    padding: 80px 0;
  }
  #ContactSection .container {
    padding: 0 45px;
  }
  #ContactSection .ContactTitle h2 {
    font-size: 56px;
  }
  #ContactSection .ContactFormWrap,
  #ContactSection .ContactInformation {
    padding: 38px;
  }
  #ContactSection .ContactMapDetails {
    padding: 38px;
  }
  #ContactFaq {
    padding: 80px 0;
  }
  #ContactFaq .container {
    padding: 0 45px;
  }
  #ContactFaq .ContactFaqLayout {
    gap: 70px;
  }
  #DocumentationCompliance {
    padding: 90px 0;
  }
  #DocumentationCompliance .container {
    padding: 0 45px;
  }
  #DocumentationCompliance .DocumentationTitleRow h2 {
    font-size: 64px;
  }
  #DocumentationCompliance .DocumentationVisual {
    min-height: 680px;
  }
  #DocumentationCompliance .DocumentationContent {
    padding: 42px 40px;
  }
  #DocumentationCompliance .DocumentationStepHeading h3 {
    font-size: 24px;
  }
  #DocumentationCompliance .DocumentationAction {
    display: block;
  }
  #DocumentationCompliance .DocumentationAction > p {
    margin-top: 18px;
  }
  #GovernmentLandEditorial {
    padding: 90px 0;
  }
  #GovernmentLandEditorial .container {
    padding: 0 45px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialTitle h2 {
    font-size: 60px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialCaption {
    left: 45px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep {
    padding: 30px 24px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep h3 {
    font-size: 21px;
  }
  #IndustrialHeroSection .IndustrialHero {
    min-height: 690px;
    padding-bottom: 48px;
  }
  #IndustrialHeroSection .IndustrialHeroStageNumber {
    font-size: 28px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    font-size: 26px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 56px;
  }
  #WhyChooseUsSection {
    padding-top: 100px;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    font-size: 245px;
  }
  #WhyChooseUsSection .WhyChooseUsLayout {
    grid-template-columns: minmax(0, 42%) 6% minmax(0, 52%);
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    padding-right: 58px;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    min-height: 170px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle h2 {
    font-size: 60px;
  }
  #WhyChooseUsSection .WhyChooseUsNumber {
    flex-basis: 82px;
    font-size: 64px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon {
    flex-basis: 132px;
    padding: 0 30px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 66px;
    height: 66px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent {
    padding-left: 22px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    font-size: 23px;
  }
  #OutsetHowItWorks {
    padding: 96px 0;
  }
  #OutsetHowItWorks .OutsetProcessLayout {
    grid-template-columns: minmax(240px, 30%) minmax(320px, 37%) minmax(240px, 1fr);
    gap: 44px;
  }
  #OutsetHowItWorks .OutsetProcessIntro {
    top: 112px;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 54px;
  }
  #OutsetHowItWorks .OutsetProcessIntro p {
    font-size: 15px;
  }
  #OutsetHowItWorks .OutsetProcessPieceLand img {
    max-width: 352px;
  }
  #OutsetHowItWorks .OutsetProcessPiecePlan img {
    max-width: 368px;
  }
  #OutsetHowItWorks .OutsetProcessPieceBuild img {
    max-width: 384px;
  }
  #OutsetHowItWorks .OutsetProcessPiecePlant img {
    max-width: 400px;
  }
  #OutsetHowItWorks .OutsetProcessStep {
    min-height: 72vh;
    padding: 56px 0;
  }
  #OutsetHowItWorks .OutsetProcessStep:last-child {
    min-height: 160vh;
  }
  #OutsetHowItWorks .OutsetProcessStepInner::before {
    width: 56px;
  }
  #OutsetHowItWorks .OutsetProcessNumber {
    font-size: 54px;
  }
  #OutsetHowItWorks .OutsetProcessIcon {
    width: 48px;
  }
  #WhoWeAre .WhoWeAreWrapper {
    grid-template-columns: 1.4fr 0.9fr 0.8fr;
    gap: 40px;
  }
  #WhoWeAre .WhoLeft h2 {
    font-size: 70px;
  }
  #WhoWeAre .LargeCard {
    height: 500px;
  }
  #WhoWeAre .RightCards {
    width: 25%;
  }
  #WhoWeAre .RightCards .ImageCard {
    height: 239px;
  }
  #WhoWeAre .StepContent span {
    font-size: 44px;
  }
  #WhoWeAre .StepContent h4 {
    font-size: 28px;
  }
  p {
    font-size: 18px !important;
  }
}
@media (max-width: 1400px) {
  #LeadershipSection .LeadershipImage {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: var(--BrandSoftBackground, #efefed);
  }
  :root {
    --OutsetDisplayTitle: clamp(64px, 6vw, 100px);
    --container-spacing: 40px;
  }
  #WhoWeAre {
    padding: 40px 0;
  }
  #ContactFaq .ContactFaqTitle h2 {
    font-size: 52px;
  }
  #ProductServices .ServiceName h3 {
    font-size: 24px;
  }
  #ProductServices .ServiceName {
    height: 80px;
  }
  #WhoWeAre .WhoWeAreStory {
    max-width: 50%;
    padding: 40px 30px 40px 30px;
  }
  #WhoWeAre .WhoWeAreMachine {
    width: 54%;
    height: auto;
    right: 0px;
    left: 74%;
    bottom: -93px;
  }
  #WhatWeDo .WhyChooseUsIcon {
    position: relative;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 76px;
    color: var(--BrandRed);
  }
  #WhatWeDo .WhatWeDoItem {
    gap: 5px;
    padding: 37px 24px;
  }
  #WhatWeDo .WhatWeDoItem .WhyChooseUsNumber {
    font-size: 52px;
    flex: auto;
  }
  #WhatWeDo .WhatWeDoArrow {
    display: none !important;
  }
  #WhoWeAre .WhoWeAreBottom {
    grid-template-columns: minmax(0, 3fr) minmax(430px, 1fr);
  }
  #WhoWeAre .SectionHeading {
    font-size: 52px;
  }
  #WhatWeDo .SectionTitle h2 {
    font-size: 52px;
  }
  #WhatWeDo .WhatWeDoVisualContent h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1.2px;
  }
  #PurposeSection .SectionTitle h2,
  #LeadershipSection .SectionTitle h2,
  #TrustIndexSection .SectionTitle h2,
  #TrustIndexSection .TrustFeatureContent h3,
  #ProjectCTA .SectionTitle h2,
  #ServiceIntroduction .SectionTitle .SectionHeading,
  #WhatWeAssess .SectionTitle .SectionHeading,
  #WhyOutsetBridge .SectionTitle .SectionHeading,
  #HowWeWorkSection .HowWeWorkHeader .SectionTitle,
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SectionHeading,
  #WhatWeHelpWith .WhatHelpTitle h2,
  #DocumentationCompliance .DocumentationTitleRow h2,
  #IndustrialLandSearchSupport .LandSupportContent h2,
  #GovernmentLandEditorial .GovernmentLandEditorialTitle h2 {
    font-size: 52px;
    font-family: "Manrope";
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-transform: capitalize;
  }
  #DocumentationCompliance .DocumentationStepHeading h3 {
    font-family: "Manrope";
  }
  #DocumentationCompliance .DocumentationTitleRow h2 {
    max-width: 500px;
  }
  #ServiceIntroduction .SectionTitle .SectionHeading {
    max-width: 500px;
  }
  #ServiceIntroduction .ServiceIntroImage {
    height: 420px;
  }
  #IndustrialLandSupport .SectionTitle .SectionHeading {
    margin: 0 0 24px;
    color: var(--BrandBlack, #111111);
    font-family: "Manrope";
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.2px;
  }
  #ServiceIntroduction .ServiceIntroLead {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
  }
  #WhoWeAre .WhoWeArePurpose h3,
  #WhoWeAre .WhoWeAreCapability h3 {
    font-size: 26px;
    text-transform: capitalize;
  }
  #WhoWeAre .WhoWeArePurpose {
    max-width: 400px;
    padding: 72px 30px 72px 45px;
  }
  main#Main {
    margin-top: 20px;
  }
  #BlogListSection {
    padding: 80px 0;
  }
  #BlogListSection .SectionHeading {
    font-size: 62px;
  }
  #BlogListSection .BlogCardImage {
    height: 300px;
  }
  #BlogListSection h3 {
    font-size: 23px;
  }
  #FeaturedBlogSection {
    padding: 60px 0;
  }
  #FeaturedBlogSection .SectionHeading {
    font-size: 62px;
  }
  #FeaturedBlogSection .FeaturedBlogCard {
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.75fr);
    gap: 44px;
  }
  #FeaturedBlogSection .FeaturedBlogImage {
    height: 480px;
  }
  #FeaturedBlogSection h3 {
    font-size: 34px;
  }
  #AboutIntroSection {
    padding: 40px 0 40px;
  }
  #AboutIntroSection .AboutIntroTop {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.7fr);
    gap: 64px;
  }
  #AboutIntroSection .SectionHeading {
    font-size: 52px;
  }
  #AboutIntroSection .AboutIntroImageTop {
    height: 500px;
  }
  #AboutIntroSection .AboutIntroImageBottom {
    width: 43%;
  }
  #WhatWeAssess .AssessmentVisual {
    min-height: 430px;
  }
  #WhatWeAssess .SectionTitle {
    max-width: 600px;
    padding: 60px 0;
  }
  #WhatWeAssess .SectionTitle .SectionHeading {
    max-width: 580px;
    font-size: 52px;
  }
  #WhatWeAssess .SectionTitle .SectionDescription {
    max-width: 500px;
    font-size: 15px;
  }
  #WhatWeAssess .AssessmentDetailsWrapper {
    grid-template-columns: minmax(0, 1fr) 125px;
  }
  #WhatWeAssess .AssessmentItem {
    min-height: 165px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 29px 24px;
  }
  #WhatWeAssess .AssessmentItem h3 {
    font-size: 17px;
  }
  #WhatWeAssess .AssessmentItem p {
    font-size: 12px;
    line-height: 1.6;
  }
  #WhatWeAssess .AssessmentAction {
    padding: 25px 18px;
  }
  #WhyOutsetBridge {
    padding: 90px 0;
  }
  #WhyOutsetBridge .SectionTitle .SectionHeading {
    font-size: 52px;
  }
  #WhyOutsetBridge .WhyOutsetIntro {
    font-size: 15px;
  }
  #WhyOutsetBridge .WhyOutsetReasons {
    margin-top: 55px;
  }
  #WhyOutsetBridge .WhyOutsetReason {
    min-height: 170px;
    padding: 10px 30px 12px;
  }
  #WhyOutsetBridge .WhyOutsetReason .ReasonNumber {
    margin-bottom: 21px;
  }
  #WhyOutsetBridge .WhyOutsetReason h3 {
    font-size: 19px;
  }
  #WhyOutsetBridge .WhyOutsetReason p {
    font-size: 13px;
  }
  #WhyOutsetBridge .WhyOutsetVisual {
    min-height: 315px;
    margin-top: 45px;
  }
  #WhyOutsetBridge .WhyOutsetStatement {
    padding: 42px;
  }
  #WhyOutsetBridge .WhyOutsetStatement p {
    font-size: 24px;
  }
  #OutsetHeader .OutsetHeader {
    gap: 30px;
  }
  #OutsetHeader .OutsetHeaderLogo img {
    width: 195px;
  }
  #OutsetHeader .OutsetHeaderMenu {
    gap: 24px;
  }
  #OutsetHeader .OutsetHeaderMenuLink {
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  #OutsetHeader .OutsetHeaderCTA {
    min-height: 48px;
    padding: 13px 17px;
    font-size: 11px;
  }
  #HowWeWorkSection .HowWeWorkHeader {
    padding-top: 95px;
    padding-bottom: 80px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionTitle {
    max-width: 700px;
    font-size: 52px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionDescription {
    max-width: 480px;
    font-size: 15px;
  }
  #HowWeWorkSection .HowWeWorkTimeline {
    padding-bottom: 80px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep {
    padding-right: 28px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkNumber {
    font-size: 102px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkStepTitle {
    font-size: 19px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper {
    min-height: 155px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper .HowWeWorkCtaTitle {
    font-size: 25px;
  }
  #OtherServicesSection {
    padding: 95px 0;
  }
  #OtherServicesSection .OtherServicesHeader {
    margin-bottom: 55px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SectionHeading {
    font-size: 52px;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesIntro {
    font-size: 15px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceName {
    min-height: 115px;
    padding: 22px 65px 22px 24px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceName div h3 {
    font-size: 18px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent h1 {
    font-size: 56px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroImage {
    height: 540px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleLead {
    font-size: 24px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle h2 {
    font-size: 34px;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar {
    max-width: 340px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SectionHeading {
    font-size: 48px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleImage {
    height: 275px;
  }
  #IndustrialHeroSection .IndustrialHero {
    min-height: 650px;
    padding-bottom: 44px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    font-size: 22px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 50px;
  }
  #IndustrialHeroSection .IndustrialHeroContent::before {
    width: 54px;
    height: 6px;
    margin-bottom: 20px;
  }
  #WhyChooseUsSection {
    padding-top: 90px;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    top: 34px;
    font-size: 210px;
    letter-spacing: -6px;
  }
  #WhyChooseUsSection .WhyChooseUsLayout {
    min-height: 700px;
    grid-template-columns: minmax(0, 41%) 6% minmax(0, 53%);
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    padding-top: 32px;
    padding-right: 42px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle h2 {
    font-size: 52px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle p {
    font-size: 15px;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    min-height: 160px;
    gap: 18px;
  }
  #WhyChooseUsSection .WhyChooseUsNumber {
    flex-basis: 68px;
    font-size: 58px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon {
    flex-basis: 98px;
    min-height: 66px;
    padding: 0 22px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon::before,
  #WhyChooseUsSection .WhyChooseUsIcon::after {
    height: 60px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 48px;
    height: 48px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent {
    padding-left: 14px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    font-size: 19px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent p {
    font-size: 13px;
  }
  #OtherPage .hero-img {
    height: 70vh;
    overflow: hidden;
  }
  #IndustrialStory .IndustrialGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-areas: "image1 button image2" "about desc timeline" "img3 img4 timeline";
    gap: 0;
    position: relative;
  }
  #OutsetHowItWorks .OutsetProcessLayout {
    grid-template-columns: minmax(230px, 30%) minmax(300px, 36%) minmax(230px, 1fr);
    gap: 34px;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 48px;
  }
  #OutsetHowItWorks .OutsetProcessPiece {
    margin-bottom: 30vh;
  }
  #OutsetHowItWorks .OutsetProcessPiecePlant {
    margin-bottom: 0;
  }
  #OutsetHowItWorks .OutsetProcessStepInner::before {
    display: none;
  }
  #ProjectShowcase .SectionHeading {
    font-size: 52px;
  }
  #ProjectShowcase {
    padding: 110px 0;
  }
  #ProjectShowcase .ProjectImage,
  #ProjectShowcase .ProjectImage img,
  #ProjectShowcase .ProjectContent {
    min-height: 470px;
  }
  #ProjectShowcase .ProjectContent {
    padding-right: 20px;
    padding-left: 65px;
  }
  #ProjectShowcase .ProjectContent h3 {
    font-size: 42px;
  }
  #ProjectShowcase .ProjectItem:nth-child(even) .ProjectContent {
    padding-right: 65px;
    padding-left: 20px;
  }
  #ServiceConsideration {
    padding: 90px 0;
  }
  #ServiceConsideration .ServiceConsiderationHead {
    margin-bottom: 48px;
  }
  #ServiceConsideration .ServiceConsiderationHead h2 {
    font-size: 52px;
    line-height: 60px;
  }
  #ServiceConsideration .ServiceConsiderationWrap {
    padding: 50px;
    border-radius: 24px;
  }
  #ServiceConsideration .ServiceConsiderationIntro {
    padding-left: 45px;
  }
  #ServiceConsideration .ServiceConsiderationIntro p {
    font-size: 19px;
    line-height: 31px;
  }
  #ServiceConsideration .ServiceImageBand {
    width: calc(100% + 100px);
    margin-left: -50px;
    padding: 0 50px;
  }
  #ServiceConsideration .ServiceImageBandInner {
    height: 320px;
  }
  #ServiceConsideration .ServiceConsiderationStatement {
    padding-right: 50px;
  }
  #ServiceConsideration .ServiceConsiderationStatement h3 {
    font-size: 31px;
    line-height: 40px;
  }
  #ServiceConsideration .ServiceConsiderationText {
    padding-left: 45px;
  }
  #WhoWeAre .WhoWeAreTop {
    min-height: 500px;
  }
  #WhoWeAre .WhoWeAreReveal.IsVisible {
    padding: 40px 22px;
  }
  #WhoWeAre .WhoWeAreCapability .WhoWeAreIndex {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  #WhatWeDo {
    padding: 40px 0;
  }
  #PurposeSection .PurposeCardContent h3 {
    font-size: 25px;
  }
  #LeadershipSection .SectionTitle .SubTitle {
    font-size: 12px;
  }
  #LeadershipSection .LeadershipFeaturedTop,
  #LeadershipSection .LeadershipStatement .LeadershipStatementLabel,
  #LeadershipSection .LeadershipFeaturedContent .LeadershipRole,
  #LeadershipSection .LeadershipMemberInfo span {
    font-size: 12px;
  }
  #LeadershipSection .LeadershipStatement {
    padding: 40px 32px;
  }
  #LeadershipSection .LeadershipFeaturedContent p {
    font-size: 18px;
    margin: 10px 70px 0 0;
  }
  #TrustIndexSection {
    padding: 40px 0;
  }
  #TrustIndexSection .TrustFeatureContent {
    padding: 40px 65px 40px 0;
    min-height: 390px;
  }
  #TrustIndexSection .TrustImage {
    min-height: 390px;
  }
  #TrustIndexSection .TrustImage figcaption span {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #TrustIndexSection .TrustImage figcaption {
    font-size: 14px;
  }
  #TrustIndexSection .TrustPrinciple {
    padding: 25px 15px 30px;
  }
  #ProjectCTA .ProjectCTAContent {
    padding-top: 20px;
  }
  #ProjectCTA {
    min-height: 560px;
    padding: 30px 0;
  }
  #ProjectCTA .ProjectCTAContent .SectionTitle h2 {
    font-size: 52px;
  }
  p {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  #BlogListSection .BlogListHeader {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  #BlogListSection .BlogFilters {
    justify-content: flex-start;
    max-width: 100%;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarContents .SidebarLabel {
    margin-bottom: 0;
  }
  #BlogListSection .BlogGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }
  #BlogListSection .BlogCardImage {
    height: 340px;
  }
  #FeaturedBlogSection .FeaturedBlogCard {
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.75fr);
    gap: 36px;
  }
  #FeaturedBlogSection .FeaturedBlogImage {
    height: 430px;
  }
  #FeaturedBlogSection h3 {
    font-size: 31px;
  }
  #AboutIntroSection .AboutIntroTop {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.75fr);
    gap: 44px;
  }
  #AboutIntroSection .SectionHeading {
    font-size: 47px;
  }
  #AboutIntroSection .AboutIntroShowcase {
    min-height: 420px;
  }
  #AboutIntroSection .AboutIntroDarkPanel {
    min-height: 400px;
  }
  #AboutIntroSection .AboutIntroServices {
    max-width: 520px;
  }
  #AboutIntroSection .AboutIntroImageBottom {
    width: 44%;
    height: 240px;
  }
  #IndustrialLandSupport {
    padding: 90px 0;
  }
  #IndustrialLandSupport .row {
    --bs-gutter-x: 50px;
  }
  #IndustrialLandSupport .LandSupportImage {
    height: 620px;
  }
  #IndustrialLandSupport .SectionTitle .SectionHeading {
    font-size: 46px;
  }
  #IndustrialLandSupport .SectionTitle .SectionDescription {
    font-size: 18px;
  }
  #ServiceConsideration {
    padding: 60px 0;
  }
  #ServiceConsideration .ServiceConsiderationIntro p {
    font-size: 18px;
  }
  #ServiceConsideration .ServiceConsiderationText p {
    font-size: 18px;
  }
  #IndustrialLandSupport .LandSupportItem .ItemTitle {
    font-size: 18px;
  }
  #ServiceConsideration .ServiceConsiderationHead .SubTitle {
    font-size: 16px;
  }
  #ServiceConsideration .ServiceConsiderationTag span {
    font-size: 19px;
    line-height: 27px;
  }
  #IndustrialLandSupport .LandSupportItem {
    gap: 15px;
  }
  #ServiceIntroduction {
    padding: 95px 0;
  }
  #ServiceIntroduction .SectionTitle .SectionHeading {
    font-size: 54px;
  }
  #ServiceIntroduction .ServiceIntroImage {
    height: 500px;
  }
  #ServiceIntroduction .ServiceIntroBar {
    right: 30px;
    left: 30px;
    grid-template-columns: 110px 1fr auto;
  }
  #ServiceIntroduction .ServiceIntroBarItems span {
    padding: 0 15px;
  }
  #ServiceIntroduction .ServiceIntroDetails [class*=col-] {
    padding: 0 28px;
  }
  #WhatWeAssess .AssessmentVisual {
    min-height: 390px;
  }
  #WhatWeAssess .AssessmentBackground {
    -o-object-position: center;
       object-position: center;
  }
  #WhatWeAssess .SectionTitle {
    max-width: 560px;
    padding: 50px 0;
  }
  #WhatWeAssess .SectionTitle .SubTitle {
    margin-bottom: 18px;
    font-size: 11px;
  }
  #WhatWeAssess .SectionTitle .SectionHeading {
    max-width: 520px;
    margin-bottom: 18px;
    font-size: 46px;
    letter-spacing: -0.8px;
  }
  #WhatWeAssess .SectionTitle .SectionDescription {
    max-width: 470px;
    font-size: 14px;
  }
  #WhatWeAssess .AssessmentDetailsWrapper {
    grid-template-columns: minmax(0, 1fr) 110px;
  }
  #WhatWeAssess .AssessmentItem {
    min-height: 158px;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 10px;
    padding: 26px 18px;
  }
  #WhatWeAssess .AssessmentItem h3 {
    font-size: 16px;
  }
  #WhatWeAssess .AssessmentItem p {
    font-size: 11px;
  }
  #WhatWeAssess .AssessmentAction {
    gap: 18px;
    font-size: 10px;
  }
  #WhyOutsetBridge {
    padding: 80px 0;
  }
  #WhyOutsetBridge .SectionTitle .SubTitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #WhyOutsetBridge .SectionTitle .SectionHeading {
    font-size: 46px;
    letter-spacing: -0.9px;
  }
  #WhyOutsetBridge .WhyOutsetIntro {
    font-size: 18px;
  }
  #WhyOutsetBridge .WhyOutsetReasons {
    margin-top: 48px;
  }
  #WhyOutsetBridge .WhyOutsetReason {
    min-height: 160px;
    padding: 8px 14px 10px;
  }
  #WhyOutsetBridge .WhyOutsetReason .ReasonNumber {
    margin-bottom: 18px;
    font-size: 12px;
  }
  #WhyOutsetBridge .WhyOutsetReason h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  #WhyOutsetBridge .WhyOutsetReason p {
    font-size: 18px;
    line-height: 1.65;
  }
  #WhyOutsetBridge .WhyOutsetVisual {
    grid-template-columns: minmax(0, 2.65fr) minmax(260px, 1fr);
    min-height: 290px;
    margin-top: 38px;
  }
  #WhyOutsetBridge .WhyOutsetStatement {
    padding: 36px;
  }
  #WhyOutsetBridge .WhyOutsetStatement p {
    font-size: 21px;
  }
  #WhyOutsetBridge .WhyOutsetStatement span {
    margin-top: 28px;
  }
  #OutsetHeader .OutsetHeader {
    grid-template-columns: auto 1fr auto;
    gap: 24px;
  }
  #OutsetHeader .OutsetHeaderNavigation {
    display: none;
  }
  #OutsetHeader .OutsetHeaderActions {
    grid-column: 3;
  }
  #OutsetHeader .OutsetHeaderMenuToggle,
  #OutsetHeader .OutsetMobileNavigation {
    display: block;
  }
  #WhatWeHelpWith {
    padding: 70px 0;
  }
  #WhatWeHelpWith .container {
    padding: 0 25px;
  }
  #WhatWeHelpWith .WhatHelpTitle {
    padding-bottom: 32px;
  }
  #WhatWeHelpWith .WhatHelpTitle .SubTitle {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 3px;
  }
  #WhatWeHelpWith .WhatHelpTitle .SubTitle::before {
    width: 30px;
  }
  #WhatWeHelpWith .WhatHelpTitle h2 {
    font-size: 58px;
    line-height: 1;
  }
  #WhatWeHelpWith .WhatHelpTitle p {
    margin-top: 17px;
    font-size: 15px;
  }
  #WhatWeHelpWith .WhatHelpPanel {
    border-radius: 16px;
  }
  #WhatWeHelpWith .WhatHelpVisual {
    aspect-ratio: 16/8;
  }
  #WhatWeHelpWith .WhatHelpNavigation {
    height: 160px;
    padding: 18px 70px 0;
  }
  #WhatWeHelpWith .WhatHelpStep {
    height: 135px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpLargeNumber {
    font-size: 66px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpStepDot {
    top: 75px;
    width: 9px;
    height: 9px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpStepName {
    margin-top: 19px;
    padding: 4px 8px;
    font-size: 14px;
  }
  #WhatWeHelpWith .WhatHelpStep.active .WhatHelpStepDot {
    width: 13px;
    height: 13px;
  }
  #WhatWeHelpWith .WhatHelpTrack {
    top: 100px;
    left: 115px;
    right: 115px;
  }
  #WhatWeHelpWith .WhatHelpArrow {
    top: 76px;
    width: 46px;
    height: 46px;
  }
  #WhatWeHelpWith .WhatHelpPrev {
    left: 16px;
  }
  #WhatWeHelpWith .WhatHelpNext {
    right: 16px;
  }
  #WhatWeHelpWith .WhatHelpBottomBar {
    display: block;
    min-height: auto;
    padding: 24px;
  }
  #WhatWeHelpWith .WhatHelpPagination {
    margin-bottom: 24px;
  }
  #WhatWeHelpWith .WhatHelpActiveTitle {
    width: 100%;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  #WhatWeHelpWith .WhatHelpDescriptionWrap {
    width: 100%;
    padding: 18px 0 0;
  }
  #IndustrialLandSearchSupport {
    padding: 70px 0 90px;
  }
  #IndustrialLandSearchSupport .container {
    padding: 0 24px;
  }
  #IndustrialLandSearchSupport .LandSupportMeta {
    flex-wrap: wrap;
    gap: 16px;
  }
  #IndustrialLandSearchSupport .LandMetaItems {
    order: 3;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    gap: 16px;
  }
  #IndustrialLandSearchSupport .LandMetaItem {
    padding-right: 22px;
    margin-right: 22px;
  }
  #IndustrialLandSearchSupport .LandMetaItem strong {
    font-size: 13px;
  }
  #IndustrialLandSearchSupport .LandSupportMain {
    display: block;
  }
  #IndustrialLandSearchSupport .LandSupportVisual {
    min-height: 520px;
  }
  #IndustrialLandSearchSupport .LandSupportContent {
    padding: 40px 32px 0;
  }
  #IndustrialLandSearchSupport .LandSupportContent h2 {
    font-size: 48px;
  }
  #IndustrialLandSearchSupport .LandSupportButton {
    margin: 32px -32px 0;
    padding: 20px 32px;
    font-size: 17px;
  }
  #IndustrialLandSearchSupport .LandSupportBottom {
    padding: 34px 20px 0;
  }
  #ContactSection {
    padding: 70px 0;
  }
  #ContactSection .container {
    padding: 0 25px;
  }
  #ContactSection .ContactTitle h2 {
    font-size: 48px;
  }
  #ContactSection .ContactMain {
    display: block;
  }
  #ContactSection .ContactFormCard,
  #ContactSection .ContactInformation {
    width: 100%;
  }
  #ContactSection .ContactMap {
    display: block;
  }
  #ContactSection .ContactMapDetails,
  #ContactSection .ContactMapEmbed {
    width: 100%;
  }
  #ContactFaq {
    padding: 70px 0;
  }
  #ContactFaq .container {
    padding: 0 25px;
  }
  #ContactFaq .ContactFaqLayout {
    display: block;
  }
  #ContactFaq .ContactFaqIntro {
    position: static;
    margin-bottom: 45px;
  }
  #ContactFaq .ContactFaqTitle {
    max-width: 750px;
  }
  #ContactFaq .ContactFaqTitle h2 {
    font-size: 46px;
  }
  #DocumentationCompliance {
    padding: 75px 0;
  }
  #DocumentationCompliance .container {
    padding: 0 25px;
  }
  #DocumentationCompliance .DocumentationTitleRow {
    display: block;
  }
  #DocumentationCompliance .DocumentationTitleRow h2 {
    font-size: 54px;
  }
  #DocumentationCompliance .DocumentationTitleRow p {
    max-width: 720px;
    margin-top: 24px;
  }
  #DocumentationCompliance .DocumentationLayout {
    display: block;
  }
  #DocumentationCompliance .DocumentationVisual,
  #DocumentationCompliance .DocumentationContent {
    width: 100%;
  }
  #DocumentationCompliance .DocumentationVisual {
    min-height: 560px;
  }
  #DocumentationCompliance .DocumentationContent {
    padding: 42px 35px;
  }
  #DocumentationCompliance .DocumentationCheckpoints {
    flex-wrap: wrap;
  }
  #DocumentationCompliance .DocumentationCheckpoint {
    flex: 0 0 50%;
  }
  #DocumentationCompliance .DocumentationCheckpoint:nth-child(2) {
    border-right: 0;
  }
  #DocumentationCompliance .DocumentationCheckpoint:nth-child(-n+2) {
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #GovernmentLandEditorial {
    padding: 75px 0;
  }
  #GovernmentLandEditorial .container {
    padding: 0 25px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialHeader {
    display: block;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialTitle h2 {
    max-width: 900px;
    font-size: 50px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialDescription {
    max-width: 720px;
    margin-top: 25px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialVisual {
    height: 430px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialCaption {
    bottom: 100px;
    left: 25px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialProcess {
    flex-wrap: wrap;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep {
    flex: 0 0 50%;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep:nth-child(2) {
    border-right: 0;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep:nth-child(-n+2) {
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #WhatWeDo {
    padding: 100px 0;
  }
  #WhatWeDo .SectionTitle h2 {
    font-size: 52px;
  }
  #WhatWeDo .WhatWeDoVisual,
  #WhatWeDo .WhatWeDoVisual img {
    min-height: 680px;
  }
  #WhatWeDo .WhatWeDoItem {
    min-height: 170px;
    padding: 32px 28px;
  }
  #WhatWeDo .WhatWeDoItemContent h3 {
    font-size: 23px;
  }
  #PurposeSection {
    padding: 50px 0;
  }
  #PurposeSection .PurposeHeader {
    padding: 55px 50px 220px;
  }
  #PurposeSection .SectionTitle h2 {
    font-size: 51px;
  }
  #PurposeSection .PurposeCard {
    min-height: 421px;
    padding: 22px 17px;
  }
  #PurposeSection .PurposeCardContent h3 {
    font-size: 26px;
  }
  #LeadershipSection {
    padding-top: 100px;
  }
  #LeadershipSection .SectionTitle h2 {
    font-size: 51px;
  }
  #LeadershipSection .LeadershipFeatured {
    min-height: 740px;
  }
  #LeadershipSection .LeadershipStatement {
    min-height: 285px;
    padding: 45px 40px;
  }
  #LeadershipSection .LeadershipStatement h3 {
    font-size: 33px;
  }
  #LeadershipSection .LeadershipMemberImage {
    height: 330px;
  }
  #LeadershipSection .LeadershipMemberInfo {
    padding: 23px 22px;
  }
  #LeadershipSection .LeadershipMemberInfo h3 {
    font-size: 21px;
  }
  #TrustIndexSection {
    padding: 50px 0;
  }
  #TrustIndexSection .SectionTitle h2 {
    font-size: 51px;
  }
  #TrustIndexSection .TrustFeatureContent {
    min-height: 540px;
    padding-right: 55px;
  }
  #TrustIndexSection .TrustFeatureContent h3 {
    font-size: 57px;
  }
  #TrustIndexSection .TrustImage {
    min-height: 540px;
  }
  #TrustIndexSection .TrustFeatureNumber {
    font-size: 270px;
  }
  #TrustIndexSection .TrustPrinciple {
    min-height: 340px;
    padding-right: 24px;
    padding-left: 24px;
  }
  #TrustIndexSection .TrustPrinciple h3 {
    font-size: 23px;
  }
  #ProjectCTA {
    min-height: 560px;
  }
  #ProjectCTA .row {
    min-height: 560px;
  }
  #ProjectCTA .ProjectCTAContent {
    padding-right: 30px;
  }
  #ProjectCTA .SectionTitle h2 {
    font-size: 58px;
  }
  #ProjectCTA .ProjectCTAImage {
    width: 100%;
  }
  #ProjectCTA .ProjectCTAOverlay {
    right: 33%;
  }
  #HowWeWorkSection .HowWeWorkHeader {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionTitle {
    max-width: 620px;
    font-size: 46px;
    line-height: 1.12;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionDescription {
    font-size: 18px;
    line-height: 1.7;
  }
  #HowWeWorkSection .HowWeWorkTimeline {
    padding-bottom: 40px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SubTitle {
    font-size: 16px;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesIntro {
    font-size: 18px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep {
    padding-top: 50px;
    padding-right: 10px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkNumber {
    font-size: 88px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkStepTitle {
    font-size: 22px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkStepDescription {
    font-size: 18px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper {
    min-height: 145px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper .HowWeWorkCtaTitle {
    max-width: 560px;
    font-size: 22px;
  }
  #OtherServicesSection {
    padding: 85px 0;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SectionHeading {
    font-size: 46px;
    line-height: 1.12;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesNavigation {
    margin-top: 24px;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesNavigation .SliderButton {
    width: 47px;
    height: 47px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack {
    gap: 20px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide {
    flex-basis: calc((100% - 20px) / 2);
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceName div h3 {
    font-size: 22px;
  }
  #BlogDetailPage #BlogDetailHero .BlogBreadcrumb {
    margin-bottom: 60px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent h1 {
    font-size: 49px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent .BlogHeroDescription {
    font-size: 14px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroImage {
    height: 470px;
  }
  #BlogDetailPage #BlogArticleSection {
    padding: 85px 0 95px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle > p {
    font-size: 16px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleLead {
    font-size: 22px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle h2 {
    margin-top: 55px;
    font-size: 31px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticlePoints .ArticlePoint {
    padding-right: 20px;
    padding-left: 20px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleImage img {
    height: 430px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote {
    padding: 50px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote p {
    font-size: 24px;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar {
    max-width: 310px;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarContents,
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarService,
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarCta {
    padding: 26px;
  }
  #BlogDetailPage #RelatedArticles {
    padding: 90px 0 70px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SectionHeading {
    font-size: 44px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleImage {
    height: 235px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleContent {
    padding: 24px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleContent h3 {
    font-size: 19px;
  }
  #IndustrialHeroSection .IndustrialHero {
    height: calc(100svh - 92px);
    min-height: 640px;
    padding: 130px 0 40px;
  }
  #IndustrialHeroSection .IndustrialHeroStages {
    top: 40%;
  }
  #IndustrialHeroSection .IndustrialHeroStage {
    padding-right: 12px;
    padding-left: 12px;
  }
  #IndustrialHeroSection .IndustrialHeroStageNumber {
    font-size: 24px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    font-size: 19px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 46px;
  }
  #WhyChooseUsSection {
    min-height: auto;
    padding: 90px 0;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    top: 35px;
    left: -5px;
    font-size: 185px;
    letter-spacing: -5px;
  }
  #WhyChooseUsSection .WhyChooseUsLayout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    max-width: 680px;
    padding-right: 0;
    padding-bottom: 385px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle h2 {
    max-width: 650px;
    font-size: 56px;
  }
  #WhyChooseUsSection .WhyChooseUsImage {
    top: 390px;
    bottom: auto;
    width: 72%;
    height: 360px;
  }
  #WhyChooseUsSection .WhyChooseUsImage::before {
    background: linear-gradient(180deg, var(--BrandBackground) 0%, rgba(247, 247, 245, 0.45) 15%, rgba(247, 247, 245, 0) 45%, var(--BrandBackground) 100%), linear-gradient(90deg, rgba(247, 247, 245, 0) 0%, rgba(247, 247, 245, 0) 65%, var(--BrandBackground) 100%);
  }
  #WhyChooseUsSection .WhyChooseUsTimeline {
    display: none;
  }
  #WhyChooseUsSection .WhyChooseUsProof {
    padding-top: 60px;
    padding-left: 0;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    min-height: 170px;
    gap: 24px;
  }
  #WhyChooseUsSection .WhyChooseUsNumber {
    flex-basis: 90px;
    font-size: 62px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon {
    flex-basis: 126px;
    padding: 0 30px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 58px;
    height: 58px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent {
    padding-left: 22px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    font-size: 22px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent p {
    font-size: 14px;
  }
  #WhyChooseUsSection .WhyChooseUsCoordinates {
    bottom: 34px;
  }
  #ServiceOverview .ServiceOverviewHeading .SubTitle {
    font-size: 16px;
    letter-spacing: 2px;
  }
  #OutsetHowItWorks {
    padding: 88px 0;
  }
  #OutsetHowItWorks .OutsetProcessLayout {
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 0 52px;
  }
  #OutsetHowItWorks .OutsetProcessIntro {
    position: relative;
    top: auto;
    grid-column: 1/-1;
    margin-bottom: 64px;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 54px;
  }
  #OutsetHowItWorks .OutsetProcessIntro p {
    max-width: 600px;
  }
  #OutsetHowItWorks .OutsetProcessVisualStack {
    grid-column: 1;
    grid-row: 2;
  }
  #OutsetHowItWorks .OutsetProcessSteps {
    grid-column: 2;
    grid-row: 2;
  }
  #OutsetHowItWorks .OutsetProcessPiece {
    margin-bottom: 27vh;
  }
  #OutsetHowItWorks .OutsetProcessPieceLand {
    top: 96px;
  }
  #OutsetHowItWorks .OutsetProcessPiecePlan {
    top: 146px;
  }
  #OutsetHowItWorks .OutsetProcessPieceBuild {
    top: 196px;
  }
  #OutsetHowItWorks .OutsetProcessPiecePlant {
    top: 132px;
    margin-bottom: 0;
    padding-bottom: 24vh;
  }
  #OutsetHowItWorks .OutsetProcessPieceLand img,
  #OutsetHowItWorks .OutsetProcessPiecePlan img,
  #OutsetHowItWorks .OutsetProcessPieceBuild img,
  #OutsetHowItWorks .OutsetProcessPiecePlant img {
    max-width: 340px;
  }
  #OutsetHowItWorks .OutsetProcessStep {
    min-height: 64vh;
    padding: 48px 0;
  }
  #OutsetHowItWorks .OutsetProcessStep:last-child {
    min-height: 60vh;
  }
  #OutsetHowItWorks .OutsetProcessStepInner {
    max-width: 420px;
  }
  #ProjectShowcase {
    padding: 90px 0;
  }
  #ProjectShowcase .ProjectShowcaseHeader {
    margin-bottom: 55px;
  }
  #ProjectShowcase .ProjectItem {
    padding: 34px 0;
  }
  #ProjectShowcase .ProjectImage,
  #ProjectShowcase .ProjectImage img,
  #ProjectShowcase .ProjectContent {
    min-height: 430px;
  }
  #ProjectShowcase .ProjectContent,
  #ProjectShowcase .ProjectItem:nth-child(even) .ProjectContent {
    padding: 32px 45px;
  }
  #ProjectShowcase .ProjectContent h3 {
    font-size: 36px;
  }
  #ProjectShowcase .ProjectContent > p {
    margin-bottom: 26px;
  }
  #ProjectShowcase .ProjectDetails {
    margin-bottom: 30px;
  }
  #WhoWeAre {
    padding: 40px 0;
  }
  #WhoWeAre .WhoWeAreWrapper {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  #WhoWeAre .WhoMiddle {
    border-left: none;
    padding-left: 0;
  }
  #WhoWeAre .WhoTimeline {
    border-left: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
  #WhoWeAre .WhoTimeline .TimelineArrow {
    display: none;
  }
  #WhoWeAre .WhoTimeline .TimelineStep {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
  }
  #WhoWeAre .WhoTimeline .StepContent p {
    max-width: 100%;
  }
  #ProjectCTA .ProjectCTAContent {
    max-width: 650px;
    padding-top: 70px;
  }
  #ProjectCTA .ProjectCTAImage {
    height: 510px;
  }
  #ServiceOverview {
    padding: 60px 0;
  }
  #ServiceOverview .ServiceOverviewDescription p {
    font-size: 18px;
  }
  #ServiceOverview .ServiceOverviewLabel > span {
    font-size: 16px;
  }
  #ServiceOverview .ServiceOverviewTop {
    padding: 35px 25px 35px;
  }
  #ServiceOverview .ServiceOverviewLabel {
    margin-bottom: 30px;
  }
  #ServiceOverview .ServiceOverviewPrimary {
    padding-right: 34px;
  }
  #ServiceOverview .ServiceScopeHeader p {
    font-size: 18px;
  }
  #ServiceOverview .ServiceScopeHeader > span {
    font-size: 16px;
  }
  #ServiceOverview .ServiceScopeItem {
    padding: 20px 10px 20px 0;
  }
  #ServiceOverview .ServiceScopeItem:not(:first-child) {
    padding-left: 10px;
  }
  #ServiceOverview .ServiceScopeContent h4 {
    font-size: 24px;
    min-height: 52px;
  }
  #ServiceOverview .ServiceScope {
    padding: 38px 20px 0;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceName div span {
    font-size: 16px;
  }
  #ServiceOverview .ServiceOverviewDescription {
    padding-left: 30px;
  }
  #ServiceOverview .ServiceScopeContent p {
    font-size: 18px;
    line-height: 25px;
  }
  #IndustrialLandSupport .SectionTitle .SubTitle {
    font-size: 16px;
  }
  #ServiceConsideration .ServiceConsiderationTop {
    grid-template-columns: 32% 68%;
  }
  #ServiceConsideration .ServiceImageBandInner {
    height: 290px;
  }
  #ServiceConsideration .ServiceConsiderationStatement h3 {
    font-size: 28px;
    line-height: 37px;
  }
  #ServiceCTA .ServiceCTAWrapper {
    min-height: 170px;
  }
  #ServiceCTA .ServiceCTAWrapper::before {
    width: 62%;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionLabel {
    font-size: 16px;
  }
  #ServiceCTA .ServiceCTAContent {
    padding: 40px 45px;
  }
  #ServiceCTA .ServiceCTAContent::before {
    left: 45px;
  }
  #ServiceCTA .ServiceCTAContent h3 {
    max-width: 620px;
    font-size: 30px;
    line-height: 39px;
  }
  #ContactFaq .ContactFaqTitle .SubTitle {
    font-size: 16px;
  }
  #ContactFaq .ContactFaqQuestion h3 {
    font-size: 24px;
  }
  #ContactFaq .ContactFaqAnswer p {
    font-size: 18px;
  }
  #FooterSection .FooterCTA .NewsletterForm button {
    padding: 0;
  }
  #ServiceCTA .ServiceCTAButton {
    width: 185px;
    flex: 0 0 185px;
  }
  #OtherServicesSection .OtherServicesFooter > span {
    font-size: 18px;
  }
  #OtherServicesSection .OtherServicesFooter > a {
    font-size: 18px;
  }
  #ServiceCTA .ServiceCTAButton:hover {
    width: 195px;
    flex-basis: 195px;
  }
  p {
    font-size: 16px !important;
  }
  .SectionHeading,
  .SectionTitle h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  :root {
    --container-spacing: 0px;
    --OutsetDisplayTitle: clamp(48px, 6vw, 100px);
  }
  #BlogListSection {
    padding: 80px 0 90px;
  }
  #BlogListSection::before {
    width: calc(100% - 48px);
  }
  #BlogListSection .SectionHeading {
    font-size: 52px;
  }
  #BlogListSection .SectionDescription {
    font-size: 16px;
  }
  #BlogListSection .BlogCardImage {
    height: 300px;
  }
  #FeaturedBlogSection {
    padding: 80px 0 90px;
  }
  #FeaturedBlogSection .FeaturedBlogTitle {
    margin-bottom: 34px;
  }
  #FeaturedBlogSection .SectionHeading {
    font-size: 52px;
  }
  #FeaturedBlogSection .FeaturedBlogCard {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  #FeaturedBlogSection .FeaturedBlogImage {
    height: 500px;
  }
  #FeaturedBlogSection .FeaturedBlogContent {
    max-width: 680px;
  }
  #FeaturedBlogSection h3 {
    font-size: 36px;
  }
  #AboutIntroSection {
    padding: 80px 0 90px;
  }
  #AboutIntroSection .AboutIntroTop {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #AboutIntroSection .AboutIntroContent {
    max-width: 760px;
  }
  #AboutIntroSection .SectionHeading {
    font-size: 50px;
  }
  #AboutIntroSection .AboutIntroImageTop {
    width: 72%;
    height: 340px;
    margin-left: auto;
  }
  #AboutIntroSection .AboutIntroShowcase {
    min-height: 620px;
  }
  #AboutIntroSection .AboutIntroDarkPanel {
    min-height: 470px;
  }
  #AboutIntroSection .AboutIntroImageBottom {
    right: 30px;
    width: 58%;
    height: 280px;
    border-right: 14px solid var(--BrandBackground);
    border-bottom: 14px solid var(--BrandBackground);
    border-radius: 34px;
  }
  #IndustrialLandSupport {
    padding: 80px 0;
  }
  #IndustrialLandSupport .LandSupportImage {
    height: 570px;
    margin-bottom: 55px;
  }
  #IndustrialLandSupport .LandSupportContent {
    max-width: 100%;
    margin-left: 0;
  }
  #IndustrialLandSupport .SectionTitle {
    max-width: 680px;
  }
  #IndustrialLandSupport .SectionTitle .SectionHeading {
    font-size: 48px;
  }
  #ServiceIntroduction {
    padding: 80px 0;
  }
  #ServiceIntroduction .SectionLabel {
    margin-bottom: 32px;
  }
  #ServiceIntroduction .SectionTitle {
    margin-left: 0;
  }
  #ServiceIntroduction .SectionTitle .SectionHeading {
    font-size: 49px;
  }
  #ServiceIntroduction .ServiceIntroImage {
    height: 460px;
  }
  #ServiceIntroduction .ServiceIntroBar {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 100px 1fr;
    row-gap: 20px;
  }
  #ServiceIntroduction .ServiceIntroLink {
    grid-column: 1/-1;
    justify-content: space-between;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
  #ServiceIntroduction .ServiceIntroVisual {
    padding-bottom: 0;
  }
  #ServiceIntroduction .ServiceIntroDetails {
    margin-top: 48px;
  }
  #ServiceIntroduction .ServiceIntroDetails [class*=col-] {
    padding: 0 22px;
  }
  #ServiceIntroduction .ServiceIntroLead {
    font-size: 19px;
  }
  #WhatWeAssess .AssessmentVisual {
    min-height: 430px;
    align-items: flex-end;
  }
  #WhatWeAssess .AssessmentOverlay {
    background: linear-gradient(90deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.57) 60%, rgba(10, 10, 10, 0.2) 100%), linear-gradient(0deg, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10, 0) 65%);
  }
  #WhatWeAssess .SectionTitle {
    max-width: 610px;
    padding: 55px 0;
  }
  #WhatWeAssess .SectionTitle .SectionHeading {
    font-size: 46px;
  }
  #WhatWeAssess .AssessmentDetailsWrapper {
    grid-template-columns: 1fr;
  }
  #WhatWeAssess .AssessmentGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #WhatWeAssess .AssessmentItem {
    min-height: 165px;
    padding: 28px 24px;
  }
  #WhatWeAssess .AssessmentItem:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }
  #WhatWeAssess .AssessmentItem:nth-child(2n) {
    border-right: 0;
  }
  #WhatWeAssess .AssessmentItem:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  #WhatWeAssess .AssessmentItem:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  #WhatWeAssess .AssessmentItem p {
    font-size: 12px;
  }
  #WhatWeAssess .AssessmentAction {
    min-height: 70px;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 26px;
    font-size: 11px;
    writing-mode: initial;
  }
  #WhatWeAssess .AssessmentAction span {
    transform: none;
  }
  #WhatWeAssess .AssessmentAction svg {
    transform: none;
  }
  #WhatWeAssess .AssessmentAction:hover svg {
    transform: translateX(5px);
  }
  #WhyOutsetBridge {
    padding: 75px 0;
  }
  #WhyOutsetBridge .WhyOutsetIntro {
    max-width: 640px;
    margin-top: 25px;
  }
  #WhyOutsetBridge .WhyOutsetReasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 45px;
    border-top: 1px solid var(--BrandBorder, #dadad6);
  }
  #WhyOutsetBridge .WhyOutsetReason {
    min-height: 180px;
    padding: 30px;
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #WhyOutsetBridge .WhyOutsetReason:first-child {
    padding-left: 30px;
  }
  #WhyOutsetBridge .WhyOutsetReason:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  #WhyOutsetBridge .WhyOutsetReason:nth-child(even) {
    padding-right: 0;
  }
  #WhyOutsetBridge .WhyOutsetReason:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  #WhyOutsetBridge .WhyOutsetReason p {
    max-width: 330px;
  }
  #WhyOutsetBridge .WhyOutsetVisual {
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    min-height: 310px;
    margin-top: 45px;
  }
  #OutsetHeader {
    --OutsetHeaderHeight: 92px;
  }
  #OutsetHeader .OutsetHeaderLogo img {
    width: 180px;
    max-height: 56px;
  }
  #OutsetHeader .OutsetHeaderCTA {
    min-height: 46px;
    padding: 12px 16px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle {
    width: 48px;
    height: 48px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:first-child {
    top: 20px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:last-child {
    top: 27px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle.is-active span {
    top: 24px;
  }
  #OutsetHeader .OutsetMobileNavigationInner {
    padding: 32px 0;
  }
  #OutsetHeader .OutsetMobileMenu a {
    padding: 18px 0;
    font-size: 39px;
  }
  #OutsetHeader .OutsetMobileNavigationFooter {
    padding-top: 34px;
  }
  #OutsetHeader.is-sticky {
    --OutsetHeaderHeight: 74px;
  }
  #OutsetHeader.is-sticky .OutsetHeaderLogo img {
    width: 165px;
  }
  #WhatWeDo {
    padding: 85px 0;
  }
  #WhatWeDo .WhatWeDoHeading {
    margin-bottom: 45px;
  }
  #WhatWeDo .WhatWeDoIntro {
    max-width: 650px;
    margin: 28px 0 0;
  }
  #WhatWeDo .WhatWeDoVisual {
    min-height: 560px;
  }
  #WhatWeDo .WhatWeDoVisual img {
    min-height: 560px;
    max-height: 560px;
  }
  #WhatWeDo .WhatWeDoServices {
    border-top: 1px solid rgba(18, 18, 18, 0.12);
  }
  #WhatWeDo .WhatWeDoItem:hover {
    padding-right: 38px;
    padding-left: 38px;
  }
  #PurposeSection {
    padding: 40px 0;
  }
  #PurposeSection .PurposeVisual {
    min-height: 650px;
  }
  #PurposeSection .PurposeHeader {
    padding: 50px 40px 250px;
  }
  #PurposeSection .PurposeIntro {
    max-width: 600px;
    margin: 28px 0 0;
  }
  #PurposeSection .PurposeImageLabel {
    bottom: 225px;
  }
  #PurposeSection .PurposeCards {
    margin-top: -205px;
    padding: 0 25px;
  }
  #PurposeSection .PurposeCard {
    min-height: auto;
    padding: 34px 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.12);
  }
  #PurposeSection .PurposeCardTop {
    margin-bottom: 70px;
  }
  #PurposeSection .col-lg-4:first-child .PurposeCard {
    border-radius: 18px 18px 0 0;
  }
  #PurposeSection .col-lg-4:last-child .PurposeCard {
    border-bottom: 0;
    border-radius: 0 0 18px 18px;
  }
  #LeadershipSection {
    padding-top: 85px;
  }
  #LeadershipSection .LeadershipIntro {
    max-width: 650px;
    margin-top: 26px;
  }
  #LeadershipSection .LeadershipFeatured {
    min-height: 680px;
  }
  #LeadershipSection .LeadershipStatement {
    min-height: auto;
  }
  #LeadershipSection .LeadershipBottom {
    padding: 80px 0 90px;
  }
  #LeadershipSection .LeadershipBottomTitle {
    max-width: 600px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  #TrustIndexSection {
    padding: 85px 0;
  }
  #TrustIndexSection .TrustIntro {
    max-width: 650px;
    margin-top: 26px;
  }
  #TrustIndexSection .TrustFeatureContent {
    min-height: 500px;
    padding: 80px 40px 65px 0;
  }
  #TrustIndexSection .TrustFeatureContent h3 {
    max-width: 650px;
  }
  #TrustIndexSection .TrustImage {
    min-height: 540px;
  }
  #TrustIndexSection .TrustPrinciples .col-lg-3 {
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  }
  #TrustIndexSection .TrustPrinciples .col-lg-3:nth-child(2) {
    border-right: 0;
  }
  #TrustIndexSection .TrustPrinciples .col-lg-3:nth-child(3),
  #TrustIndexSection .TrustPrinciples .col-lg-3:nth-child(4) {
    border-bottom: 0;
  }
  #TrustIndexSection .TrustPrinciple {
    min-height: 300px;
  }
  #TrustIndexSection .TrustClosingMark {
    justify-content: flex-start;
    margin-top: 30px;
  }
  #ProjectCTA {
    min-height: auto;
    padding-top: 420px;
  }
  #ProjectCTA .ProjectCTAImage {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 420px;
    clip-path: none;
  }
  #ProjectCTA .ProjectCTAImage::after {
    background: rgba(12, 12, 12, 0.34);
  }
  #ProjectCTA .ProjectCTAOverlay {
    display: none;
  }
  #ProjectCTA .row {
    min-height: auto;
  }
  #ProjectCTA .ProjectCTAContent {
    max-width: 800px;
    padding: 75px 0 70px;
  }
  #ProjectCTA .ProjectCTAIndex {
    top: 25px;
    right: 22px;
  }
  #HowWeWorkSection .HowWeWorkHeader {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionTitle {
    max-width: 680px;
    margin-bottom: 28px;
    font-size: 46px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionDescription {
    max-width: 650px;
    margin: 0;
    font-size: 15px;
  }
  #HowWeWorkSection .HowWeWorkTimeline {
    padding-bottom: 60px;
  }
  #HowWeWorkSection .HowWeWorkTimeline::before {
    display: none;
  }
  #HowWeWorkSection .HowWeWorkTimeline > .row {
    row-gap: 45px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep {
    padding: 38px 30px 10px 0;
    border-top: 2px solid var(--BrandRed, #ec181b);
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkNode {
    top: -10px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkNumber {
    font-size: 100px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkStepTitle {
    font-size: 19px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkStepDescription {
    max-width: 320px;
    font-size: 14px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper {
    min-height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper .HowWeWorkCtaTitle {
    max-width: 470px;
    font-size: 21px;
  }
  #OtherServicesSection {
    padding: 75px 0;
  }
  #OtherServicesSection .OtherServicesHeader {
    margin-bottom: 48px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle {
    margin-bottom: 30px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SectionHeading {
    max-width: 680px;
    font-size: 44px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SectionHeading br {
    display: none;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight {
    max-width: 650px;
    margin-left: 0;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesIntro {
    font-size: 15px;
  }
  #BlogDetailPage #BlogDetailHero {
    padding-top: 35px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent h1 {
    max-width: 760px;
    font-size: 46px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent .BlogHeroDescription {
    max-width: 650px;
    margin: 28px 0 0;
  }
  #BlogDetailPage #BlogDetailHero .BlogMetaRow {
    margin-top: 45px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroImage {
    height: 430px;
  }
  #BlogDetailPage #BlogArticleSection {
    padding: 75px 0 85px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle {
    max-width: 100%;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar {
    position: static;
    max-width: 100%;
    margin: 65px 0 0;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarContents nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarService,
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarCta {
    margin-top: 15px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle {
    margin-bottom: 28px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .ViewAllArticles {
    justify-content: flex-start;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleImage {
    height: 290px;
  }
  #IndustrialHeroSection .IndustrialHero {
    min-height: 620px;
    padding-bottom: 36px;
  }
  #IndustrialHeroSection .IndustrialHeroStages {
    top: 38%;
  }
  #IndustrialHeroSection .IndustrialHeroStage::before {
    width: 180px;
    height: 110px;
  }
  #IndustrialHeroSection .IndustrialHeroStageNumber {
    font-size: 21px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    margin-top: 9px;
    font-size: 15px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 42px;
  }
  #WhyChooseUsSection {
    padding: 80px 0;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    font-size: 170px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    padding-top: 28px;
    padding-bottom: 350px;
  }
  #WhyChooseUsSection .WhyChooseUsImage {
    top: 375px;
    width: 82%;
    height: 330px;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    min-height: 158px;
  }
  #WhyChooseUsSection .WhyChooseUsCoordinates {
    bottom: 30px;
  }
  #OutsetHowItWorks {
    padding: 80px 0;
  }
  #OutsetHowItWorks .OutsetProcessLayout {
    grid-template-columns: minmax(250px, 44%) minmax(0, 1fr);
    gap: 0 36px;
  }
  #OutsetHowItWorks .OutsetProcessIntro {
    margin-bottom: 52px;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 50px;
  }
  #OutsetHowItWorks .OutsetProcessPieceLand img,
  #OutsetHowItWorks .OutsetProcessPiecePlan img,
  #OutsetHowItWorks .OutsetProcessPieceBuild img,
  #OutsetHowItWorks .OutsetProcessPiecePlant img {
    max-width: 290px;
  }
  #OutsetHowItWorks .OutsetProcessStep {
    min-height: 60vh;
    padding: 42px 0;
  }
  #OutsetHowItWorks .OutsetProcessStep h3 {
    font-size: 17px;
  }
  #OutsetHowItWorks .OutsetProcessStep p {
    font-size: 14px;
  }
  #OutsetHowItWorks .OutsetProcessNumber {
    font-size: 48px;
  }
  #OutsetHowItWorks .OutsetProcessDivider {
    height: 42px;
  }
  #OutsetHowItWorks .OutsetProcessIcon {
    width: 44px;
  }
  #ProjectShowcase {
    padding: 80px 0;
  }
  #ProjectShowcase .ProjectShowcaseHeader {
    margin-bottom: 45px;
  }
  #ProjectShowcase .SectionDescription {
    max-width: 620px;
    margin-top: 22px;
  }
  #ProjectShowcase .ProjectItem:nth-child(even) .ProjectRow {
    flex-direction: row;
  }
  #ProjectShowcase .ProjectImage,
  #ProjectShowcase .ProjectImage img {
    min-height: 480px;
  }
  #ProjectShowcase .ProjectContent,
  #ProjectShowcase .ProjectItem:nth-child(even) .ProjectContent {
    min-height: auto;
    padding: 45px 20px 18px;
  }
  #ServiceConsideration {
    padding: 75px 0;
  }
  #ServiceConsideration .ServiceConsiderationHead {
    margin-bottom: 40px;
  }
  #ServiceConsideration .ServiceConsiderationHead h2 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1.5px;
  }
  #ServiceConsideration .ServiceConsiderationWrap {
    padding: 40px;
  }
  #ServiceConsideration .ServiceConsiderationTop {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 38px;
  }
  #ServiceConsideration .ServiceConsiderationIntro {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid #dfdfdc;
  }
  #ServiceConsideration .ServiceImageBand {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 0 40px;
    margin-bottom: 42px;
  }
  #ServiceConsideration .ServiceImageBandInner {
    height: 270px;
  }
  #ServiceConsideration .ServiceImageAccent {
    left: 24px;
    width: 85px;
    height: 85px;
  }
  #ServiceConsideration .ServiceConsiderationBottom {
    grid-template-columns: 1fr;
  }
  #ServiceConsideration .ServiceConsiderationStatement {
    padding: 0 0 30px;
  }
  #ServiceConsideration .ServiceConsiderationStatement h3 {
    max-width: 680px;
  }
  #ServiceConsideration .ServiceConsiderationText {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #dfdfdc;
  }
  #IndustrialStory {
    padding: 90px 0;
  }
  #IndustrialStory .StoryTopBar {
    justify-content: center;
    row-gap: 18px;
  }
  #IndustrialStory .IndustrialGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  #IndustrialStory .IndustrialGrid .HugeTitle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    grid-column: span 2;
    text-align: center;
    margin: 20px 0;
    font-size: 90px;
  }
  #IndustrialStory .IndustrialGrid .TimelineBlock {
    grid-column: span 2;
  }
  #ServiceList .ServiceListWrapper {
    gap: 16px;
  }
  #ServiceList .ServiceListItem {
    grid-template-columns: 165px minmax(0, 1fr) 55px;
    min-height: 160px;
    padding: 28px;
    border-radius: 20px;
  }
  #ServiceList .ServiceNumber {
    min-width: 55px;
    font-size: 46px;
    line-height: 46px;
  }
  #ServiceList .ServiceListMeta {
    gap: 18px;
    justify-content: space-between;
  }
  #ServiceList .ServiceIcon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }
  #ServiceList .ServiceIcon img {
    width: 27px;
    height: 27px;
  }
  #ServiceList .ServiceListContent {
    padding: 0 25px;
  }
  #ServiceList .ServiceListContent h3 {
    font-size: 23px;
    line-height: 29px;
  }
  #ServiceList .ServiceArrow {
    width: 48px;
    height: 48px;
  }
  #WhoWeAre {
    padding: 80px 0;
  }
  #WhoWeAre .WhoLeft h2 {
    font-size: 54px;
  }
  #WhoWeAre .WhoStats {
    flex-wrap: wrap;
  }
  #WhoWeAre .WhoStats .StatItem {
    width: 48%;
    flex: none;
  }
  #WhoWeAre .WhoStats .StatItem::after {
    display: none;
  }
  #WhoWeAre .ImageGrid {
    grid-template-columns: 1fr;
  }
  #WhoWeAre .LargeCard {
    height: 450px;
  }
  #WhoWeAre .RightCards {
    flex-direction: row;
  }
  #WhoWeAre .RightCards .ImageCard {
    flex: 1;
    height: 250px;
  }
  #WhoWeAre .WhoTimeline {
    flex-direction: column;
  }
  #WhoWeAre .WhoTimeline .TimelineStep {
    flex-direction: row;
    text-align: left;
  }
  #FooterSection {
    padding-top: 140px;
  }
  #FooterSection .FooterCTA {
    margin-top: -70px;
    padding: 40px;
  }
  #FooterSection .FooterCTA h2 {
    font-size: 40px;
  }
  #FooterSection .FooterCTA .NewsletterForm {
    margin-top: 30px;
  }
  #FooterSection .FooterBottom {
    gap: 15px;
    text-align: center;
    justify-content: center !important;
  }
  #AboutOverview {
    padding: 90px 0;
  }
  #AboutOverview .AboutContent {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
  #AboutOverview .AboutContent .SubTitle {
    padding-right: 0;
  }
  #AboutOverview .AboutContent .SubTitle::after {
    display: none;
  }
  #AboutOverview .AboutContent h2 {
    font-size: 48px;
  }
  #AboutOverview .ExperienceCard {
    padding: 40px;
  }
  #AboutOverview .ExperienceCard .ExperienceContent h3 {
    font-size: 72px;
  }
  #AboutOverview .ExperienceCard .ExperienceContent p {
    font-size: 18px;
  }
  #ProjectCTA {
    min-height: 700px;
  }
  #ProjectCTA .ProjectCTAContent {
    max-width: 620px;
    padding-top: 60px;
  }
  #ProjectCTA .ProjectCTAImage {
    height: 450px;
  }
  #ProjectCTA .ProjectCTAImage::before {
    height: 140px;
  }
  #ServiceOverview {
    padding: 75px 0;
  }
  #ServiceOverview .ServiceOverviewHeading {
    margin-bottom: 40px;
  }
  #ServiceOverview .ServiceOverviewHeading h2 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1.5px;
  }
  #ServiceOverview .ServiceOverviewTop {
    padding: 40px;
  }
  #ServiceOverview .ServiceOverviewContent {
    grid-template-columns: 1fr;
  }
  #ServiceOverview .ServiceOverviewPrimary {
    padding: 0 0 35px;
  }
  #ServiceOverview .ServiceOverviewPrimary h3 {
    max-width: 650px;
    font-size: 31px;
    line-height: 40px;
  }
  #ServiceOverview .ServiceOverviewDescription {
    padding: 35px 0 0;
    border-left: 0;
    border-top: 1px solid #dededb;
  }
  #ServiceOverview .ServiceOverviewDescription p {
    max-width: 680px;
  }
  #ServiceOverview .ServiceScope {
    padding: 35px 40px 0;
  }
  #ServiceOverview .ServiceScopeGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  #ServiceOverview .ServiceScopeItem {
    min-height: 220px;
    padding: 32px 30px 35px 0;
  }
  #ServiceOverview .ServiceScopeItem:not(:first-child) {
    padding-left: 30px;
  }
  #ServiceOverview .ServiceScopeItem:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #dfdfdc;
  }
  #ServiceOverview .ServiceScopeItem:nth-child(4) {
    border-top: 1px solid #dfdfdc;
  }
  #ServiceCTA {
    padding: 65px 0;
  }
  #ServiceCTA .ServiceCTAWrapper {
    min-height: 160px;
  }
  #ServiceCTA .ServiceCTAWrapper::before {
    width: 65%;
  }
  #ServiceCTA .ServiceCTAWrapper::after {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 46%, rgba(255, 255, 255, 0.85) 68%, rgba(247, 247, 245, 0.25) 100%);
  }
  #ServiceCTA .ServiceCTAContent {
    padding: 35px;
  }
  #ServiceCTA .ServiceCTAContent::before {
    left: 35px;
  }
  #ServiceCTA .ServiceCTAContent h3 {
    max-width: 500px;
    font-size: 27px;
    line-height: 35px;
  }
  #ServiceCTA .ServiceCTAButton {
    width: 160px;
    flex: 0 0 160px;
    padding: 30px 24px;
  }
  #ServiceCTA .ServiceCTAButton span {
    font-size: 11px;
  }
  .SectionHeading,
  .SectionTitle h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  #OtherPage .Page-Title h1 {
    font-size: 42px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroBottom h1 {
    font-size: 32px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroBottom {
    flex-wrap: wrap;
  }
  #ServiceList .ServiceListTitle .SubTitle {
    font-size: 12px;
  }
  #ServiceList .ServiceListTitle h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px;
  }
  #ServiceList .ServiceListTitle {
    margin-bottom: 40px;
  }
  #WhyOutsetBridge .WhyOutsetImage img {
    -o-object-position: 90% center;
       object-position: 90% center;
    border-radius: 18px;
  }
  #WhyOutsetBridge .WhyOutsetStatement {
    border-left: 2px solid var(--BrandRed);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #FooterSection .FooterCTA .NewsletterForm input {
    width: 100%;
    height: 100%;
    padding: 16px;
  }
  #FooterSection .FooterCTA {
    padding: 40px 20px;
  }
  #ServiceOverview .ServiceOverviewPrimary h3 {
    font-size: 24px;
    line-height: 31px;
  }
  #ServiceOverview {
    padding: 60px 0;
  }
  #ServiceOverview .ServiceOverviewHeading {
    margin-bottom: 32px;
  }
  #ServiceOverview .ServiceOverviewHeading .SubTitle {
    margin-bottom: 13px;
    font-size: 12px;
  }
  #ServiceOverview .ServiceOverviewHeading h2 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1px;
  }
  #ServiceOverview .ServiceOverviewCard {
    border-radius: 20px;
  }
  #ServiceOverview .ServiceOverviewTop {
    padding: 30px;
  }
  #ServiceOverview .ServiceOverviewLabel {
    gap: 13px;
    margin-bottom: 32px;
  }
  #ServiceOverview .ServiceOverviewLabel > span {
    font-size: 12px;
    line-height: 18px;
  }
  #ServiceOverview .ServiceOverviewIcon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
  #ServiceOverview .ServiceOverviewIcon img {
    width: 24px;
    height: 24px;
  }
  #ServiceOverview .ServiceOverviewPrimary {
    padding-bottom: 28px;
  }
  #ServiceOverview .ServiceOverviewPrimary h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  #ServiceOverview .ServiceOverviewDescription {
    padding-top: 28px;
  }
  #ServiceOverview .ServiceScope {
    padding: 30px 30px 0;
  }
  #ServiceOverview .ServiceScopeHeader {
    display: block;
    padding-bottom: 25px;
  }
  #ServiceOverview .ServiceScopeHeader > span {
    display: block;
    margin-bottom: 8px;
  }
  #ServiceOverview .ServiceScopeHeader p {
    max-width: 100%;
    text-align: left;
  }
  #ServiceOverview .ServiceScopeGrid {
    grid-template-columns: 1fr;
  }
  #ServiceOverview .ServiceScopeItem {
    min-height: auto;
    padding: 28px 0;
  }
  #ServiceOverview .ServiceScopeItem:not(:first-child) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #dfdfdc;
  }
  #ServiceOverview .ServiceScopeItem:nth-child(3),
  #ServiceOverview .ServiceScopeItem:nth-child(4) {
    padding-left: 0;
  }
  #ServiceOverview .ServiceScopeIcon {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
  }
  #ServiceOverview .ServiceScopeIcon img {
    width: 32px;
    height: 32px;
  }
  #ServiceOverview .ServiceScopeContent p {
    max-width: 100%;
  }
  #ServiceConsideration .ServiceConsiderationText p {
    font-size: 14px;
    line-height: 24px;
  }
  #WhyOutsetBridge {
    padding: 30px 0;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard {
    background: none;
  }
  #BlogListSection {
    padding: 40px 0;
  }
  #BlogListSection::before {
    width: calc(100% - 32px);
  }
  #BlogListSection .BlogListHeader {
    margin-bottom: 38px;
  }
  #BlogListSection .SubTitle {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #BlogListSection .SectionHeading {
    font-size: 42px;
    line-height: 1.08;
  }
  #BlogListSection .SectionDescription {
    margin-top: 17px;
  }
  #BlogListSection .BlogFilters {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  #BlogListSection .BlogFilters::-webkit-scrollbar {
    display: none;
  }
  #BlogListSection .BlogFilterButton {
    flex: 0 0 auto;
  }
  #BlogListSection .BlogGrid {
    grid-template-columns: 1fr;
    row-gap: 46px;
  }
  #BlogListSection .BlogCardImage {
    height: 390px;
  }
  #BlogListSection .BlogCardContent p {
    min-height: 0;
  }
  #BlogListSection .BlogListFooter {
    margin-top: 54px;
  }
  #FeaturedBlogSection {
    padding: 40px 0;
  }
  #FeaturedBlogSection .FeaturedBlogTitle {
    margin-bottom: 28px;
  }
  #FeaturedBlogSection .SubTitle {
    margin-bottom: 14px;
    font-size: 12px;
  }
  #FeaturedBlogSection .SectionHeading {
    font-size: 42px;
    line-height: 1.08;
  }
  #FeaturedBlogSection .FeaturedBlogCard {
    gap: 28px;
    padding-top: 24px;
  }
  #FeaturedBlogSection .FeaturedBlogImage {
    height: 390px;
    border-radius: 9px;
  }
  #FeaturedBlogSection .FeaturedBlogContent {
    max-width: 100%;
  }
  #FeaturedBlogSection h3 {
    font-size: 31px;
  }
  #AboutIntroSection {
    padding: 40px 0 40px;
  }
  #AboutIntroSection .AboutIntroTop {
    gap: 30px;
    margin-bottom: 0px;
  }
  #AboutIntroSection .SubTitle {
    min-height: 31px;
    margin-bottom: 18px;
    padding: 7px 13px;
    font-size: 11px;
  }
  #AboutIntroSection .SectionHeading {
    font-size: 41px;
    line-height: 1.08;
  }
  #AboutIntroSection .SectionDescription {
    margin-top: 18px;
    font-size: 15px;
  }
  #AboutIntroSection .AboutIntroImageTop {
    width: 82%;
    height: 290px;
    border-radius: 26px;
  }
  #AboutIntroSection .AboutIntroDoodleArrow {
    left: -28px;
  }
  #AboutIntroSection .AboutIntroShowcase {
    min-height: 650px;
  }
  #AboutIntroSection .AboutIntroDarkPanel {
    min-height: 500px;
    border-radius: 28px;
  }
  #AboutIntroSection .AboutIntroStatement {
    top: 32px;
    left: 28px;
  }
  #AboutIntroSection .AboutIntroStatement strong {
    font-size: 32px;
  }
  #AboutIntroSection .AboutIntroServices {
    right: 28px;
    bottom: 38px;
    left: 28px;
    gap: 8px;
  }
  #AboutIntroSection .AboutIntroServices li {
    min-height: 40px;
    padding: 9px 18px;
    font-size: 12px;
  }
  #AboutIntroSection .AboutIntroImageBottom {
    right: 20px;
    width: 68%;
    height: 255px;
  }
  #IndustrialLandSupport {
    padding: 65px 0;
  }
  #IndustrialLandSupport .LandSupportImage {
    height: 480px;
    margin-bottom: 45px;
    border-radius: 16px;
  }
  #IndustrialLandSupport .SectionTitle {
    margin-bottom: 30px;
  }
  #IndustrialLandSupport .SectionTitle .SectionHeading {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  #IndustrialLandSupport .SectionTitle .SectionDescription {
    font-size: 14px;
  }
  #IndustrialLandSupport .LandSupportItem {
    min-height: 68px;
  }
  #IndustrialLandSupport .PrimaryBtn {
    font-size: 16px;
  }
  .web-btn {
    text-align: center;
  }
  #ServiceIntroduction {
    padding: 65px 0;
  }
  #ServiceIntroduction .ServiceIntroHeader {
    margin-bottom: 40px;
  }
  #ServiceIntroduction .SectionTitle .SectionHeading {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  #ServiceIntroduction .ServiceIntroImage {
    height: 390px;
  }
  #ServiceIntroduction .ServiceIntroBar {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  #ServiceIntroduction .ServiceIntroBarItems {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #ServiceIntroduction .ServiceIntroBarItems span:first-child {
    padding-left: 0;
  }
  #ServiceIntroduction .ServiceIntroLink {
    grid-column: auto;
  }
  #ServiceIntroduction .ServiceIntroDetails {
    margin-top: 42px;
  }
  #ServiceIntroduction .ServiceIntroDetails [class*=col-] {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-right: 0;
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #ServiceIntroduction .ServiceIntroDetails [class*=col-]:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #ServiceIntroduction .ServiceIntroText {
    max-width: 620px;
  }
  #WhatWeAssess .AssessmentVisual {
    min-height: 390px;
  }
  #WhatWeAssess .AssessmentBackground {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
  #WhatWeAssess .SectionTitle {
    padding: 45px 0;
  }
  #WhatWeAssess .SectionTitle .SectionHeading {
    max-width: 500px;
    font-size: 40px;
  }
  #WhyOutsetBridge {
    padding: 65px 0;
  }
  #WhyOutsetBridge .SectionTitle .SectionHeading {
    font-size: 40px;
  }
  #WhyOutsetBridge .WhyOutsetVisual {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  #WhyOutsetBridge .WhyOutsetImage {
    height: 310px;
  }
  #WhyOutsetBridge .WhyOutsetStatement {
    min-height: 180px;
    padding: 34px;
  }
  #WhyOutsetBridge .WhyOutsetStatement p {
    max-width: 430px;
    font-size: 23px;
  }
  #WhyOutsetBridge .WhyOutsetStatement span {
    margin-top: 24px;
  }
  #OutsetHeader {
    --OutsetHeaderHeight: 82px;
  }
  #OutsetHeader .OutsetHeader {
    gap: 15px;
  }
  #OutsetHeader .OutsetHeaderLogo img {
    width: 155px;
    max-height: 48px;
  }
  #OutsetHeader .OutsetHeaderCTA {
    display: none;
  }
  #OutsetHeader .OutsetHeaderMenuToggle {
    width: 46px;
    height: 46px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:first-child {
    top: 19px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:last-child {
    top: 26px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle.is-active span {
    top: 23px;
  }
  #OutsetHeader .OutsetMobileNavigationInner {
    padding: 24px 0;
  }
  #OutsetHeader .OutsetMobileMenu a {
    gap: 14px;
    padding: 17px 0;
    font-size: 33px;
    letter-spacing: -0.5px;
  }
  #OutsetHeader .OutsetMobileMenu a > span {
    padding-top: 5px;
    font-size: 9px;
  }
  #OutsetHeader .OutsetMobileNavigationFooter {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding-top: 30px;
  }
  #OutsetHeader .OutsetMobileNavigationFooter p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.6;
  }
  #OutsetHeader .OutsetMobileCTA {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
  #OutsetHeader.is-sticky {
    --OutsetHeaderHeight: 68px;
  }
  #OutsetHeader.is-sticky .OutsetHeaderLogo img {
    width: 145px;
  }
  :root {
    --OutsetDisplayTitle: clamp(45px, 13.4vw, 62px);
    --OutsetSectionTitle: clamp(36px, 10vw, 52px);
    --OutsetSmallTitle: clamp(25px, 7vw, 34px);
  }
  main#Main {
    margin-top: 50px;
  }
  #IndustrialStory {
    padding: 50px 0;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem {
    font-size: 17px;
  }
  #IndustrialStory .StoryTopBar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem {
    text-transform: capitalize;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem::after {
    display: none;
  }
  #IndustrialStory .IndustrialGrid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  #IndustrialStory .IndustrialGrid .HugeTitle {
    font-size: 62px;
    text-align: center;
    margin: 10px 0 20px;
    letter-spacing: -3px;
  }
  #IndustrialStory .IndustrialGrid .GridButton {
    order: -1;
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn {
    width: 100%;
    font-weight: 600;
    height: auto;
    padding: 10px;
  }
  #IndustrialStory .IndustrialGrid .AboutBlock,
  #IndustrialStory .IndustrialGrid .DescriptionBlock,
  #IndustrialStory .IndustrialGrid .TimelineBlock {
    padding-top: 0;
  }
  #IndustrialStory .IndustrialGrid .ImageOne,
  #IndustrialStory .IndustrialGrid .ImageTwo,
  #IndustrialStory .IndustrialGrid .ImageThree,
  #IndustrialStory .IndustrialGrid .ImageFour {
    height: 260px;
  }
  #IndustrialStory .IndustrialGrid .TimelineBlock .TimelineItem span {
    font-size: 28px;
    width: 40px;
  }
  #IndustrialStory .IndustrialGrid .TimelineBlock .TimelineItem h6 {
    font-size: 18px;
  }
  #IndustrialStory .IndustryBox h4 {
    font-size: 18px;
    font-family: "Manrope";
    text-transform: Capitalize;
  }
  #IndustrialStory .StoryTopBar .TopRow {
    gap: 5px;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
  #WhatWeHelpWith {
    padding: 55px 0;
  }
  #WhatWeHelpWith .container {
    padding: 0 15px;
  }
  #WhatWeHelpWith .WhatHelpTitle {
    padding-bottom: 25px;
  }
  #WhatWeHelpWith .WhatHelpTitle .SubTitle {
    margin-bottom: 13px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  #WhatWeHelpWith .WhatHelpTitle h2 {
    font-size: 40px;
    line-height: 1;
  }
  #WhatWeHelpWith .WhatHelpTitle p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.65;
  }
  #WhatWeHelpWith .WhatHelpPanel {
    border-radius: 13px;
  }
  #WhatWeHelpWith .WhatHelpVisual {
    aspect-ratio: 16/10;
  }
  #WhatWeHelpWith .WhatHelpNavigation {
    height: 125px;
    padding: 14px 52px 0;
    overflow: hidden;
  }
  #WhatWeHelpWith .WhatHelpSteps {
    width: 600px;
    justify-content: flex-start;
  }
  #WhatWeHelpWith .WhatHelpStep {
    width: 120px;
    min-width: 120px;
    height: 105px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpLargeNumber {
    font-size: 48px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpStepDot {
    top: 54px;
    width: 8px;
    height: 8px;
  }
  #WhatWeHelpWith .WhatHelpStep .WhatHelpStepName {
    margin-top: 17px;
    padding: 3px 7px;
    font-size: 12px;
  }
  #WhatWeHelpWith .WhatHelpStep.active .WhatHelpStepDot {
    width: 11px;
    height: 11px;
    box-shadow: 0 0 0 4px rgba(236, 24, 27, 0.18);
  }
  #WhatWeHelpWith .WhatHelpTrack {
    display: none;
  }
  #WhatWeHelpWith .WhatHelpArrow {
    top: 48px;
    width: 38px;
    height: 38px;
    background: rgba(10, 12, 14, 0.68);
  }
  #WhatWeHelpWith .WhatHelpPrev {
    left: 8px;
  }
  #WhatWeHelpWith .WhatHelpNext {
    right: 8px;
  }
  #WhatWeHelpWith .WhatHelpBottomBar {
    padding: 20px 16px;
  }
  #WhatWeHelpWith .WhatHelpPagination {
    margin-bottom: 20px;
  }
  #WhatWeHelpWith .WhatHelpPaginationItem {
    width: 13px;
    height: 13px;
  }
  #WhatWeHelpWith .WhatHelpPaginationItem:not(:last-child) {
    margin-right: 27px;
  }
  #WhatWeHelpWith .WhatHelpPaginationItem:not(:last-child)::after {
    left: 12px;
    width: 28px;
  }
  #WhatWeHelpWith .WhatHelpActiveTitle {
    gap: 9px;
    padding-bottom: 14px;
  }
  #WhatWeHelpWith .WhatHelpActiveTitle .WhatHelpCurrentNumber {
    font-size: 33px;
  }
  #WhatWeHelpWith .WhatHelpActiveTitle .WhatHelpTitleDivider {
    font-size: 20px;
  }
  #WhatWeHelpWith .WhatHelpActiveTitle .WhatHelpCurrentTitle {
    font-size: 20px;
    letter-spacing: 1px;
  }
  #WhatWeHelpWith .WhatHelpDescriptionWrap {
    padding-top: 14px;
  }
  #WhatWeHelpWith .WhatHelpCurrentDescription {
    font-size: 14px;
    line-height: 1.65;
  }
  #IndustrialLandSearchSupport {
    padding: 55px 0 75px;
  }
  #IndustrialLandSearchSupport .container {
    padding: 0 15px;
  }
  #IndustrialLandSearchSupport .LandMetaItems {
    display: block;
  }
  #IndustrialLandSearchSupport .LandMetaItem {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  #IndustrialLandSearchSupport .LandMetaItem::after {
    display: none;
  }
  #IndustrialLandSearchSupport .LandMetaItem strong {
    font-size: 12px;
  }
  #IndustrialLandSearchSupport .LandMetaItem span {
    font-size: 11px;
  }
  #IndustrialLandSearchSupport .LandSupportVisual {
    min-height: 380px;
  }
  #IndustrialLandSearchSupport .LandInfoCard {
    padding: 10px 12px;
  }
  #IndustrialLandSearchSupport .LandInfoCard strong {
    font-size: 12px;
  }
  #IndustrialLandSearchSupport .LandInfoCard small {
    font-size: 11px;
  }
  #IndustrialLandSearchSupport .LandInfoCard01 {
    top: 26%;
    left: 4%;
  }
  #IndustrialLandSearchSupport .LandInfoCard02 {
    top: 18%;
    left: 37%;
  }
  #IndustrialLandSearchSupport .LandInfoCard03 {
    top: 35%;
    left: 60%;
  }
  #IndustrialLandSearchSupport .LandInfoLine01,
  #IndustrialLandSearchSupport .LandInfoLine02,
  #IndustrialLandSearchSupport .LandInfoLine03 {
    display: none;
  }
  #IndustrialLandSearchSupport .LandSupportContent {
    padding: 30px 20px 0;
  }
  #IndustrialLandSearchSupport .LandSupportSubTitle {
    margin-bottom: 18px;
    font-size: 12px;
  }
  #IndustrialLandSearchSupport .LandSupportContent h2 {
    font-size: 36px;
    line-height: 1.02;
    letter-spacing: -1px;
  }
  #IndustrialLandSearchSupport .LandSupportShortLine {
    margin: 18px 0 18px;
  }
  #IndustrialLandSearchSupport .LandSupportContent p {
    margin-bottom: 24px;
    font-size: 15px;
  }
  #IndustrialLandSearchSupport .LandSupportList li {
    padding: 14px 0;
  }
  #IndustrialLandSearchSupport .LandSupportList li span {
    font-size: 16px;
  }
  #IndustrialLandSearchSupport .LandSupportList li i {
    font-size: 24px;
  }
  #IndustrialLandSearchSupport .LandSupportButton {
    margin: 26px -20px 0;
    padding: 18px 20px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  #IndustrialLandSearchSupport .LandSupportBottom {
    padding: 28px 8px 0;
  }
  #IndustrialLandSearchSupport .LandBottomTrack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }
  #IndustrialLandSearchSupport .LandBottomTrackLine,
  #IndustrialLandSearchSupport .LandBottomEdge {
    display: none;
  }
  #IndustrialLandSearchSupport .LandBottomItem .LandBottomDot {
    margin-bottom: 12px;
  }
  #IndustrialLandSearchSupport .LandBottomItem h3 {
    font-size: 14px;
  }
  #ContactSection {
    padding: 55px 0;
  }
  #ContactSection .container {
    padding: 0 15px;
  }
  #ContactSection .ContactTitle {
    margin-bottom: 30px;
  }
  #ContactSection .ContactTitle h2 {
    font-size: 38px;
  }
  #ContactSection .ContactTitle p {
    font-size: 14px;
  }
  #ContactSection .ContactFormWrap,
  #ContactSection .ContactInformation {
    padding: 20px 10px;
    border-radius: 18px;
  }
  #ContactSection .ContactFormWrap h3,
  #ContactSection .ContactInformation h3 {
    margin-bottom: 25px;
    font-size: 26px;
  }
  #ContactSection .ContactInfoItem {
    padding: 5px 0;
  }
  #ProjectShowcase .SectionHeading {
    font-size: 32px;
  }
  #ProjectShowcase .ProjectList {
    border-top: 0;
  }
  #ContactSection .ContactFormRow {
    display: block;
  }
  #ContactSection .ContactField {
    width: 100%;
    margin-bottom: 20px;
  }
  #ContactSection .ContactSubmitButton {
    width: 100%;
  }
  #ContactSection .ContactMapDetails {
    padding: 30px 20px;
  }
  #ContactSection .ContactMapDetails h3 {
    font-size: 27px;
  }
  #ContactSection .ContactMapEmbed iframe {
    min-height: 340px;
  }
  #ContactSection .BusinessHoursRow {
    align-items: flex-start;
  }
  #ContactFaq {
    padding: 55px 0;
  }
  #ContactFaq .container {
    padding: 0 15px;
  }
  #ContactFaq .ContactFaqIntro {
    margin-bottom: 35px;
  }
  #ContactFaq .ContactFaqTitle .SubTitle {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  #ContactFaq .ContactFaqTitle h2 {
    font-size: 36px;
  }
  #ContactFaq .ContactFaqTitle p {
    margin-top: 18px;
    font-size: 14px;
  }
  #ContactFaq .ContactFaqButton {
    width: 100%;
    margin-top: 25px;
  }
  #ContactFaq .ContactFaqQuestion {
    padding: 20px 0;
    gap: 12px;
  }
  #ContactFaq .ContactFaqQuestion h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  #ContactFaq .ContactFaqNumber {
    flex-basis: 25px;
    font-size: 10px;
  }
  #ContactFaq .ContactFaqIcon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  #ContactFaq .ContactFaqAnswer {
    padding: 0 10px 10px 10px;
  }
  #ContactFaq .ContactFaqAnswer p {
    font-size: 14px;
    line-height: 1.7;
  }
  #DocumentationCompliance {
    padding: 55px 0;
  }
  #DocumentationCompliance .container {
    padding: 0 15px;
  }
  #DocumentationCompliance .DocumentationTitle {
    margin-bottom: 35px;
  }
  #DocumentationCompliance .DocumentationTitle .SubTitle {
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #DocumentationCompliance .DocumentationTitleRow h2 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1px;
  }
  #DocumentationCompliance .DocumentationTitleRow p {
    margin-top: 18px;
    font-size: 14px;
  }
  #DocumentationCompliance .DocumentationVisual {
    min-height: 430px;
  }
  #DocumentationCompliance .DocumentationImageTop {
    top: 18px;
    right: 18px;
    left: 18px;
  }
  #DocumentationCompliance .DocumentationStatusCard {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 20px;
  }
  #DocumentationCompliance .DocumentationContent {
    padding: 30px 20px;
  }
  #DocumentationCompliance .DocumentationContentHeader {
    display: block;
  }
  #DocumentationCompliance .DocumentationContentHeader p {
    margin-top: 13px;
  }
  #DocumentationCompliance .DocumentationStep {
    gap: 12px;
    padding: 25px 0;
  }
  #DocumentationCompliance .DocumentationStep:hover {
    padding-left: 0;
  }
  #DocumentationCompliance .DocumentationStepNumber {
    flex-basis: 28px;
    font-size: 10px;
  }
  #DocumentationCompliance .DocumentationStepHeading {
    align-items: flex-start;
  }
  #DocumentationCompliance .DocumentationStepHeading h3 {
    font-size: 20px;
    line-height: 1.25;
  }
  #DocumentationCompliance .DocumentationStepArrow {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  #DocumentationCompliance .DocumentationStepContent > p {
    font-size: 13px;
  }
  #DocumentationCompliance .DocumentationAction {
    display: block;
  }
  #DocumentationCompliance .DocumentationAction > p {
    margin-top: 15px;
  }
  #DocumentationCompliance .DocumentationButton {
    width: 100%;
    min-width: 0;
  }
  #DocumentationCompliance .DocumentationCheckpoints {
    display: block;
  }
  #DocumentationCompliance .DocumentationCheckpoint {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #DocumentationCompliance .DocumentationCheckpoint:last-child {
    border-bottom: 0;
  }
  #GovernmentLandEditorial {
    padding: 55px 0;
  }
  #GovernmentLandEditorial .container {
    padding: 0 15px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialHeader {
    margin-bottom: 35px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialTitle .SubTitle {
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialTitle h2 {
    font-size: 36px;
    line-height: 1.08;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialDescription {
    margin-top: 18px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialDescription p {
    font-size: 13px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialVisual {
    height: 350px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialCaption {
    right: 20px;
    bottom: 85px;
    left: 20px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialCaption strong {
    font-size: 27px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialSheet {
    margin-top: -45px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialSheetHeader {
    padding: 22px 20px;
    display: block;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialSheetHeader p {
    margin-top: 10px;
    text-align: left;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialProcess {
    display: block;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep {
    width: 100%;
    min-height: 0;
    padding: 25px 20px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep:last-child {
    border-bottom: 0;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialStep > p {
    font-size: 12px;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialFooter {
    padding: 22px 20px;
    display: block;
  }
  #GovernmentLandEditorial .GovernmentLandEditorialButton {
    width: 100%;
    margin-top: 22px;
  }
  #WhatWeDo {
    padding: 40px 0;
  }
  #WhatWeDo .WhatWeDoGrid {
    background-size: 55px 55px;
  }
  #WhatWeDo .SectionTitle .SubTitle {
    margin-bottom: 18px;
  }
  #WhatWeDo .SectionTitle h2 {
    font-size: 39px;
    line-height: 1.07;
    letter-spacing: -2px;
  }
  #WhatWeDo .WhatWeDoIntro {
    margin-top: 22px;
  }
  #WhatWeDo .WhatWeDoIntro p {
    font-size: 14px;
  }
  #WhatWeDo .WhatWeDoPanel {
    border-radius: 20px;
  }
  #WhatWeDo .WhatWeDoVisual {
    min-height: 470px;
  }
  #WhatWeDo .WhatWeDoVisual img {
    min-height: 470px;
    max-height: 470px;
  }
  #WhatWeDo .WhatWeDoVisualTop {
    top: 22px;
    right: 22px;
    left: 22px;
  }
  #WhatWeDo .WhatWeDoVisualContent {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }
  #WhatWeDo .WhatWeDoVisualContent h3 {
    font-size: 30px;
    letter-spacing: -1.2px;
  }
  #WhatWeDo .WhatWeDoItem {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    min-height: auto;
    padding: 28px 22px;
    flex-wrap: wrap;
  }
  #WhatWeDo .WhatWeDoItem:hover {
    color: inherit;
    background: #ffffff;
    padding: 28px 22px;
  }
  #WhatWeDo .WhatWeDoItem:hover .WhatWeDoNumber,
  #WhatWeDo .WhatWeDoItem:hover .WhatWeDoItemContent p {
    color: rgba(18, 18, 18, 0.58);
  }
  #WhatWeDo .WhatWeDoItem:hover .WhatWeDoItemContent h3 {
    color: #151515;
  }
  #WhatWeDo .WhatWeDoItemContent h3 {
    font-size: 21px;
  }
  #WhatWeDo .WhatWeDoItemContent p {
    font-size: 14px;
  }
  #WhatWeDo .WhatWeDoArrow {
    display: none;
  }
  #PurposeSection {
    padding: 40px 0;
  }
  #PurposeSection .PurposeVisual {
    min-height: 580px;
    border-radius: 20px 20px 0 0;
  }
  #PurposeSection .PurposeHeader {
    padding: 38px 24px 230px;
  }
  #PurposeSection .SectionTitle .SubTitle {
    margin-bottom: 19px;
    font-size: 12px;
  }
  #PurposeSection .SectionTitle h2 {
    font-size: 39px;
    line-height: 1.06;
    letter-spacing: -2px;
  }
  #PurposeSection .PurposeIntro {
    margin-top: 22px;
  }
  #PurposeSection .PurposeIntro p {
    font-size: 14px;
  }
  #PurposeSection .PurposeImageLabel {
    right: 24px;
    bottom: 205px;
    left: 24px;
    justify-content: space-between;
  }
  #PurposeSection .PurposeCards {
    margin-top: -180px;
    padding: 0 14px;
  }
  #PurposeSection .PurposeCard {
    padding: 30px 24px;
  }
  #PurposeSection .PurposeCard:hover {
    transform: none;
  }
  #PurposeSection .PurposeCardTop {
    margin-bottom: 20px;
  }
  #PurposeSection .PurposeCardContent h3 {
    font-size: 24px;
  }
  #LeadershipSection {
    padding-top: 40px;
  }
  #LeadershipSection .LeadershipFeaturedContent .LeadershipRole {
    font-size: 12px;
  }
  #LeadershipSection .LeadershipHeading {
    margin-bottom: 42px;
  }
  #LeadershipSection .SectionTitle h2 {
    font-size: 39px;
    line-height: 1.07;
    letter-spacing: -2px;
  }
  #LeadershipSection .LeadershipIntro {
    margin-top: 20px;
  }
  #LeadershipSection .LeadershipIntro p {
    font-size: 14px;
  }
  #LeadershipSection .LeadershipFeatured {
    min-height: 570px;
  }
  #LeadershipSection .LeadershipFeaturedContent {
    right: 24px;
    bottom: 27px;
    left: 24px;
  }
  #LeadershipSection .LeadershipFeaturedContent h3 {
    font-size: 34px;
  }
  #LeadershipSection .LeadershipStatement {
    padding: 38px 24px;
  }
  #LeadershipSection .LeadershipStatement h3 {
    font-size: 29px;
  }
  #LeadershipSection .LeadershipStatement p {
    margin: 15px 0 0;
    font-size: 16px;
  }
  #LeadershipSection .LeadershipMemberInfo span {
    font-size: 10px;
  }
  #TrustIndexSection .SectionTitle .SubTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #LeadershipSection .LeadershipMember {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  }
  #LeadershipSection .LeadershipMemberImage {
    height: 410px;
  }
  #LeadershipSection .LeadershipMemberInfo {
    min-height: 110px;
  }
  #LeadershipSection .LeadershipBottom {
    padding: 65px 0 75px;
  }
  #LeadershipSection .LeadershipBottomTitle h3 {
    font-size: 29px;
  }
  #LeadershipSection .LeadershipWideMember {
    display: block;
  }
  #LeadershipSection .LeadershipWideImage {
    min-height: 360px;
  }
  #LeadershipSection .LeadershipWideImage img {
    min-height: 360px;
  }
  #LeadershipSection .LeadershipWideContent {
    padding: 30px 24px;
  }
  #TrustIndexSection {
    padding: 40px 0;
  }
  #TrustIndexSection .TrustBackgroundText {
    display: none;
  }
  #TrustIndexSection .TrustHeading {
    margin-bottom: 42px;
  }
  #TrustIndexSection .SectionTitle h2 {
    font-size: 39px;
    line-height: 1.07;
    letter-spacing: -2px;
  }
  #TrustIndexSection .TrustIntro {
    margin-top: 12px;
  }
  #TrustIndexSection .TrustIntro p {
    font-size: 16px;
  }
  #TrustIndexSection .TrustFeatureContent {
    min-height: 470px;
    padding: 75px 10px 55px 0;
  }
  #TrustIndexSection .TrustFeatureContent::before {
    top: 55px;
    bottom: 55px;
  }
  #TrustIndexSection .TrustFeatureContent h3 {
    padding-left: 24px;
    font-size: 45px;
    letter-spacing: -2.7px;
  }
  #TrustIndexSection .TrustFeatureContent > p,
  #TrustIndexSection .TrustFeatureContent .TrustFeatureFooter {
    padding-left: 24px;
  }
  #TrustIndexSection .TrustFeatureContent .TrustCode {
    left: 24px;
  }
  #TrustIndexSection .TrustFeatureNumber {
    right: 10px;
    font-size: 210px;
  }
  #TrustIndexSection .TrustImage {
    min-height: 480px;
  }
  #TrustIndexSection .TrustPrinciples .col-lg-3 {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  }
  #TrustIndexSection .TrustPrinciples .col-lg-3:nth-child(3) {
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  }
  #TrustIndexSection .TrustPrinciples .col-lg-3:last-child {
    border-bottom: 0;
  }
  #TrustIndexSection .TrustPrinciple {
    min-height: auto;
    padding: 32px 0;
  }
  #TrustIndexSection .TrustPrinciple::before {
    right: 0;
    left: 0;
  }
  #TrustIndexSection .TrustPrinciple:hover {
    padding: 38px 0;
  }
  #TrustIndexSection .TrustPrinciple h3 {
    max-width: 400px;
    margin-top: 0px;
  }
  #TrustIndexSection .TrustPrinciple p {
    max-width: 480px;
    font-size: 16px;
  }
  #TrustIndexSection .TrustClosing {
    padding-top: 50px;
  }
  #TrustIndexSection .TrustClosing h3 {
    font-size: 31px;
  }
  #ProjectCTA {
    padding-top: 350px;
  }
  #ProjectCTA .ProjectCTAImage {
    height: 350px;
  }
  #ProjectCTA .ProjectCTAContent {
    padding: 60px 0 55px;
  }
  #ProjectCTA .SectionTitle .SubTitle {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #ProjectCTA .ProjectCTAContent .SectionTitle h2 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 37px;
  }
  #ProjectCTA .SectionTitle h2 {
    font-size: 43px;
    line-height: 1.02;
    letter-spacing: -2.6px;
  }
  #ProjectCTA .ProjectCTAContent .SectionTitle p {
    margin-top: 0;
    font-size: 16px;
  }
  #ProjectCTA .ProjectCTAActions {
    display: block;
    margin-top: 34px;
  }
  #ProjectCTA .ProjectCTAPrimary {
    width: 100%;
    justify-content: space-between;
  }
  #ProjectCTA .ProjectCTAContact {
    margin-top: 25px;
  }
  #ProjectCTA .ProjectCTAFooter {
    padding: 25px 0;
  }
  #ProjectCTA .ProjectCTAFooterItems {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 13px 25px;
    margin-top: 18px;
  }
  #ProjectCTA .ProjectCTAFooterItems span:not(:last-child)::after {
    right: -15px;
  }
  #HowWeWorkSection .HowWeWorkHeader {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionLabel {
    margin-bottom: 20px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionTitle {
    margin-bottom: 24px;
    font-size: 38px;
    letter-spacing: -1px;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionTitle br {
    display: none;
  }
  #HowWeWorkSection .HowWeWorkHeader .SectionDescription {
    font-size: 14px;
  }
  #HowWeWorkSection .HowWeWorkTimeline {
    padding-bottom: 40px;
  }
  #HowWeWorkSection .HowWeWorkTimeline > .row {
    row-gap: 35px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep {
    padding-top: 32px;
    padding-right: 10px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkNumber {
    margin-bottom: 16px;
    font-size: 88px;
  }
  #HowWeWorkSection .HowWeWorkTimeline .HowWeWorkStep .HowWeWorkStepTitle {
    margin-bottom: 12px;
    font-size: 18px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper {
    display: block;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper .HowWeWorkCtaTitle {
    margin-bottom: 28px;
    font-size: 22px;
  }
  #HowWeWorkSection .HowWeWorkCta .HowWeWorkCtaWrapper .HowWeWorkCtaLink {
    gap: 14px;
  }
  #OtherServicesSection {
    padding: 65px 0;
  }
  #OtherServicesSection .OtherServicesHeader {
    margin-bottom: 40px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle {
    margin-bottom: 25px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SubTitle {
    margin-bottom: 20px;
  }
  #OtherServicesSection .OtherServicesHeader .SectionTitle .SectionHeading {
    font-size: 38px;
    letter-spacing: -1px;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesIntro {
    font-size: 14px;
  }
  #OtherServicesSection .OtherServicesHeader .OtherServicesHeaderRight .OtherServicesNavigation .SliderButton {
    width: 44px;
    height: 44px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack {
    gap: 16px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide {
    flex-basis: 100%;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceImage .OtherServiceIcon {
    width: 58px;
    height: 58px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceImage .OtherServiceIcon svg {
    width: 27px;
    height: 27px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceName {
    min-height: 105px;
  }
  #OtherServicesSection .OtherServicesSlider .OtherServicesTrack .OtherServiceSlide .OtherServiceCard .OtherServiceName div h3 {
    font-size: 21px;
  }
  #OtherServicesSection .OtherServicesFooter {
    display: block;
    margin-top: 35px;
  }
  #OtherServicesSection .OtherServicesFooter > span {
    display: block;
    margin-bottom: 18px;
  }
  #BlogDetailPage #BlogDetailHero .BlogBreadcrumb {
    margin-bottom: 45px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent .BlogCategory {
    margin-bottom: 20px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent h1 {
    font-size: 38px;
    line-height: 1.13;
    letter-spacing: -1px;
  }
  #BlogDetailPage #BlogDetailHero .BlogMetaRow {
    display: block;
  }
  #BlogDetailPage #BlogDetailHero .BlogMetaRow .BlogMetaDetails {
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid var(--BrandBorder, #dadad6);
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroImage {
    height: 340px;
    margin-top: 35px;
  }
  #BlogDetailPage #BlogArticleSection {
    padding: 65px 0 75px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle > p {
    font-size: 15px;
    line-height: 1.85;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleLead {
    font-size: 20px;
    line-height: 1.55;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle h2 {
    margin-top: 48px;
    font-size: 28px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle h3 {
    font-size: 22px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticlePoints {
    grid-template-columns: 1fr;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticlePoints .ArticlePoint {
    min-height: auto;
    padding: 25px 0;
    border-top: 1px solid var(--BrandBorder, #dadad6);
    border-left: 0;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticlePoints .ArticlePoint:first-child {
    border-top: 0;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticlePoints .ArticlePoint > span {
    margin-bottom: 15px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleImage {
    margin: 40px 0 50px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleImage img {
    height: 340px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote {
    margin: 50px 0;
    padding: 42px 35px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote .QuoteMark {
    right: 20px;
    font-size: 120px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote p {
    font-size: 21px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleInfoBox {
    padding: 32px 28px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleConclusion {
    padding: 35px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleConclusion h2 {
    font-size: 27px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleFooter {
    display: block;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleFooter .ArticleShare {
    margin-top: 28px;
    text-align: left;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleFooter .ArticleShare > div {
    justify-content: flex-start;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleAuthorBox {
    padding: 28px;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarContents nav {
    grid-template-columns: 1fr;
  }
  #BlogDetailPage #RelatedArticles {
    padding: 70px 0 55px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader {
    margin-bottom: 40px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SubTitle {
    margin-bottom: 20px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SectionHeading {
    font-size: 38px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleImage {
    height: 340px;
  }
  #IndustrialHeroSection::before {
    background-image: url("../images/HeroBG-Mobile.png");
    background-position: center top;
  }
  #IndustrialHeroSection::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.04) 58%, rgba(17, 17, 17, 0.25) 73%, rgba(17, 17, 17, 0.86) 84%, rgba(17, 17, 17, 0.98) 100%);
  }
  #IndustrialHeroSection .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  #IndustrialHeroSection .IndustrialHero {
    height: calc(100svh - 82px);
    min-height: 680px;
    max-height: 860px;
    padding: 70px 0 28px;
  }
  #IndustrialHeroSection .IndustrialHeroStages {
    top: 0;
    bottom: 0;
    display: block;
    transform: none;
  }
  #IndustrialHeroSection .IndustrialHeroStage {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 310px;
    padding: 12px;
    transform: translate(-50%, -50%);
  }
  #IndustrialHeroSection .IndustrialHeroStageLand {
    top: 17%;
  }
  #IndustrialHeroSection .IndustrialHeroStagePaperwork {
    top: 45%;
  }
  #IndustrialHeroSection .IndustrialHeroStagePlant {
    top: 68%;
  }
  #IndustrialHeroSection .IndustrialHeroStage::before {
    width: 210px;
    height: 92px;
  }
  #IndustrialHeroSection .IndustrialHeroStageNumber {
    font-size: 20px;
  }
  #IndustrialHeroSection .IndustrialHeroStageLine {
    width: 25px;
    margin-top: 7px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  #IndustrialHeroSection .IndustrialHeroContent {
    max-width: 420px;
    margin: 0 auto;
  }
  #IndustrialHeroSection .IndustrialHeroContent::before {
    width: 44px;
    height: 5px;
    margin-bottom: 15px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 40px;
    line-height: 0.96;
  }
  #IndustrialHeroSection .IndustrialHeroTitle span {
    display: block;
  }
  #IndustrialHeroSection .PrimaryBtn {
    margin-top: 20px;
  }
  #WhyChooseUsSection {
    padding: 70px 0;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    top: 30px;
    font-size: 138px;
    letter-spacing: -4px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    padding-top: 10px;
    padding-bottom: 300px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle h2 {
    font-size: 44px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .PrimaryBtn {
    margin-top: 26px;
  }
  #WhyChooseUsSection .WhyChooseUsImage {
    top: 385px;
    width: 100%;
    height: 285px;
  }
  #WhyChooseUsSection .WhyChooseUsImage img {
    -o-object-position: 38% center;
       object-position: 38% center;
  }
  #WhyChooseUsSection .WhyChooseUsProof {
    padding-top: 45px;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    display: grid;
    grid-template-columns: 54px 66px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    min-height: auto;
    padding: 26px 0;
  }
  #WhyChooseUsSection .WhyChooseUsNumber {
    min-width: 0;
    font-size: 44px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon {
    min-width: 0;
    min-height: 58px;
    padding: 0 16px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon::before,
  #WhyChooseUsSection .WhyChooseUsIcon::after {
    height: 52px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 34px;
    height: 34px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent {
    padding-left: 20px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    font-size: 17px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent p {
    font-size: 13px;
  }
  #WhyChooseUsSection .WhyChooseUsCoordinates {
    bottom: 26px;
    font-size: 11px;
  }
  #WhyChooseUsSection .WhyChooseUsBlueprint {
    display: none;
  }
  #OutsetHowItWorks {
    padding: 72px 0;
  }
  #OutsetHowItWorks .OutsetProcessLayout {
    display: block;
  }
  #OutsetHowItWorks .OutsetProcessIntro {
    margin-bottom: 36px;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 48px;
    line-height: 0.96;
  }
  #OutsetHowItWorks .OutsetProcessIntro p {
    margin-top: 26px;
    font-size: 15px;
  }
  #OutsetHowItWorks .OutsetProcessSubTitle {
    margin-bottom: 42px;
  }
  #OutsetHowItWorks .OutsetProcessButton {
    width: 100%;
    max-width: 320px;
    margin-top: 28px;
  }
  #OutsetHowItWorks .OutsetProcessProgress,
  #OutsetHowItWorks .OutsetProcessVisualStack {
    display: none;
  }
  #OutsetHowItWorks .OutsetProcessStep {
    display: block;
    min-height: auto;
    padding: 48px 0;
    opacity: 1;
  }
  #OutsetHowItWorks .OutsetProcessStep:last-child {
    min-height: auto;
    padding-bottom: 16px;
  }
  #OutsetHowItWorks .OutsetProcessStep.is-active .OutsetProcessStepInner {
    transform: none;
  }
  #OutsetHowItWorks .OutsetProcessStepInner {
    max-width: none;
  }
  #OutsetHowItWorks .OutsetProcessStepVisual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    margin-bottom: 30px;
    padding: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(17, 24, 30, 0.08);
  }
  #OutsetHowItWorks .OutsetProcessStepVisual img {
    display: block;
    width: 100%;
    max-width: 420px;
    max-height: 310px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #OutsetHowItWorks .OutsetProcessStepTop {
    margin-bottom: 18px;
  }
  #OutsetHowItWorks .OutsetProcessNumber {
    font-size: 52px;
  }
  #OutsetHowItWorks .OutsetProcessDivider {
    height: 44px;
  }
  #OutsetHowItWorks .OutsetProcessIcon {
    width: 46px;
  }
  #OutsetHowItWorks .OutsetProcessStep h3 {
    font-size: 18px;
  }
  #OutsetHowItWorks .OutsetProcessStep p {
    max-width: 520px;
    font-size: 15px;
  }
  #ServiceConsideration .ServiceConsiderationTag span {
    font-size: 19px;
    line-height: 25px;
  }
  #ServiceConsideration .TagIcon img {
    width: 32px;
    height: 32px;
  }
  #ServiceConsideration .TagIcon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  #ServiceConsideration {
    padding: 40px 0;
  }
  #ServiceConsideration .ServiceConsiderationHead {
    margin-bottom: 32px;
  }
  #ServiceConsideration .ServiceConsiderationHead .SubTitle {
    font-size: 12px;
    gap: 12px;
  }
  #ServiceConsideration .ServiceConsiderationHead .SubTitle::before {
    width: 30px;
  }
  #ServiceConsideration .ServiceConsiderationHead h2 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1px;
  }
  #ServiceConsideration .ServiceConsiderationWrap {
    padding: 18px;
    border-radius: 20px;
  }
  #ServiceConsideration .ServiceConsiderationIntro p {
    font-size: 14px;
    line-height: 24px;
  }
  #ServiceConsideration .ServiceImageBand {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 0 30px;
    margin-bottom: 35px;
  }
  #ServiceConsideration .ServiceImageBandInner {
    height: 230px;
    border-radius: 18px;
  }
  #ServiceConsideration .ServiceImageAccent {
    top: -9px;
    left: 18px;
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }
  #ServiceConsideration .ServiceConsiderationStatement h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #ServiceConsideration .ServiceConsiderationStatement {
    padding: 0 0 19px;
  }
  .SectionTitle .SubTitle {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 1.4px;
  }
  .SectionTitle .SubTitle::before {
    width: 27px;
    height: 2px;
  }
  #WhyOutsetBridge {
    padding: 40px 0;
  }
  #WhyOutsetBridge .SectionTitle .SubTitle {
    gap: 10px;
    margin-bottom: 17px;
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  #WhyOutsetBridge .SectionTitle .SubTitle::before {
    width: 28px;
    height: 2px;
  }
  #WhyOutsetBridge .SectionTitle .SectionHeading {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }
  #WhyOutsetBridge .WhyOutsetIntro {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.65;
  }
  #WhyOutsetBridge .WhyOutsetReasons {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  #WhyOutsetBridge .WhyOutsetReason {
    min-height: auto;
    padding: 26px 0;
    border-left: 0;
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #WhyOutsetBridge .WhyOutsetReason:first-child {
    padding-left: 0;
  }
  #WhyOutsetBridge .WhyOutsetReason:nth-child(even) {
    padding-right: 0;
  }
  #WhyOutsetBridge .WhyOutsetReason:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--BrandBorder, #dadad6);
  }
  #WhyOutsetBridge .WhyOutsetReason:last-child {
    border-bottom: 0;
  }
  #WhyOutsetBridge .WhyOutsetReason .ReasonNumber {
    margin-bottom: 15px;
  }
  #WhyOutsetBridge .WhyOutsetReason h3 {
    font-size: 18px;
  }
  #WhyOutsetBridge .WhyOutsetReason p {
    max-width: 100%;
    font-size: 13px;
  }
  #WhyOutsetBridge .WhyOutsetVisual {
    margin-top: 32px;
  }
  #WhyOutsetBridge .WhyOutsetImage {
    height: 235px;
  }
  #WhyOutsetBridge .WhyOutsetImage img {
    -o-object-position: 58% center;
       object-position: 58% center;
  }
  #WhyOutsetBridge .WhyOutsetStatement {
    min-height: 165px;
    padding: 28px;
  }
  #WhyOutsetBridge .WhyOutsetStatement p {
    font-size: 21px;
  }
  #ProjectShowcase {
    padding: 70px 0;
  }
  #ProjectShowcase .ProjectShowcaseHeader {
    margin-bottom: 36px;
  }
  #ProjectShowcase .ProjectItem {
    padding: 0px 0 38px;
  }
  #FeaturedBlogSection .PrimaryBtn {
    margin-left: 10px;
  }
  #ProjectShowcase .ProjectImage,
  #ProjectShowcase .ProjectImage img {
    min-height: 390px;
  }
  #ProjectShowcase .ProjectContent,
  #ProjectShowcase .ProjectItem:nth-child(even) .ProjectContent {
    padding: 34px 0 4px;
  }
  #ProjectShowcase .ProjectContent h3,
  #ProjectShowcase .ProjectItem:nth-child(even) .ProjectContent h3 {
    font-size: 32px;
  }
  #BlogListSection .SectionHeading {
    font-size: 36px;
  }
  #BlogListSection .BlogCardImage {
    height: 285px;
    border-radius: 6px;
  }
  #BlogListSection .BlogCardContent {
    padding: 19px 2px 0;
  }
  #BlogListSection .BlogCardMeta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
  }
  #BlogListSection h3 {
    font-size: 22px;
  }
  #BlogListSection .BlogCardContent p {
    margin: 12px 0 18px;
    font-size: 14px;
  }
  #FeaturedBlogSection .SectionHeading {
    font-size: 36px;
  }
  #FeaturedBlogSection .FeaturedBlogImage {
    height: 290px;
  }
  #FeaturedBlogSection .FeaturedBlogArrow {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
  #FeaturedBlogSection .FeaturedBlogMeta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  #FeaturedBlogSection h3 {
    font-size: 27px;
  }
  #FeaturedBlogSection .FeaturedBlogContent p {
    margin: 17px 0 25px;
    font-size: 15px;
  }
  #AboutIntroSection .SectionHeading {
    font-size: 35px;
  }
  #AboutIntroSection .AboutIntroImageTop {
    width: 92%;
    height: 235px;
  }
  #AboutIntroSection .AboutIntroDoodleStar {
    width: 54px;
    height: 54px;
  }
  #AboutIntroSection .AboutIntroShowcase {
    min-height: 690px;
  }
  #AboutIntroSection .AboutIntroDarkPanel {
    min-height: 550px;
  }
  #AboutIntroSection .AboutIntroPattern {
    inset: -90px -260px 0 -50px;
  }
  #AboutIntroSection .AboutIntroStatement {
    right: 24px;
    left: 24px;
  }
  #AboutIntroSection .AboutIntroServices {
    right: 22px;
    bottom: 42px;
    left: 22px;
  }
  #AboutIntroSection .AboutIntroImageBottom {
    right: 14px;
    width: 82%;
    height: 230px;
    border-width: 10px;
  }
  #IndustrialLandSupport {
    padding: 55px 0;
  }
  #IndustrialLandSupport .LandSupportImage {
    height: 390px;
    margin-bottom: 38px;
    border-radius: 13px;
  }
  #IndustrialLandSupport .SectionHeading {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }
  #IndustrialLandSupport .LandSupportItem {
    grid-template-columns: 6px 30px 1fr 20px;
    gap: 12px;
    min-height: 64px;
  }
  #IndustrialLandSupport .LandSupportItem .ItemMarker {
    width: 6px;
    height: 6px;
  }
  #IndustrialLandSupport .LandSupportItem .ItemNumber {
    font-size: 11px;
  }
  #IndustrialLandSupport .LandSupportItem .ItemTitle {
    font-size: 14px;
  }
  #IndustrialLandSupport .LandSupportItem svg {
    width: 18px;
    height: 18px;
  }
  #IndustrialLandSupport .LandSupportButton {
    width: 100%;
    justify-content: space-between;
    margin-top: 32px;
    padding: 16px 20px;
  }
  #ServiceIntroduction {
    padding: 55px 0;
  }
  #ServiceIntroduction .SectionLabel {
    gap: 13px;
  }
  #ServiceIntroduction .SectionLabel > span {
    font-size: 28px;
  }
  #ServiceIntroduction .SectionTitle .SubTitle {
    margin-bottom: 17px;
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  #ServiceIntroduction .SectionTitle .SubTitle::before {
    width: 25px;
  }
  #ServiceIntroduction .SectionTitle .SectionHeading {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }
  #ServiceIntroduction .ServiceIntroImage {
    height: 330px;
  }
  #ServiceIntroduction .ServiceIntroImage::before {
    width: 5px;
  }
  #ServiceIntroduction .ServiceIntroBar {
    padding: 22px 20px;
  }
  #ServiceIntroduction .ServiceIntroBarItems span {
    width: 50%;
    padding: 5px 15px 5px 0;
  }
  #ServiceIntroduction .ServiceIntroBarItems span::after {
    display: none;
  }
  #ServiceIntroduction .ServiceIntroLead {
    font-size: 18px;
  }
  #WhatWeAssess .AssessmentVisual {
    min-height: 390px;
    align-items: flex-end;
  }
  #WhatWeAssess .AssessmentBackground {
    -o-object-position: 68% center;
       object-position: 68% center;
  }
  #WhatWeAssess .AssessmentOverlay {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.58) 58%, rgba(10, 10, 10, 0.12) 100%);
  }
  #WhatWeAssess .SectionTitle {
    padding: 38px 0;
  }
  #WhatWeAssess .SectionTitle .SubTitle {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 1.4px;
  }
  #WhatWeAssess .SectionTitle .SubTitle::before {
    width: 27px;
  }
  #WhatWeAssess .SectionTitle .SectionHeading {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }
  #WhatWeAssess .SectionTitle .SectionDescription {
    font-size: 14px;
    line-height: 1.65;
  }
  #WhatWeAssess .AssessmentGrid {
    grid-template-columns: 1fr;
  }
  #WhatWeAssess .AssessmentItem {
    min-height: auto;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  #WhatWeAssess .AssessmentItem:nth-child(3n),
  #WhatWeAssess .AssessmentItem:nth-child(2n) {
    border-right: 0;
  }
  #WhatWeAssess .AssessmentItem:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  #WhatWeAssess .AssessmentItem:last-child {
    border-bottom: 0;
  }
  #WhatWeAssess .AssessmentItem h3 {
    font-size: 17px;
  }
  #WhatWeAssess .AssessmentItem p {
    max-width: 100%;
    font-size: 12px;
  }
  #WhatWeAssess .AssessmentAction {
    min-height: 64px;
    padding: 18px 20px;
  }
  #OutsetHeader .OutsetHeader {
    gap: 10px;
  }
  #OutsetHeader .OutsetHeaderLogo img {
    width: 140px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle {
    width: 44px;
    height: 44px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:first-child {
    top: 18px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:last-child {
    top: 25px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle.is-active span {
    top: 22px;
  }
  #OutsetHeader .OutsetMobileNavigationInner {
    padding-top: 18px;
  }
  #OutsetHeader .OutsetMobileMenu a {
    padding: 16px 0;
    font-size: 28px;
  }
  #BlogDetailPage #BlogDetailHero .BlogBreadcrumb {
    font-size: 11px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent .BlogCategory {
    gap: 10px;
    font-size: 11px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent .BlogCategory::before {
    width: 30px;
    height: 2px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent h1 {
    font-size: 32px;
    line-height: 1.16;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent .BlogHeroDescription {
    font-size: 13px;
  }
  #BlogDetailPage #BlogDetailHero .BlogMetaRow .BlogMetaDetails {
    gap: 20px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroImage {
    height: 275px;
  }
  #BlogDetailPage #BlogArticleSection {
    padding: 55px 0 65px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleLead {
    font-size: 18px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle h2 {
    font-size: 25px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle h3 {
    font-size: 20px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleImage img {
    height: 260px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleChecklist li {
    font-size: 14px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote {
    padding: 35px 25px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleQuote p {
    font-size: 19px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleInfoBox {
    padding: 28px 22px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleInfoBox h3 {
    font-size: 20px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleConclusion {
    padding: 28px 22px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleConclusion h2 {
    font-size: 24px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleAuthorBox {
    display: block;
    padding: 25px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleAuthorBox .AuthorBoxAvatar {
    margin-bottom: 20px;
  }
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarContents,
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarService,
  #BlogDetailPage #BlogArticleSection .BlogSidebar .SidebarCta {
    padding: 25px 22px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SubTitle {
    gap: 10px;
    font-size: 11px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SubTitle::before {
    width: 30px;
    height: 2px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticlesHeader .SectionTitle .SectionHeading {
    font-size: 32px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleImage {
    height: 270px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleContent {
    padding: 22px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleContent .RelatedArticleMeta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  #BlogDetailPage #RelatedArticles .RelatedArticleCard .RelatedArticleContent h3 {
    font-size: 20px;
  }
  #IndustrialHeroSection .IndustrialHero {
    min-height: 650px;
    max-height: 820px;
    padding-bottom: 24px;
  }
  #IndustrialHeroSection .IndustrialHeroStageLand {
    top: 16%;
  }
  #IndustrialHeroSection .IndustrialHeroStagePaperwork {
    top: 44%;
  }
  #IndustrialHeroSection .IndustrialHeroStagePlant {
    top: 67%;
  }
  #IndustrialHeroSection .IndustrialHeroStageNumber {
    font-size: 18px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    font-size: 14px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 35px;
  }
  #IndustrialHeroSection .PrimaryBtn {
    min-height: 48px;
    padding: 13px 18px;
    font-size: 11px;
  }
  #WhyChooseUsSection {
    padding: 40px 0;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    top: 26px;
    font-size: 105px;
    letter-spacing: -3px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    padding-bottom: 270px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SubTitle {
    margin-bottom: 14px;
    font-size: 11px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle h2 {
    font-size: 38px;
    line-height: 1.02;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle p {
    margin-top: 20px;
    font-size: 14px;
  }
  #WhyChooseUsSection .WhyChooseUsImage {
    top: 365px;
    height: 255px;
  }
  #WhyChooseUsSection .WhyChooseUsProof {
    padding-top: 36px;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    grid-template-columns: 46px 56px minmax(0, 1fr);
    padding: 23px 0;
  }
  #WhyChooseUsSection .WhyChooseUsNumber {
    font-size: 21px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon {
    padding: 0 13px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon::before,
  #WhyChooseUsSection .WhyChooseUsIcon::after {
    height: 48px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 29px;
    height: 29px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent {
    padding-left: 12px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    font-size: 15px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  #WhyChooseUsSection .WhyChooseUsCoordinates {
    bottom: 22px;
    gap: 10px;
  }
  #OutsetHowItWorks {
    padding: 40px 0;
  }
  #WhoWeAre .who-wrapper {
    flex-wrap: wrap;
  }
  #WhoWeAre .WhoLeft,
  #WhoWeAre .WhoMiddle,
  #WhoWeAre .LargeCard,
  #WhoWeAre .RightCards {
    width: 100%;
  }
  #ExperienceSection .SectionTitle h2 {
    font-size: 34px;
  }
  #WhoWeAre .ImageFlex {
    flex-wrap: wrap;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 38px;
  }
  #OutsetHowItWorks .OutsetProcessStep {
    padding: 42px 0;
  }
  #OutsetHowItWorks .OutsetProcessStepVisual {
    min-height: 240px;
    padding: 14px;
  }
  #OutsetHowItWorks .OutsetProcessStepVisual img {
    max-height: 270px;
  }
  #OutsetHowItWorks .OutsetProcessNumber {
    font-size: 46px;
  }
  #OutsetHowItWorks .OutsetProcessIcon {
    width: 42px;
  }
  #ProjectShowcase {
    padding: 60px 0;
  }
  #ProjectShowcase .SectionDescription {
    font-size: 15px;
  }
  #ProjectShowcase .ProjectImage,
  #ProjectShowcase .ProjectImage img {
    min-height: 310px;
  }
  #ProjectShowcase .ProjectNumber {
    top: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
  }
  #ProjectShowcase .ProjectStatus {
    right: 14px;
    bottom: 14px;
    padding: 8px 11px;
    font-size: 10px;
  }
  #ProjectShowcase .ProjectContent .ProjectCategory {
    margin-bottom: 15px;
    font-size: 11px;
  }
  #ProjectShowcase .ProjectContent h3 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  #ProjectShowcase .ProjectContent > p {
    margin-bottom: 25px;
    font-size: 15px;
  }
  #ProjectShowcase .ProjectDetails {
    grid-template-columns: 1fr;
  }
  #ProjectShowcase .ProjectDetails > div {
    padding: 15px 0;
  }
  #ProjectShowcase .ProjectDetails > div:nth-child(odd) {
    border-right: 0;
  }
  #ProjectShowcase .ProjectDetails > div:nth-child(even) {
    padding-left: 0;
  }
  #WhatWeDo .WhatWeDoVisual {
    min-height: 430px;
  }
  #WhatWeDo .WhatWeDoVisual img {
    min-height: 430px;
    max-height: 430px;
  }
  #WhatWeDo .WhatWeDoVisualContent h3 {
    font-size: 27px;
  }
  #PurposeSection .PurposeVisual {
    min-height: 555px;
  }
  #PurposeSection .SectionTitle h2 {
    font-size: 34px;
  }
  #PurposeSection .PurposeImageLabel {
    font-size: 12px;
  }
  #PurposeSection .PurposeCardContent p {
    font-size: 14px;
  }
  #PurposeSection .PurposeCards {
    padding: 0 10px;
  }
  #LeadershipSection .SectionTitle h2 {
    font-size: 32px;
    letter-spacing: 0px;
  }
  #LeadershipSection .LeadershipFeatured {
    min-height: 520px;
  }
  #LeadershipSection .LeadershipFeaturedTop {
    top: 22px;
    right: 22px;
    left: 22px;
  }
  #LeadershipSection .LeadershipFeaturedTop span:last-child {
    display: none;
  }
  #LeadershipSection .LeadershipFeaturedContent h3 {
    font-size: 30px;
  }
  #LeadershipSection .LeadershipFeaturedContent p {
    margin-right: 45px;
    font-size: 14px;
  }
  #LeadershipSection .LeadershipStatement .LeadershipStatementLabel {
    font-size: 12px;
  }
  #LeadershipSection .LeadershipMemberImage {
    height: 350px;
  }
  #LeadershipSection .LeadershipMemberInfo {
    padding: 22px 18px;
  }
  #LeadershipSection .LeadershipWideImage {
    min-height: 310px;
  }
  #LeadershipSection .LeadershipWideImage img {
    min-height: 310px;
  }
  #TrustIndexSection .SectionTitle h2 {
    font-size: 32px;
    line-height: 36px;
  }
  #TrustIndexSection .TrustFeatureContent {
    min-height: 400px;
    padding: 31px 10px 40px 0;
  }
  #TrustIndexSection .TrustImage figcaption span {
    font-size: 12px;
  }
  #TrustIndexSection .TrustImage figcaption {
    font-size: 14px;
  }
  #TrustIndexSection .TrustFeatureContent h3 {
    font-size: 32px;
    line-height: 36px;
  }
  #TrustIndexSection .TrustFeatureFooter {
    gap: 7px;
  }
  #TrustIndexSection .TrustFeatureFooter span {
    padding: 8px 10px;
    font-size: 7px;
  }
  #TrustIndexSection .TrustImage {
    min-height: 420px;
  }
  #TrustIndexSection .TrustClosing h3 {
    font-size: 27px;
  }
  #TrustIndexSection .TrustClosingMark {
    display: block;
  }
  #TrustIndexSection .TrustClosingMark span {
    display: block;
    margin-bottom: 8px;
  }
  #TrustIndexSection .TrustClosingMark span::after {
    display: none;
  }
  #ProjectCTA {
    padding-top: 310px;
  }
  #ProjectCTA .ProjectCTAImage {
    height: 310px;
  }
  #ProjectCTA .SectionTitle h2 {
    font-size: 37px;
    letter-spacing: -2px;
  }
  #ProjectCTA .ProjectCTAPrimary {
    padding-left: 20px;
  }
  #ProjectCTA .ProjectCTAArrow {
    width: 54px;
    height: 54px;
  }
  #ProjectCTA .ProjectCTAFooterItems {
    display: block;
  }
  #ProjectCTA .ProjectCTAFooterItems span {
    display: block;
    margin-top: 10px;
  }
  #ProjectCTA .ProjectCTAFooterItems span::after {
    display: none;
  }
  #BlogListSection .SectionHeading {
    font-size: 32px;
  }
  #BlogListSection .BlogCardImage {
    height: 245px;
  }
  #FeaturedBlogSection .SectionHeading {
    font-size: 32px;
  }
  #FeaturedBlogSection .FeaturedBlogImage {
    height: 245px;
  }
  #FeaturedBlogSection h3 {
    font-size: 25px;
  }
  #AboutIntroSection .SectionHeading {
    font-size: 31px;
  }
  #AboutIntroSection .AboutIntroImageTop {
    width: 100%;
    height: 210px;
  }
  #AboutIntroSection .AboutIntroStatement strong {
    font-size: 29px;
  }
  #AboutIntroSection .AboutIntroServices li {
    padding-right: 15px;
    padding-left: 15px;
  }
  #AboutIntroSection .AboutIntroImageBottom {
    width: 88%;
    height: 210px;
  }
  #IndustrialLandSupport .LandSupportImage {
    height: 330px;
  }
  #IndustrialLandSupport .SectionTitle .SectionHeading {
    font-size: 30px;
  }
  #ServiceIntroduction .SectionTitle .SectionHeading {
    font-size: 30px;
  }
  #ServiceIntroduction .ServiceIntroImage {
    height: 285px;
  }
  #WhatWeAssess .SectionTitle .SectionHeading {
    font-size: 30px;
  }
  #WhatWeAssess .AssessmentItem {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 8px;
  }
  #WhyOutsetBridge .SectionTitle .SectionHeading {
    font-size: 30px;
  }
  #WhyOutsetBridge .WhyOutsetImage {
    height: 210px;
  }
  #WhyOutsetBridge .WhyOutsetStatement {
    padding: 24px;
  }
  #WhyOutsetBridge .WhyOutsetStatement p {
    font-size: 19px;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroContent h1 {
    font-size: 29px;
  }
  #BlogDetailPage #BlogDetailHero .BlogMetaRow .BlogMetaDetails {
    align-items: flex-start;
    flex-direction: column;
  }
  #BlogDetailPage #BlogDetailHero .BlogHeroImage {
    height: 240px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleImage img {
    height: 230px;
  }
  #BlogDetailPage #BlogArticleSection .BlogArticle .ArticleFooter .ArticleShare > div {
    flex-wrap: wrap;
  }
  #OutsetHeader .OutsetHeaderLogo img {
    width: 125px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle {
    width: 42px;
    height: 42px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:first-child {
    top: 17px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle span:last-child {
    top: 24px;
  }
  #OutsetHeader .OutsetHeaderMenuToggle.is-active span {
    top: 21px !important;
  }
  #OutsetHeader .OutsetMobileMenu a {
    gap: 10px;
    font-size: 25px;
  }
  #OutsetHeader .OutsetMobileNavigationFooter p {
    font-size: 12px;
  }
  #IndustrialHeroSection .container {
    padding-right: 14px;
    padding-left: 14px;
  }
  #IndustrialHeroSection .IndustrialHero {
    min-height: 620px;
  }
  #IndustrialHeroSection .IndustrialHeroStage h2 {
    font-size: 13px;
  }
  #IndustrialHeroSection .IndustrialHeroContent::before {
    width: 38px;
    height: 4px;
    margin-bottom: 13px;
  }
  #IndustrialHeroSection .IndustrialHeroTitle {
    font-size: 31px;
  }
  #IndustrialHeroSection .PrimaryBtn {
    margin-top: 17px;
  }
  #WhyChooseUsSection .WhyChooseUsBackgroundText {
    font-size: 90px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft {
    padding-bottom: 60px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle h2 {
    font-size: 34px;
  }
  #WhyChooseUsSection .WhyChooseUsLeft .SectionTitle p {
    font-size: 13px;
  }
  #WhyChooseUsSection .WhyChooseUsImage {
    top: 355px;
    height: 235px;
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    grid-template-columns: 42px 48px minmax(0, 1fr);
    padding: 21px 0;
  }
  #WhyChooseUsSection .WhyChooseUsNumber {
    font-size: 21px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon {
    padding: 0 10px;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 27px;
    height: 27px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent {
    padding-left: 14px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    font-size: 14px;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent p {
    font-size: 11px;
  }
  #WhyChooseUsSection .WhyChooseUsCoordinates {
    font-size: 10px;
  }
  #OutsetHowItWorks .OutsetProcessIntro h2 {
    font-size: 34px;
  }
  #OutsetHowItWorks .OutsetProcessIntro p,
  #OutsetHowItWorks .OutsetProcessStep p {
    font-size: 14px;
  }
  #OutsetHowItWorks .OutsetProcessButton {
    padding-right: 18px;
    padding-left: 18px;
  }
  #OutsetHowItWorks .OutsetProcessStepVisual {
    min-height: 210px;
  }
  #OutsetHowItWorks .OutsetProcessStepTop {
    gap: 12px;
  }
  #OutsetHowItWorks .OutsetProcessNumber {
    font-size: 42px;
  }
  #OutsetHowItWorks .OutsetProcessDivider {
    height: 38px;
  }
  #OutsetHowItWorks .OutsetProcessIcon {
    width: 38px;
  }
  #OutsetHowItWorks .OutsetProcessStep h3 {
    font-size: 16px;
  }
  #ServiceList .ServiceListWrapper {
    gap: 14px;
  }
  #ServiceList .ServiceListItem {
    display: grid;
    grid-template-columns: 1fr 45px;
    min-height: auto;
    padding: 25px;
    border-radius: 18px;
  }
  #ServiceList .ServiceListItem:hover {
    transform: none;
  }
  #ServiceList .ServiceListMeta {
    grid-column: 1/2;
    margin-bottom: 22px;
  }
  #ServiceList .ServiceNumber {
    min-width: 50px;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
  }
  #ServiceList .ServiceIcon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  #ServiceList .ServiceIcon img {
    width: 25px;
    height: 25px;
  }
  #ServiceList .ServiceListContent {
    grid-column: 1/2;
    padding: 0 15px 15px 0;
  }
  #ServiceList .ServiceListContent h3 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 9px;
  }
  #ServiceList .ServiceListContent p {
    font-size: 14px;
    line-height: 22px;
  }
  #ServiceList .ServiceArrow {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
    width: 42px;
    height: 42px;
  }
  #ServiceList .ServiceListItem {
    padding: 22px 20px;
    border-radius: 16px;
  }
  #ServiceList .ServiceNumber {
    min-width: 44px;
    font-size: 38px;
    line-height: 38px;
  }
  #ServiceList .ServiceListMeta {
    gap: 14px;
  }
  #ServiceList .ServiceIcon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
  #ServiceList .ServiceIcon img {
    width: 23px;
    height: 23px;
  }
  #ServiceList .ServiceListContent h3 {
    font-size: 19px;
    line-height: 25px;
  }
  #WhoWeAre .SectionHeading,
  #WhatWeDo .SectionTitle h2,
  #WhoWeAre .WhoWeArePurpose h3,
  #WhoWeAre .WhoWeAreCapability h3 {
    font-size: 32px;
    line-height: 36px;
  }
  #WhoWeAre .WhoWeAreCapability {
    padding: 35px 20px;
  }
  #WhoWeAre .WhoWeAreBottom {
    grid-template-columns: minmax(0, 3.5fr) minmax(355px, 1fr);
  }
  .PrimaryBtn {
    font-size: 14px;
  }
  #WhoWeAre {
    padding: 40px 0;
  }
  #WhoWeAre .WhoWeAreStory {
    max-width: 100%;
    padding: 25px 15px 30px 20px;
  }
  #WhoWeAre .WhoLeft .SubTitle {
    font-size: 15px;
  }
  #WhoWeAre .WhoLeft h2 {
    font-size: 34px;
    line-height: 1;
  }
  #ExperienceSection .NextBtn {
    right: 0px;
  }
  #ExperienceSection {
    padding: 71px 0 80px;
  }
  #ExperienceSection .PrevBtn {
    left: 0px;
  }
  #ExperienceSection .SliderNav {
    width: 40px;
    height: 40px;
  }
  #WhoWeAre .WhoStats {
    flex-direction: column;
    gap: 30px;
  }
  #WhoWeAre .StatItem {
    width: 100% !important;
  }
  #WhoWeAre .ImageGrid {
    display: flex;
    flex-direction: column;
  }
  #WhoWeAre .LargeCard {
    height: 360px;
  }
  #WhoWeAre .RightCards {
    flex-direction: column;
  }
  #WhoWeAre .RightCards .ImageCard {
    height: 220px;
  }
  #WhoWeAre .CardOverlay {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }
  #WhoWeAre .CardOverlay h5 {
    font-size: 22px;
  }
  #WhoWeAre .CardOverlay p {
    font-size: 14px;
  }
  #WhoWeAre .WhoMiddle .InfoItem {
    flex-direction: column;
    gap: 18px;
  }
  #WhoWeAre .WhoTimeline {
    gap: 45px;
  }
  #WhoWeAre .WhoTimeline .TimelineStep {
    gap: 20px;
  }
  #WhoWeAre .WhoTimeline .StepIcon {
    width: 80px;
    height: 80px;
  }
  #WhoWeAre .WhoTimeline .StepIcon img {
    width: 38px;
  }
  #WhoWeAre .WhoTimeline .StepContent span {
    font-size: 34px;
  }
  #WhoWeAre .WhoTimeline .StepContent h4 {
    font-size: 22px;
  }
  #WhoWeAre .WhoTimeline .StepContent p {
    font-size: 15px;
  }
  #FooterSection .FooterCTA {
    padding: 20px 10px;
  }
  #FooterSection .FooterCTA h2 {
    font-size: 32px;
  }
  #FooterSection .FooterCTA .NewsletterForm {
    flex-direction: column;
    border-radius: 20px;
  }
  #FooterSection .FooterCTA .NewsletterForm input {
    width: 100%;
  }
  #FooterSection .FooterCTA .NewsletterForm button {
    height: 55px;
  }
  #AboutOverview {
    padding: 70px 0;
  }
  #AboutOverview .AboutContent h2 {
    font-size: 38px;
  }
  #AboutOverview .AboutContent p {
    font-size: 16px;
  }
  #AboutOverview .ExperienceCard {
    padding: 30px;
  }
  #AboutOverview .ExperienceCard .ExperienceContent {
    margin-bottom: 30px;
  }
  #AboutOverview .ExperienceCard .ExperienceContent h3 {
    font-size: 58px;
  }
  #AboutOverview .ExperienceCard .ExperienceContent p {
    font-size: 17px;
  }
  #AboutOverview .ExperienceCard .ServiceTags {
    gap: 10px;
  }
  #AboutOverview .ExperienceCard .ServiceTags span {
    padding: 10px 16px;
    font-size: 13px;
  }
  #AboutOverview .AboutImage {
    border-radius: 18px;
  }
  #ProjectCTA {
    min-height: 650px;
  }
  #ProjectCTA .ProjectCTAContent {
    max-width: 100%;
    padding-top: 45px;
  }
  #ProjectCTA .ProjectCTAImage {
    height: 370px;
  }
  #ProjectCTA .ProjectCTAImage img {
    -o-object-position: center;
       object-position: center;
  }
  #ProjectCTA .ProjectCTAImage::before {
    height: 120px;
  }
  #ProjectCTA {
    min-height: 620px;
  }
  #ProjectCTA .ProjectCTAContent {
    padding-top: 35px;
  }
  #ProjectCTA .ProjectCTAImage {
    height: 330px;
  }
  #ProjectCTA .ProjectCTAImage::before {
    height: 100px;
  }
  #ServiceOverview {
    padding: 50px 0;
  }
  #ServiceOverview .ServiceOverviewHeading h2 {
    font-size: 31px;
    line-height: 38px;
  }
  #ServiceOverview .ServiceOverviewCard {
    border-radius: 18px;
  }
  #ServiceOverview .ServiceOverviewTop {
    padding: 25px 10px;
  }
  #ServiceOverview .ServiceOverviewLabel {
    margin-bottom: 28px;
  }
  #ServiceOverview .ServiceOverviewPrimary h3 {
    font-size: 23px;
    line-height: 31px;
  }
  #ServiceOverview .ServiceOverviewDescription p {
    font-size: 14px;
    line-height: 23px;
  }
  #ServiceOverview .ServiceScope {
    padding: 26px 22px 0;
  }
  #ServiceOverview .ServiceScopeItem {
    padding: 25px 0;
  }
  #ServiceConsideration {
    padding: 50px 0;
  }
  #ServiceConsideration .ServiceConsiderationHead h2 {
    font-size: 31px;
    line-height: 38px;
  }
  #ServiceConsideration .ServiceConsiderationWrap {
    padding: 25px 22px;
    border-radius: 18px;
  }
  #ServiceConsideration .TagIcon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }
  #ServiceConsideration .TagIcon img {
    width: 23px;
    height: 23px;
  }
  #ServiceConsideration .ServiceImageBand {
    width: calc(100% + 44px);
    margin-left: -22px;
    padding: 0 22px;
  }
  #ServiceConsideration .ServiceImageBandInner {
    height: 200px;
  }
  #ServiceConsideration .ServiceConsiderationStatement h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #ServiceConsideration .ServiceConsiderationText p {
    font-size: 14px;
    line-height: 24px;
  }
  #ServiceCTA {
    padding: 55px 0;
  }
  #ServiceCTA .ServiceCTAWrapper {
    display: block;
    min-height: auto;
    border-radius: 20px;
  }
  #ServiceCTA .ServiceCTAWrapper::before {
    width: 100%;
    height: 170px;
    top: auto;
    bottom: 0;
    background-position: center;
  }
  #ServiceCTA .ServiceCTAWrapper::after {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 47%, rgba(255, 255, 255, 0.88) 66%, rgba(255, 255, 255, 0.3) 100%);
  }
  #ServiceCTA .ServiceCTAContent {
    min-height: 145px;
    padding: 30px;
  }
  #ServiceCTA .ServiceCTAContent::before {
    left: 30px;
  }
  #ServiceCTA .ServiceCTAContent h3 {
    max-width: 470px;
    font-size: 25px;
    line-height: 33px;
  }
  #ServiceCTA .ServiceCTAButton {
    width: calc(100% - 40px);
    min-height: 72px;
    margin: 0 20px 20px;
    padding: 18px 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
  }
  #ServiceCTA .ServiceCTAButton span {
    max-width: none;
  }
  #ServiceCTA .ServiceCTAButton svg {
    margin: 0;
  }
  #ServiceCTA .ServiceCTAButton:hover {
    width: calc(100% - 40px);
  }
  #ServiceCTA {
    padding: 45px 0;
  }
  #ServiceCTA .ServiceCTAContent {
    min-height: 135px;
    padding: 25px 22px;
  }
  #ServiceCTA .ServiceCTAContent::before {
    left: 22px;
    width: 65px;
  }
  #ServiceCTA .ServiceCTAContent h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #ServiceCTA .ServiceCTAButton {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
    padding: 17px 20px;
  }
  #ServiceCTA .ServiceCTAButton:hover {
    width: calc(100% - 30px);
  }
  #ServiceCTA .ServiceCTAButton svg {
    width: 23px;
    height: 23px;
  }
  .SectionHeading,
  .SectionTitle h2 {
    font-size: 34px;
  }
  #IndustrialStory {
    padding: 45px 0;
  }
  #IndustrialStory .StoryTopBar {
    margin-bottom: 40px;
  }
  #IndustrialStory .StoryTopBar .TopRow {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  #IndustrialStory .StoryTopBar .TopRow:last-child {
    margin-bottom: 0;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem {
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }
  #IndustrialStory .StoryTopBar .StoryTopItem:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -23px;
    left: 50%;
    font-size: 26px;
    line-height: 1;
    transform: translateX(-50%);
  }
  #IndustrialStory .IndustrialGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 20px;
  }
  #IndustrialStory .IndustrialGrid .GridImage {
    width: 100%;
    border-radius: 10px;
  }
  #IndustrialStory .IndustrialGrid .ImageOne,
  #IndustrialStory .IndustrialGrid .ImageTwo {
    height: 220px;
  }
  #IndustrialStory .IndustrialGrid .GridButton {
    width: 100%;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn {
    width: calc(100% - 24px);
    max-width: 340px;
    min-height: 54px;
    height: auto;
    padding: 14px 18px;
    gap: 14px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn .BtnIcon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn::before,
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn::after {
    width: 12px;
    height: 12px;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn::before {
    top: -8px;
    left: -8px;
  }
  #IndustrialStory .IndustrialGrid .GridButton .PrimaryBtn::after {
    right: -8px;
    bottom: -8px;
  }
  #IndustrialStory .SectionTitle {
    margin: 45px 0 25px;
  }
  #IndustrialStory .SectionTitle h4 {
    gap: 12px;
    font-size: 26px;
    line-height: 1.2;
  }
  #IndustrialStory .SectionTitle h4 span {
    width: 32px;
  }
  #IndustrialStory .row.g-4 {
    --bs-gutter-y: 16px;
  }
  #IndustrialStory .IndustryBox {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 100px;
    padding: 18px 20px;
    border-radius: 14px;
    text-align: left;
  }
  #IndustrialStory .IndustryBox .IndustryIcon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    margin: 0;
  }
  #IndustrialStory .IndustryBox .IndustryIcon img {
    width: 30px;
  }
  #IndustrialStory .IndustryBox h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  #IndustrialStory .IndustryBox:hover {
    transform: translateY(-3px);
  }
  #WhyChooseUsSection .WhyChooseUsProofItem {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "number icon" "content content";
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 243px;
         column-gap: 243px;
    row-gap: 16px;
    padding: 22px 0;
  }
  /* Number */
  #WhyChooseUsSection .WhyChooseUsNumber {
    grid-area: number;
    width: auto;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 1;
  }
  /* Icon */
  #WhyChooseUsSection .WhyChooseUsIcon {
    grid-area: icon;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    padding-left: 14px;
    border-left: 1px solid #d6d6d6;
  }
  #WhyChooseUsSection .WhyChooseUsIcon svg {
    width: 24px;
    height: 24px;
    display: block;
  }
  /* Heading + Description */
  #WhyChooseUsSection .WhyChooseUsProofContent {
    grid-area: content;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
  }
  #WhyChooseUsSection .WhyChooseUsProofContent p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  #OutsetHowItWorks .PrimaryBtn {
    margin-left: 20px;
  }
  #WhoWeAre .WhoMiddle .InfoItem .InfoText p {
    margin: 0;
  }
  #WhoWeAre .WhoWeAreStory {
    align-self: flex-start;
  }
  #WhoWeAre .WhoWeAreTop {
    min-height: 605px;
  }
  #WhoWeAre .WhoWeAreMachine {
    width: 100%;
    height: auto;
    right: 0px;
    left: 50%;
    bottom: -52px;
  }
  #WhoWeAre .WhoWeAreCapability li {
    font-size: 14px;
  }
}
/*=========================================
=            1200
=========================================*/
@media (max-width: 1200px) {
  #LeadershipSection .LeadershipHeading h2 {
    font-size: 54px;
    letter-spacing: -2.8px;
  }
  #LeadershipSection .LeadershipImage {
    height: 450px;
  }
  #LeadershipSection .LeadershipName h3 {
    font-size: 30px;
  }
}
/*=========================================
=            991
=========================================*/
@media (max-width: 991px) {
  #LeadershipSection {
    padding: 80px 0 90px;
  }
  #LeadershipSection .LeadershipHeading {
    margin-bottom: 42px;
  }
  #LeadershipSection .LeadershipHeading h2 {
    max-width: 750px;
    font-size: 48px;
    line-height: 1.05;
  }
  #LeadershipSection .LeadershipTagline {
    max-width: 520px;
    margin: 32px 0 0;
  }
  #LeadershipSection .LeadershipImage {
    height: 400px;
  }
  #LeadershipSection .LeadershipInformation {
    padding: 38px;
  }
  #LeadershipSection .LeadershipDescription p {
    font-size: 16px;
  }
}
/*=========================================
=            767
=========================================*/
@media (max-width: 767px) {
  #LeadershipSection {
    padding: 65px 0 75px;
  }
  #LeadershipSection .LeadershipHeading {
    margin-bottom: 35px;
  }
  #LeadershipSection .LeadershipHeading h2 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1.8px;
  }
  #LeadershipSection .LeadershipHeading h2 span {
    display: inline;
  }
  #LeadershipSection .LeadershipTagline {
    margin-top: 28px;
    padding-top: 19px;
  }
  #LeadershipSection .LeadershipTagline p {
    font-size: 16px;
  }
  #LeadershipSection .LeadershipPeople .row {
    row-gap: 20px;
  }
  #LeadershipSection .LeadershipImage {
    height: 420px;
  }
  #LeadershipSection .LeadershipName {
    min-height: 85px;
    padding: 22px 24px;
  }
  #LeadershipSection .LeadershipName h3 {
    font-size: 28px;
  }
  #LeadershipSection .LeadershipInformation {
    margin-top: 20px;
    padding: 30px 25px;
  }
  #LeadershipSection .LeadershipDescription p {
    font-size: 16px;
    line-height: 1.75;
  }
}/*# sourceMappingURL=responsive.css.map */