body {
  margin: 80px 0px 80px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e2929;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  background-image: url('/images/background1.png'), url('/images/background2.png');
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 45%, 45%;
  min-height: calc(var(--vh, 1vh) * 100);
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
nav,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* CONTENT */

.layout {
  width: 100%;
}

.layout_index {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  margin: 0;
  padding: 0px 20px 0px 20px;
  width: min(100%, 700px);
}

.logo {
  margin: 0px 0px 80px 0px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.logo img {
  width: 300px;
}

h1 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #25afe3;
  font-size: 2.5rem;
  line-height: 1.1;
  text-align: left;
}

h2 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e2929;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: left;
}

h3 {
  margin: 80px 0px 80px 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e2929;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
}

p {
  margin: 0;
  padding: 0px 0px 20px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e2929;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: justify;
}

.small {
  font-size: 0.9rem;
  line-height: 1.3;
}

.contentText {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e2929;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
}

.contentText span {
  color: #ff3030;
}

.contentDesc {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #706e6f;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: left;
}

p a,
.contentText a,
.contentDesc a {
  text-decoration: underline;
  color: #25afe3;
}

p a:hover,
.contentText a:hover
.contentDesc a:hover {
  text-decoration: underline;
  color: #000000;
}

.contentInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 20px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e2929;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: left;
  border: 1px solid #25afe3;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
}

.contentGroupWide {
  margin: 20px 0px 0px 0px;
  display: grid;
  grid-template-columns: 200px auto;
  grid-column-gap: 20px;
  align-items: flex-start;
  justify-items: flex-start;
}

.contentGroupWide > div {
  width: 100%;
}

@media (max-width: 768px) {
  .contentGroupWide {
    grid-template-columns: 100%;
  }
}

.contentGroup {
  margin: 20px 0px 0px 0px;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: flex-start;
  justify-items: flex-start;
}

.contentGroup:last-child {
  margin-bottom: 20px;
}


.nr7 {
  margin-bottom: 20px;
}

.contentGroup > div {
  width: 100%;
}

.contentRadio {
  margin: 1px 0px 0px 0px;
  padding: 0;
  height: 17px;
  width: 17px;
  display: block;
  font-size: 0;
  line-height: 0;
}

.contentCheckbox {
  margin: 0;
  padding: 0;
  height: 18px;
  width: 18px;
  display: block;
  font-size: 0;
  line-height: 0;
}

.button {
  margin: 0px 0px 0px 0px;
  padding: 15px 90px 15px 90px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px;
  background-color: #25afe3;
  display: inline-block;
}

.button:hover {
  color: #ffffff;
  background-color: #2e2929;
}

.error {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff3030;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}

#error {
  margin: 0;
  padding: 0px 0px 20px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff3030;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  display: none;
}

.hiddenInput {
  display: none;
}

.ajaxLoading {
  display: none;
}

#formLink {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
}