@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i");
/*
	Ethereal by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
:root {
--padding-block: 2.8rem 1.2rem;
--padding-inline: 1.8rem;
--padding-line-clamp: clamp(2rem, 5vw + var(--padding-inline), calc(var(--padding-inline) * 2))
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
main,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}


blockquote,
q {
  quotes: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
  font-size: 17pt;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}




/* Page */

@-moz-keyframes load-spinner {
  0% {
    webkit-transform: rotate(0deg);
    ransform: rotate(0deg);
  }

  100% {
    webkit-transform: rotate(360deg);
    ransform: rotate(360deg);
  }
}

@-webkit-keyframes load-spinner {
  0% {
    webkit-transform: rotate(0deg);
    ransform: rotate(0deg);
  }

  100% {
    webkit-transform: rotate(360deg);
    ransform: rotate(360deg);
  }
}

@-ms-keyframes load-spinner {
  0% {
    webkit-transform: rotate(0deg);
    ransform: rotate(0deg);
  }

  100% {
    webkit-transform: rotate(360deg);
    ransform: rotate(360deg);
  }
}

@keyframes load-spinner {
  0% {
    webkit-transform: rotate(0deg);
    ransform: rotate(0deg);
  }

  100% {
    webkit-transform: rotate(360deg);
    ransform: rotate(360deg);
  }
}

@-ms-viewport {
  width: device-width;
}

/* html {
		width: 100%;
		height: 100%;
	} */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


main {
  width: min(100%, 1280px);
  /* width: min(100%, 66em); */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  padding-block: 1em;
  padding-inline: 1em;
  margin: auto;
}


/* 
		body:before {
-webkit-animation: load-spinner 3s infinite linear;
			animation: load-spinner 3s infinite linear;
			transition: opacity 2.25s ease;
			transition-delay: 0s;
			pointer-events: none;
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 4rem;
			height: 4rem;
			margin: -2rem 0 0 -2rem;
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %232e2b37%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 4rem;
			opacity: 0;
		}

		body:after {
			pointer-events: none;
			content: '';
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
			background-attachment: fixed;
			background-color: #e1e6e1;
			background-image: url("../../images/overlay.png"), url("../../images/bg.jpg");
			background-repeat: repeat, repeat-x;
			background-size: 128px 128px, cover;
		} */

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -webkit-animation: none !important;
  animation: none !important;
  transition: none !important;
}

body.is-preload:before {
  transition: opacity 1s ease;
  transition-delay: 0.75s;
  opacity: 0.25;
}

/* @media screen and (max-width: 736px) {

		html {
			height: auto;
		}

		body {
			height: auto;
			overflow-x: hidden;
			overflow-y: auto;
		}

	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	} */

/* Typography */

html {
  font-size: 18pt;
  font-size: 1vmax;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 12pt;
    font-size: 1.1vmax;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 11pt;
    font-size: 1.5vmax;
  }
}

body,
input,
select,
textarea {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
}

a {
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  color: inherit;
  border-bottom: dotted 1px;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: #ffe4b4;
}

strong,
b {
  color: rgba(255, 255, 255, 0.875);
  font-weight: 400;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 1.5rem 0;
}

body.is-ie p {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(255, 255, 255, 0.875);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.05em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration-thickness: 1px;
  text-decoration: dotted;
  
}

h1.major,
h2.major,
h3.major {
  position: relative;
}
h1.major:after,
h2.major:after,
h3.major:after {
  content: "";
  position: absolute;
  left: 0;
  width: 3.5rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.25);
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h1.major {
  margin: 0 0 2.625rem 0;
}

