img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
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,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .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;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  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] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
table {
  border-collapse: collapse;
  border-spacing: 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;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.75;
  color: #000000;
  background-color: #f8f8f8;
}
html,
body {
  height: 100%;
  width: 100%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
strong {
  font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "CorporateS";
  src: url("fonts/corporate-s-light.eot");
  src: url("fonts/corporate-s-light.eot#iefix") format("embedded-opentype"), url("fonts/corporate-s-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CorporateS";
  src: url("fonts/corporate-s-demi.eot");
  src: url("fonts/corporate-s-demi.eot#iefix") format("embedded-opentype"), url("fonts/corporate-s-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "CorporateA";
  src: url("fonts/corporate-a-light-italic.eot");
  src: url("fonts/corporate-a-light-italic.eot#iefix") format("embedded-opentype"), url("fonts/corporate-a-light-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}
.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;
}
.centered {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.underlined {
  text-decoration: underline;
}
.flush {
  margin: 0 !important;
}
.flush-bottom {
  margin-bottom: 0 !important;
}
.flush-top {
  margin-top: 0 !important;
}
.list-unbulleted {
  list-style: none;
  padding-left: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scrollable-vertical {
  overflow-y: scroll;
}
.scrollable-horizontal {
  overflow-x: scroll;
}
@keyframes shrink {
  0% {
    transform: scale(1.05,1.05);
    transform-origin: 30% 50%;
  }
  100% {
    transform: scale(1,1);
    transform-origin: 30% 50%;
  }
}
@keyframes grow {
  0% {
    transform: scale(1,1);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scale(1.05,1.05);
    transform-origin: 50% 50%;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,32px,0);
    -moz-transform: translate3d(0,32px,0);
    -ms-transform: translate3d(0,32px,0);
    -o-transform: translate3d(0,32px,0);
    transform: translate3d(0,32px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    -o-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slide-01.slick-active,
.slide-03.slick-active {
  -webkit-animation: shrink 7.5s both ease-out;
  animation: shrink 7.5s both ease-out;
}
.slide-02.slick-active {
  -webkit-animation: grow 7.5s both ease-out;
  animation: grow 7.5s both ease-out;
}
.fade-in {
  -webkit-animation: fade-in 0.7s both ease-out;
  animation: fade-in 0.7s both ease-out;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}
.content {
  max-width: 1400px;
  background: white;
  margin: 0 auto;
}
.content-full-height {
  height: 100%;
}
.content-full-width {
  max-width: 100%;
}
.inner-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 992px) {
  .inner-wrapper {
    padding: 0 60px;
  }
}
.row {
  position: relative;
}
header {
  height: 100%;
  position: relative;
}
.logo {
  position: absolute;
  height: 24rem;
  width: 24rem;
  left: 50%;
  top: 50%;
  margin-left: -12rem;
  margin-top: -12rem;
  background: url("images/logo.png") no-repeat 0 0;
  background-size: 24rem;
  z-index: 400;
}
.logo-small {
  height: 6rem;
  width: 16.5rem;
  background: url("fonts/logo-small.svg") no-repeat center center;
  background-size: 14rem;
  float: left;
}
@media (min-width: 992px) {
  .logo-small {
    height: 8rem;
    width: 24rem;
    background: url("fonts/logo-small.svg") no-repeat 0 0;
    background-size: 20rem;
  }
}
.scroll-down-link {
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: white;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  z-index: 500;
  background: url("fonts/arrow-down.svg") no-repeat center center;
}
section {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  margin-top: -60px;
  background-color: #fff;
}
@media (min-width: 992px) {
  section {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.section-quote {
  background-color: #f5f5f5;
  opacity: 0;
  text-align: center;
}
.quote-content {
  font-family: "CorporateA", Georgia, serif;
  font-weight: 200;
  font-style: italic;
  margin: 0;
  padding: 4rem 0 4rem 65px;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  text-align: left;
}
@media (max-width: 992px) {
  .quote-content {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .quote-content {
    width: 100%;
    display: block;
  }
}
.quote-content:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("fonts/quote-icon-dark.svg") no-repeat 0 0;
  background-size: 50px;
  position: absolute;
  left: 0;
  top: 4rem;
}
.divider {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 160px;
  background: url("images/divider-pattern.png") repeat 0 0;
  background-attachment: fixed;
  background-size: 100%;
}
.dark-bg {
  background-color: #323232;
  color: white;
}
.dark-bg a {
  color: white;
  border-bottom: 1px dotted white;
}
.dark-bg a:hover {
  border-bottom: 1px solid white;
}
.image-banner {
  position: relative;
}
.parallax-img {
  padding-bottom: 40%;
  width: 100%;
  background: url("images/image-faq.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .parallax-img {
    background-attachment: fixed;
  }
}
#curriculum-vitae {
  margin-bottom: 3rem;
  line-height: 1.5;
}
#curriculum-vitae .panel-title .panel-date {
  width: 11rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  padding-top: 12px;
}
#curriculum-vitae .panel-title .section-label {
  display: block;
  padding-left: 14rem;
  letter-spacing: 0.3rem;
  text-align: left;
}
@media (min-width: 650px) {
  #curriculum-vitae .panel-body {
    padding-left: 14rem;
  }
}
.list-slider {
  margin-top: 4rem;
}
#faq,
#curriculum-vitae {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.section-content {
  margin-top: 4rem;
  margin-bottom: 4.5rem;
}
#section-02 .dark-bg {
  padding: 4.5rem 1.5rem;
}
#section-02 h3 {
  margin-top: 4rem;
}
#section-04 {
  padding-bottom: 11rem;
}
#section-04 h3 {
  margin-top: 8rem;
  margin-bottom: 4.5rem;
}
#section-04 .dark-bg {
  padding: 2rem 1.5rem 3.5rem 1.5rem;
}
#section-04 .dark-bg h3 {
  margin: 3.5rem 0 3rem 0;
}
#section-04 textarea {
  min-height: 26rem;
}
#section-04 .btn {
  margin-top: 15px;
  width: 160px;
}
#map {
  width: 100%;
  height: 28rem;
}
@media (min-width: 992px) {
  #map {
    height: 43rem;
  }
}
footer {
  padding: 1rem;
  font-size: 1.6rem;
}
footer a {
  font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  border: none !important;
}
@media (max-width: 330px) {
  html {
    font-size: 7px;
  }
  .logo-small {
    margin-top: 8px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  .mobile {
    display: none;
  }
  #section-04 .dark-bg {
    text-align: center;
  }
  .btn {
    width: 100% !important;
  }
}
@media (min-width: 420px) {
  .logo {
    height: 42rem;
    width: 42rem;
    margin-left: -21rem;
    margin-top: -21rem;
    background-size: 42rem;
  }
}
@media (min-width: 992px) {
  .form-wrapper {
    width: 580px;
  }
  .divider {
    padding: 15px;
  }
  .section-quote,
  .image-quote {
    position: absolute;
    top: 0;
    height: 100%;
    box-sizing: content-box;
  }
  .section-quote_right {
    padding-right: 60px;
    right: -60px;
  }
  .section-quote_left {
    padding-left: 60px;
    left: -60px;
  }
  .section-quote_image {
    left: 0;
    background: none;
  }
  .quote-content {
    padding: 0;
    margin-left: 6.5rem;
    margin-top: 45%;
    position: relative;
  }
  .quote-content:before {
    left: -87px;
    top: -87px;
    width: 76px;
    height: 76px;
    background: url("fonts/quote-icon-dark.svg") no-repeat 0 0;
    background-size: 76px;
  }
  .quote-content.quote-content_light {
    color: white;
  }
  .quote-content.quote-content_light:before {
    background: url("fonts/quote-icon-light.svg") no-repeat 0 0;
  }
  #faq {
    margin-top: 0;
  }
  #curriculum-vitae {
    margin-top: 5px;
    margin-bottom: 8rem;
  }
  #section-01 .row-01 .section-content {
    padding: 0;
  }
  #section-01 .row-02 .section-content {
    padding-right: 0;
  }
  #section-01 .row-02 .quote-content {
    margin-left: 11.5rem;
  }
  #section-01 .row-03 .section-content .row {
    margin-top: 6rem;
  }
  #section-02 h3 {
    text-align: center;
    margin: 7rem 0 6rem 0;
  }
  #section-02 .dark-bg,
  #section-04 .dark-bg {
    padding: 8rem 0;
    margin-left: -60px;
    margin-right: -60px;
  }
  #section-03 .section-content,
  #section-01 .row-01 .section-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  #section-01 .row-03 .section-content {
    margin-top: 4rem;
  }
  #section-03 #faq {
    min-height: 44rem;
  }
  #section-03 .quote-content {
    margin-left: 11.5rem;
    margin-top: 53%;
  }
  #section-04 h3 {
    text-align: center;
  }
  #section-04 .dark-bg h3 {
    margin-top: 0;
  }
  #section-04 h3 {
    text-align: center;
  }
  #section-04 .dark-bg .col-md-6 {
    padding: 0;
  }
  .map-container {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 1025px) {
  .quote-content {
    line-height: 1.25;
    font-size: 4.4rem;
  }
}
.subpage article {
  text-align: center;
  max-width: 60rem;
  padding: 10rem 2rem 6rem 2rem;
}
.subpage h1 {
  margin: 5rem;
}
.subpage h3 {
  font-size: 2rem;
  margin-top: 7rem;
}
.subpage article a {
  border-bottom: 1px dotted #000000;
}
.subpage article .section-label {
  text-align: center;
}
.subpage article a:hover {
  border-bottom: 1px solid #000000;
}
.gm-style {
  font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.justify {
  text-align: justify;
}
#nav-breakpoint {
  height: 60px;
  width: 100%;
  margin-top: -60px;
}
.nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 600;
}
.nav-item {
  padding: 0;
  color: #000000;
  display: block;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 992px) {
  .anchor-links,
  .language-switch {
    padding: 10px 0;
  }
  .nav-item {
    width: 100% !important;
    margin: 5px 0;
    padding: 0 15px;
  }
  .language-switch {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0;
    margin: 0;
  }
  .scroll-nav .language-switch {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .nav .language-switch {
    padding: 5px 0;
  }
  .nav .navbar-collapse {
    background: white;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    position: relative;
  }
  .language-switch li {
    display: inline-block;
    font-size: 1.6rem;
  }
}
.nav-item:hover,
.nav-item.nav-active {
  font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 992px) {
  #nav-breakpoint {
    height: 80px;
    margin-top: -80px;
  }
  .nav {
    top: 3.5rem;
  }
  .scroll-nav {
    line-height: 80px;
    height: 80px;
  }
  .nav-item {
    padding: 0;
    color: #000000;
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    margin: 0 10px;
    text-align: center;
  }
  .anchor-links,
  .language-switch {
    height: 80px;
    line-height: 80px;
    text-align: right;
    font-size: 1.6rem;
    float: right;
  }
  .language-switch {
    font-size: 1.2rem !important;
    margin-left: 17px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .language-switch .nav-item {
    margin-right: 0;
    width: 18px;
  }
  .anchor-links li,
  .language-switch li {
    display: inline-block;
  }
}
.scroll-nav {
  line-height: 40px;
  background-color: white;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0,-82px,0);
  transform: translate3d(0,-82px,0);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 600;
}
.fixed-nav .scroll-nav {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 900;
}
.nav-header {
  height: 60px;
}
@media (min-width: 992px) {
  .nav-item {
    padding: 0;
    color: #000000;
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    margin: 0 10px;
    text-align: center;
  }
  .nav-item:hover,
  .nav-item.nav-active {
    font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #000000;
  }
  .anchor-links,
  .language-switch {
    height: 80px;
    line-height: 80px;
    text-align: right;
    font-size: 1.6rem;
  }
  .scroll-nav .language-switch {
    font-size: 1.4rem;
    margin-left: 17px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .language-switch .nav-item {
    margin-right: 0;
  }
  .anchor-links li,
  .language-switch li {
    display: inline-block;
  }
  .nav-header {
    float: left;
    margin-left: 15px;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
  z-index: 4;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggle,
  .icon {
    display: none;
  }
}
.subpage .scroll-nav {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.login-link {
  padding-left: 28px !important;
  background: url("images/lock-icon.png") no-repeat 4px 3px;
  background-size: 58px;
}
.navbar-toggle {
  outline: 0;
  border: none;
  background: none;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 6000;
}
.navbar-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #000000;
  margin-left: -15px;
  left: 50%;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.navbar-toggle span.first {
  top: 12px;
  opacity: 0;
  width: 0%;
  margin-left: 0;
}
.navbar-toggle span.second {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate3d(0,0,1,45deg);
  -moz-transform: rotate3d(0,0,1,45deg);
  -o-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
}
.navbar-toggle span.third {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate3d(0,0,1,-45deg);
  -moz-transform: rotate3d(0,0,1,-45deg);
  -o-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
}
.navbar-toggle span.fourth {
  top: 28px;
  opacity: 0;
  width: 0%;
  margin-left: 0;
}
.navbar-toggle.collapsed {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.navbar-toggle.collapsed span {
  width: 30px !important;
  opacity: 1 !important;
  margin-left: -15px !important;
  left: 50% !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate3d(0,0,1,0deg) !important;
  -moz-transform: rotate3d(0,0,1,0deg) !important;
  -o-transform: rotate3d(0,0,1,0deg) !important;
  transform: rotate3d(0,0,1,0deg) !important;
}
.section-label {
  font-size: 1.8rem;
  font-family: "CorporateS", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .section-label {
    text-align: left;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.main-slider,
.main-slider .slick-slide,
.main-slider .slick-track,
.main-slider .slick-list {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slide-01 {
  background: gray url("images/home-slider-1.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .slide-01 {
    background-attachment: fixed;
  }
}
.slide-02 {
  background: gray url("images/home-slider-2.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .slide-02 {
    background-attachment: fixed;
  }
}
.slide-03 {
  background: gray url("images/home-slider-3.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .slide-03 {
    background-attachment: fixed;
  }
}
@media (min-width: 640px) {
  .list-slider {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
  }
  .list-slider .slick-slide .styled-list {
    margin: 0 10px;
  }
}
.list-slider .slick-slide {
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: pointer;
  margin-top: 1px;
}
.slick-dots {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin: 2.5rem 0 0 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  border: none;
  height: 15px;
  width: 15px;
  outline: 0;
  background: url("fonts/slider-bullet.svg") no-repeat 0 -15px;
  overflow: hidden;
  text-indent: 99999px;
  margin-right: 4px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-position: 0 0;
}
.styled-list {
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.styled-list li {
  padding-left: 30px;
  padding: 7px 0;
  line-height: 1.6;
  margin-left: 23px;
  position: relative;
}
.styled-list li:before {
  content: "";
  background: url("fonts/bullet.svg") no-repeat 0 0;
  height: 12px;
  width: 12px;
  position: absolute;
  left: -23px;
  top: 13px;
}
.styled-list_bordered {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px;
}
.styled-list_bordered li {
  border-top: 1px solid #d4d4d4;
  margin-top: -1px;
}
.custom-accordion {
  line-height: 1.5;
}
.custom-accordion .panel {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px;
  position: relative;
}
.custom-accordion .panel-heading a {
  padding: 12px 40px 12px 0;
}
.custom-accordion .panel-body {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  padding-right: 40px;
}
.custom-accordion .panel-title a {
  display: block;
}
.custom-accordion .panel-title:before {
  content: "";
  position: absolute;
  background: url("fonts/collapse-icons.svg") no-repeat 0 0;
  right: 0;
  top: 1.4rem;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
@media (max-width: 420px) {
  .custom-accordion .panel-title:before {
    top: 1.22rem;
  }
}
.custom-accordion .collapse.in:before {
  content: "";
  position: absolute;
  background: url("fonts/collapse-icons.svg") no-repeat 0 -72px;
  right: 0;
  top: 1.4rem;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
@media (max-width: 420px) {
  .custom-accordion .collapse.in:before {
    top: 1.22rem;
  }
}
.custom-accordion .no-content .collapse.in:before,
.custom-accordion .no-content .panel-title:before {
  display: none;
}
.custom-accordion .panel:hover .panel-title:before {
  content: "";
  position: absolute;
  background: url("fonts/collapse-icons.svg") no-repeat 0 -24px;
  right: 0;
  top: 1.4rem;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
@media (max-width: 420px) {
  .custom-accordion .panel:hover .panel-title:before {
    top: 1.22rem;
  }
}
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: 50px;
  padding: 10px 12px;
  color: #000000;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-bottom: 2px solid #dcdcdc;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #323232;
  outline: 0;
}
.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;
  resize: vertical;
}
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: #ff6969;
}
.has-error .form-control {
  border-color: #ff6969;
}
.has-error .form-control:focus {
  border-color: #ff6969;
}
.has-error .input-group-addon {
  color: #ff6969;
  border-color: #ff6969;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff6969;
}
.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;
}
.btn {
  max-width: 100%;
  border: 1px solid #000000;
  font-size: 1.8rem;
  line-height: 2.5rem;
  background-color: white;
  padding: 1rem 0 0.7rem 0;
  text-decoration: none;
  color: #000;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn-primary {
  background-color: white;
  border-color: #000000;
  color: #000000;
}
.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.ie .scroll-nav {
  top: -83px !important;
}
.ie .fixed-nav .scroll-nav {
  top: 0 !important;
}

/*
     FILE ARCHIVED ON 20:08:48 Feb 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:18:01 Jun 16, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 249.257
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.065
  RedisCDXSource: 11.937
  esindex: 0.009
  LoadShardBlock: 219.054 (3)
  PetaboxLoader3.datanode: 777.021 (4)
  load_resource: 1224.432
  PetaboxLoader3.resolve: 609.187
*/