h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}

a {
  text-decoration: none;
  color: #3aaa35;
  transition: color 0.4s ease;
}
a:hover {
  color: #1d7f35;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
html {
  scroll-behavior: smooth;
}

.site-home {
  background-color: #0b0f14;
  background-image: url("../img/home/group-overlay.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
}

.error-404 {
  font-family: "Century Gothic", sans-serif;
  background-color: #0b0f14;
  padding: 220px 0px;
  min-height: 70vh;
  height: 100%;
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.error-404::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  border-bottom: 85px solid #1d7f35;
  border-radius: 70% 70% 0% 100%/100% 100% 0% 0%;
}
.error-404 h1 {
  font-size: 164px;
  line-height: 1.22;
  margin: 0 0 16px 0;
  -webkit-animation: glitch 1s linear infinite;
  animation: glitch 1s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px auto;
}
.error-404 h1:before,
.error-404 h1:after {
  content: attr(title);
  position: absolute;
  left: 0;
}
.error-404 h1:before {
  -webkit-animation: glitchTop 1s linear infinite;
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}
.error-404 h1:after {
  -webkit-animation: glitchBotom 1.5s linear infinite;
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}
.error-404 p {
  color: #fff;
  line-height: 1.771;
  margin: 0 0 32px 0;
}
.error-404 a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  text-decoration: none;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 11px 41px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.error-404 a:hover::after {
  transform: translateY(0);
}
.error-404 a span {
  position: relative;
  z-index: 2;
}
.error-404 a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1316px;
  }
}
@media only screen and (max-width: 1536px) {
  .error-404 h1 {
    font-size: 124px;
  }
}
@media only screen and (max-width: 1280px) {
  .error-404 a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .error-404 h1 {
    font-size: 104px;
  }
}
@media only screen and (max-width: 1024px) {
  .error-404::after {
    height: 56px;
    border-width: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .error-404 h1 {
    font-size: 94px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 660px) {
  .site-home {
    background-image: none;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .error-404 a {
    font-size: 15px;
    line-height: 28px;
  }
}
@-webkit-keyframes glitch {
  2%,
  64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%,
  60% {
    transform: translate(-2px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}
@keyframes glitch {
  2%,
  64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%,
  60% {
    transform: translate(-2px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}
@-webkit-keyframes glitchTop {
  2%,
  64% {
    transform: translate(2px, -2px);
  }
  4%,
  60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}
@keyframes glitchTop {
  2%,
  64% {
    transform: translate(2px, -2px);
  }
  4%,
  60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}
@-webkit-keyframes glitchBotom {
  2%,
  64% {
    transform: translate(-2px, 0);
  }
  4%,
  60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}
@keyframes glitchBotom {
  2%,
  64% {
    transform: translate(-2px, 0);
  }
  4%,
  60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}

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