:root {
  --dark:#505151;
  --blue:#0080CE;
  --lightblue:#2F5597;
  --light:#F2F4F5;
  --grey:#C6C3BC;
  --grey2:#707070;
  --black:#1E242B;
  --body-font:'Aspekta 400';
  --body-font2:'Aspekta 600';
  --body-font3:'Aspekta 500';
  --head-font: 'Barlow';
}
body {
  font-family: var(--body-font);
  color: var(--dark);
  font-size:14px;
}
body.unscroll {
  overflow:hidden !important;
}
h1, h2 {
  font-family: var(--head-font);
  font-size:30px;
  line-height:1.267em;
  font-weight: normal;
  margin-bottom: 0.7em;
}
h3 {
  font-size:26px;
  line-height: 1.385em;
  margin-bottom: 0.6em;
  font-weight: normal;
  font-family: var(--head-font);
}
h4 {
  font-size:18px;
  line-height:1.333em;
  /*font-weight:700;*/
  font-family: var(--head-font);
}
h5 {
  font-size:14px;
  line-height:1.214em;
  font-family: var(--head-font);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h6 {
  font-size:14px;
  font-family: var(--head-font);
  line-height:1.214em;
}
b, strong {
  font-weight:bold;
}
p {
  line-height:1.733em;
  margin-bottom:1.5rem;
}
hr {
  color: var(--black);
}
.intro-text {
  font-size:18px;
  line-height:1.778em;
}
.bg-type {
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.bg-position-bottom {
  background-position:bottom center;
}
.bg-position-left {
  background-position:bottom left;
}
.bg-fixed {
  background-attachment:fixed;
}
.font-weight-light {
  font-weight:300;
}
.font-weight-bold {
  font-weight:700;
}
.font-weight-normal {
  font-weight:400;
}
.font-weight-medium {
  font-weight:500;
}
.container {
  max-width: 1582px;
  padding-left:25px;
  padding-right:25px;
}
.btn-type a,
a.btn-type,
.btn-type {
  display: inline-block;
  font-family: var(--body-font2);
  text-decoration: none;
  color: var(--dark);
  font-size: 18px;
  border: 1px solid var(--black);
  padding: 1em 3em;
  border-radius: 3.571em;
  text-transform: lowercase;
}
.btn-type a:first-letter,
a.btn-type:first-letter,
.btn-type:first-letter {
  text-transform: capitalize;
}
.btn-type a:hover,
a.btn-type:hover,
.btn-type:hover {
  color: var(--grey);
  border-color: var(--dark);
  background-color: var(--dark);
}
.btn-type.btn-white a,
a.btn-type.btn-white,
.btn-type.btn-white {
  display: inline-block;
  font-family: var(--body-font2);
  text-decoration: none;
  color: white;
  font-size: 18px;
  border: 1px solid white;
  padding: 1em 3em;
  border-radius: 3.571em;
}
.btn-type.btn-white a:hover,
a.btn-type.btn-white:hover,
.btn-type.btn-white:hover {
  /*background-color: transparent;*/
  color: var(--grey);
  border-color: var(--dark);
  background-color: var(--dark);
  /*text-decoration: underline;*/
}
.link-type a,
a.link-type,
.link-type {
  text-decoration: underline;
  color: var(--dark);
  display: inline-block;
}
.link-type a:hover,
a.link-type:hover,
.link-type:hover {
  color: var(--grey);
}
sub, sup {
  font-size:0.65em;
}
a.link-type:active,
.link-type:active {
  font-weight:700;
}
.all-text-white *,
p a.color-white,
a.color-white,
.color-white:hover,
.color-white {
  color:white;
}
a.color-black,
.color-black {
  color:var(--black);
}
a.color-dark,
.color-dark {
  color:var(--dark);
}
a.color-light,
.color-light {
  color:var(--light);
}
a.color-grey,
.color-grey {
  color:var(--grey);
}
a.color-grey2,
.color-grey2 {
  color:var(--grey2);
}
.bg-dark {
  background-color:var(--dark);
}
.bg-light {
  background-color:var(--light);
}
.bg-black {
  background-color:var(--black);
}
.bg-grey {
  background-color:var(--grey);
}
.bg-white {
  background-color:white;
}
.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.alignleft {
  float:left;
}
.alignright {
  float:right;
}
img {
  max-width:100%;
  height:auto;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus,
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul li {
  font-family:var(--main-font);
}
.embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.wpcf7 .wpcf7-form p {
  font-size: 14px;
}
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"] {
  height: 40px;
  border: none;
  background-color: var(--light);
  display: block;
  width: 100%;
  padding: 5px 12px;
}
.wpcf7 textarea {
  height: 102px;
}
.wpcf7 input.wpcf7-submit {
  display: block;
  width: 100%;
  font-family: var(--body-font2);
  text-decoration: none;
  color: var(--dark);
  font-size: 18px;
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 1em 3em;
  border-radius: 3.571em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--grey);
  border-color: var(--dark);
  background-color: var(--dark);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sticky-section {
  position: sticky;
  top: 0;
  left: 0;
}