:root {
  --margin: 22px;
}
@media screen and (max-width: 790px) {
  :root {
    --margin: 10px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  line-height: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
  transition: background-color 0.25s, opacity 0.25s;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  border-left: 0;
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #ddd;
  border: 0;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #2A45A3;
}

body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: none;
  padding: 0 5px;
  grid-column: 1/-1;
  height: 105%;
}

p, li, a {
  font-size: 16px;
}
p a, li a, a a {
  font-size: inherit;
}
@media (max-width: 500px) {
  p, li, a {
    font-size: 14px;
  }
}

p, li, blockquote {
  line-height: 1.45;
}
p strong, li strong, blockquote strong {
  font-weight: 500;
}

p + p {
  margin-top: 10px !important;
}

ul, ol {
  margin: 10px 0 !important;
  padding: 0 !important;
}
ul li, ol li {
  margin-left: 15px;
  margin-bottom: 5px;
}

.headline {
  letter-spacing: -0.005em;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  overflow: visible;
}

.section-headline {
  width: min-content;
  white-space: nowrap;
  max-width: 790px;
  margin: 0 auto 30px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  position: relative;
  background-color: white;
}
.section-headline:before, .section-headline:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #e5e5e5;
}
.section-headline:before {
  left: 0;
  transform: translateX(-100%);
}
.section-headline:after {
  right: 0;
  transform: translateX(100%);
}

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

.page-hero {
  margin-top: -70px;
}
.page-hero .page-hero-inner {
  padding: 30px;
  background: white;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: flex-start;
  overflow: visible;
  border-radius: 6px;
}
.page-hero .page-hero-inner .page-hero-headline {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: visible;
}
.page-hero .page-hero-inner .page-hero-headline h2 {
  height: auto;
  font-weight: 300;
  font-size: 30px;
  text-transform: none;
  background: linear-gradient(92.02deg, #2C3FA4 0%, #236AAB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 5px;
  margin-right: auto;
  overflow: visible;
}
.page-hero .page-hero-inner .page-hero-headline a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.page-hero .page-hero-inner .page-menu {
  grid-column: 1/4;
}
.page-hero .page-hero-inner .page-menu a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.page-hero .page-hero-inner .page-menu a:hover {
  background-color: #f2f2f2;
}
.page-hero .page-hero-inner .page-intro {
  grid-column: 4/11;
}
@media (max-width: 1000px) {
  .page-hero .page-hero-inner {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .page-hero .page-hero-inner .page-menu, .page-hero .page-hero-inner .page-intro {
    grid-column: 1/-1;
    padding: 0 !important;
  }
  .page-hero .page-hero-inner .page-menu {
    margin-top: 25px;
  }
  .page-hero .page-hero-inner .page-intro {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .page-hero {
    margin-top: -57px;
  }
  .page-hero .page-hero-inner {
    padding: 15px 12px;
  }
  .page-hero .page-hero-inner .page-hero-headline h2 {
    font-size: 24px;
    margin-top: 3px;
  }
}
@media (max-width: 500px) {
  .page-hero {
    margin-top: -37px;
  }
  .page-hero .page-hero-inner {
    padding: 12px 12px;
  }
  .page-hero .page-hero-inner .page-hero-headline h2 {
    font-size: 20px;
  }
}

a.download {
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 60px;
  max-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 0 58px 0 15px;
  gap: 4px;
  border-radius: 5px;
  margin-bottom: -1px;
  text-decoration: none;
}
a.download:hover {
  background-color: #f2f2f2;
}
a.download h4, a.download span {
  font-size: 14px;
  text-decoration: inherit;
  line-height: 1.45;
}
a.download h4 {
  order: 1;
}
a.download span {
  order: 0;
}
a.download img {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
}
a.download + a.download {
  margin-top: 6px;
}

.frame {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 22px;
}
.frame .frame-inner {
  padding: 30px;
}
@media (max-width: 700px) {
  .frame .frame-inner {
    padding: 12px;
  }
}
@media screen and (max-width: 500px) {
  .frame {
    width: 100%;
    padding: 8px;
  }
}

.hero-image {
  width: 100%;
  max-width: 1420px;
  max-height: 585px;
  margin: 0 auto 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1440px) {
  .hero-image {
    margin: 0 auto 0;
    border-radius: 0;
  }
}

.stock-component {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 37px;
  grid-template-rows: 1fr auto;
  grid-row-gap: 10px;
  grid-column-gap: 15px;
  padding-bottom: 20px;
}
.stock-component div:first-child {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.stock-component div:first-child span {
  color: inherit;
}
.stock-component div:first-child span:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #aaa;
}
.stock-component div:first-child span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #67B7F1;
  text-align: center;
}
.stock-component div:last-of-type {
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
  color: inherit;
}
.stock-component div:last-of-type span {
  color: inherit;
}
.stock-component div:last-of-type > span:nth-child(1) {
  width: 120px;
  grid-column: 1/2;
  grid-row: 1/3;
  font-size: 30px;
  display: flex;
  position: relative;
}
.stock-component div:last-of-type > span:nth-child(1) span {
  font-size: 30px;
}
.stock-component div:last-of-type > span:nth-child(1) span:last-child {
  font-size: 10px;
  color: grey;
  text-transform: uppercase;
  position: absolute;
  top: 35px;
}
.stock-component div:last-of-type > span:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 11px;
  text-align: right;
}
.stock-component div:last-of-type > span:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 11px;
  text-align: right;
}

