/*
Theme Name: FLKN
Theme URI:
Author: V.Vinnikov & Jan Bolmeson
Description:  FLKN.se
Version: 1.00
*/
@import url("https://use.typekit.net/ctw4hsx.css");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
:root {
  --background-color: #F3F2EE;
  --text-color: #000;
  --nav-font: "Lato", sans-serif;
  --main-font: "warbler-display", sans-serif;
  --btn-color: #3C3C3B;
}

h2 {
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 26px;
  font-weight: 700;
  letter-spacing: 1.25px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 13px;
  font-weight: 700;
  letter-spacing: 1.15px;
}

p {
  margin-bottom: 24px;
}
p.lead {
  font-size: 16px;
  font-weight: inherit;
}
p a {
  text-decoration: none;
  font-style: italic;
  color: inherit;
}
p a:hover {
  text-decoration: underline;
}

p, ul li, ol li {
  letter-spacing: 0.85px;
}

.btn {
  border: 1px solid var(--btn-color);
  color: var(--btn-color);
  background-color: transparent;
  font-family: var(--nav-font);
  min-width: 190px;
  padding: 17px 24px;
  border-radius: 15px;
}
.btn:hover, .btn:active {
  background-color: var(--btn-color);
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    min-width: 175px;
    padding: 14px 20px;
    line-height: 25px;
  }
}

figure img {
  max-width: none;
  width: 100%;
  height: auto;
}

.fill-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #111111 4.32%, #181514 6.16%, #29201C 10.75%, #342721 15.35%, #382A23 20.87%, #563822 30.06%, #945522 49.37%, #965926 53.97%, #9E6435 59.49%, #AA774D 65.92%, #BB926E 72.36%, #D1B499 78.79%, #D7BDA3 79.71%, #EEDFCC 86.15%, #EEE1CF 91.67%, #EFE2D1 92.59%);
}

.form-control {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  font-family: var(--main-font);
  padding: 4px 12px;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
}
.form-control:focus, .form-control:active {
  background: none;
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.5);
}

textarea.form-control,
textarea.form-control:focus,
textarea.form-control:active {
  background: url("assets/images/line-bg.svg") repeat-x top left;
  background-position-y: 6px;
  border-bottom: none;
  resize: none;
}

form .error {
  border-color: #dc3545 !important;
}
form .error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}
form .success-message {
  color: #28a745;
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  background: #d4edda;
  border-radius: 4px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1312px;
  }
}
@media (max-width: 2000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1120px;
  }
}
@media (max-width: 1439px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 960px;
  }
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: var(--main-font);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
}

.menu-toggle {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 27px;
  height: 22px;
  top: 18px;
  right: 12px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle.active span {
  width: 0;
}
.menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menu-toggle.active span::before, .menu-toggle.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
.menu-toggle.active span, .menu-toggle.active span:before, .menu-toggle.active span:after {
  background-color: #000;
}
.menu-toggle span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: width 0.3s ease-in-out;
  opacity: 0.53;
  border-radius: 3px;
}
.menu-toggle span:before {
  top: -8px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
.menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 3px;
  left: 0;
  background-color: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
}
.menu-toggle.dark span, .menu-toggle.dark span:before, .menu-toggle.dark span:after {
  background-color: #000;
}

.main-navigation {
  font-family: var(--nav-font);
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  z-index: 999;
}
@media (max-width: 1439px) {
  .main-navigation {
    width: 180px;
  }
}
@media (max-width: 1279px) {
  .main-navigation {
    left: auto;
    width: 100%;
    right: -100%;
    transition: right 0.3s;
    background: var(--background-color);
  }
  .main-navigation.open {
    right: 0;
  }
}
.main-navigation nav {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .main-navigation nav {
    height: 100% !important;
    display: flex;
  }
}
.main-navigation nav + nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  height: 100%;
  overflow: hidden;
}
.main-navigation nav + nav .main-menu {
  top: 0;
  bottom: auto;
}
@media (max-width: 1279px) {
  .main-navigation nav + nav {
    display: none;
  }
}
.main-navigation .main-menu {
  margin: 0;
  padding: 40px 60px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 1439px) {
  .main-navigation .main-menu {
    padding: 40px 40px;
    width: auto;
    margin: 0 auto;
    position: initial;
  }
}
.main-navigation .main-menu li {
  margin: 22px 0 23px;
}
@media (max-width: 1439px) {
  .main-navigation .main-menu li {
    margin: 16px 0;
  }
}
.main-navigation .main-menu a {
  color: var(--text-color);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.75px;
}
.main-navigation .main-menu a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  opacity: 0;
  transition: opacity 0.3s;
}
.main-navigation .main-menu a.active:after, .main-navigation .main-menu a:hover:after {
  opacity: 1;
}
@media (min-width: 1280px) {
  .main-navigation .main-menu.negative a {
    color: #F6F2EC;
  }
  .main-navigation .main-menu.negative a:after {
    background-color: #F6F2EC;
  }
}

