/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  outline: none; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* TS extra normalize
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

hr {
  border: 0;
  display: block;
  height: 1px; }

img {
  display: block;
  vertical-align: middle;
  width: 100%; }

fieldset {
  border: 0; }

textarea {
  resize: vertical; }

ul,
ol {
  padding: 0 0 0 20px; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after,
ul.options:after {
  clear: both; }

.clearfix, ul.options {
  *zoom: 1; }

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

.v-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.30em;
  /* Adjusts for spacing */
  vertical-align: middle; }

.v-align > * {
  display: inline-block;
  vertical-align: middle; }

.center {
  text-align: center; }

a svg {
  pointer-events: none; }

/* Grid */
/* Breakpoints */
/* Colors */
/* Default animation ease */
/* Form */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  overflow: auto; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 20px;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #fff;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: -2px;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  color: #fff;
  font: normal 16px/24px Lato, Arial, Helvetica, Geneva, sans-serif; }

.head1 {
  color: #fff;
  font: 900 65px/70px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 25px;
  letter-spacing: -1px; }
  @media print, all and (max-width: 800px) {
    .head1 {
      font-size: 45px;
      line-height: 50px; } }
  @media print, all and (max-width: 560px) {
    .head1 {
      font-size: 35px;
      line-height: 40px; } }