#app {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app > *:not(#menu) {
  transition: filter 0.25s;
}
#app #menu {
  position: fixed;
  z-index: 2;
  width: calc(100% - 10px);
  max-width: 1420px;
  margin: 0 auto;
  transform: translateX(-5px);
  padding: 22px;
  top: 0;
  left: 0;
  right: 0;
}
#app #menu.hide {
  opacity: 0;
  pointer-events: none;
}
#app #menu header {
  width: 100%;
  height: 70px;
  background-color: white;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 15px -12px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: opacity 0.25s;
  border-radius: 5px;
}
#app #menu header h1 {
  font-size: 0;
  margin: 0 25px;
}
#app #menu header h1 img {
  width: auto;
  height: 33px;
}
#app #menu header button {
  display: none;
}
#app #menu header #top-nav {
  display: flex;
  margin: 0 25px;
  gap: 20px;
}
#app #menu header #top-nav a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #1e1e1e;
}
@media screen and (max-width: 980px) {
  #app #menu header {
    height: 60px;
  }
  #app #menu header h1 {
    margin: 0 20px;
  }
  #app #menu header h1 img {
    height: 28px;
  }
  #app #menu header #top-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    box-shadow: 0 4px 15px -12px rgba(0, 0, 0, 0.5);
    top: 70px;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #f2f2f2;
    gap: 1px;
    border-radius: 5px;
    overflow: hidden;
  }
  #app #menu header #top-nav a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background-color: white;
  }
  #app #menu header #top-nav a:hover {
    background-color: #f9f9f9;
  }
  #app #menu header button {
    display: block;
    background-color: white;
    width: 60px;
    height: 60px;
    border-left: 1px solid #f2f2f2;
    border-radius: 0 5px 5px 0;
  }
  #app #menu header button:hover {
    background-color: #f9f9f9;
  }
  #app #menu header.open #top-nav {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  #app #menu {
    width: calc(100% - 0px);
    transform: translateX(0);
    padding: 8px;
  }
}
#app.menu-open > *:not(#menu) {
  filter: blur(30px);
}
#app footer#footer {
  width: 100%;
  height: auto;
  background-color: #1e1e1e;
}
#app footer#footer #footer-frame {
  margin: 0 auto;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  grid-column-gap: 45px;
  grid-row-gap: 60px;
  padding: calc(var(--margin) + 25px);
}
#app footer#footer #footer-frame h1 {
  grid-column: 1/4;
  grid-row: 1/2;
  font-size: 0;
}
#app footer#footer #footer-frame h1 img {
  width: auto;
  height: 43px;
}
#app footer#footer #footer-frame #footer-nav {
  grid-column: 4/11;
  grid-row: 1/2;
  display: flex;
  gap: 20px;
}
#app footer#footer #footer-frame #footer-nav a {
  text-decoration: none;
  font-size: 12px;
  color: white;
}
#app footer#footer #footer-frame #footer-legal {
  grid-column: 1/4;
  grid-row: 3/4;
}
#app footer#footer #footer-frame #footer-legal span {
  display: block;
  font-size: 12px;
  color: white;
  line-height: 1.5;
}
#app footer#footer #footer-frame #footer-legal a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: white;
  line-height: 2;
}
#app footer#footer #footer-frame #footer-tickers {
  grid-column: 4/11;
  grid-row: 2/3;
  display: flex;
  justify-content: flex-start;
  column-gap: 50px;
  position: relative;
}
#app footer#footer #footer-frame #footer-tickers .stock-component {
  width: 33%;
  flex-shrink: 1;
  color: white;
}
#app footer#footer #footer-frame #footer-social {
  grid-column: 4/7;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#app footer#footer #footer-frame #footer-social a {
  display: flex;
  align-items: center;
  gap: 12px;
}
#app footer#footer #footer-frame #footer-social a span {
  color: white;
  font-size: 10px;
}
#app footer#footer #footer-frame .footer-email {
  grid-column: 1/4;
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  row-gap: 30px;
}
#app footer#footer #footer-frame .footer-email div {
  display: none;
}
#app footer#footer #footer-frame .footer-email h2 {
  flex-basis: 100%;
  flex-shrink: 0;
  grid-column: 7/11;
  grid-row: 2/3;
  font-size: 12px;
  padding: 0 5px;
  color: white;
  line-height: 1.5;
}
#app footer#footer #footer-frame .footer-email p {
  flex-basis: 100%;
  flex-shrink: 0;
  grid-column: 7/11;
  grid-row: 2/3;
  font-size: 10px;
  padding: 0 5px;
  color: white;
  line-height: 1.5;
  opacity: 0.5;
}
#app footer#footer #footer-frame .footer-email input[type=email] {
  width: 70%;
  flex-shrink: 1;
  height: 42px;
  padding: 0 10px;
  border-radius: 0;
  font-size: 14px;
  background-color: white;
  color: black;
}
#app footer#footer #footer-frame .footer-email input[type=submit] {
  width: 30%;
  height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background-color: lightgrey;
  color: black;
}
@media screen and (max-width: 1200px) {
  #app footer#footer #footer-frame {
    display: flex;
    flex-wrap: wrap;
  }
  #app footer#footer #footer-frame #footer-tickers {
    flex-basis: 100%;
    order: 2;
  }
  #app footer#footer #footer-frame .footer-email {
    flex-basis: 100%;
    order: 3;
    padding: 0;
  }
  #app footer#footer #footer-frame .footer-email h2, #app footer#footer #footer-frame .footer-email p {
    padding: 0;
    margin: 0;
  }
  #app footer#footer #footer-frame #footer-social {
    order: 4;
  }
  #app footer#footer #footer-frame #footer-legal {
    order: 5;
  }
}
@media screen and (max-width: 864px) {
  #app footer#footer #footer-frame #footer-tickers {
    flex-direction: column;
    align-items: stretch;
  }
  #app footer#footer #footer-frame #footer-tickers .stock-component {
    width: 100%;
    padding: 30px 0 50px;
    border-bottom: 1px solid #333;
  }
  #app footer#footer #footer-frame #footer-tickers .stock-component:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 790px) {
  #app footer#footer #footer-frame {
    padding: calc(var(--margin) + 15px);
  }
}
@media screen and (max-width: 540px) {
  #app footer#footer #footer-frame #footer-nav {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  #app::-webkit-scrollbar {
    width: 0px;
  }
}