.main-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.main-banner figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.main-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-banner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 312px;
  height: 390px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .main-banner .logo {
    width: 213px;
    height: 266px;
  }
}
.main-banner .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-section {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cta-section {
    margin-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .cta-section .container {
    padding-left: 124px;
  }
}
@media (max-width: 1439px) {
  .cta-section .container {
    padding-left: 80px;
  }
}
@media (max-width: 1279px) {
  .cta-section .container {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .cta-section .container {
    padding: 33px 46px 0 !important;
  }
}
.cta-section .row > div:first-child {
  padding-top: 30px;
}
@media (max-width: 1600px) {
  .cta-section .row > div:first-child {
    padding-top: 16px;
  }
}
@media (max-width: 1279px) {
  .cta-section .row > div:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1600px) {
  .cta-section .row > div:first-child h2 {
    margin-right: -130px;
  }
}
@media (max-width: 767px) {
  .cta-section .row > div:first-child h2 {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.cta-section .row > div:first-child p {
  max-width: 500px;
}
@media (max-width: 767px) {
  .cta-section .row > div:first-child p {
    max-width: 100%;
  }
}
.cta-section .row > div:last-child {
  padding-top: 154px;
}
@media (max-width: 1600px) {
  .cta-section .row > div:last-child figure {
    margin: 26px -44px 0 52px;
  }
}
@media (max-width: 1439px) {
  .cta-section .row > div:last-child figure {
    margin: 0 -20px 0 48px;
  }
}
@media (max-width: 1279px) {
  .cta-section .row > div:last-child figure {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .about-section .container {
    padding: 0 46px;
  }
}
.about-section figure {
  margin: 73px 60px 0 30px;
}
@media (max-width: 1023px) {
  .about-section figure {
    margin: 20px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .about-section figure {
    margin: 0 0 35px;
  }
}
.about-section .row > div:last-child {
  padding: 0;
}
@media (max-width: 1023px) {
  .about-section .row > div:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .about-section p.lead {
    font-size: 14px;
  }
}

.quote-section .container {
  position: relative;
}
.quote-section .container:before, .quote-section .container:after {
  content: "";
  position: absolute;
  left: -150px;
  width: calc(100% + 300px);
  height: 1px;
  background: #000;
}
@media (max-width: 2000px) {
  .quote-section .container:before, .quote-section .container:after {
    left: 12px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 767px) {
  .quote-section .container:before, .quote-section .container:after {
    display: none;
  }
}
.quote-section .container:before {
  top: 0;
}
.quote-section .container:after {
  bottom: 0;
}
.quote-section.small .container:before, .quote-section.small .container:after {
  display: none;
}
.quote-section.small blockquote {
  margin: 0;
  padding-top: 40px;
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .quote-section.small blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 972px;
  }
}
@media (max-width: 767px) {
  .quote-section.small blockquote {
    padding: 66px 46px 0;
    text-align: center;
  }
}
.quote-section.small blockquote:before {
  left: 0;
}
@media (max-width: 1600px) {
  .quote-section.small blockquote:before {
    left: 50px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .quote-section.small blockquote:before {
    left: 0;
  }
}
.quote-section blockquote {
  position: relative;
  padding: 50px 0 40px 80px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .quote-section blockquote {
    line-height: 44px;
    padding: 64px 0 0 0;
  }
}
.quote-section blockquote p {
  letter-spacing: 2px;
  margin: 0 0 38px;
}
@media (max-width: 1023px) {
  .quote-section blockquote p {
    letter-spacing: 1.45px;
  }
}
@media (max-width: 767px) {
  .quote-section blockquote p {
    letter-spacing: 0.85px;
  }
}
.quote-section blockquote p:last-child {
  margin: 0;
}
.quote-section blockquote.long {
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1.45px;
}
.quote-section blockquote.long p {
  letter-spacing: 1.45px;
}
@media (max-width: 1023px) {
  .quote-section blockquote.long {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .quote-section blockquote.long {
    font-size: 18px;
    line-height: 30px;
    margin-top: 135px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .quote-section blockquote.long figure {
    float: right;
    width: 68%;
    margin: -260px -92px 20px 20px;
    height: 480px;
    overflow: hidden;
  }
  .quote-section blockquote.long figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.quote-section blockquote:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 20px;
  width: 33px;
  height: 33px;
  background: url("assets/images/icon-quote.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .quote-section blockquote:before {
    left: 0;
    top: 0;
    width: 57px;
    height: 51px;
  }
}

.cta-2-section {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .cta-2-section {
    padding-top: 56px;
  }
}
.cta-2-section .row > div:first-child .fill-gradient {
  max-width: 470px;
}
@media (max-width: 2000px) and (min-width: 768px) {
  .cta-2-section .row > div:first-child .fill-gradient {
    position: relative;
  }
  .cta-2-section .row > div:first-child .fill-gradient:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 110px;
    background: url("assets/images/logo-vertical.svg") no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .cta-2-section .row > div:first-child .fill-gradient {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .cta-2-section .row > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-2-section .row > div:last-child {
  position: relative;
  padding-top: 138px;
  padding-bottom: 250px;
}
@media (max-width: 1600px) {
  .cta-2-section .row > div:last-child {
    padding-top: 10px;
    padding-bottom: 170px;
    width: 30%;
  }
}
@media (max-width: 1239px) {
  .cta-2-section .row > div:last-child {
    padding-bottom: 70px;
    width: 38%;
  }
}
@media (max-width: 767px) {
  .cta-2-section .row > div:last-child {
    padding-top: 70px;
    padding-bottom: 12px;
    width: 60%;
  }
}
.cta-2-section .row > div:last-child:before {
  content: "";
  position: absolute;
  top: 42%;
  right: -173px;
  width: 1px;
  height: 83%;
  background: #000;
}
@media (max-width: 1600px) {
  .cta-2-section .row > div:last-child:before {
    top: 60%;
    right: -124px;
    height: 100%;
  }
}
@media (max-width: 1239px) {
  .cta-2-section .row > div:last-child:before {
    right: -66px;
  }
}
@media (max-width: 767px) {
  .cta-2-section .row > div:last-child:before {
    display: none;
  }
}
.cta-2-section .row > div:last-child:after {
  content: "";
  position: absolute;
  top: 43.5%;
  right: -483px;
  width: 30px;
  height: 110px;
  background: url("assets/images/logo-vertical.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 2000px) and (min-width: 768px) {
  .cta-2-section .row > div:last-child:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-2-section .row > div:last-child:after {
    top: -148px;
    right: 0;
  }
}

.start-section {
  padding-top: 112px;
}
@media (max-width: 1600px) {
  .start-section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .start-section {
    position: relative;
  }
  .start-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 1px;
    height: 100%;
    background: #000;
  }
}
.start-section .container {
  max-width: 660px;
}
@media (max-width: 767px) {
  .start-section .container {
    padding: 0 46px;
  }
}

.subscribe-section {
  padding-top: 14px;
  padding-bottom: 26px;
}
@media (max-width: 1600px) {
  .subscribe-section {
    padding-top: 0;
  }
}
@media (max-width: 1600px) {
  .subscribe-section .container {
    max-width: 896px;
  }
}
@media (max-width: 767px) {
  .subscribe-section .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.subscribe-section .container > .row > div:first-child {
  padding-right: 55px;
  padding-top: 77px;
}
@media (max-width: 1600px) {
  .subscribe-section .container > .row > div:first-child {
    margin-left: 0;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .subscribe-section .container > .row > div:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .subscribe-section .container > .row > div:first-child {
    width: 100%;
    padding: 52px 46px 0;
  }
}
.subscribe-section .container > .row > div:last-child {
  padding-left: 64px;
}
@media (max-width: 1600px) {
  .subscribe-section .container > .row > div:last-child {
    padding-left: 70px;
    width: 50%;
  }
  .subscribe-section .container > .row > div:last-child figure {
    margin: -43px -104px 0 0;
  }
}
@media (max-width: 1279px) {
  .subscribe-section .container > .row > div:last-child {
    padding-left: 0;
  }
  .subscribe-section .container > .row > div:last-child figure {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .subscribe-section .container > .row > div:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.subscribe-section form {
  max-width: 322px;
  margin-top: 47px;
}
.subscribe-section form .btn {
  margin-top: 10px;
}

.events-section figure {
  margin: 0px -10px 0 -162px;
}
@media (max-width: 2000px) {
  .events-section figure {
    margin-left: -111px;
  }
}
@media (max-width: 1710px) {
  .events-section figure {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .events-section figure {
    margin: 70px -21px 0 0;
  }
}
@media (max-width: 1279px) {
  .events-section figure {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .events-section figure {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .events-section .events-list {
    padding-right: 29px;
    text-align: center;
  }
}
.events-section .events-list .event-item {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .events-section .events-list .event-item {
    margin: 0 0 28px;
  }
}
.events-section .events-list .event-item:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .events-section .events-list .event-item h3 {
    margin-bottom: 6px;
  }
  .events-section .events-list .event-item h3 span {
    display: block;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .events-section .container {
    padding-top: 27px !important;
    padding-bottom: 0 !important;
  }
}
.events-section .container > .row > div:last-child {
  padding: 114px 105px 0 70px;
}
@media (max-width: 1600px) {
  .events-section .container > .row > div:last-child {
    padding: 14px 64px 0 29px;
  }
}
@media (max-width: 1279px) {
  .events-section .container > .row > div:last-child {
    padding-right: 12px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .events-section .container > .row > div:last-child {
    padding: 34px 34px 0 63px;
  }
}

.contact-section {
  padding-top: 32px;
}
@media (max-width: 1023px) {
  .contact-section {
    padding-top: 10px;
  }
}
.contact-section > .container {
  position: relative;
  max-width: 960px;
  padding: 135px 0 92px;
}
@media (max-width: 1600px) {
  .contact-section > .container {
    max-width: 1012px;
    padding: 98px 0 98px;
  }
}
@media (max-width: 1279px) {
  .contact-section > .container {
    max-width: 960px;
  }
}
@media (max-width: 1023px) {
  .contact-section > .container {
    padding: 60px 12px;
  }
}
.contact-section > .container:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1280px;
  height: 1px;
  background: #000;
}
@media (max-width: 2000px) {
  .contact-section > .container:before {
    width: 1096px;
  }
}
@media (max-width: 1439px) {
  .contact-section > .container:before {
    width: 960px;
  }
}
@media (max-width: 1279px) {
  .contact-section > .container:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-section > .container:before {
    display: none;
  }
}
.contact-section > .container > .row > div:first-child {
  padding-right: 35px;
  padding-top: 26px;
}
@media (max-width: 1600px) {
  .contact-section > .container > .row > div:first-child {
    padding-right: 68px;
    padding-top: 42px;
    padding-left: 82px;
  }
}
@media (max-width: 1023px) {
  .contact-section > .container > .row > div:first-child {
    padding-right: 55px;
    padding-top: 30px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .contact-section > .container > .row > div:first-child {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 0;
  }
}
@media (max-width: 1600px) {
  .contact-section > .container > .row > div:last-child {
    padding-left: 36px;
  }
}
@media (max-width: 1023px) {
  .contact-section > .container > .row > div:last-child {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-figure img {
    height: 100%;
    object-fit: cover;
  }
}
.contact-section form {
  max-width: 400px;
  margin: 40px 0 0;
}
.contact-section form .input-row {
  margin: 0 0 20px;
}
.contact-section form .input-row.tall {
  max-width: 300px;
}
@media (max-width: 767px) {
  .contact-section form .input-row.tall {
    max-width: 100%;
  }
}
.contact-section form .btn {
  margin-top: 15px;
}

.footer {
  width: 100%;
  border-top: 1px solid #000;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.75px;
}
.footer .footer-logo {
  width: 106px;
  height: 30px;
  margin: 0 auto 27px;
  display: block;
}
.footer .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.footer .footer-navigation a {
  text-decoration: none;
  color: var(--text-color);
  position: relative;
}
.footer .footer-navigation a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  opacity: 0;
  transition: opacity 0.3s;
}
.footer .footer-navigation a.active:after, .footer .footer-navigation a:hover:after {
  opacity: 1;
}
.footer .footer-navigation a:before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 6px;
  width: 1px;
  height: calc(100% - 9px);
  background-color: var(--text-color);
  opacity: 0.2;
}
.footer .footer-navigation li {
  margin: 0 5px;
}
.footer .footer-navigation li:first-child a:before {
  display: none;
}

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