/* custom colors */
.not-found-section[data-v-624797d7] {
  margin-top: calc((var(--md) + var(--layout-pt)) * -1);
  padding-top: var(--md);
}
.not-found-section[data-v-624797d7]:last-child {
  margin-bottom: calc((var(--md) + var(--layout-pt)) * -1);
  padding-bottom: var(--md);
}
.not-found-section__container[data-v-624797d7] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.not-found-section__title[data-v-624797d7] {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.not-found-section__links[data-v-624797d7] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
.not-found-section__container[data-v-624797d7] {
    display: flex;
    align-items: center;
}
.not-found-section__content[data-v-624797d7] {
    flex: 0 1 auto;
    max-width: 60%;
}
.not-found-section__image[data-v-624797d7] {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    padding-left: var(--lg);
}
.not-found-section__image-element[data-v-624797d7] {
    width: 100%;
    max-width: 500px;
}
}
@media (min-width: 1024px) {
.not-found-section__title[data-v-624797d7] {
    font-size: 60px;
}
.not-found-section__message[data-v-624797d7] {
    font-size: 20px;
}
}
@media (min-width: 1280px) {
.not-found-section__title[data-v-624797d7] {
    font-size: 80px;
}
.not-found-section__message[data-v-624797d7] {
    font-size: 24px;
}
}