/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./resources/styles/frontend/styles.scss ***!
  \************************************************************************************************************************************************************/
/* stylelint-disable scss/dollar-variable-pattern */
:root {
  --primary-color: #9FC487;
  --secondary-color: #0E222B;
  --color-3: #EFE7DD;
  --color-4: #114526;
  --color-5: #FAF8F5;
  --color-6: #2B462C;
  --gray-500: #616160;
  --gray-200: #A2A2A2;
  --light-color: #ffffff;
}

.primary-color {
  color: #9FC487;
}

.has-primary-color-color {
  color: #9FC487;
}

.secondary-color {
  color: #0E222B;
}

.has-secondary-color-color {
  color: #0E222B;
}

.color-3 {
  color: #EFE7DD;
}

.has-color-3-color {
  color: #EFE7DD;
}

.color-4 {
  color: #114526;
}

.has-color-4-color {
  color: #114526;
}

.color-5 {
  color: #FAF8F5;
}

.has-color-5-color {
  color: #FAF8F5;
}

.color-6 {
  color: #2B462C;
}

.has-color-6-color {
  color: #2B462C;
}

.gray-500 {
  color: #616160;
}

.has-gray-500-color {
  color: #616160;
}

.gray-200 {
  color: #A2A2A2;
}

.has-gray-200-color {
  color: #A2A2A2;
}

.light-color {
  color: #ffffff;
}

.has-light-color-color {
  color: #ffffff;
}

.bg-primary-color {
  background-color: #9FC487;
}

.has-primary-color-background-color {
  background-color: #9FC487;
}

.bg-secondary-color {
  background-color: #0E222B;
}

.has-secondary-color-background-color {
  background-color: #0E222B;
}

.bg-color-3 {
  background-color: #EFE7DD;
}

.has-color-3-background-color {
  background-color: #EFE7DD;
}

.bg-color-4 {
  background-color: #114526;
}

.has-color-4-background-color {
  background-color: #114526;
}

.bg-color-5 {
  background-color: #FAF8F5;
}

.has-color-5-background-color {
  background-color: #FAF8F5;
}

.bg-color-6 {
  background-color: #2B462C;
}

.has-color-6-background-color {
  background-color: #2B462C;
}

.bg-gray-500 {
  background-color: #616160;
}

.has-gray-500-background-color {
  background-color: #616160;
}

.bg-gray-200 {
  background-color: #A2A2A2;
}

.has-gray-200-background-color {
  background-color: #A2A2A2;
}

.bg-light-color {
  background-color: #ffffff;
}

.has-light-color-background-color {
  background-color: #ffffff;
}

/* CSS Document */
body {
  padding: 0;
  margin: 0;
  background-color: #0E222B;
}

* {
  font-family: "Signika Negative", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Signika Negative", sans-serif;
}

.opacity-0 {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

figure {
  padding: 0;
  margin: 0;
}

.footer {
  padding-bottom: 30px;
}
.footer__container {
  margin-inline: auto;
  max-width: 1366px;
}
@media (max-width: 992px) {
  .footer__container {
    padding-inline: 30px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
  }
  .footer__container div:first-child,
.footer__container div:nth-child(2) {
    grid-column: span 1;
  }
  .footer__container div:first-child img,
.footer__container div:nth-child(2) img {
    transform: translateX(-20%);
  }
  .footer__container div:last-child {
    grid-column: span 2;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    align-items: center;
  }
}
.footer__list {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .footer__list {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .footer__list li {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.footer__email {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer__email svg {
  width: 33px;
  height: 20px;
}
.footer__email a {
  color: #ffffff;
  text-decoration: none;
}
.footer__menu li {
  list-style: none;
}
.footer__menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
.footer__logo {
  height: 186px;
  width: auto;
}
.footer__social {
  padding: 0;
  margin: 0;
}
.footer__social li {
  list-style: none;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.footer__social li svg {
  width: 100%;
}