#home-hero {
  margin-top: -115px;
  grid-row-gap: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#home-hero #home-hero-headline {
  padding: 40px;
  grid-column: 1/3;
  background-color: white;
  border-radius: 5px;
}
#home-hero #home-hero-headline h2 {
  font-weight: 300;
  font-size: 3vw;
  line-height: 1.3;
  padding: 0 5px;
}
#home-hero hr {
  grid-column: 1/3;
  grid-row: 2/3;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(270deg, #DC5509 0%, #FFBD5A 17.19%, #FFF4CF 33.85%, #AFECFF 50%, #7BDFFF 65.62%, #67B7F1 82.29%, #0C418F 100%);
}
#home-hero #home-info {
  grid-column: 1/3;
  grid-row: 3/4;
  padding: 60px 40px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 40px;
}
#home-hero #home-info > div h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #1E1E1E;
  margin-bottom: 20px;
  padding: 0 5px;
}
#home-hero #home-info #home-news h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 5px;
}
#home-hero #home-info #home-news span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  padding: 0 5px;
}
#home-hero #home-stock {
  grid-column: 3/4;
  grid-row: 2/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#home-hero #home-stock #home-stock-header {
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
#home-hero #home-stock #home-stock-header h3 {
  display: block;
  width: 100%;
  max-width: 270px;
  font-size: 20px;
  font-weight: 500;
}
#home-hero #home-stock #home-stock-header > span {
  display: block;
  width: 100%;
  max-width: 270px;
  font-size: 10px;
  text-transform: uppercase;
}
#home-hero #home-stock #home-tickers {
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}
#home-hero #home-stock #home-tickers :deep(.stock-component) {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 1060px) {
  #home-hero #home-info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 790px) {
  #home-hero {
    display: flex;
    flex-direction: column;
    margin-top: -100px;
  }
  #home-hero #home-hero-headline h2 {
    font-size: 3.5vw;
  }
  #home-hero #home-info {
    grid-template-columns: 1fr 1fr;
  }
  #home-hero #home-stock {
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  #home-hero #home-stock #home-stock-header {
    width: 100%;
    max-width: none;
  }
  #home-hero #home-stock #home-tickers {
    width: 100%;
    max-width: none;
  }
  #home-hero #home-stock #home-tickers :deep(.stock-component) {
    max-width: none;
  }
}
@media (max-width: 650px) {
  #home-hero {
    margin-top: -66px;
  }
  #home-hero #home-hero-headline {
    padding: 30px 10px;
  }
  #home-hero #home-hero-headline h2 {
    font-size: 20px;
  }
  #home-hero #home-info {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 50px 10px;
    height: auto;
  }
  #home-hero #home-stock {
    flex-direction: column;
  }
}

#home-why-mcf {
  margin: 30px 0;
}
#home-why-mcf #why-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto;
  grid-column-gap: 52px;
  padding: 40px;
}
#home-why-mcf #why-inner #why-header {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url("/static/mcfenergy/images/home/home-hero.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
#home-why-mcf #why-inner #why-header #gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.5), white);
  backdrop-filter: saturate(0);
}
#home-why-mcf #why-inner #why-header hr {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(270deg, #DC5509 0%, #FFBD5A 17.19%, #FFF4CF 33.85%, #AFECFF 50%, #7BDFFF 65.62%, #67B7F1 82.29%, #0C418F 100%);
}
#home-why-mcf #why-inner #why-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 1;
  display: none;
}
#home-why-mcf #why-inner #why-header h2 {
  display: block;
  height: auto;
  font-size: 42px;
  padding: 0 5px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  background-image: linear-gradient(270deg, #abc1c7 0%, #72bcd4 33%, #67B7F1 66%, #0C418F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  overflow: visible;
}
#home-why-mcf #why-inner #why-info {
  display: flex;
  flex-direction: column;
}
#home-why-mcf #why-inner #why-info > div {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
#home-why-mcf #why-inner #why-info > div:last-child {
  border-bottom: none;
}
#home-why-mcf #why-inner #why-info > div h3 {
  font-weight: 500;
  font-size: 18px;
  overflow: visible;
  margin-bottom: 5px;
  padding: 5px;
}
#home-why-mcf #why-inner #why-info > div p {
  padding: 5px;
}
@media (max-width: 1100px) {
  #home-why-mcf #why-inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  #home-why-mcf #why-inner #why-header, #home-why-mcf #why-inner #why-info {
    grid-column: 1/-1;
  }
  #home-why-mcf #why-inner #why-header {
    padding: 100px 0;
    border-top: 1px solid #e5e5e5;
    width: 150%;
    max-width: 100%;
  }
  #home-why-mcf #why-inner #why-header #gradient {
    background: linear-gradient(rgba(255, 255, 255, 0.75), white);
  }
  #home-why-mcf #why-inner div {
    padding: 0;
  }
}
@media (max-width: 650px) {
  #home-why-mcf #why-inner {
    padding: 30px 10px;
  }
  #home-why-mcf #why-inner #why-info {
    margin-top: -30px;
  }
}

#what-if {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
#what-if h2 {
  padding: 30px 65px 150px;
  width: 100%;
  max-width: 900px;
  height: auto;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  #what-if h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 650px) {
  #what-if h2 {
    font-size: 32px;
    padding: 30px 10px 150px;
  }
}

#contact #contact-inner {
  height: auto;
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 50px;
}
#contact #contact-inner h2 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#contact #contact-inner h3, #contact #contact-inner p, #contact #contact-inner a {
  width: 100%;
  padding: 0 5px;
}
#contact #contact-inner h3 a, #contact #contact-inner p a, #contact #contact-inner a a {
  padding: 0;
}
#contact #contact-inner a {
  color: #2C3FA4;
}
#contact #contact-inner h3 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
#contact #contact-inner > div {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#contact #contact-inner #investor a {
  display: block;
}
#contact #contact-inner form {
  height: min-content;
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -30px;
  gap: 8px;
  border-left: 1px solid #e5e5e5;
}
#contact #contact-inner form.success {
  pointer-events: none;
  opacity: 0.6;
}
#contact #contact-inner form h2 {
  margin-bottom: 10px;
}
#contact #contact-inner form p {
  margin-bottom: 20px;
  font-size: 14px;
}
#contact #contact-inner form label {
  width: 100%;
  height: min-content;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#contact #contact-inner form label:nth-child(2), #contact #contact-inner form label:nth-child(3) {
  width: 30%;
  flex-grow: 1;
}
#contact #contact-inner form label span {
  position: absolute;
  top: 0px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