h1.major:after {
  bottom: -1.325rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h2.major {
  margin: 0 0 1.9875rem 0;
}

h2.major:after {
  bottom: -1.2rem;
}

h3 {
  font-size: 1.325rem;
}

h3.major {
  margin: 0 0 1.875rem 0;
}

h3.major:after {
  bottom: -0.75rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 0.25rem rgba(255, 255, 255, 0.25);
  font-style: italic;
  margin: 0 0 1.5rem 0;
  padding: 0.375rem 0 0.375rem 1.5rem;
}

code {
  background: rgba(255, 255, 255, 0.075);
  border-radius: 0.25rem;
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  margin: 0 0 1.5rem 0;
  white-space: pre-wrap;
}

pre code {
  display: block;
  line-height: 1.625;
  padding: 1rem 1.5rem;
  overflow-x: auto;
  margin: 0;
}

hr {
  border: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.25);
  margin: 1.875rem 0;
}

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

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

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

@media screen and (max-width: 736px) {
  html {
    font-size: 12pt;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  h1.major {
    margin: 0 0 2.625rem 0;
  }

  h1.major:after {
    bottom: -1.325rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h2.major {
    margin: 0 0 1.9875rem 0;
  }

  h2.major:after {
    bottom: -1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  h3.major {
    margin: 0 0 1.875rem 0;
  }

  h3.major:after {
    bottom: -0.75rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.9rem;
  }

  h6 {
    font-size: 0.7rem;
  }

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 11pt;
  }
}

/* Form */

form {
  margin: 0 0 1.5rem 0;
}

form > :last-child {
  margin-bottom: 0;
}

form > .fields {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: -1.5rem 0 1.5rem -1.5rem;
}
/* todo form clean */
form > .fields > .field {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 1.5rem 0 0 1.5rem;
  width: calc(100% - 1.5rem);
}

form > .fields > .field.half {
  width: calc(50% - 0.75rem);
}

form > .fields > .field.third {
  width: calc(100% / 3 - 0.5rem);
}

form > .fields > .field.quarter {
  width: calc(25% - 0.375rem);
}

@media screen and (max-width: 736px) {
  form > .fields {
    width: calc(100% + 2.25rem);
    margin: -1.125rem 0 1.5rem -1.125rem;
  }

  form > .fields > .field {
    padding: 1.125rem 0 0 1.125rem;
    width: calc(100% - 1.125rem);
  }

  form > .fields > .field.half {
    width: calc(100% - 1.125rem);
  }

  form > .fields > .field.third {
    width: calc(100% - 1.125rem);
  }

  form > .fields > .field.quarter {
    width: calc(100% - 1.125rem);
  }
}

label {
  color: rgba(255, 255, 255, 0.875);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0 0 0.4875rem 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 0.75rem;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #ffe4b4;
}

option {
  background-color: rgba(255, 255, 255, 0.875);
  color: #2e2b37;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.5rem;
  padding-right: 2.5rem;
  text-overflow: ellipsis;
}

select option {
  color: rgba(255, 255, 255, 0.875);
  background: #2e2b37;
}

select:focus::-ms-value {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.5rem;
}

textarea {
  padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;

  font-weight: 300;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 1rem;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
  background: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  color: #2e2b37;
  text-align: center;
}

body.is-ie input[type="checkbox"] + label:before,
body.is-ie input[type="radio"] + label:before {
  line-height: 1.5;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: "\f00c";
  background: rgba(255, 255, 255, 0.875);
  border-color: rgba(255, 255, 255, 0.875);
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #ffe4b4;
  box-shadow: 0 0 0 1px #ffe4b4;
}

input[type="checkbox"]:focus:checked + label:before,
input[type="radio"]:focus:checked + label:before {
  background: #ffe4b4;
}

input[type="checkbox"].color1 + label:before,
input[type="radio"].color1 + label:before {
  color: #726193;
}

input[type="checkbox"].color2 + label:before,
input[type="radio"].color2 + label:before {
  color: #e37b7c;
}

input[type="checkbox"].color3 + label:before,
input[type="radio"].color3 + label:before {
  color: #ffe4b4;
}

input[type="checkbox"].color4 + label:before,
input[type="radio"].color4 + label:before {
  color: #353865;
}

input[type="checkbox"] + label:before {
  border-radius: 0.25rem;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

