@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.blocker {
  z-index: 6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 10vh 15px 0 15px;
  box-sizing: border-box;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.modal-control,
.modal a.close-modal,
.modal a.back-modal {
  position: absolute;
  display: block;
  text-indent: -9999px;
  background: no-repeat 0 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal {
  z-index: 7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  margin: 0 auto 10vh;
  padding: 0;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(13, 11, 51, 0.19);
  -moz-box-shadow: 0 2px 8px 0 rgba(13, 11, 51, 0.19);
  box-shadow: 0 2px 8px 0 rgba(13, 11, 51, 0.19);
  background-color: #ffffff;
  overflow: hidden;
}
.modal.modal-text {
  max-width: 1000px;
}
.modal.modal-form {
  max-width: 800px;
}
.modal.modal-signature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: auto;
  padding: 9vh 5vw 9vh;
  background-image: radial-gradient(circle at 52% 16%, rgba(255, 255, 255, 0), rgba(157, 161, 191, 0.25)), linear-gradient(#ffffff, #ffffff);
}
@media screen and (min-width: 750px) {
  .modal.modal-signature {
    min-height: 80vh;
    padding: 14vh 5vw 22vh;
  }
}
.modal a:not(.close-modal, .back-modal) {
  word-wrap: break-word;
}
.modal a.close-modal {
  width: 20px;
  height: 17px;
  top: calc(15px + 1.74vw);
  right: calc(15px + 1.74vw);
  background-image: url('../assets/svg/modal-close.svg');
}
.modal a.back-modal {
  width: 24px;
  height: 24px;
  top: calc(15px + 1.74vw);
  left: calc(15px + 1.74vw);
  background-image: url('../assets/svg/modal-back.svg');
}
.modal a.close-modal:hover,
.modal a.back-modal:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.modal-heading {
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: -1.5px;
  font-weight: bold;
  font-size: calc(28px + 0.97vw);
  color: #000000;
}
.modal-title {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -0.3px;
  font-weight: 600;
  font-size: calc(18px + 0.42vw);
  color: #000000;
}
.modal-subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.modal-text-content {
  padding: calc(20px + 4.86vw);
  background: #ffffff;
}
.modal-form-content {
  padding: calc(30px + 1.88vw) 15px 60px;
  background-color: #f5f5f5;
}
.modal-form-actions {
  padding: 40px 15px;
  background-color: #e8e8e8;
}
.modal-form-container {
  margin: 0 auto;
  max-width: 453px;
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #000000;
  line-height: 18px;
  padding: 18px 27px;
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: 0px;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  left: 0px;
  top: -3px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ffffff;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}
::-moz-focus-inner {
  border: 0;
}
a,
input,
select,
textarea,
button {
  outline: none !important;
}
a:hover,
input:hover,
select:hover,
textarea:hover,
button:hover,
a:active,
input:active,
select:active,
textarea:active,
button:active,
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.wrapper {
  overflow: hidden;
}
nav ul,
.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul li,
.nav ul li {
  margin-bottom: 0;
  line-height: 1;
}
nav ul a,
.nav ul a {
  display: block;
  color: inherit;
}
nav ul a:hover,
.nav ul a:hover,
nav ul a:active,
.nav ul a:active,
nav ul a:focus,
.nav ul a:focus {
  text-decoration: none;
  color: inherit;
}
/**
 * Basic typography style for copy text
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  color: #333333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  text-align: center;
  color: #1e2a7e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  letter-spacing: -0.5px;
  font-weight: 300;
}
h1,
.h1 {
  margin-bottom: 41px;
  font-size: calc(24px + 0.97vw);
}
h2,
.h2 {
  margin-bottom: 35px;
  font-size: calc(22px + 0.76vw);
}
h3,
.h3 {
  margin-bottom: 30px;
  font-size: calc(20px + 0.63vw);
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
}
h4,
.h4 {
  font-size: calc(19px + 0.49vw);
}
h5,
.h5 {
  font-size: calc(18px + 0.35vw);
}
h6,
.h6 {
  font-size: calc(17px + 0.21vw);
}
p {
  margin: 0 0 20px;
  line-height: 1.43;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  p {
    text-align: center;
  }
}
ul {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}
li {
  line-height: 1.43;
  font-size: 14px;
  margin-bottom: 20px;
}
a {
  color: #1e2a7e;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #1e2a7e;
  text-decoration: underline;
}
a.no-link {
  color: inherit;
}
a.no-link:hover,
a.no-link:active,
a.no-link:focus {
  color: inherit;
  text-decoration: none;
}
.section-dark {
  color: #ffffff;
}
.section-dark h1,
.section-dark .h1,
.section-dark h2,
.section-dark .h2,
.section-dark h3,
.section-dark .h3,
.section-dark h4,
.section-dark .h4,
.section-dark h5,
.section-dark .h5,
.section-dark h6,
.section-dark .h6 {
  color: #ffffff;
}
.section-dark a {
  color: #f1df1e;
}
.section-dark a:hover,
.section-dark a:active,
.section-dark a:focus {
  color: #f1df1e;
}
/**
 * Clear inner floats
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 830px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 15px;
  /* 3 */
  padding-right: 15px;
  /* 3 */
  width: 100%;
  /* 1 */
}
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**
 *  Text helpers
 */
.text-dark {
  color: #333333;
}
.text-light {
  color: #ffffff;
}
.text-accent {
  color: #f1df1e;
}
.text-black {
  color: #000000;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-underline {
  text-decoration: underline;
}
.text-heavy {
  font-weight: 900;
}
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-thin {
  font-weight: 300;
}
.text-italic {
  font-style: italic;
}
/**
 *  Font helpers
 */
.font-medium {
  font-size: 16px;
}
.font-small {
  font-size: 12px;
}
.font-normal {
  font-size: 14px;
}
/**
 *  Display helpers
 */
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline-group,
.inline-group-top,
.inline-group-middle {
  font-size: 0;
}
.inline-group > *,
.inline-group-top > *,
.inline-group-middle > * {
  display: inline-block;
}
.inline-group-top > * {
  vertical-align: top;
}
.inline-group-middle > * {
  vertical-align: middle;
}
.image-container {
  position: relative;
}
.image-container > img,
.image-container > .image-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
/**
 *  Position helpers
 */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/**
 *  Media helpers
 */
@media screen and (max-width: 749px) {
  .hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .visible-mobile {
    display: none;
  }
}
/**
 *  Generated helpers
 */
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.logo-wrap {
  margin: 20px;
  display: inline-flex;
}
.c-logo {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 0;
}
.c-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.c-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin: 25px auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.6);
}
.c-lined-title {
  position: relative;
  padding-bottom: 20px;
}
.c-lined-title::after {
  content: '';
  height: 2px;
  width: 160px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-color: #858dc5;
}
.text-light .c-lined-title {
  background-color: #ffffff;
}
.text-dark .c-lined-title {
  background-color: #333333;
}
.c-bulleted-list {
  padding: 0;
  list-style-type: none;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .c-bulleted-list {
    padding-left: 25px;
  }
}
.c-bulleted-list li {
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .c-bulleted-list li {
    padding-left: 35px;
  }
}
.c-bulleted-list li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 15px;
  background-image: url('../assets/svg/list-type.svg');
}
.c-bulleted-list a {
  word-wrap: break-word;
}
.c-help-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-help-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .c-help-item {
    text-align: center;
  }
}
.c-help-item .item-image {
  width: 74px;
  text-align: center;
}
.c-help-item .item-text {
  max-width: 100%;
  font-size: calc(13px + 0.21vw);
}
@media screen and (max-width: 749px) {
  .c-help-item .item-text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 750px) {
  .c-help-item .item-text {
    max-width: calc(100% - 74px);
  }
}
.c-help-item img {
  display: inline-block;
  max-width: 100%;
}
.c-radio-switcher {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .c-radio-switcher {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.c-radio-switcher .switcher-item {
  display: inline-block;
  width: 50%;
  padding: 10px 10px 11px;
  border: 2px solid #1e2a7e;
  letter-spacing: -0.6px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.c-radio-switcher .switcher-item:hover {
  background-color: #1e2a7e;
  color: #ffffff;
  pointer-events: none;
}
.c-radio-switcher .switcher-item:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #1e2a7e;
  color: #ffffff;
  pointer-events: none;
}
.c-radio-switcher .switcher-item:last-child {
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: transparent;
  color: inherit;
  pointer-events: initial;
}
#sign_type:checked ~ .c-radio-switcher .switcher-item:first-child {
  background-color: transparent;
  color: inherit;
  pointer-events: initial;
}
#sign_type:checked ~ .c-radio-switcher .switcher-item:last-child {
  background-color: #1e2a7e;
  color: #ffffff;
  pointer-events: none;
}
#sign_type:checked ~ #switch_hidden {
  display: block;
}
.c-image-upload {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 137px;
  height: 137px;
  overflow: hidden;
  border: 2px solid #c2c2c2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.c-image-upload.organisation {
  width: 300px;
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-style: dashed;
}
.c-image-upload:hover {
  border-color: #a5aacb;
}
.c-image-upload:hover .img-title {
  color: rgba(30, 42, 126, 0.6);
}
.c-image-upload:hover path {
  fill: #1e2a7e;
}
.c-image-upload svg path {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.c-image-upload .image-placeholder {
  width: 100%;
  text-align: center;
  top: calc(50% + 2px);
}
.c-image-upload .img-title {
  display: block;
  margin-top: 3px;
  letter-spacing: -0.6px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.c-image-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.errorlist {
  padding: 0;
  margin: 0;
  color: #d00000;
}
.errorlist li {
  margin: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 12px;
}
.c-scroll-down {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width:  1441px ) {
  .c-scroll-down {
    margin-bottom: 15px;
  }
}
.c-scroll-down:hover {
  opacity: 0.7;
}
.form-group {
  margin-bottom: 15px;
}
.form-controls input,
.form-controls textarea,
.form-controls select {
  width: 100%;
  padding: 0 18px;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid;
  border-color: #c2c2c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #ffffff;
  letter-spacing: -0.6px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-controls input:focus,
.form-controls textarea:focus,
.form-controls select:focus {
  border-color: #1e2a7e;
}
.form-controls input:hover,
.form-controls textarea:hover,
.form-controls select:hover {
  border-color: #a5aacb;
}
.form-controls input::-webkit-input-placeholder,
.form-controls textarea::-webkit-input-placeholder,
.form-controls select::-webkit-input-placeholder {
  letter-spacing: -0.6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.form-controls input:-moz-placeholder,
.form-controls textarea:-moz-placeholder,
.form-controls select:-moz-placeholder {
  letter-spacing: -0.6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.form-controls input::-moz-placeholder,
.form-controls textarea::-moz-placeholder,
.form-controls select::-moz-placeholder {
  letter-spacing: -0.6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.form-controls input:-ms-input-placeholder,
.form-controls textarea:-ms-input-placeholder,
.form-controls select:-ms-input-placeholder {
  letter-spacing: -0.6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.form-controls input,
.form-controls select {
  height: 49px;
  line-height: 49px;
}
.form-controls textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 80px;
  line-height: 1.43;
  resize: vertical;
}
.form-submit {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: 0 2px 14px 0 rgba(125, 125, 125, 0.18);
  -moz-box-shadow: 0 2px 14px 0 rgba(125, 125, 125, 0.18);
  box-shadow: 0 2px 14px 0 rgba(125, 125, 125, 0.18);
  letter-spacing: -0.7px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(#4150b8, #4150b8);
  font-weight: 700;
  font-size: calc(16px + 0.28vw);
  color: #ffffff;
}
.form-submit:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)), linear-gradient(#4150b8, #4150b8);
  text-decoration: none;
  color: #ffffff;
}
.form-submit.disabled,
.form-submit[disabled] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(#afafaf, #afafaf);
}
.form-submit.disabled:hover,
.form-submit[disabled]:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)), linear-gradient(#afafaf, #afafaf);
}
.form-submit.success {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(#29bc4f, #29bc4f);
}
.form-submit.success:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)), linear-gradient(#29bc4f, #29bc4f);
}
.form-submit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.input-wrap {
  display: block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.input-wrap-error {
  padding-left: 25px;
}
.input-wrap label {
  line-height: 1.29;
  font-size: 14px;
  cursor: pointer;
}
.input-wrap input {
  display: none;
}
.input-wrap input:checked ~ .checkbox::before,
.input-wrap input:checked ~ .radio::before {
  opacity: 1;
}
.input-wrap .checkbox,
.input-wrap .radio {
  position: absolute;
  left: 22px;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #cbcbcb;
  background-color: #ffffff;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.input-wrap .checkbox::before,
.input-wrap .radio::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #cbcbcb;
  background-color: #1e2a7e;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.input-wrap:hover .checkbox {
  border-color: #a5aacb;
}
.input-wrap .radio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.input-wrap .radio::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.input-wrap .checkbox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.input-wrap .checkbox::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.w-signup-wrap {
  position: relative;
  max-width: 100%;
  width: 473px;
  margin: 0 auto calc(15px + 1.04vh);
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.19);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 749px) {
  .w-signup-wrap {
    padding: 32px 24px 24px;
  }
}
.w-signup-wrap .signup-button {
  display: inline-block;
  padding: 17px 25px 19px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(8, 22, 34, 0.12), 0 2px 14px 0 rgba(250, 231, 25, 0.2);
  -moz-box-shadow: 0 8px 10px 0 rgba(8, 22, 34, 0.12), 0 2px 14px 0 rgba(250, 231, 25, 0.2);
  box-shadow: 0 8px 10px 0 rgba(8, 22, 34, 0.12), 0 2px 14px 0 rgba(250, 231, 25, 0.2);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(#fae819, #fae819);
  letter-spacing: -0.8px;
  font-weight: bold;
  font-size: calc(16px + 0.42vw);
  color: #000000;
  -webkit-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -ms-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (min-width: 1440px) {
  .w-signup-wrap .signup-button {
    font-size: 22px;
  }
}
@media screen and (min-width: 750px) {
  .w-signup-wrap .signup-button {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.w-signup-wrap .signup-button:hover,
.w-signup-wrap .signup-button:active,
.w-signup-wrap .signup-button:focus {
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.62), rgba(0, 0, 0, 0.1)), linear-gradient(#fae819, #fae819);
}
.w-signup-wrap .open-button {
  display: inline-block;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 749px) {
  .w-signup-wrap .open-button {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (min-width: 750px) {
  .w-signup-wrap .open-button {
    position: absolute;
    right: 28px;
    top: calc(50% - 17px);
  }
}
.w-signup-wrap .open-button:hover {
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .w-signup-wrap .open-button-icon {
    margin-right: 8px;
  }
}
.w-signup-wrap .open-button-text {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .w-signup-wrap .open-button-text {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .w-reviews-slider {
    padding: 0 15%;
  }
}
.w-reviews-slider.slick-initialized .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.w-reviews-slider .review-slide {
  max-width: 100%;
  padding: 0 4vw 20px;
  outline: none !important;
  text-align: center;
  cursor: default;
}
.w-reviews-slider .review-text {
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  line-height: 1.57;
  font-size: 18px;
}
.w-reviews-slider .review-person {
  letter-spacing: -0.4px;
  font-weight: bold;
  font-size: 12px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.w-reviews-slider .slick-arrow {
  bottom: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  border: solid 2px;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent no-repeat center;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.w-reviews-slider .slick-arrow:hover {
  border-color: #ffffff;
}
.w-reviews-slider .slick-arrow .on-event {
  outline: none !important;
}
@media screen and (min-width: 750px) {
  .w-reviews-slider .slick-arrow {
    top: calc(50% -  22px );
    bottom: auto;
  }
}
.w-reviews-slider .slick-prev {
  background-image: url('../assets/svg/arrow-left.svg');
  background-position-x: 44%;
  left: 10vw;
}
@media screen and (min-width: 750px) {
  .w-reviews-slider .slick-prev {
    left: 0;
  }
}
.w-reviews-slider .slick-next {
  background-image: url('../assets/svg/arrow-right.svg');
  background-position-x: 56%;
  right: 10vw;
}
@media screen and (min-width: 750px) {
  .w-reviews-slider .slick-next {
    right: 0;
  }
}
.w-reviews-slider .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.w-reviews-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.w-reviews-slider .slick-dots li.slick-active button {
  background: #ffffff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.w-reviews-slider .slick-dots button {
  height: 13px;
  width: 13px;
  padding: 0;
  border: solid 2px #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background: transparent;
  font-size: 0;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.w-reviews-slider .slick-dots button:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.w-main-nav {
  margin-top: 10px;
}
.w-main-nav .nav-checkbox {
  display: none;
}
.w-main-nav .nav-trigger {
  /* Configuration Parameters */
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  height: 44px;
  width: 44px;
  margin-left: 10px;
  text-align: center;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.w-main-nav .nav-trigger:hover {
  border-color: #ffffff;
}
@media screen and (min-width: 750px) {
  .w-main-nav .nav-trigger {
    position: relative;
    top: 0;
  }
}
.w-main-nav .nav-trigger span {
  position: relative;
  top: calc(50% - 13px);
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
}
.w-main-nav .nav-trigger span::after,
.w-main-nav .nav-trigger span::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: margin 0.3s, transform 0.3s;
  -moz-transition: margin 0.3s, transform 0.3s;
  -ms-transition: margin 0.3s, transform 0.3s;
  -o-transition: margin 0.3s, transform 0.3s;
  transition: margin 0.3s, transform 0.3s;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.w-main-nav .nav-trigger span::before {
  margin-top: -6px;
}
.w-main-nav .nav-trigger span::after {
  margin-top: 6px;
}
.w-main-nav .nav-wrap {
  z-index: 2;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .w-main-nav .nav-wrap {
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: transform .3s, background-color .3s;
    -moz-transition: transform .3s, background-color .3s;
    -ms-transition: transform .3s, background-color .3s;
    -o-transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
  }
}
@media screen and (max-width: 749px) {
  .w-main-nav .nav-wrap {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #1e2a7e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width:  1441px ) {
  .w-main-nav .nav-wrap {
    position: static;
    display: inline-block;
    background-color: transparent;
  }
}
.w-main-nav .nav-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .w-main-nav .nav-list {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width:  1441px ) {
  .w-main-nav .nav-list {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    text-align: right;
  }
}
.w-main-nav .nav-item {
  margin: 0;
}
@media screen and (min-width:  1441px ) {
  .w-main-nav .nav-item {
    display: inline-block;
  }
}
.w-main-nav .nav-link {
  display: block;
  padding: 12px 13px 13px;
  letter-spacing: -0.2px;
  font-weight: 600;
  font-size: 18px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
}
@media screen and (min-width:  1441px ) {
  .w-main-nav .nav-link {
    font-size: 14px;
  }
}
.w-main-nav .nav-link:hover,
.w-main-nav .nav-link:active,
.w-main-nav .nav-link:focus {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  color: inherit;
}
@media screen and (max-width: 1440px) {
  #hamburger:checked ~ .nav-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #1e2a7e;
  }
}
@media screen and (max-width: 749px) {
  #hamburger:checked ~ .nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width:  1441px ) {
  #hamburger:checked ~ .nav-wrap .nav-list {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1440px) {
  #hamburger:checked ~ .nav-trigger {
    position: fixed;
    top: calc((15px + 3.125vw) + 10px);
    right: calc(15px + 3.125vw);
  }
}
#hamburger:checked ~ .nav-trigger span {
  background-color: transparent;
}
#hamburger:checked ~ .nav-trigger span::before,
#hamburger:checked ~ .nav-trigger span::after {
  margin-top: 0;
}
#hamburger:checked ~ .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger:checked ~ .nav-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.w-footer-nav {
  margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .w-footer-nav {
    margin-bottom: 5px;
  }
}
.w-footer-nav .nav-list {
  text-align: center;
  font-size: 0;
}
.w-footer-nav .nav-item {
  margin: 15px 0;
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .w-footer-nav .nav-item {
    display: inline-block;
  }
  .w-footer-nav .nav-item::after {
    content: '|';
    display: inline-block;
    color: rgba(204, 204, 204, 0.7);
  }
  .w-footer-nav .nav-item:last-child:after {
    display: none;
  }
}
.w-footer-nav .nav-link {
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.w-footer-nav .nav-link:hover {
  text-decoration: none;
  color: #000000;
}
.w-sticky-nav {
  text-align: center;
  color: #1e2a7e;
}
.w-sticky-nav .nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-sticky-nav .nav-item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w-sticky-nav .nav-link {
  padding: 20px 5px;
  letter-spacing: -0.2px;
  line-height: 1.45;
  font-weight: 600;
}
.w-sticky-nav .nav-link:hover,
.w-sticky-nav .nav-link:active,
.w-sticky-nav .nav-link:focus {
  text-decoration: underline;
}
.w-sticky-nav .nav-bold {
  font-weight: bold;
}
.w-sticky-nav .nav-icon {
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  vertical-align: middle;
}
.w-supporters-gallery {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 750px) {
  .w-supporters-gallery {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .w-supporters-gallery {
    padding-left: 11vw;
    padding-right: 11vw;
  }
}
.w-supporters-gallery.featured {
  margin-bottom: 40px;
}
.w-supporters-gallery.featured .gallery-item {
  max-width: 280px;
  width: auto;
  height: 110px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.w-supporters-gallery.featured .gallery-item img {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.w-supporters-gallery .gallery-item {
  display: inline-block;
  vertical-align: middle;
  width: 81px;
  height: 81px;
  margin: 10px;
  border: 2px solid;
  border-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.w-supporters-gallery .gallery-item:hover {
  border-color: #e0e2f1;
}
.w-supporters-gallery .gallery-item img {
  display: none;
}
.tooltip-gallery-person {
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.tooltip-gallery-name {
  display: block;
  font-weight: bold;
}
.tooltip-gallery-organization {
  font-size: 12px;
}
.w-social-buttons {
  display: inline-block;
  padding: 20px;
  border: solid 1px #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #f9f9f9;
  font-size: 0;
}
.w-social-buttons .share-button {
  display: inline-block;
  margin: 5px 10px;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
.w-social-buttons .share-button.twitter {
  background-color: #00AEF3;
}
.w-social-buttons .share-button.facebook {
  background-color: #33589D;
}
.w-social-buttons .share-button.linkedin {
  background-color: #33589D;
}
.w-social-buttons .share-button.google {
  background-color: #EF3B2C;
}
.w-share-buttons .share-buttons.spread button.button,
.w-share-buttons .share-buttons.spread label.button {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: solid 1px rgba(255, 255, 255, 0.19);
  font-size: 12px;
  cursor: pointer;
}
.w-share-buttons .share-buttons.spread button.button:focus,
.w-share-buttons .share-buttons.spread label.button:focus {
  outline: none;
}
.w-share-buttons .share-buttons.spread .share-diaspora {
  background-color: rgba(82, 82, 82, 0.2);
  background-position-x: 10px;
}
.w-share-buttons .share-buttons.spread .share-diaspora:hover {
  background-color: #525252 !important;
}
.w-share-buttons .share-buttons.spread .share-gnusocial {
  background-color: rgba(170, 61, 69, 0.2);
}
.w-share-buttons .share-buttons.spread .share-gnusocial:hover {
  background-color: #aa3d45 !important;
}
.w-share-buttons .share-buttons.spread .share-reddit {
  background-color: rgba(255, 104, 44, 0.2);
  background-position-x: 13px;
}
.w-share-buttons .share-buttons.spread .share-reddit:hover {
  background-color: #ff682c !important;
}
.w-share-buttons .share-buttons.spread .share-twitter {
  background-color: rgba(104, 179, 238, 0.2);
  background-position-x: 12px;
}
.w-share-buttons .share-buttons.spread .share-twitter:hover {
  background-color: #68b3ee !important;
}
.w-share-buttons .share-buttons.spread .share-facebook {
  background-color: rgba(78, 105, 160, 0.2);
  background-position-x: 8px;
}
.w-share-buttons .share-buttons.spread .share-facebook:hover {
  background-color: #4e69a0 !important;
}
.w-signing-buttons {
  max-width: 487px;
  width: 100%;
  margin: 0 auto;
}
.w-signing-buttons .signing-button {
  display: block;
  padding: 25px 10px 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 750px) {
  .w-signing-buttons .signing-button {
    padding: 36px 10px 34px;
  }
}
.w-signing-buttons .signing-button:hover {
  text-decoration: none;
  background-color: rgba(231, 232, 242, 0.85);
}
.w-signing-buttons .signing-button .button-text {
  letter-spacing: -1.2px;
  font-size: calc(18px + 0.97vw);
  font-weight: 600;
  color: #0b1765;
}
.w-signing-buttons .signing-button .button-icon {
  margin-right: calc(7px + 0.69vw);
}
.w-signing-buttons .c-separator {
  height: 1px;
  margin: 15px auto;
  background-image: linear-gradient(to right, rgba(176, 181, 220, 0), #b0b5dc 28%, #b0b5dc 69%, rgba(176, 181, 220, 0));
}
.l-footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.l-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  max-width: 90%;
  width: 800px;
  background-color: #b6bbdc;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.l-footer .copyright {
  letter-spacing: -0.5px;
  color: rgba(0, 0, 0, 0.34);
}
.l-footer .logo-wrap {
  margin-bottom: 35px;
}
.l-footer .c-logo {
  margin: 0 30px 10px;
  vertical-align: top;
}
.l-footer .logo-openforum {
  margin-top: 11px;
}
.l-sticky-header {
  z-index: 5;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 749px) {
  .l-sticky-header {
    display: none;
  }
}
.s-main {
  padding: calc(15px + 3.13vw);
  background-image: url('../assets/svg/main-section-bg.svg'), url('../assets/images/world-map.png'), linear-gradient(125deg, #2d3988, #1e2a7e);
  background-repeat: no-repeat;
  background-position: bottom, center, center;
  background-size: 105% auto, auto, auto;
}
@media screen and (min-width: 1440px) {
  .s-main {
    padding: 60px;
  }
}
@media screen and (min-width:  1441px ) and (min-height: 800px) {
  .s-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    min-height: calc(100vh + 60px);
  }
}
.s-main-header {
  position: relative;
  margin-bottom: calc(20px + 5.56vh);
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .s-main-header {
    padding-right: 50px;
  }
}
.s-main-footer {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .s-main-footer {
    max-width: 83%;
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
}
.s-main-title {
  margin-bottom: calc(40px + 1.39vh);
  letter-spacing: -2.6px;
  text-shadow: 0 6px 34px rgba(15, 23, 77, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-weight: bold;
  font-size: calc(35px + 2.5vw);
}
@media screen and (min-width: 750px) {
  .s-main-title {
    font-size: calc(40px + 2.5vw);
  }
}
@media screen and (min-width:  1441px ) {
  .s-main-title {
    font-size: 80px;
  }
}
.s-main-subtitle {
  margin-bottom: calc(15px + 1.04vh);
  letter-spacing: -0.3px;
  line-height: 1.63;
  font-size: calc(15px + 0.07vw);
}
@media screen and (min-width: 1440px) {
  .s-main-subtitle {
    font-size: 20px;
  }
}
.s-main-subtitle-bottom {
  margin-bottom: calc(40px + 1.39vh);
}
.s-main-subtitle a {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .s-main-subtitle br {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .s-main-subtitle {
    max-width: 83%;
  }
}
.s-main-separator {
  max-width: 74%;
  margin: 10px auto 14px;
  background: linear-gradient(to right, rgba(176, 181, 220, 0), #b0b5dc 28%, #b0b5dc 69%, rgba(176, 181, 220, 0));
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.s-main-slider {
  margin-bottom: calc(20px + 1.39vh);
}
@media screen and (min-width: 992px) {
  .s-main-slider {
    max-width: 83%;
  }
}
.s-main-slider::after,
.s-main-slider::before {
  content: '';
  display: none;
  position: absolute;
  width: 66px;
  height: 58px;
  background: no-repeat center transparent;
}
@media screen and (min-width: 750px) {
  .s-main-slider::after,
  .s-main-slider::before {
    display: block;
  }
}
.s-main-slider::before {
  top: -20px;
  left: 14%;
  background-image: url('../assets/images/quote-top.png');
}
.s-main-slider::after {
  bottom: -20px;
  right: 14%;
  background-image: url('../assets/images/quote-bottom.png');
}
.s-main .c-logo {
  vertical-align: bottom;
  margin-bottom: 15px;
}
.s-main .logo-openforum {
  margin-left: calc(0px + 2.78vw);
  min-width: 260px;
}
@media screen and (min-width: 750px) {
  .s-main .logo-openforum {
    display: inline-block;
  }
}
.s-main .alert {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .s-main .alert {
    position: absolute;
    top: 10px;
    right: 0;
    max-width: 250px;
    text-align: left;
  }
}
.s-context {
  padding-top: calc(40px + 4.17vh);
  padding-bottom: calc(40px + 4.17vh);
  background-image: linear-gradient(to bottom, #f8f9ff, #ffffff);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 749px) {
  .s-context {
    text-align: left;
  }
  .s-context p {
    text-align: left;
  }
}
@media screen and (min-width: 750px) {
  .s-context {
    background-image: url('../assets/images/up-2.png'), linear-gradient(to bottom, #f8f9ff, #ffffff);
  }
}
.s-help {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .s-help {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.s-help::before,
.s-help::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.s-help::before {
  z-index: -2;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(125deg, #2d3988, #1e2a7e);
  -webkit-transform: skew(0deg, -2deg);
  -moz-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  -o-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
}
.s-help::after {
  z-index: -1;
  top: -20px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('../assets/images/up-1.png');
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
@media screen and (min-width: 750px) {
  .s-help::after {
    top: -10px;
  }
}
@media screen and (min-width:  1441px ) {
  .s-help::after {
    top: 0;
  }
}
.s-help-container {
  z-index: 0;
}
.s-help-separator {
  max-width: 400px;
  background: linear-gradient(to right, #404FAD, #404FAD 50%, rgba(101, 116, 216, 0));
}
@media screen and (min-width: 750px) {
  .s-help-separator {
    max-width: 100%;
  }
}
.s-about {
  padding: calc(50px + 1.74vh) 0 0;
  padding-bottom: calc(40px + 2.43vh);
}
.s-supporters {
  padding-bottom: calc(40px + 2.78vh);
}
.s-supporters .counter-wrap {
  margin-top: 33px;
  text-align: center;
}
.s-supporters .counter-text {
  display: inline-block;
  padding: 12px 38px 14px;
  letter-spacing: -0.3px;
  line-height: 1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #e0e2f1;
  font-weight: bold;
  font-size: calc(16px + 0.28vw);
  color: #1e2a7e;
}
@media screen and (min-width: 1440px) {
  .s-supporters .counter-text {
    font-size: 20px;
  }
}
.s-bottom-gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 760px, rgba(157, 161, 191, 0.125));
}
@media screen and (max-width: 749px) {
  .s-bottom-gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 700px, rgba(157, 161, 191, 0.125));
  }
}
