/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * 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/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 when focused and also mouse hovered in all browsers.
 */

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 {
  -moz-box-sizing: content-box;
  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"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * 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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6aa80aa897edcea2dc50)
 * Config saved to config.json and https://gist.github.com/6aa80aa897edcea2dc50
 */

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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,
menu,
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-color: 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 {
  -webkit-box-sizing: content-box;
  -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"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* Include this file in your html if you are using the CSP mode. */

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}
.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row > * {
  padding-left: 6px;
  padding-right: 6px;
}
.xs-12 {
  width: 12.5%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-20 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-25 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-30 {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-33 {
  width: 33.333333%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-35 {
  width: 35%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-40 {
  width: 40%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-50 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-60 {
  width: 60%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-66 {
  width: 66.666666%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-75 {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-80 {
  width: 80%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-87 {
  width: 87.5%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-100 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
}
.xs-tl {
  text-align: left;
}
.xs-tr {
  text-align: right;
}
.xs-tc {
  text-align: center;
}
.xs-hide {
  display: none;
}
.xs-r {
  float: right !important;
}
.xs-l {
  float: left !important;
}
.row.xs-flex {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 649px) {
  .sm-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-30 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-35 {
    width: 35%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .sm-tl {
    text-align: left;
  }
  .sm-tr {
    text-align: right;
  }
  .sm-tc {
    text-align: center;
  }
  .sm-hide {
    display: none;
  }
  .sm-r {
    float: right !important;
  }
  .sm-l {
    float: left !important;
  }
  .row.sm-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 761px) {
  .md-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-30 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-35 {
    width: 35%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .md-tl {
    text-align: left;
  }
  .md-tr {
    text-align: right;
  }
  .md-tc {
    text-align: center;
  }
  .md-hide {
    display: none;
  }
  .md-r {
    float: right !important;
  }
  .md-l {
    float: left !important;
  }
  .row.md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 873px) {
  .lg-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-30 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-35 {
    width: 35%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .lg-tl {
    text-align: left;
  }
  .lg-tr {
    text-align: right;
  }
  .lg-tc {
    text-align: center;
  }
  .lg-hide {
    display: none;
  }
  .lg-r {
    float: right !important;
  }
  .lg-l {
    float: left !important;
  }
  .row.lg-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 985px) {
  .xl-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-30 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-35 {
    width: 35%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .xl-tl {
    text-align: left;
  }
  .xl-tr {
    text-align: right;
  }
  .xl-tc {
    text-align: center;
  }
  .xl-hide {
    display: none;
  }
  .xl-r {
    float: right !important;
  }
  .xl-l {
    float: left !important;
  }
  .row.xl-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.btn2 {
  background: #5E708C;
  color: #ffffff;
  text-align: center;
  border: none;
  padding: 0.4rem 1rem;
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none !important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  transition: 0.3s background-color ease, 0.3s opacity ease;
}
.btn2:hover {
  background: #4B5A6D;
  text-decoration: none;
  color: #ffffff;
}
.btn2.green {
  background-color: #63A911;
}
.btn2.green:hover {
  background-color: #487b0c;
}
.btn2.red {
  background-color: #B11209;
}
.btn2.red:hover {
  background-color: #800d07;
}
.btn2[disabled],
.btn2[disabled]:hover {
  background: #5E708C !important;
}
.contact-thanks {
  font-size: 18px;
  text-align: center;
  padding: 35px 0;
}
.blink {
  animation: blinker 1s step-start infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.form3 .x-annotate {
  display: flex;
  overflow: hidden;
}
.form3 .x-annotate > input,
.form3 .x-annotate > select {
  flex: 1 1 auto;
}
.form3 .x-annotate > * {
  padding: 0.5em 0.3em;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 1em;
  line-height: 1.25em;
}
.form3 .x-annotate > *:not(:last-child) {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form3 .x-annotate > *:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form3 .x-annotate > *.x-grow {
  flex: 1 1 auto;
}
.form3 .x-annotate > span {
  background-color: #eeeeee;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.form3 .x-annotate.x-invalid > * {
  border-top: none;
  border-bottom: none;
}
.form3 .x-annotate.x-invalid > *:first-child {
  border-left: none;
}
.form3 .x-annotate.x-invalid > *:last-child {
  border-right: none;
}
.x-box {
  border-radius: 3px;
  background-color: #e2e8f1;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  padding: 3px 10px 3px 10px;
}
.x-box .caption {
  display: flex;
  margin: -3px -10px 3px -10px;
  padding: 5px 10px;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 0.1px;
  border-bottom: 1px dotted #4f5f82;
  align-items: center;
}
.x-box .caption > *:first-child {
  flex: 1 0 auto;
}
.x-box .detail {
  margin: 7px 0;
}
.x-box .detail label {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 3px;
}
.x-box .detail a:not(.x-link) {
  color: #e2904b;
  font-size: 0.9em;
  display: inline-block;
}
a.x-box {
  text-decoration: none;
  cursor: pointer;
}
a.x-box:hover {
  background-color: #e7eaef;
}
a.x-box .detail label {
  cursor: pointer;
}
.x-buttons {
  border-top: 1px solid rgba(79, 95, 130, 0.25);
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.x-buttons2 {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-buttons2 > * {
  margin: 0 5px;
}
.x-checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  line-height: 1.25em !important;
  margin-right: 10px;
  padding: 5px 0;
}
.x-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.x-checkbox .mark {
  display: inline-block;
  height: 1em;
  width: 1em;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  margin-right: 5px;
  position: relative;
  font-size: 1.25em;
}
.x-checkbox :checked ~ .mark {
  background-color: #495672;
  border: 1px solid #495672;
}
.x-checkbox :checked ~ .mark:after {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0em;
  width: 0.3em;
  height: 0.7em;
  border: solid white;
  border-width: 0 0.12em 0.12em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form3 .x-file {
  display: block;
  background-color: #e1e5eb;
  height: 5em;
  border: 1px solid #aaaaaa;
  line-height: 5em;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.form3 .x-file.has-file {
  height: auto;
}
.form3 .x-file.has-file .label {
  display: none;
}
.form3 .x-file.has-file .remove {
  display: block;
}
.form3 .x-file.has-file.has-preview .preview {
  display: block;
}
.form3 .x-file.has-file.has-preview .preview > img.file {
  display: block;
}
.form3 .x-file.has-file.has-preview .preview > img.example {
  display: none;
}
.form3 .x-file.has-example {
  height: auto;
}
.form3 .x-file.has-example .preview {
  display: block;
  opacity: 0.5;
}
.form3 .x-file.has-example .preview > img.example {
  display: block;
}
.form3 .x-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.form3 .x-file .preview {
  z-index: 10;
  max-width: 50%;
  margin: 1em auto 2em auto;
  overflow: hidden;
  display: none;
}
.form3 .x-file .preview > img {
  border: 3px solid #ffffff;
  border-radius: 3px;
  display: none;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
.form3 .x-file .preview > img.example {
  display: none;
}
.form3 .x-file .remove {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 2em;
  font-size: 0.83em;
  cursor: pointer;
  text-align: center;
  display: none;
}
[re-files] {
  padding: 5px 0;
}
[re-files] .template,
[re-files] input {
  display: none !important;
}
[re-files] .choose {
  text-decoration: none;
  display: inline-flex;
  margin-top: 2px;
}
[re-files] .choose:before {
  margin-right: 5px;
  font-size: 1.2em;
}
[re-files] .choose > span {
  border-bottom: 1px dotted #4f5f82;
}
[re-files] .files {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -5px -5px;
}
[re-files] .files .file {
  background-color: #E0E9F2;
  border-radius: 3px;
  padding: 3px;
  margin: 0 5px 5px 5px;
  position: relative;
  max-width: 15%;
}
[re-files] .files .file .remove {
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 3px;
  color: red;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #E0E9F2;
  width: 1.2em;
  height: 1.2em;
  z-index: 1;
}
[re-files] .files .file .preview {
  max-width: 60px;
  max-height: 60px;
  border-radius: 3px;
  border: none;
  display: block;
  position: relative;
  margin: 0 auto;
}
.form3 .x-label,
.form3 .y-label {
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 3px;
}
.form3 .x-label.y-label,
.form3 .y-label.y-label {
  line-height: 2.33em;
}
.form3 .x-sublabel {
  font-size: 10px;
  opacity: 0.75;
  margin-top: 3px;
  display: block;
}
.form3 .x-legend {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(79, 95, 130, 0.25);
}
.form3 .x-sublegend {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.form3 input,
.form3 select,
.form3 textarea {
  display: block;
  max-width: none;
  padding: 0.5em 0.3em;
  border-radius: 3px;
  background-color: #ffffff;
  width: 100%;
  outline: none !important;
  border: 1px solid #aaaaaa;
}
.form3 input:focus,
.form3 select:focus,
.form3 textarea:focus {
  border-color: #999999;
}
.form3 input[disabled],
.form3 select[disabled],
.form3 textarea[disabled],
.form3 input[readonly],
.form3 select[readonly],
.form3 textarea[readonly] {
  background-color: #dddddd;
}
.form3 input[re-datepick],
.form3 select[re-datepick],
.form3 textarea[re-datepick] {
  background-color: #ffffff !important;
}
.form3 textarea {
  min-height: 0;
  resize: none;
}
.form3 .x-invalid {
  border: 1px solid #dc3545;
  border-radius: 3px;
}
.form3 .x-summary {
  border-radius: 3px;
  line-height: 1.5em;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.form3 .x-summary.error {
  background-color: #CF5A51;
  color: #ffffff;
}
.form3 .x-summary.warning {
  color: #222222;
  background-color: #d18730;
}
.form3 .x-message {
  font-size: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-top: none;
  margin-top: -3px;
  padding: 3px 5px;
  position: relative;
  z-index: 1;
}
.form3 .x-message.error {
  color: #ffffff;
  background-color: #CF5A51;
  border: none;
}
.form3 .x-message.warning {
  color: #ffffff;
  background-color: #d18730;
  border: none;
}
.form3 hr {
  border-bottom: 1px solid rgba(79, 95, 130, 0.25);
  padding: 0;
  margin: 10px 0;
}
.form3 .x-checkboxes {
  line-height: 2.33em;
}
.form3 .x-group {
  padding-bottom: 15px;
  line-height: 1.42em;
}
.form3 .x-group.row {
  margin-bottom: -15px;
}
.form3 .x-group.row > * {
  margin-bottom: 15px;
}
.form3.busy button[busy] {
  display: inline-flex;
  align-items: center;
  opacity: 0.75;
}
.form3.busy button[busy]:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/img/25xs.gif") no-repeat center center;
  margin-right: 5px;
}
.form3.busy button[busy].icon-delete:before {
  background: url("/assets/img/25xs-red.gif") no-repeat center center;
}
.form3 .x-interval {
  display: flex;
  line-height: 2.33em;
}
.form3 .x-interval input,
.form3 .x-interval select {
  flex: 1 1 auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  margin-bottom: 0;
  padding: 0.5em 0.7em;
}
.form3 .x-interval .from,
.form3 .x-interval .to {
  background-color: #eeeeee;
  padding: 0 5px;
  border: 1px solid #aaaaaa;
  height: 100%;
  line-height: 2.33em;
}
.form3 .x-interval .from {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right: none;
}
.form3 .x-interval .to {
  border-left: none;
  border-right: none;
}
nav.x-links .x-link {
  margin-top: 1em;
  text-align: center;
}
nav.x-links .x-link > label {
  display: block;
  font-size: 0.8em;
  margin-bottom: 3px;
  font-weight: bold;
}
nav.x-links .x-link > a {
  color: #4f5f82;
  text-decoration: none;
  border-bottom: 1px dotted #4f5f82;
}
nav.x-links .x-link > a:hover {
  color: #e2904b;
  border-bottom: 1px solid #e2904b;
}
nav.x-links .x-link:last-child {
  border-bottom: none;
}
a.x-link {
  color: #4f5f82;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.5px;
}
a.x-link:hover {
  color: #e2904b;
}
.pac-container {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
.pac-item {
  padding: 0 5px;
  font-size: 10px;
  color: #aaaaaa;
  cursor: pointer;
}
.pac-item-query {
  color: #4b5a7d;
  font-size: 12px;
  padding-right: 5px;
}
.pac-icon {
  display: none;
}
.form3 .x-radio {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  line-height: 1.5em !important;
  margin-right: 10px;
  padding: 5px 0;
}
.form3 .x-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form3 .x-radio .mark {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.175em solid #aaaaaa;
  margin-right: 5px;
  position: relative;
  font-size: 1.25em;
}
.form3 .x-radio :checked ~ .mark {
  border-color: #495672;
}
.form3 .x-radio :checked ~ .mark:before {
  content: "";
  margin: 0;
  position: absolute;
  height: 0.4em;
  width: 0.4em;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #495672;
  transform: translateX(-50%) translateY(-50%);
}
.x-recaptcha {
  overflow: hidden;
  padding: 0 !important;
  max-width: 304px;
}
.x-recaptcha a.recaptcha-info[href] {
  color: red;
  font-size: 0.83em;
  margin-top: -25px;
}
.x-recaptcha > div,
.x-recaptcha iframe {
  width: 100% !important;
}
.form3 .x-tag {
  display: inline-block;
  font-size: 11px;
  color: black;
  background-color: #eeeeee;
  margin-right: 3px;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 3px 5px;
}
.form3 .x-tag.active {
  cursor: pointer;
}
.form3 .x-tag.active:hover:not(.on) {
  background-color: #cccccc;
}
.form3 .x-tag.on {
  background-color: #495672;
  color: #ffffff;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-dialog {
  font-size: 12px;
}
.modal-dialog .modal-content {
  padding: 5px;
  background: #ffffff;
  border: 10px solid rgba(0, 0, 0, 0.95);
  border-radius: 5px;
}
.modal-dialog div.content-box {
  border-radius: 5px;
  overflow: hidden;
  background-color: #C2CAD7;
  margin-bottom: 10px;
}
.modal-dialog div.content-box:last-child {
  margin-bottom: 0;
}
.modal-dialog div.content-box > h2 {
  color: #c2cad7;
  margin: 0;
  padding: 10px;
  background-color: #495672;
  font-family: Verdana;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
}
.modal-dialog div.content-box > h2 > a.close {
  float: right;
  text-decoration: none;
  color: #c2cad7;
  font-size: 1.5em;
  line-height: 0.66em;
}
.modal-dialog div.content-box > .content {
  padding: 15px;
}
@font-face {
  src: url("/assets/fonts/Machia.eot");
  src: url("/assets/fonts/Machia.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Machia.woff") format("woff"), url("/assets/fonts/Machia.ttf") format("truetype");
  font-family: Machia;
  font-weight: 400;
}
@font-face {
  src: url("/assets/fonts/FuturaStd-Light.eot");
  src: url("/assets/fonts/FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FuturaStd-Light.woff") format("woff"), url("/assets/fonts/FuturaStd-Light.ttf") format("truetype");
  font-family: Futura;
  font-weight: 400;
}
@font-face {
  src: url("/assets/fonts/FuturaStd-Heavy.eot");
  src: url("/assets/fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FuturaStd-Heavy.woff") format("woff"), url("/assets/fonts/FuturaStd-Heavy.ttf") format("truetype");
  font-family: Futura;
  font-weight: 700;
}
input.form-control,
select.form-control {
  border-radius: 0;
  border: 1px solid #cccccc;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  overflow: hidden;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.xs-r {
  float: right;
}
.xs-l {
  float: left;
}
.xs-tl {
  text-align: left;
}
.xs-tr {
  text-align: right;
}
.xs-tc {
  text-align: center;
}
.xs-12 {
  width: 12.5%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-20 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-25 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-33 {
  width: 33.333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-40 {
  width: 40%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-50 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-60 {
  width: 60%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-66 {
  width: 66.666666%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-75 {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-80 {
  width: 80%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-87 {
  width: 87.5%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.xs-100 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 649px) {
  .sm-r {
    float: right;
  }
  .sm-l {
    float: left;
  }
  .sm-tl {
    text-align: left;
  }
  .sm-tr {
    text-align: right;
  }
  .sm-tc {
    text-align: center;
  }
  .sm-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 761px) {
  .md-r {
    float: right;
  }
  .md-l {
    float: left;
  }
  .md-tl {
    text-align: left;
  }
  .md-tr {
    text-align: right;
  }
  .md-tc {
    text-align: center;
  }
  .md-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 873px) {
  .lg-r {
    float: right;
  }
  .lg-l {
    float: left;
  }
  .lg-tl {
    text-align: left;
  }
  .lg-tr {
    text-align: right;
  }
  .lg-tc {
    text-align: center;
  }
  .lg-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 985px) {
  .xl-r {
    float: right;
  }
  .xl-l {
    float: left;
  }
  .xl-tl {
    text-align: left;
  }
  .xl-tr {
    text-align: right;
  }
  .xl-tc {
    text-align: center;
  }
  .xl-12 {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-25 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-33 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-40 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-50 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-60 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-66 {
    width: 66.666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-75 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-80 {
    width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-87 {
    width: 87.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl-100 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
html,
body {
  font: 16px/1.4 Verdana, Helvetica, Arial, sans-serif;
  color: #4b5a7d;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: underline;
  color: #4f5f82;
}
@media (max-width: 800px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  html,
  body {
    font-size: 12px;
  }
}
body.error {
  background: #E3E6EB none;
  font-size: 12px;
}
body.error > div.box {
  background-color: #495672;
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  margin-top: 100px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
body.error > div.box > h3 {
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
body.error > div.box > h1 {
  font-size: 80px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
body.error > div.box > h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
body.error > div.box a {
  color: #bd781e;
  text-decoration: none;
}
body.error > div.box a:hover {
  text-decoration: underline;
}
.content-box.contact p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.content-box.contact .site {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #c8d2e2;
  text-decoration: none;
  transition: background-color 0.5s ease;
  padding: 5px 10px;
  border-radius: 5px;
}
.content-box.contact .site:hover {
  background: #a7b7d0;
}
.content-box.contact .site:not(:last-child) {
  margin-bottom: 10px;
}
.content-box.contact .site .real {
  font-family: Futura;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
}
.content-box.contact .site .country {
  font-family: Futura;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
body header {
  display: block;
  max-height: 293px;
  background: url("/assets/img/home/header.webp") no-repeat top center;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 36.625vw;
}
body header > button,
body header a.btn {
  display: inline-block;
  background-color: #495672;
  border: none;
  color: #ffffff;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  border-radius: 5px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  white-space: nowrap;
}
body header > button:hover,
body header a.btn:hover {
  background-color: #414c64;
}
body main {
  max-width: 1920px;
  margin: 0 auto;
}
body main h2 {
  font-size: 2.625rem;
  font-family: Tahoma, Arial, Verdana;
  color: #525e79;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
body main h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
}
body main p {
  font-size: 1rem;
}
body main button,
body main a.btn {
  background-color: #cb8836;
  border-radius: 10px;
  padding: 10px 35px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  border: none;
  text-decoration: none;
}
body main button:hover,
body main a.btn:hover {
  background-color: #b97f39;
}
body main .content {
  max-width: 960px;
  padding: 0 22px;
  margin: 0 auto;
}
body main div.stats {
  background: url("/assets/img/home/world.webp"), linear-gradient(#FCFCFD, #E4E7EC);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 40px, center center;
  padding: 40px 0;
  margin: 0 auto;
  text-align: right;
}
body main div.stats a.btn {
  margin: 20px 0;
}
body main div.stats a.advertise {
  color: #59657f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
}
body main div.stats a.advertise:hover {
  text-decoration: underline;
}
body main div.world {
  background-color: #47526b;
  padding: 40px 0;
  margin: 0 auto;
  color: #c6d0e0;
}
body main div.world h2 {
  color: #c6d0e0;
}
body main div.world a {
  display: block;
  background-color: #e2e8f1;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
body main div.world a:hover {
  background-color: #dadfe7;
}
body main div.world a img {
  float: left;
  margin-right: 10px;
}
body main div.world a h3 {
  color: #495672;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 3px 0;
}
body main div.world a p {
  margin: 0;
  font-size: 11px;
}
body main div.world a div.free,
body main div.world a div.new {
  display: none;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  padding: 2px 0;
  letter-spacing: 1px;
  position: absolute;
  font-size: 12px;
}
body main div.world a div.free {
  background-color: #A5B2C6;
  transform: translateX(-50%) translateX(-22px) translateY(-12px) rotate(-45deg);
  bottom: 0;
  left: 100%;
  width: 100%;
}
body main div.world a div.new {
  background-color: #cb8836;
  transform: translateX(50%) translateX(22px) translateY(12px) rotate(-45deg);
  top: 0;
  left: -100%;
  width: 100%;
}
body main div.world a.free > div.free,
body main div.world a.new > div.new {
  display: block;
}
body main div.world div.free-text {
  margin-top: 20px;
  font-size: 12px;
}
body main div.world div.free-text > span {
  background-color: #A5B2C6;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 5px;
}
body main div.membership {
  background-color: #F2F4F7;
  padding: 40px 0;
  margin: 0 auto;
  text-align: right;
}
body main div.membership .content {
  background: url("/assets/img/home/sticker.png") no-repeat center right;
  padding-right: 264px;
}
body main div.membership h2,
body main div.membership h3 {
  color: #cb8836;
}
body main div.advertise {
  background-color: #c8d2e2;
  padding: 40px 0;
}
body main div.advertise a.btn {
  background-color: #495672;
}
body main div.advertise a.btn:hover {
  background-color: #414c64;
}
body main div.company {
  background-color: #F2F4F7;
  padding: 40px 0;
  font-size: 14px;
  text-align: center;
}
body main div.company .address {
  font-style: normal;
  margin-top: 35px;
}
body main div.company .address > img {
  display: block;
  margin: 10px auto;
}
@media (max-width: 800px) {
  body main h2 {
    font-size: 2rem;
  }
  body main div.membership .content {
    background-image: none;
    padding-right: 22px;
  }
}