#contact #contact-inner form label input, #contact #contact-inner form label textarea {
  width: 100%;
  height: 55px;
  padding: 20px 10px 0;
  font-size: 14px;
  font-weight: 300;
  outline: none;
}
#contact #contact-inner form label textarea {
  height: 100px;
  resize: vertical;
  padding: 30px 10px 10px;
}
#contact #contact-inner form button {
  border-radius: 5px;
  width: 100%;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  color: white;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
}
#contact #contact-inner form button.success {
  background: green;
}
#contact #contact-inner form button.error {
  background: red;
}
@media (max-width: 1000px) {
  #contact #contact-inner {
    display: flex;
    flex-direction: column;
  }
  #contact #contact-inner h2 {
    font-size: 18px;
  }
  #contact #contact-inner form {
    width: calc(100% + 104px);
    margin-top: 30px;
    margin-left: -52px;
    background-image: linear-gradient(180deg, #f2f2f2 0%, #ffffff 100%);
    padding: 52px;
    border-left: 0;
  }
}

.team {
  border-top: 1px solid #e9e9e9;
  background-image: linear-gradient(180deg, #f2f2f2 0%, #ffffff 100%);
}
.team .frame-inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  gap: 52px;
}
.team .frame-inner .team-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: 1fr;
  grid-gap: 30px;
  padding: 30px 0;
}
.team .frame-inner .team-item:nth-child(2n) {
  grid-template-columns: 1fr 240px;
}
.team .frame-inner .team-item:nth-child(2n) img {
  grid-column: 2/3;
}
.team .frame-inner .team-item:nth-child(2n) div {
  grid-column: 1/2;
}
.team .frame-inner .team-item > img {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.25);
}
.team .frame-inner .team-item .team-item-info {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: min-content;
  gap: 0;
  padding: 80px 30px;
}
.team .frame-inner .team-item .team-item-info h3, .team .frame-inner .team-item .team-item-info span, .team .frame-inner .team-item .team-item-info p {
  font-size: 14px;
}
.team .frame-inner .team-item .team-item-info .team-item-info-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team .frame-inner .team-item .team-item-info .team-item-info-head h3 {
  width: 100%;
  font-weight: 500;
  margin-bottom: 7px;
}
.team .frame-inner .team-item .team-item-info .team-item-info-head span {
  display: inline-block;
  height: 14px;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.5;
}
.team .frame-inner .team-item .team-item-info .team-item-info-head a {
  display: inline-block;
  height: 14px;
  margin-left: 10px;
  margin-top: -4px;
}
.team .frame-inner .team-item .team-item-info p {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 760px) {
  .team .frame-inner .team-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .team .frame-inner .team-item img {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .team {
    padding: 22px 8px;
  }
  .team .frame-inner .team-item .team-item-info {
    padding: 50px 5px;
  }
}

@media (min-width: 1000px) {
  #advisors .frame-inner {
    max-width: 1420px;
  }
  #advisors .frame-inner .team-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #advisors .frame-inner .team-inner .team-item, #advisors .frame-inner .team-inner .team-item:nth-child(2n) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 850px;
    padding: 0;
    gap: 30px;
    margin: 0 auto;
  }
  #advisors .frame-inner .team-inner .team-item > *, #advisors .frame-inner .team-inner .team-item:nth-child(2n) > * {
    grid-column: 1/-1;
    grid-row: auto !important;
    padding: 0;
  }
  #advisors .frame-inner .team-inner .team-item > img, #advisors .frame-inner .team-inner .team-item:nth-child(2n) > img {
    max-width: 150px;
    margin-bottom: 30px;
  }
  #advisors .frame-inner .team-inner .team-item .team-item-info, #advisors .frame-inner .team-inner .team-item:nth-child(2n) .team-item-info {
    display: grid;
    grid-template-columns: 200px 1fr;
    width: 100%;
    padding: 30px 0;
  }
  #advisors .frame-inner .team-inner .team-item .team-item-info .team-item-info-head, #advisors .frame-inner .team-inner .team-item:nth-child(2n) .team-item-info .team-item-info-head {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 4px;
  }
  #advisors .frame-inner .team-inner .team-item .team-item-info p, #advisors .frame-inner .team-inner .team-item:nth-child(2n) .team-item-info p {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  #board .frame-inner {
    max-width: 1420px;
  }
  #board .frame-inner .team-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 90px;
    padding-bottom: 60px;
  }
  #board .frame-inner .team-inner .team-item, #board .frame-inner .team-inner .team-item:nth-child(2n) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    padding: 0;
    gap: 30px;
  }
  #board .frame-inner .team-inner .team-item > *, #board .frame-inner .team-inner .team-item:nth-child(2n) > * {
    grid-column: 1/-1;
    grid-row: auto !important;
    padding: 0;
  }
  #board .frame-inner .team-inner .team-item > img, #board .frame-inner .team-inner .team-item:nth-child(2n) > img {
    max-width: 180px;
  }
}

#mission {
  padding: 0 30px;
}
#mission blockquote {
  font-size: 20px;
  font-weight: 300;
  padding: 30px 30px 30px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f2f2f2;
}
#mission blockquote strong {
  font-size: inherit;
  font-weight: 400;
  color: #2C3FA4;
}
#mission span {
  display: block;
  padding: 0 30px;
  line-height: 1.45;
}
#mission span:first-of-type {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 500;
}
#mission span:last-of-type {
  padding-bottom: 30px;
  font-size: 12px;
}
@media (max-width: 1000px) {
  #mission {
    padding: 0;
  }
}
@media (max-width: 500px) {
  #mission blockquote {
    font-size: 16px;
  }
}

