/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sup {
  font-size: 25%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -2.25em;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

.renewable-fuels__h1 {
  font-size: 6vw;
  color: white;
  margin: 0;
  padding: 0 1em;
  text-shadow: 0 0.25em 0.5em rgb(0, 0, 0);
}
@media (min-width: 975px) {
  .renewable-fuels__h1 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__h1 {
    font-size: 36px;
  }
}

.renewable-fuels__h2 {
  font-size: 5.5vw;
  color: black;
  margin: 0;
  padding: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__h2 {
    font-size: 2.1vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__h2 {
    font-size: 30px;
  }
}

.renewable-fuels__p {
  font-size: 4.4vw;
  padding-bottom: 1em;
}
@media (min-width: 975px) {
  .renewable-fuels__p {
    font-size: 1.1vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__p {
    font-size: 16px;
  }
}

.renewable-fuels__p--larger {
  font-size: 4.4vw;
  padding-bottom: 1em;
}
@media (min-width: 975px) {
  .renewable-fuels__p--larger {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__p--larger {
    font-size: 18px;
  }
}

.renewable-fuels__hr {
  margin: 4.4vw auto 4.4vw 0;
  background-color: #f85d13;
  width: 21vw;
  border: 0;
  display: block;
  height: 5px;
}
@media (min-width: 975px) {
  .renewable-fuels__hr {
    margin: 1.25vw auto 1.25vw 0;
    width: 13vw;
    height: 10px;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__hr {
    width: 186px;
    margin: 30px auto 30px 0;
  }
}

.renewable-fuels__mast {
  background: url("../images/mast.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5vw min(7vw, 195px) 17vw;
}
@media (min-width: 975px) {
  .renewable-fuels__mast {
    padding: 2.5vw min(7vw, 195px) 8.5vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__mast {
    padding: 20px min(7vw, 195px) 110px;
  }
}

.renewable-fuels__mast-video-wrapper {
  background: red;
  width: 100%;
  max-width: 1050px;
  line-height: 0;
}
.renewable-fuels__mast-video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777778;
  margin: 0;
}

.renewable-fuels__divider1 {
  background: url("../images/divider1-mobile.jpg") no-repeat center center/cover;
  height: 58vw;
}
@media (min-width: 975px) {
  .renewable-fuels__divider1 {
    background: url("../images/divider1-desktop.jpg") no-repeat center center/cover;
    height: 31vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__divider1 {
    height: 440px;
  }
}

.renewable-fuels__divider2 {
  background: url("../images/divider2-mobile.jpg") no-repeat center center/cover;
  height: 44vw;
}
@media (min-width: 975px) {
  .renewable-fuels__divider2 {
    background: url("../images/divider2-desktop.jpg") no-repeat center center/cover;
    height: 35vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__divider2 {
    height: 510px;
  }
}

.renewable-fuels__prefooter {
  background-color: #171717;
  height: 14vw;
  position: relative;
  margin-top: -4vw;
}
@media (min-width: 975px) {
  .renewable-fuels__prefooter {
    height: 11vw;
    margin-top: -45px;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__prefooter {
    height: 150px;
  }
}

.renewable-fuels__section1 {
  background: url("../images/section1-bg-mobile.jpg") no-repeat center top/cover;
  padding: 0 min(7vw, 195px);
}
@media (min-width: 975px) {
  .renewable-fuels__section1 {
    background-image: url("../images/section1-bg-desktop.jpg");
  }
}

.renewable-fuels__section1-content-wrapper {
  background-color: white;
  -webkit-transform: translateY(-7vw);
          transform: translateY(-7vw);
  margin: 0 auto -14vw;
  padding: 7vw;
  -webkit-box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
}
@media (min-width: 975px) {
  .renewable-fuels__section1-content-wrapper {
    -webkit-transform: translateY(-3.7vw);
            transform: translateY(-3.7vw);
    max-width: 1050px;
    padding: 40px 45px 45px;
    margin-bottom: -7.5vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section1-content-wrapper {
    margin-bottom: -110px;
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
}

.renewable-fuels__section1-top-flexer-img {
  padding: 0;
}
.renewable-fuels__section1-top-flexer-img.mobile-only {
  width: 24vw;
  margin: 0 0 4.4vw 4.4vw;
  float: right;
}
.renewable-fuels__section1-top-flexer-img.desktop-only {
  width: 14.5vw;
}
@media (min-width: 1440px) {
  .renewable-fuels__section1-top-flexer-img.desktop-only {
    width: 210px;
  }
}

.renewable-fuels__section1-top-flexer {
  margin-bottom: 4.4vw;
}
@media (min-width: 975px) {
  .renewable-fuels__section1-top-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7vw;
    margin-bottom: 1.25vw;
    margin-right: 35px;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section1-top-flexer {
    gap: 100px;
    margin-bottom: 30px;
  }
}

.renewable-fuels__section1-btn {
  display: inline-block;
  background-color: #f85d13;
  color: white !important;
  border-radius: 0.25em;
  -webkit-transition: background-color 0.075s;
  transition: background-color 0.075s;
  text-decoration: none !important;
  padding: 0.75em 0.5em 0.75em 1em;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 8vw;
}
@media (max-width: 975px) {
  .renewable-fuels__section1-btn {
    font-size: 4vw;
  }
}
@media (min-width: 975px) {
  .renewable-fuels__section1-btn {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section1-btn {
    margin-bottom: 30px;
  }
}
@media (hover: hover) {
  .renewable-fuels__section1-btn:hover {
    background-color: #f9783b;
    color: white;
  }
}
.renewable-fuels__section1-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.45em solid white;
  border-right: 0.45em solid transparent;
  border-top: 0.375em solid transparent;
  border-bottom: 0.375em solid transparent;
  margin-left: 0.75em;
}

.renewable-fuels__section1-hex-trio {
  width: calc(100% + 160px);
  margin: 0 -80px;
  max-width: none !important;
}

.renewable-fuels__section1-bottom-flexer {
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 8vw;
  margin-bottom: 8vw;
}
.renewable-fuels__section1-bottom-flexer p {
  padding-bottom: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section1-bottom-flexer {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }
  .renewable-fuels__section1-bottom-flexer .renewable-fuels__h2 {
    margin: 0.5em 0 0.25em;
  }
}

.renewable-fuels__section1-bottom-flexer-img {
  width: 51vw;
  margin-bottom: 4.4vw;
}

.renewable-fuels__section2 {
  background: url("../images/section2-bg-mobile.jpg") no-repeat center top/cover;
  padding: 0 min(7vw, 195px);
}
@media (min-width: 975px) {
  .renewable-fuels__section2 {
    background-image: url("../images/section2-bg-desktop.jpg");
  }
}

.renewable-fuels__section2-train {
  -webkit-transform: translateY(-17vw);
          transform: translateY(-17vw);
  position: relative;
  padding: 0 7vw;
  display: block;
  margin-bottom: -17vw;
  position: relative;
  z-index: 2;
}

.renewable-fuels__section2-box-shadow {
  -webkit-box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: -7vw;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
}

.renewable-fuels__section2-top-content-wrapper {
  background-color: white;
  margin: 0 auto;
  padding: 7vw;
}
.renewable-fuels__section2-top-content-wrapper p {
  padding-bottom: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-top-content-wrapper {
    max-width: 1050px;
    padding: 40px 45px 45px;
    background: url("../images/section2-train-desktop.png") no-repeat center bottom/100% auto;
    -webkit-transform: translateY(-7.6vw);
            transform: translateY(-7.6vw);
    padding-top: 7.6vw;
    margin-bottom: -7.6vw;
    aspect-ratio: 3.0085714286;
  }
  .renewable-fuels__section2-top-content-wrapper p {
    max-width: 28em;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section2-top-content-wrapper {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    padding-top: 100px;
    margin-bottom: -120px;
  }
}

.renewable-fuels__section2-bottom-content-wrapper {
  background-color: white;
  padding: 0 7vw 12vw;
  margin: 0 auto;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-bottom-content-wrapper {
    max-width: 1140px;
    padding: 40px 45px 45px;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
}

.renewable-fuels__section2-flexer {
  display: -ms-grid;
  display: grid;
  gap: 8vw;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.renewable-fuels__section2-features {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  gap: 8vw;
  text-align: center;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-features {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 40px;
  }
}

.renewable-fuels__section2-feature h2 {
  margin: 0.5em 0 0.25em;
}
.renewable-fuels__section2-feature p {
  padding: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .renewable-fuels__section2-feature h2 {
    margin-top: 0;
  }
}

.renewable-fuels__section2-feature-icon {
  width: 21vw;
  padding: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-feature-icon {
    width: 8.6vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section2-feature-icon {
    width: 125px;
  }
}

.renewable-fuels__section2-photo {
  width: 100%;
  padding: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section2-photo {
    width: 34vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section2-photo {
    width: 500px;
  }
}

.renewable-fuels__section2-gravel {
  display: block;
  max-width: min(100%, 1050px) !important;
  padding: 0;
  margin: 0 auto;
  background: url("../images/section2-train-gravel.jpg") no-repeat center center/cover;
  height: 75px;
  margin-bottom: -75px;
  position: relative;
}

.renewable-fuels__section3 {
  background: url("../images/section3-bg-mobile.jpg") no-repeat center top/cover;
  padding: 0 min(7vw, 195px);
}
@media (min-width: 975px) {
  .renewable-fuels__section3 {
    background-image: url("../images/section3-bg-desktop.jpg");
  }
}

.renewable-fuels__section3-content-wrapper {
  background-color: white;
  margin: 0 auto;
  padding: 0 7vw 7vw;
  -webkit-box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media (min-width: 975px) {
  .renewable-fuels__section3-content-wrapper {
    max-width: 1050px;
    padding: 40px 45px 45px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-content-wrapper {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
}

.renewable-fuels__section3-tab {
  background-color: #f85d13;
  color: white;
  text-align: center;
  padding: 0.75em;
  margin: 1.25em 2vw -2.6em;
  height: 2.6em;
  line-height: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  white-space: nowrap;
}
@media (min-width: 975px) {
  .renewable-fuels__section3-tab {
    padding: 1.5em 0 0;
    height: 3.75em;
    margin: 0 7em -3.75em;
  }
}

.renewable-fuels__section3-photo {
  padding: 0;
  margin: 0 -7vw;
  width: calc(100% + 14vw);
  max-width: none !important;
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-photo {
    margin: 0 -90px;
    width: calc(100% + 180px);
  }
}

.renewable-fuels__section3-features {
  display: -ms-grid;
  display: grid;
  gap: 11.5vw;
  margin: 11.5vw 0 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section3-features {
    gap: 7vw 10vw;
    -ms-grid-columns: 1fr 10vw 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 5vw 5vw -2vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-features {
    gap: 100px 150px;
    margin: 70px 70px -30px;
  }
}

.renewable-fuels__section3-feature {
  text-align: center;
}
.renewable-fuels__section3-feature h2 {
  margin: 0.5em 0 0.25em;
}
.renewable-fuels__section3-feature p {
  padding: 0;
}

.renewable-fuels__section3-feature-icon {
  width: 20vw;
  height: auto;
  padding: 0;
}
@media (min-width: 975px) {
  .renewable-fuels__section3-feature-icon {
    width: 8vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-feature-icon {
    width: 126px;
  }
}

.renewable-fuels__section3-btn {
  background-color: #f85d13;
  color: white;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  padding: 4vw 0;
  -webkit-transform: translateY(11vw);
          transform: translateY(11vw);
  -webkit-transition: background-color 0.075s;
  transition: background-color 0.075s;
}
@media (hover: hover) {
  .renewable-fuels__section3-btn:hover {
    background-color: #f9783b;
  }
}
@media (max-width: 975px) {
  .renewable-fuels__section3-btn {
    width: 100%;
  }
  .renewable-fuels__section3-btn p {
    font-size: 3.3vw;
    padding: 0;
  }
  .renewable-fuels__section3-btn h2 {
    font-size: 3.75vw;
    margin-top: 0.25em;
  }
}
@media (min-width: 975px) {
  .renewable-fuels__section3-btn {
    padding: 2vw 6vw;
    margin: 0 auto;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-btn {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    padding: 28px 86px;
  }
}
.renewable-fuels__section3-btn p, .renewable-fuels__section3-btn h2 {
  color: white !important;
  text-decoration: none !important;
}
.renewable-fuels__section3-photo-wrapper {
  position: relative;
  padding: 0;
  margin: 0 -7vw;
  width: calc(100% + 14vw);
  max-width: none !important;
  background: gray;
  aspect-ratio: 1.75;
  background: url("../images/section3-photo--mobile.jpg") no-repeat center center/cover;
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-photo-wrapper {
    margin: 0 -90px;
    width: calc(100% + 180px);
    background-image: url("../images/section3-photo--desktop.jpg");
    aspect-ratio: 3.2;
  }
}

.renewable-fuels__section3-photo-h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 1em;
  color: white;
  font-size: 5.5vw;
  width: 100%;
  text-align: center;
}
@media (min-width: 975px) {
  .renewable-fuels__section3-photo-h2 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .renewable-fuels__section3-photo-h2 {
    font-size: 30px;
    white-space: nowrap;
    width: 110%;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

html, body {
  position: relative;
}

h2 + h3 {
  margin-bottom: 1em;
}

h2 + .grid, h3 + .grid {
  margin-top: 2.5em;
}

.ta-r h2 + h3 {
  margin-right: 0.25em;
}

p + h3, p + .btn {
  margin-top: 1.25em;
}

p + p > .btn:last-child:first-child, p + ul {
  margin-top: 1.5em;
}
/*
ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
  list-style: none;
}
ul li {
  line-height: 1.75;
  position: relative;
}
ul li:before {
  content: "";
  border-radius: 100%;
  background-color: #f85d13;
  position: absolute;
  width: 0.375em;
  height: 0.375em;
  left: -1em;
  top: 0.675em;
}
*/
ol {
  margin: 1em 0;
}
ol li {
  line-height: 1.75;
}
ol li + ol li {
  margin-top: 0.5em;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}

button[disabled] {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

blockquote {
  background-color: #FCFBF7;
  border: 1px solid #f85d13;
  font-size: 1.25rem;
  padding: 1.5em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.325;
}
@media (min-width: 760px) {
  blockquote {
    font-size: 1.375em;
    padding: 1.75em;
  }
}
@media (min-width: 975px) {
  blockquote {
    padding: 2em;
    font-size: 1.5rem;
  }
}

form {
  position: relative;
}
form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 760px) {
  form label {
    font-size: 12px;
  }
}
form label a {
  color: #f85d13;
}
form input[type=text], form input[type=email], form textarea {
  border: 1px solid #E4E0C6;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.75em;
  font-size: 1rem;
  height: 3rem;
}
form input[type=checkbox] {
  border: 1px solid #E4E0C6;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  aspect-ratio: 1;
  width: 1.25em;
  height: auto;
}
form input[type=checkbox] + label {
  font-weight: normal;
}
form input[type=checkbox]:checked {
  background-color: #f85d13;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}
form textarea {
  min-height: 5em;
}
form .btn:not(:first-child) {
  margin-top: 2em;
}

.form__error {
  background-color: #bb1f1f;
  color: white;
  font-weight: bold;
  font-style: italic;
  padding: 0.75em 1em;
  font-size: 0.5em;
  text-transform: uppercase;
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25rem 0;
}
.form__checkbox-group label {
  margin: 0;
}
.form__checkbox-group + .form__checkbox-group {
  margin-top: 5vw;
}
@media (min-width: 975px) {
  .form__checkbox-group + .form__checkbox-group {
    margin-top: 35px;
  }
}
.form__checkbox-group + .form__form-error {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}
@media (min-width: 975px) {
  .form__checkbox-group + .form__form-error {
    display: inline-block;
  }
}

.form__radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__radio-group label {
  margin: 0 0 0 0.25em;
}
.form__radio-group + .form__radio-group {
  margin-left: 1em;
}
.form__radio-group + .form__error {
  margin: 0 0 0 1rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
}

.form__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form__success--show {
  opacity: 1;
  pointer-events: all;
}

.form__success-bg {
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form__success-msg {
  padding: 2em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  position: relative;
  max-width: 80vw;
}
@media (min-width: 760px) {
  .form__success-msg {
    padding: 3em;
  }
}

.form__success-close-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px !important;
  color: black;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
  outline: 0;
}
@media (hover: hover) {
  .form__success-close-btn:hover {
    color: black;
  }
}

.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid #E4E0C6;
  border-radius: 0;
  font-size: 1rem !important;
  padding: 0.75em !important;
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.25 !important;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23b61615' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 1rem top 40%;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
@media (min-width: 975px) and (max-width: 1400px) {
  .form__select {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}

.form__select:focus {
  border-color: #2563eb;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form__select[multiple] {
  background: white;
  height: auto;
}

.form__error {
  background-color: #f85d13;
  color: white;
  font-weight: bold;
  font-style: italic;
  padding: 0.75em 1em;
  font-size: 0.5em;
  text-transform: uppercase;
}

.form__thank-you {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60% 20%;
}
@media (min-width: 760px) {
  .form__thank-you {
    padding: 0 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form__thank-you--hidden {
  opacity: 0;
  pointer-events: none;
}

[x-cloak] {
  display: none !important;
}

.width100pc {
  width: 100%;
}

.grid-block-full-width {
  grid-column: -1/1;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.white-bg {
  background-color: white;
}

@media (min-width: 760px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 975px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 975px) {
  .desktop-only {
    display: none;
  }
}