@font-face {
  font-family: 'Averta PE';
  src: url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Regular.woff2') format('woff2'),
  url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Regular.woff') format('woff'),
  url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Regular.ttf') format('truetype'),
  url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Regular.svg#AvertaPE-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta PE';
  src: url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Bold.woff2') format('woff2'),
  url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Bold.woff') format('woff'),
  url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Bold.ttf') format('truetype'),
  url('/modules/custom/lm_energeia/assets/fonts/AvertaPE-Bold.svg#AvertaPE-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Impact';
  src: url('/modules/custom/lm_energeia/assets/fonts/Impact.eot');
  src: url('/modules/custom/lm_energeia/assets/fonts/Impact.eot?#iefix') format('embedded-opentype'),
  url('/modules/custom/lm_energeia/assets/fonts/Impact.woff2') format('woff2'),
  url('/modules/custom/lm_energeia/assets/fonts/Impact.woff') format('woff'),
  url('/modules/custom/lm_energeia/assets/fonts/Impact.ttf') format('truetype'),
  url('/modules/custom/lm_energeia/assets/fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lab Grotesque Regular';
  src: url(/modules/custom/lm_energeia/assets/fonts/LabGrotesque-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Lab Grotesque Bold';
  src: url(/modules/custom/lm_energeia/assets/fonts/LabGrotesque-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  min-height: 100%;
  color: black;
}

footer {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.insider-energeia {
  font-family: "Averta", serif;
  position: relative;
}
.insider-energeia header {
  background: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 20px 0;
  z-index: 1;
}
.insider-energeia img {
  display: block;
}
.insider-energeia .section {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.insider-energeia__intro {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  background-size: cover;
  background-position: bottom center;
  font-family: "Lab Grotesque Regular", serif;
  font-size: 16px;
  line-height: 1.2;
  background-color: #01152E;
  color: #C3FCF2;
}

.insider-energeia__intro::after {
  bottom: 0;
  background: linear-gradient(0deg,#01152E 0%,transparent 100%);
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100px;

}

@media (min-width: 1024px) {
  .insider-energeia__intro {
    font-size: 20px;
  }
}
.insider-energeia__intro__arrow-down {
  position: absolute;
  bottom: 70px;
  left: calc(50% - 20px);
  z-index: 10;
}

.insider-energeia__intro__title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Lab Grotesque Bold", serif;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .insider-energeia__intro__title {
    font-size: 80px;
  }
}
.insider-energeia__intro__subtitle {
  font-size: 24px;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .insider-energeia__intro__subtitle {
    font-size: 51px;
  }
}
.insider-energeia main {
  background: #01152e;
  background: linear-gradient(180deg, #01152e 40%, #051f48 67%, #01152e 100%);
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.insider-energeia .column article {
  font-family: "Averta PE", serif;
  margin-bottom: 100px;
}
.insider-energeia .column article figure {
  position: relative;
}
.insider-energeia .column article figure figcaption {
  background-color: white;
  text-align: center;
  padding: 2rem;
  font-size: 16px;
  transition: ease-in-out all 0.3s;
}

.insider-energeia__articles .column p {
  position: relative;
}
.insider-energeia__articles .column p::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  display: block;
  width: 50%;
  height: 5px;
  background-color: #1B627D;
  margin: 0 auto;
}
.insider-energeia .column.is-6-desktop article figure figcaption:hover p::before{
  background-color: white;
}


@media (min-width: 1024px) {
  .insider-energeia .column article figure figcaption {
    font-size: 19px;
  }
}

.insider-energeia .column article figure figcaption .insider-energeia__article-title {
  font-family: "Impact", serif;
  transition: ease-in-out all 0.3s;
  color: black;
  font-size: 24px;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .insider-energeia .column article figure figcaption .insider-energeia__article-title {
    font-size: 33px;
  }
}
.insider-energeia .column article figure figcaption p {
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.insider-energeia .column article figure figcaption .insider-energeia__button {
  margin-top: 2rem;
  background-color: #1B627D;
  color: white;
  padding: 1rem;
  border-radius: unset;
  border: none;
  position: unset;
  transition: ease-in-out all 0.3s;
}
.insider-energeia .column article figure figcaption .insider-energeia__button:hover {
  background-color: white;
  color: #1B627D;
}
.insider-energeia .column article figure figcaption .insider-energeia__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.insider-energeia .column.is-6-desktop article figure figcaption:hover {
  background-color: #1B627D;
  color: white;
}
.insider-energeia .column.is-6-desktop article figure figcaption:hover .insider-energeia__article-title {
  color: white;
}
.insider-energeia .column.is-12-desktop article figure figcaption {
  background: #01152e;
  background: linear-gradient(0deg, #01152e 0%, rgba(9, 40, 97, 0) 100%);
  color: white;
  width: 100%;
  z-index: 1;
  transition: ease-in-out all 0.3s;
}
@media (min-width: 768px) {
  .insider-energeia .column.is-12-desktop article figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.insider-energeia .column.is-12-desktop article figure figcaption:hover {
  background: linear-gradient(0deg, #01152e 50%, rgba(9, 40, 97, 0) 100%);
}
.insider-energeia .column.is-12-desktop article figure figcaption .insider-energeia__article-title {
  color: white;
}
.insider-energeia footer {
  font-family: "Lab Grotesque Regular", serif;
  padding: 16px 16px;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 15px;
  background: #01152E;
  color: white;
}
.insider-energeia footer .content {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .insider-energeia footer .content {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .insider-energeia footer .text-area {
    margin-bottom: 1rem;
    font-size: 12px;
  }
}
.insider-energeia footer img {
  width: 106px;
  height: auto;
}
.insider-energeia footer span {
  display: inline-flex;
}
.insider-energeia footer span:before {
  content: "";
  width: 1px;
  height: 24px;
  margin: 0 5px;
  background-color: white;
}
.insider-energeia footer .logo-area {
  flex: 0 0 auto;
}