#management {
  background-color: #f2f2f2;
}

#story-inner {
  display: flex;
  flex-direction: column;
}
#story-inner h2 {
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
#story-inner > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
#story-inner > div:nth-child(3) {
  flex-direction: row-reverse;
}
#story-inner > div img {
  flex-basis: 50%;
  height: 300px;
  object-fit: scale-down;
}
#story-inner > div div {
  width: 100%;
  padding: 30px;
}
#story-inner > div div ul {
  margin-top: 5px;
  padding: 10px;
}
#story-inner > p {
  padding: 30px;
}
@media (max-width: 1000px) {
  #story-inner > div {
    flex-direction: column;
  }
  #story-inner > div:nth-child(3) {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #story-inner {
    padding: 52px 0;
  }
  #story-inner > div {
    flex-direction: column;
  }
  #story-inner > div:nth-child(3) {
    flex-direction: column;
  }
  #story-inner > div > div {
    padding: 30px 15px;
  }
  #story-inner > p {
    padding: 30px 15px;
  }
}

#highlights h2 {
  padding: 0 30px 20px 105px;
  font-size: 16px;
  text-transform: uppercase;
}
#highlights ul {
  margin: 0 !important;
}
#highlights > ul {
  list-style: none;
  padding-left: 30px !important;
}
#highlights > ul > li {
  padding-left: 70px;
  position: relative;
  margin: 0;
}
#highlights > ul > li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}
#highlights > ul > li:nth-child(1):before {
  content: "1";
  background-color: #67B7F1;
}
#highlights > ul > li:nth-child(2):before {
  content: "2";
  background-color: #7BDFFF;
}
#highlights > ul > li:nth-child(3):before {
  content: "3";
  background-color: #AFECFF;
}
#highlights > ul > li:nth-child(4):before {
  content: "4";
  background-color: #FFF1BF;
}
#highlights > ul > li:nth-child(5):before {
  content: "5";
  background-color: #FFBD5A;
}
#highlights > ul > li:nth-child(6):before {
  content: "6";
  background-color: #DC5509;
}
#highlights > ul > li > span {
  padding: 25px 5px;
  display: block;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}
#highlights > ul > li > span:only-child {
  border-bottom: 1px solid #e5e5e5;
}
#highlights > ul > li:nth-child(3) > ul {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 25px 0 !important;
}
#highlights > ul > li:nth-child(3) > ul > li {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  overflow: hidden;
  line-height: 1;
}
#highlights > ul > li:nth-child(3) > ul > li:not(:last-child) {
  margin-bottom: 6px;
}
#highlights > ul > li:nth-child(3) > ul > li img {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
  border-right: 1px solid #e5e5e5;
}
#highlights > ul > li:nth-child(3) > ul > li > span {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 20px;
  line-height: 1.45;
  font-size: 14px;
}
#highlights > ul > li:nth-child(3) > ul > li > span strong {
  font-size: 14px;
}
#highlights > ul > li:nth-child(3) > ul > li > span:not(:last-child) {
  padding-bottom: 0;
}
#highlights > ul > li:nth-child(3) > ul > li > span:last-child {
  grid-row: 1/3;
}
#highlights > ul > li:nth-child(3) > ul > li ul {
  grid-column: 2/3;
  grid-row: 2/3;
  list-style: none;
  margin-top: -5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
}
#highlights > ul > li:nth-child(3) > ul > li ul li {
  margin: 0 !important;
}
#highlights > ul > li:nth-child(3) > ul > li ul li span {
  font-size: 11px;
}
#highlights > ul > li:not(:nth-child(3)) > ul {
  list-style: square;
  padding-left: 10px !important;
  margin-top: -10px !important;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #e5e5e5;
}
#highlights > p {
  margin-top: 30px;
  font-size: 12px;
  padding: 0 5px;
  padding-left: 30px !important;
}
@media (max-width: 1000px) {
  #highlights {
    grid-gap: 0;
    padding-bottom: 60px;
  }
  #highlights h2 {
    padding: 30px 5px 25px;
  }
  #highlights > ul, #highlights > p {
    padding-left: 0 !important;
  }
  #highlights > ul > li:nth-child(3), #highlights > p > li:nth-child(3) {
    padding-left: 0 !important;
  }
  #highlights > ul > li:nth-child(3) > span, #highlights > p > li:nth-child(3) > span {
    padding-left: 70px;
  }
}
@media (max-width: 1000px) and (max-width: 584px) {
  #highlights > ul > li:nth-child(3) li:first-child img, #highlights > p > li:nth-child(3) li:first-child img {
    border-radius: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    align-self: flex-start;
  }
  #highlights > ul > li:nth-child(3) li:first-child ul, #highlights > p > li:nth-child(3) li:first-child ul {
    margin-top: 10px !important;
  }
  #highlights > ul > li:nth-child(3) li:first-child ul span, #highlights > p > li:nth-child(3) li:first-child ul span {
    font-size: 12px;
  }
}
@media (max-width: 1000px) and (max-width: 450px) {
  #highlights > ul > li img, #highlights > p > li img {
    border-radius: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    align-self: flex-start;
  }
}

#recent {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
#recent h2 {
  grid-column: 1/4;
  font-size: 40px;
  margin: 0px 0;
}
#recent #recent-info {
  grid-column: 4/11;
  display: grid;
  grid-template-rows: repeat(3, auto);
  padding: 0 0 0 30px;
}
#recent #recent-info .recent-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}
#recent #recent-info .recent-item:first-of-type {
  padding-top: 0;
}
#recent #recent-info .recent-item .title {
  padding-top: 6px;
}
#recent #recent-info .recent-item .title h3 {
  color: #02386D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
