@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap");
/* GENERIC */
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  height: 100%;
}

p {
  font-family: "Blinker", sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 0px;
}

div {
  font-family: "Blinker", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Blinker", sans-serif;
  margin-bottom: 12px;
  font-weight: 600;
  margin-top: 0px !important;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

button {
  font-family: "Blinker", sans-serif;
  border: unset;
  background-color: unset;
  color: unset;
  transition: all 0.1s;
  cursor: pointer;
}

input, textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  font-size: 20px;
  font-family: "Blinker", sans-serif;
}

/* MAIN CONTAINER */
.main-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.main-container-inner {
  flex: 1 0 auto;
}
@media all and (max-width: 1240px) {
  .main-container-inner {
    width: 100%;
  }
}

.section-title {
  font-size: 35px !important;
}

#hero-text-landing-page {
  color: white;
}

.contained-width {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0px 40px;
}

body * {
  box-sizing: border-box;
}

.container-push .panel-grid-cell .panel-cell-style {
  display: flex;
  flex-direction: column;
}
.container-push .panel-grid-cell .panel-cell-style .so-panel:first-child {
  flex: 1;
}

.so-panel {
  margin-bottom: 5px !important;
}

.contact-form-image-absolute {
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .contact-form-image-absolute {
    margin-top: 120px;
  }
}

@media all and (max-width: 1000px) {
  .media-1000-none {
    display: none !important;
  }
}

.media-1000-show {
  display: none !important;
}
@media all and (max-width: 1000px) {
  .media-1000-show {
    display: flex !important;
  }
}/*# sourceMappingURL=main-style-design.css.map */