/*************  reset */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var, blockquote {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/*@import 'fonts';*/
/* https://www.toptal.com/developers/cssminifier */
/* basic styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font: 18px "elza", sans-serif;
  font-weight: 300;
  color: #3C3C3B;
}

.row {
  width: auto;
  padding: 0 20px;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 0) {
  .row {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    width: 600px;
  }
}
@media only screen and (min-width: 993px) {
  .row {
    width: 800px;
  }
}
@media only screen and (min-width: 1025px) {
  .row {
    width: 900px;
  }
}
@media only screen and (min-width: 1281px) {
  .row {
    width: 992px;
  }
}

.margin-left {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .margin-left {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 993px) {
  .margin-left {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1281px) {
  .margin-left {
    margin-left: 150px;
  }
}

.margin-0 {
  margin: 0;
}

.margin-top-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .margin-left-0-mobile {
    margin-left: 0;
  }
}

.align-right {
  text-align: right;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-650 {
  max-width: 650px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-750 {
  max-width: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-850 {
  max-width: 850px;
}

.max-w-900 {
  max-width: 900px;
}

.primary-bg {
  background: #3C3C3B;
  color: #fff;
}
.primary-bg a:not(.btn) {
  color: #fff;
}

.tertiary-bg {
  background: #eee;
}

@media only screen and (min-width: 993px) {
  .flex-row {
    display: flex;
    gap: 50px;
  }
  .flex-row > div {
    flex: 1; /* Default: columns grow and fill remaining space */
  }
}
@media only screen and (min-width: 361px) {
  .form-row {
    display: flex;
    gap: 30px;
  }
}
.form-row p {
  line-height: 1.6;
}
.form-row label {
  font-weight: 600;
  display: block;
}
.form-row > div {
  flex: 1;
}
.form-row > div.full-width {
  flex: 0 0 100%;
}
.form-row input, .form-row textarea, .form-row select {
  padding: 10px;
  width: 100%;
  font-size: 1.5rem;
  font-family: "elza", sans-serif;
}
.form-row #phone-error-message {
  color: red;
  font-size: 14px;
}

button {
  cursor: pointer;
}

input[type=checkbox] {
  margin-right: 15px;
}

/* content */
ul, ol, p, a {
  line-height: 1.5;
}

p, ul, ol, button {
  font-size: 1.2rem;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  p, ul, ol, button {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 993px) {
  p, ul, ol, button {
    font-size: 1.5rem;
  }
}

li {
  margin: 10px 0;
}

a {
  color: #3C3C3B;
}

h1, h2, h3,
.secondary-color {
  color: #AFD39A;
}

h1, h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  h1, h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 993px) {
  h1, h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  h1, h2 {
    font-size: 3rem;
  }
}

strong {
  font-weight: 500;
}

.btn {
  padding: 13px 22px 10px;
  background: #AFD39A;
  color: #3C3C3B;
  font-weight: 500;
  filter: drop-shadow(5px 5px 5px #000);
  text-decoration: none;
  transition: 0.3s ease-in;
  border: 2px solid #AFD39A;
  border-radius: 25px;
}
.btn:hover {
  background: #3C3C3B;
  color: #fff;
}

.hidden-checkbox {
  opacity: 0.01;
  position: absolute;
}

.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
}
.custom-checkbox .checkmark {
  height: 25px;
  display: block;
  width: 25px;
  background-color: #fff;
  border: 1px solid #3C3C3B;
  position: relative;
  float: left;
  margin-right: 15px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .hidden-checkbox:checked + .checkmark {
  background-color: #AFD39A;
}
.custom-checkbox .hidden-checkbox:checked + .checkmark:after {
  content: "x";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.font-large {
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .font-large {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 993px) {
  .font-large {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .font-large {
    font-size: 2.1rem;
  }
}

/* main styles */
header {
  background: #3C3C3B;
  position: relative;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 993px) {
  header {
    padding: 60px 30px;
  }
}
header:before {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  background: #fff;
  z-index: 1;
}

#logo {
  width: 240px;
  position: relative;
  z-index: 2;
  border-left: 20px solid #3C3C3B;
  border-right: 20px solid #3C3C3B;
}
@media only screen and (min-width: 768px) {
  #logo {
    width: 480px;
  }
}

#logo-wrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #logo-wrapper {
    text-align: left;
  }
}

#intro-video-wrapper {
  position: relative;
  height: auto;
  z-index: 999;
  background: #3C3C3B url(../video/poster_short.jpg);
  background-size: cover;
  display: flex;
}
#intro-video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 45 0 C 20.187 0 0 20.187 0 45 c 0 24.813 20.187 45 45 45 c 24.813 0 45 -20.187 45 -45 C 90 20.187 69.813 0 45 0 z M 61.806 47.026 l -12.91 7.453 l -12.91 7.453 c -1.559 0.9 -3.508 -0.225 -3.508 -2.026 V 45 V 30.093 c 0 -1.801 1.949 -2.926 3.508 -2.026 l 12.91 7.453 l 12.91 7.453 C 63.366 43.875 63.366 46.125 61.806 47.026 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgba(255,255,255, 0.7); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
  z-index: 999;
}
#intro-video-wrapper.playing:before {
  opacity: 0;
}
#intro-video-wrapper .fullscreen-btn {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#intro-video-wrapper .fullscreen-btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M1 1v6h2V3h4V1H1zm2 12H1v6h6v-2H3v-4zm14 4h-4v2h6v-6h-2v4zm0-16h-4v2h4v4h2V1h-2z'/%3E%3C/svg%3E%0A");
  background-size: cover;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s ease-in;
}
#intro-video-wrapper .fullscreen-btn:hover:before {
  width: 22px;
  height: 22px;
}
#intro-video-wrapper.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: none;
}

section {
  position: relative;
  padding: 30px 0;
}
@media only screen and (min-width: 993px) {
  section {
    padding: 50px 0;
  }
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-right: 25px;
  display: inline;
}
footer ul li a {
  text-decoration: none;
}

/* individual content */
#contact {
  height: 3px;
  padding: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
#contact > div {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 993px) {
  #contact > div {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 993px) {
  #contact .flex-row > div:first-child {
    flex: 0 0 350px;
  }
}

#message-wrapper {
  padding: 20px 0;
}
#message-wrapper div {
  background-color: #AFD39A;
  padding: 10px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: 0.3s ease-in;
}
#message-wrapper div.error {
  background-color: darkred;
  color: #fff;
}

#section-30 {
  min-height: 500px;
}
@media only screen and (min-width: 1025px) {
  #section-30 .absolute-col {
    position: absolute;
    width: 400px;
    right: -100px;
    top: -5px;
  }
  #section-30 .absolute-col p {
    margin: 0;
  }
}
@media only screen and (min-width: 1481px) {
  #section-30 .absolute-col {
    right: -200px;
  }
}

.legal h1 {
  font-size: 2rem;
}
.legal h2 {
  font-size: 1.6rem;
}
.legal h3 {
  font-size: 1.3rem;
}
.legal p, .legal ul, .legal ol {
  font-size: 1rem;
}

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