#recent #recent-info .recent-item .title span {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.8;
}
#recent #recent-info .recent-item.reports .info, #recent #recent-info .recent-item.presentation .info {
  display: flex;
  gap: 5px;
}
#recent #recent-info .recent-item.reports .info .download + .download, #recent #recent-info .recent-item.presentation .info .download + .download {
  margin-top: 0;
}
@media (max-width: 700px) {
  #recent #recent-info .recent-item {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  #recent #recent-info .recent-item .title > h3, #recent #recent-info .recent-item .title > span, #recent #recent-info .recent-item .title > p, #recent #recent-info .recent-item .info > h3, #recent #recent-info .recent-item .info > span, #recent #recent-info .recent-item .info > p {
    padding: 0 5px;
  }
}
@media (max-width: 1000px) {
  #recent h2, #recent #recent-info {
    grid-column: 1/-1;
    padding: 0;
  }
  #recent h2 {
    padding: 0 5px;
  }
  #recent h2 br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #recent h2 {
    font-size: 20px;
  }
}

#capitalization {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-row-gap: 10px;
  grid-column-gap: 15px;
}
@media (max-width: 980px) {
  #capitalization {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-row-gap: 20px;
  }
  #capitalization table, #capitalization div {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
  }
}
#capitalization table {
  width: 100%;
  height: min-content;
  border-collapse: collapse;
}
#capitalization table thead tr th {
  color: #02386D;
  height: 40px;
  padding: 12px 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#capitalization table thead tr th:first-child {
  text-align: left;
}
#capitalization table thead tr th:last-child {
  text-align: right;
}
#capitalization table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#capitalization table tbody tr td {
  height: 44px;
  padding: 12px 5px;
}
#capitalization table tbody tr td sup {
  font-size: 10px;
}
#capitalization table tbody tr td:first-child {
  font-weight: 300;
  font-size: 14px;
}
#capitalization table tbody tr td:last-child {
  font-size: 14px;
  text-align: right;
}
#capitalization table tbody tr.total td {
  color: #02386D;
  font-weight: 500;
}
#capitalization table tbody tr.subheader {
  background-color: #f4f9ff;
}
#capitalization table tbody tr.subheader + tr td:first-child, #capitalization table tbody tr.subheader + tr + tr td:first-child {
  padding-left: 20px;
}
#capitalization #capital {
  grid-column: 1/2;
  grid-row: 2/4;
}
#capitalization #ownership {
  grid-column: 2/-1;
  grid-row: 2/3;
}
#capitalization #notes {
  grid-column: 2/-1;
  grid-row: 3/4;
  padding: 20px;
  background-color: #f2f2f2;
}
#capitalization #notes h3 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}
#capitalization #notes li {
  font-size: 9px;
  font-weight: 300;
}

#reporting .row {
  display: grid;
  grid-template-columns: 130px 1fr 100px 100px;
  grid-template-rows: 1fr;
}
#reporting .row .column:nth-child(3) .head, #reporting .row .column:nth-child(3) .body, #reporting .row .column:nth-child(4) .head, #reporting .row .column:nth-child(4) .body {
  text-align: center;
}
#reporting .row .head, #reporting .row .body {
  display: block;
  padding: 0 5px;
  line-height: 40px;
}
#reporting .row .head {
  display: none;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  text-transform: uppercase;
  color: #02386D;
}
#reporting .row .body {
  font-size: 14px;
  font-weight: 300;
  height: 42px;
  border-bottom: 1px solid #e5e5e5;
}
#reporting .row .body img {
  width: 20px;
  height: 40px;
}
#reporting .row.fy {
  margin-top: 10px;
}
#reporting .row.fy .head {
  display: block;
}
@media (max-width: 450px) {
  #reporting .row {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px;
  }
  #reporting .row .column {
    display: flex;
    justify-content: space-between;
  }
  #reporting .row .column .head, #reporting .row .column .body {
    height: 42px;
  }
  #reporting .row .column:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #reporting .row .column:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #reporting .row .column:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #reporting .row .column:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #reporting .row .column .head {
    flex-shrink: 1;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  #reporting .row .column .body {
    width: 100%;
    text-align: right !important;
  }
}

#filings h3, #filings a {
  display: block;
  padding: 0 5px;
  line-height: 40px;
}
#filings h3 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #02386D;
}
#filings a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  height: 42px;
  border-bottom: 1px solid #e5e5e5;
}
#filings a:hover {
  background-color: #f2f2f2;
}
#filings a span {
  font-size: inherit;
}
#filings a img {
  width: 20px;
  height: 40px;
}
#filings a + h3 {
  margin-top: 20px;
}

.landing {
  --gap: 30px;
  margin: 0 auto;
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 600px) {
  .landing {
    --gap: 30px;
    padding: 0;
    gap: 0;
  }
}
.landing #logo {
  padding: var(--gap) var(--gap) 0;
  display: flex;
  justify-content: flex-end;
}
.landing #logo a {
  font-size: 0;
}
.landing #logo a img {
  height: 60px;
}
@media (max-width: 900px) {
  .landing #logo {
    justify-content: flex-start;
    padding: 0;
  }
  .landing #logo a img {
    height: auto;
  }
}
@media (max-width: 600px) {
  .landing #logo {
    margin-bottom: 0px;
    padding: var(--gap);
  }
  .landing #logo a img {
    height: 40px;
  }
}
.landing header {
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
}
.landing header h1 {
  font-size: 40px;
  font-weight: 100;
  max-width: 800px;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .landing header h1 {
    font-size: 30px;
  }
}
.landing header p {
  max-width: 800px;
  text-align: center;
}
.landing iframe {
  aspect-ratio: 1600/900;
  width: 100%;
  height: auto;
  margin: calc(var(--gap) / 2) 0;
}
@media (max-width: 600px) {
  .landing iframe {
    margin: var(--gap) 0 0 0;
  }
}
.landing form {
  padding: var(--gap);
  gap: var(--gap);
  background-color: #fafafa;
  display: flex;
  border: 1px solid #2A45A3;
}
@media (max-width: 900px) {
  .landing form {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .landing form {
    border: 0;
    border-bottom: 1px solid #2A45A3;
  }
}
.landing form > div {
  flex-basis: 100%;
}
.landing form > div:first-child {
  display: block;
}
.landing form > div:first-child h2 {
  height: auto;
  line-height: 1.2;
  padding: 0;
  margin-bottom: var(--gap);
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: visible;
}
.landing form > div:first-child p {
  max-width: 700px;
}
.landing form > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing form > div:last-child input {
  height: 50px;
}
.landing form > div:last-child input[type=email] {
  flex-grow: 1;
  border: 0;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.25px;
  color: #000;
}
.landing form > div:last-child input[type=submit] {
  min-width: 120px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.landing footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap);
  padding: var(--gap);
}
.landing footer > a {
  font-size: 0;
}
.landing footer > p {
  max-width: 800px;
  text-align: left;
}
.landing footer > p a {
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing footer .disclaimer {
  flex-basis: 100%;
  flex-shrink: 0;
  margin-top: var(--gap);
}
.landing footer .disclaimer * {
  color: #666;
  font-size: 10px;
  max-width: none;
}

#legal #legal-inner {
  height: auto;
  display: block;
}
#legal #legal-inner h3 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#legal #legal-inner h3:not(:first-child) {
  margin-top: 30px;
}
#legal #legal-inner h3, #legal #legal-inner p, #legal #legal-inner a {
  width: 100%;
  padding: 0 5px;
}
#legal #legal-inner h3 a, #legal #legal-inner p a, #legal #legal-inner a a {
  padding: 0;
}
#legal #legal-inner a {
  color: #2C3FA4;
}