.head2 {
  color: #000000;
  font: normal 24px/24px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 25px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.head3 {
  color: #F36C21;
  font: 900 40px/40px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  letter-spacing: -0.7px;
  text-transform: uppercase; }

.head4 {
  color: #F36C21;
  font: 700 20px/26px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 20px 0; }
  @media print, all and (max-width: 650px) {
    .head4 {
      font-size: 22px;
      line-height: 25px; } }

.head5 {
  color: #00A8E4;
  font: 900 13px/17px Lato, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase; }

a {
  color: #00A8E4;
  display: inline-block;
  position: relative;
  text-decoration: none; }

strong {
  font-weight: 700; }

p {
  margin: 0 0 20px 0; }
  p a {
    text-decoration: underline; }

.head1 span,
.head2 span,
.head3 span,
.head4 span,
p span {
  color: #a4a4a4; }

.head1:first-child,
.head2:first-child,
.head3:first-child,
.head4:first-child,
p:first-child {
  margin-top: 0; }

.head1:last-child,
.head2:last-child,
.head3:last-child,
.head4:last-child,
p:last-child {
  margin-bottom: 0; }

.orange {
  color: #F36C21; }

body {
  background: #00254A; }

html,
body {
  height: 100%;
  display: flex;
  flex-direction: column; }

main {
  position: relative; }

@font-face {
  font-family: "fike";
  src: url("fonts/fike.eot");
  src: url("fonts/fike.eot?#iefix") format("embedded-opentype"), url("fonts/fike.woff") format("woff"), url("fonts/fike.ttf") format("truetype"), url("fonts/fike.svg#fike") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before, div.selector span:after, div.checker span.checked:before {
  font-family: "fike" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fike" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\61"; }

.icon-check:before, div.checker span.checked:before {
  content: "\62"; }

.icon-arrow-right:before {
  content: "\63"; }

.icon-chev-down:before, div.selector span:after {
  content: "\64"; }

.icon-chev-up:before {
  content: "\65"; }

.icon-close:before {
  content: "\66"; }

.icon-danger:before {
  content: "\67"; }

.icon-export:before {
  content: "\68"; }

.icon-minus:before {
  content: "\69"; }

.icon-plus:before {
  content: "\6a"; }

::-webkit-input-placeholder {
  color: #bebebe !important; }

:-moz-placeholder {
  color: #bebebe !important; }

::-moz-placeholder {
  color: #bebebe !important; }

:-ms-input-placeholder {
  color: #bebebe !important; }

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

.error-message {
  color: #f00;
  font-weight: bold;
  text-align: center; }

ul.form {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left; }
  ul.form > li {
    margin: 0 0 35px 0;
    padding: 0 15px 0 0;
    width: 100%; }
    ul.form > li.size80 {
      width: 80%; }
    ul.form > li.size75 {
      width: 75%; }
    ul.form > li.size50 {
      width: 50%; }
    ul.form > li.size40 {
      width: 40%; }
    ul.form > li.size25 {
      width: 25%; }
    ul.form > li.size20 {
      width: 20%; }
    ul.form > li.btns {
      width: 100% !important;
      text-align: center;
      padding-top: 20px; }
      ul.form > li.btns a {
        margin: 0 5px; }
    ul.form > li.hidden {
      display: none; }
    @media all and (max-width: 560px) {
      ul.form > li {
        width: 100% !important; }
        ul.form > li.size80, ul.form > li.size75, ul.form > li.size25, ul.form > li.size20 {
          width: 100% !important; } }
    ul.form > li > label {
      font-weight: bold;
      margin-bottom: 8px;
      display: block;
      font-size: 16px; }
    ul.form > li ul.options {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0 0 -15px;
      padding: 0; }
      ul.form > li ul.options li {
        display: block;
        margin-bottom: 10px;
        width: 50%; }
        ul.form > li ul.options li.size100 {
          width: 100%; }
        @media all and (max-width: 560px) {
          ul.form > li ul.options li {
            width: 100%; } }
      ul.form > li ul.options label {
        display: inline-block;
        margin: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font: inherit;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border-color: #b7b7b7;
    box-shadow: none;
    outline: 0; }

textarea {
  height: 123px;
  padding: 10px 15px; }

div.selector {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  position: relative; }
  div.selector span {
    cursor: pointer;
    display: block;
    font: inherit;
    height: 100%;
    overflow: hidden;
    padding: 0 30px 0 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    div.selector span:after {
      color: #fff;
      font-size: 10px;
      line-height: 1em;
      position: absolute;
      right: 15px;
      top: 18px; }
  div.selector select {
    background: #fff;
    border: none;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

div.uploader {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  div.uploader span.action {
    background: #afafaf;
    color: #fff;
    float: right;
    line-height: inherit;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    width: 150px; }
  div.uploader span.filename {
    color: #fff;
    cursor: default;
    display: block;
    float: left;
    height: 50px;
    line-height: inherit;
    margin: 0;
    opacity: 0.6;
    overflow: hidden;
    padding: 0 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px); }
  div.uploader input {
    background: none;
    border: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
  div.uploader.focus {
    border-color: #b7b7b7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: 0; }

div.checker {
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  position: relative; }
  div.checker span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 20px;
    zoom: 1; }
    div.checker span.checked:before {
      color: #F36C21;
      font-size: 15px;
      left: 2px;
      line-height: 1em;
      position: absolute;
      top: 1px; }
  div.checker input {
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1; }
  div.checker.focus {
    border-color: #fff;
    outline: 0; }

div.radio {
  position: relative;
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px; }
  div.radio span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    padding: 3px;
    width: 20px;
    zoom: 1; }
    div.radio span.checked:before {
      background: #F36C21;
      border-radius: 5px;
      content: "";
      display: block;
      height: 100%; }
  div.radio input {
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1; }
  div.radio.focus {
    border-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: 0; }

div.btn input {
  border: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Errors */
form ul li.error input,
form ul li.error textarea,
form ul li.error div.uploader span.filename {
  border-color: #f00;
  color: #f00 !important; }

form ul li.error ::-webkit-input-placeholder {
  color: #f00 !important; }

form ul li.error :-moz-placeholder {
  color: #f00 !important; }

form ul li.error ::-moz-placeholder {
  color: #f00 !important; }

form ul li.error :-ms-input-placeholder {
  color: #f00 !important; }

form ul li.error div.selector {
  border-color: #f00; }
  form ul li.error div.selector > span {
    color: #f00; }

form ul li.error div.checker span {
  border-color: #f00; }

form ul li.error div.radio span {
  border-color: #f00; }

form ul li.error div.uploader {
  border-color: #f00;
  color: #f00; }
  form ul li.error div.uploader span {
    color: #f00; }

#header .inner {
  padding: 30px calc(30px + 4vw);
  margin-bottom: clamp(20px, 10vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #header .inner .logo {
    display: block;
    width: 92px;
    position: relative; }
    #header .inner .logo path {
      fill: #ffffff; }

.btn {
  position: relative;
  /* Mandatory property!!!  */
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  padding: 0 30px;
  line-height: 51px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }
  .btn:hover, .btn.active {
    background: #fff;
    color: #00254A; }
  .btn.orange {
    background: #F36C21;
    color: #fff;
    border: 1px solid #F36C21; }
  @media all and (max-width: 560px) {
    .btn span {
      display: none; } }

footer {
  font: normal 12px/15px Lato, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 15px; }

.bgImage {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: url("../images/intro_bg.png") no-repeat right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transform-origin: 100% 0;
  z-index: -2; }
  @media screen and (max-width: 800px) {
    .bgImage {
      height: 60vh; } }

section#intro {
  padding: 0 calc(30px + 4vw) 40px; }
  section#intro .title {
    position: relative; }
    section#intro .title .head1 {
      text-align: left;
      position: relative;
      margin: 0px;
      padding: 10px 0px; }
    section#intro .title .introduction {
      max-width: 500px; }
    section#intro .title .line {
      position: absolute;
      width: 5px;
      background: #fff;
      height: 420%;
      top: 50%;
      left: 10%;
      transform: translateY(-50%) rotate(20deg);
      z-index: -1; }
    section#intro .title:after {
      content: "";
      position: absolute;
      width: 10px;
      top: 50%;
      background: #00254A;
      height: 120%;
      left: calc(10% - 2px);
      z-index: -1;
      transform: translateY(-50%) rotate(20deg); }
  section#intro .cta {
    font: 900 18px/22px Lato, Arial, Helvetica, Geneva, sans-serif;
    max-width: 270px;
    margin: 10vw 0 15vw 15vw; }
    section#intro .cta span {
      color: #F36C21;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 30px;
      display: block; }
  section#intro .steps {
    height: 5px;
    max-width: 210px;
    background: #00A8E4;
    margin: 15px 0;
    position: relative;
    transform: skew(-22deg); }
    section#intro .steps:before, section#intro .steps:after {
      content: "";
      background: #00254A;
      position: absolute;
      width: 8px;
      height: 100%;
      left: calc(33.333% - 4px);
      top: 0; }
    section#intro .steps:after {
      left: calc(66.6666% - 4px); }
  section#intro .btn {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 25px;
    z-index: 1;
    border: none; }
    section#intro .btn:before {
      content: "";
      position: absolute;
      top: 0;
      right: -15%;
      width: 130%;
      height: 100%;
      background: #F36C21;
      z-index: -1;
      transform: skew(-18deg); }
  @media screen and (max-width: 800px) {
    section#intro .line {
      display: none; }
    section#intro .cta {
      margin-left: 0; }
    section#intro .btn {
      position: relative;
      margin: 30px auto 0;
      left: auto;
      right: auto; }
      section#intro .btn:before {
        width: 200%; } }

section#thankyou {
  text-align: center; }
  section#thankyou .label {
    font: 900 30px/35px Lato, Arial, Helvetica, Geneva, sans-serif;
    color: #F36C21; }
  section#thankyou .head1 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 47px; }
  section#thankyou .content {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 15px; }
    section#thankyou .content p {
      max-width: 400px;
      margin: auto; }
  section#thankyou .head1,
  section#thankyou .head2,
  section#thankyou .content {
    margin-bottom: clamp(20px, 10vw, 30px); }

.stepIndicator {
  width: 215px;
  height: 6px;
  position: absolute;
  right: calc(30px + 4vw);
  top: -80px;
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 400px) {
    .stepIndicator {
      width: 170px; } }
  .stepIndicator .step {
    position: relative;
    width: 10px;
    background: #00254A;
    transform: skewX(-25deg);
    margin: 0 -5px; }
    .stepIndicator .step:nth-child(2):before {
      content: 'step 1'; }
    .stepIndicator .step:before {
      position: absolute;
      left: 10px;
      bottom: calc(100% + 1px);
      width: 70px;
      color: #00A8E4;
      font: 900 12px/17px Lato, Arial, Helvetica, Geneva, sans-serif;
      text-transform: uppercase;
      transform: skewX(25deg); }
    body[data-active-sub-step='2'] .stepIndicator .step:before {
      content: ''; }
    body[data-active-sub-step='2'] .stepIndicator .step:nth-child(3):before {
      content: 'step 2'; }
    body[data-active-sub-step='3'] .stepIndicator .step:before,
    body[data-active-sub-step='4'] .stepIndicator .step:before {
      content: ''; }
    body[data-active-sub-step='3'] .stepIndicator .step:nth-child(4):before,
    body[data-active-sub-step='4'] .stepIndicator .step:nth-child(4):before {
      content: 'step 3'; }
  .stepIndicator .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33.3333%;
    background: #00A8E4;
    z-index: -1;
    transform: skewX(-25deg);
    transition: width 500ms ease-out; }
    body[data-active-sub-step='2'] .stepIndicator .progress {
      width: 66.6666%; }
    body[data-active-sub-step='3'] .stepIndicator .progress,
    body[data-active-sub-step='4'] .stepIndicator .progress {
      width: 100%; }
  .stepIndicator:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2; }

section#registration {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-top: 0px;
  padding: 10px 30px; }
  section#registration .steps {
    overflow: hidden; }
    section#registration .steps .inner {
      width: 400%;
      display: flex;
      transition: transform 250ms ease-out; }
      body[data-active-sub-step='2'] section#registration .steps .inner {
        transform: translateX(-25%); }
      body[data-active-sub-step='3'] section#registration .steps .inner {
        transform: translateX(-50%); }
      body[data-active-sub-step='4'] section#registration .steps .inner {
        transform: translateX(-75%); }
      section#registration .steps .inner .step {
        width: 25%;
        padding-left: 1px; }
    section#registration .steps form ul.options.btns li {
      width: auto;
      padding-right: 20px; }
      section#registration .steps form ul.options.btns li label {
        border: 1px solid #F36C21;
        display: inline-block;
        padding: 15px 30px;
        position: relative; }
        section#registration .steps form ul.options.btns li label div.radio {
          position: static;
          height: auto;
          width: auto;
          margin: 0; }
          section#registration .steps form ul.options.btns li label div.radio span {
            position: static;
            height: auto;
            width: auto;
            padding: 0;
            border: none;
            background: none; }
            section#registration .steps form ul.options.btns li label div.radio span.checked:before {
              background: #F36C21;
              border-radius: 0;
              content: "";
              display: block;
              height: 100%;
              position: absolute;
              width: 100%;
              left: 0;
              top: 0;
              z-index: -1; }