.landing {
  --gap: 30px;
  margin: 0 auto;
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 600px) {
  .landing {
    --gap: 30px;
    padding: 0;
    gap: 0;
  }
}
.landing #logo {
  padding: var(--gap) var(--gap) 0;
  display: flex;
  justify-content: flex-end;
}
.landing #logo a {
  font-size: 0;
}
.landing #logo a img {
  height: 60px;
}
@media (max-width: 900px) {
  .landing #logo {
    justify-content: flex-start;
    padding: 0;
  }
  .landing #logo a img {
    height: auto;
  }
}
@media (max-width: 600px) {
  .landing #logo {
    margin-bottom: 0px;
    padding: var(--gap);
  }
  .landing #logo a img {
    height: 40px;
  }
}
.landing header {
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
}
.landing header h1 {
  font-size: 40px;
  font-weight: 100;
  max-width: 800px;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .landing header h1 {
    font-size: 30px;
  }
}
.landing header p {
  max-width: 800px;
  text-align: center;
}
.landing iframe {
  aspect-ratio: 1600/900;
  width: 100%;
  height: auto;
  margin: calc(var(--gap) / 2) 0;
}
@media (max-width: 600px) {
  .landing iframe {
    margin: var(--gap) 0 0 0;
  }
}
.landing form {
  padding: var(--gap);
  gap: var(--gap);
  background-color: #fafafa;
  display: flex;
  border: 1px solid #2A45A3;
}
@media (max-width: 900px) {
  .landing form {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .landing form {
    border: 0;
    border-bottom: 1px solid #2A45A3;
  }
}
.landing form > div {
  flex-basis: 100%;
}
.landing form > div:first-child {
  display: block;
}
.landing form > div:first-child h2 {
  height: auto;
  line-height: 1.2;
  padding: 0;
  margin-bottom: var(--gap);
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: visible;
}
.landing form > div:first-child p {
  max-width: 700px;
}
.landing form > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing form > div:last-child input {
  height: 50px;
}
.landing form > div:last-child input[type=email] {
  flex-grow: 1;
  border: 0;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.25px;
  color: #000;
}
.landing form > div:last-child input[type=submit] {
  min-width: 120px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.landing footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap);
  padding: var(--gap);
}
.landing footer > a {
  font-size: 0;
}
.landing footer > p {
  max-width: 800px;
  text-align: left;
}
.landing footer > p a {
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing footer .disclaimer {
  flex-basis: 100%;
  flex-shrink: 0;
  margin-top: var(--gap);
}
.landing footer .disclaimer * {
  color: #666;
  font-size: 10px;
  max-width: none;
}

#media-list #media-inner {
  height: auto;
  display: block;
}
#media-list #media-inner .insight {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 3rem;
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}
#media-list #media-inner .insight div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#media-list #media-inner .insight div:first-child span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.5;
}
#media-list #media-inner .insight div:first-child img {
  object-fit: contain;
  object-position: center;
  height: 60px;
}
#media-list #media-inner .insight div:last-child h3 {
  font-weight: 600;
  padding: 1rem 0;
  line-height: 1.4;
}
#media-list #media-inner .insight div:last-child p {
  line-height: 1.4;
}
#media-list #media-inner .insight div:last-child a {
  display: block;
  margin-top: 1rem;
  color: #2A45A3;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
#media-list #media-inner .insight div:last-child a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  #media-list #media-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #media-list #media-inner .insight {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: 100%;
    grid-gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #media-list #media-inner .insight div:first-child {
    gap: 2rem;
  }
  #media-list #media-inner .insight div:first-child img {
    height: 100px;
    object-position: center center;
    padding: 1.5rem;
  }
}

#media #media-inner {
  height: auto;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  grid-gap: 30px;
}
@media (max-width: 1000px) {
  #media #media-inner {
    grid-template-columns: 1fr;
  }
}
#media #media-inner h3, #media #media-inner h4, #media #media-inner h5 {
  color: #2A45A3;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
#media #media-inner p a {
  font-size: inherit;
  color: #2A45A3;
}
#media #media-inner img {
  width: 100%;
}
#media #media-inner div:first-child h3 {
  font-weight: 300;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
#media #media-inner div:first-child img {
  max-width: 200px;
}
#media #media-inner div:first-child span {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.8rem;
}

#news-list, .frame-inner {
  padding-top: 0;
}

.news-list-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
.news-list-item:first-child {
  padding-top: 0;
}
.news-list-item > a h3, .news-list-item > span, .news-list-item > a:last-child {
  padding: 0 5px;
  display: block;
}
.news-list-item > a {
  text-decoration: none;
}
.news-list-item > a:hover {
  text-decoration: underline;
}
.news-list-item > a h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .news-list-item > a h3 {
    font-size: 20px;
  }
}
.news-list-item > span {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.5;
}
.news-list-item div {
  padding: 20px 5px;
}
.news-list-item > a:last-child {
  margin-top: 30px;
}

#news-post {
  padding-top: 0;
}
#news-post .frame-inner {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  grid-gap: 30px;
}
@media (max-width: 1000px) {
  #news-post .frame-inner {
    grid-template-columns: 1fr;
  }
}
#news-post .frame-inner #header h3 {
  font-size: 24px;
  padding: 0 5px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  #news-post .frame-inner #header h3 {
    font-size: 18px;
  }
}
#news-post .frame-inner #header span {
  font-size: 14px;
  padding: 0 5px;
  color: grey;
}
#news-post .frame-inner #renderer .ql-editor {
  padding: 0 5px !important;
  overflow: visible;
}
#news-post .frame-inner #renderer .ql-editor p:has(img):has(+ h6) {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  margin-top: 15px;
}
#news-post .frame-inner #renderer .ql-editor p:has(img) + blockquote {
  margin: -5px 0 20px;
}
#news-post .frame-inner #renderer .ql-editor img {
  width: 100%;
}
#news-post .frame-inner #renderer .ql-editor h6 {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px;
  font-size: 12px;
}
#news-post .frame-inner #renderer .ql-editor blockquote {
  padding: 15px;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  margin: 10px 0;
}

#presentation {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
#presentation iframe, #presentation #iframe {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(92.08deg, #2A45A3 -7.75%, #2A77A3 100%);
}
@media (max-width: 500px) {
  #presentation iframe {
    display: none;
  }
}
#presentation #iframe {
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  #presentation #iframe {
    display: block;
    background-image: url("/static/mcfenergy/downloads/MCF Energy Presentation 20250131.jpg");
    background-size: cover;
  }
}
#presentation a.download {
  height: 50px;
  justify-content: center;
}

ul {
  margin: 10px 0;
}
ul li {
  width: calc(100% - 20px);
  margin-left: 20px;
}

#projects-intro {
  padding: 0 52px;
  display: grid;
  grid-template-columns: 1fr 450px;
  align-items: flex-start;
  grid-gap: 52px;
  margin-top: -30px;
}
#projects-intro > div {
  width: 100%;
}
#projects-intro > div * {
  padding: 0 5px;
}
#projects-intro .page-intro p {
  font-size: 19px;
}
@media (max-width: 700px) {
  #projects-intro .page-intro p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #projects-intro .page-intro p {
    font-size: 14px;
  }
}
#projects-intro .page-intro hr {
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
}
#projects-intro .page-quote {
  padding: 30px;
  background-color: #f2f2f2;
}
#projects-intro .page-quote blockquote {
  margin-bottom: 30px;
}
#projects-intro .page-quote span {
  font-size: 13px;
  display: block;
}
#projects-intro .page-quote span:first-of-type {
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 1050px) {
  #projects-intro {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  #projects-intro {
    padding: 0 32px;
  }
}
@media (max-width: 500px) {
  #projects-intro {
    padding: 0 20px;
  }
}

.asset {
  padding-bottom: 30px;
}
.asset:nth-child(even) a, .asset:nth-child(even) figure {
  order: 2;
}
.asset .frame-inner h3 {
  margin-top: 30px;
}
.asset .frame-inner h3 + span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: -15px auto 50px;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}
.asset .frame-inner h3 + span img {
  height: 20px;
  margin-top: -1px;
}
.asset .frame-inner .asset-main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.asset .frame-inner .asset-main-content a {
  text-decoration: none;
  width: max-content;
}
.asset .frame-inner .asset-main-content figure {
  display: flex;
  flex-direction: column;
  width: min-content;
  border: 1px solid #e5e5e5;
  margin: 0;
}
.asset .frame-inner .asset-main-content figure img {
  width: max-content;
  max-width: 422px;
  height: auto;
  object-position: center bottom;
}
@media screen and (max-width: 500px) {
  .asset .frame-inner .asset-main-content figure img {
    max-width: calc(100vw - 80px);
  }
}
.asset .frame-inner .asset-main-content figure figcaption {
  border-top: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  padding: 15px;
}
.asset .frame-inner .asset-main-content figure figcaption span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
}
.asset .frame-inner .asset-main-content figure figcaption span + span {
  margin-top: 6px;
  text-transform: uppercase;
}
.asset .frame-inner .asset-main-content > ul {
  max-width: 600px;
  list-style: none;
}
.asset .frame-inner .asset-main-content > ul > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 5px;
  margin: 0;
  width: 100%;
}
.asset .frame-inner .asset-main-content > ul > li.fine {
  font-size: 12px;
  color: #666;
}
.asset .frame-inner .asset-main-content > ul > li span {
  color: #2C3FA4;
  text-transform: uppercase;
  font-size: 0.8em;
}
.asset .frame-inner .asset-main-content > ul > li ul {
  list-style: circle;
}
.asset .frame-inner .asset-main-content > ul > li table tr td {
  line-height: 1.45;
  vertical-align: top;
}
.asset .frame-inner .asset-main-content > ul > li table tr td:first-child {
  color: #2C3FA4;
  padding-right: 2em;
}
@media (max-width: 940px) {
  .asset .frame-inner .asset-main-content {
    flex-direction: column;
  }
  .asset .frame-inner .asset-main-content ul {
    max-width: none;
  }
}
.asset .frame-inner .asset-gallery {
  width: 100%;
  max-width: 1054px;
  height: auto;
  margin: 50px auto 0;
}
.asset .frame-inner .asset-gallery > div {
  width: 100%;
  height: min-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.asset .frame-inner .asset-gallery > div img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  border: 1px solid white;
}
.asset .frame-inner .asset-gallery > span {
  padding: 0 10px;
  font-size: 0.8em;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
}

/*# sourceMappingURL=styles.css.map */
