html {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: DINWebPro, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0 !important;
}
@font-face {
  font-family: DINWebPro;
  src: url(../../../public/website/fonts/BentonSans-Regular.eot);
  src: url(../../../public/website/fonts/BentonSans-Regular.eot) format("eot"), url(../../../public/website/fonts/BentonSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DINWebPro;
  src: url(../../../public/website/fonts/benton-sans-regular-ita.eot);
  src: url(../../../public/website/fonts/benton-sans-regular-ita.eot) format("eot");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: DINWebPro;
  src: url(../../../public/website/fonts/BentonSans-Medium.eot);
  src: url(../../../public/website/fonts/BentonSans-Medium.eot) format("eot"), url(../../../public/website/fonts/BentonSans-Medium.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: DINWebPro;
  src: url(../../../public/website/fonts/benton-sans-medium-ita.eot);
  src: url(../../../public/website/fonts/benton-sans-medium-ita.eot) format("eot"), url(../../../public/website/fonts/benton-sans-medium-ita.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
main {
  overflow-x: hidden;
}
.text-center {
  text-align: center;
}
.link-navigation a {
  color: #5197e1;
  text-decoration: none;
}
.container-fluid {
  max-width: 1400px;
}
.container-fluid.container-fluid-kill {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mainHeader {
  background: #000;
  height: 72px;
  border-bottom: 1px solid #494949;
}
@media (max-width: 1023px) {
  .mainHeader {
    height: 56px;
    overflow: hidden;
  }
}
.mainHeader-logo {
  float: left;
  line-height: 71px;
}
.mainHeader-logo a {
  display: block;
  height: 71px;
  max-width: 183px;
}
@media (max-width: 1399px) {
  .mainHeader-logo a {
    width: 160px;
  }
}
@media (max-width: 1023px) {
  .mainHeader-logo a {
    line-height: 56px;
    width: 106px;
    height: auto;
    padding-top: 0;
  }
}
.mainHeader-logo a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  height: 100%;
}
.mainHeader-saplogo {
  float: right;
  line-height: 71px;
  height: 70px;
}
@media (max-width: 1023px) {
  .mainHeader-saplogo {
    float: left;
    margin-left: 15px;
    width: 48px;
    margin-top: 15px;
    height: 56px;
    line-height: 56px;
  }
}
.mainHeader-saplogo a {
  display: block;
}
.mainHeader-saplogo img {
  width: 60px;
  vertical-align: middle;
  height: 70px;
}
@media (max-width: 1023px) {
  .mainHeader-saplogo img {
    width: 48px;
    height: 24px;
  }
}
.mainSection {
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .mainSection {
    padding: 40px 0;
  }
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .mainSection {
    padding: 50px 0;
  }
}
.mainSection-grayLight,
.mainSection-grayLight + .mainSection-arrow:after,
.mainSection-grayLight + footer:before {
  background: #f3f3f3;
}
.mainSection-white,
.mainSection-white + footer:before {
  background: #fff;
}
.mainSection-noPadding {
  padding: 0;
}
.mainSection-color-black .btn-ghost-black a {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.mainSection-color-black .btn-ghost-black a.active,
.mainSection-color-black .btn-ghost-black a.active.focus,
.mainSection-color-black .btn-ghost-black a.active:focus,
.mainSection-color-black .btn-ghost-black a.active:hover,
.mainSection-color-black .btn-ghost-black a.focus,
.mainSection-color-black .btn-ghost-black a:active,
.mainSection-color-black .btn-ghost-black a:active.focus,
.mainSection-color-black .btn-ghost-black a:active:focus,
.mainSection-color-black .btn-ghost-black a:active:hover,
.mainSection-color-black .btn-ghost-black a:focus,
.mainSection-color-black .btn-ghost-black a:hover,
.open > .dropdown-toggle.mainSection-color-black .btn-ghost-black a,
.open > .dropdown-toggle.mainSection-color-black .btn-ghost-black a.focus,
.open > .dropdown-toggle.mainSection-color-black .btn-ghost-black a:focus,
.open > .dropdown-toggle.mainSection-color-black .btn-ghost-black a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
}
.mainSection-color-black .btn-ghost-black a.active,
.mainSection-color-black .btn-ghost-black a:active,
.open > .dropdown-toggle.mainSection-color-black .btn-ghost-black a {
  background-image: none;
}
.mainSection-color-black .btn-ghost-black a.disabled.focus,
.mainSection-color-black .btn-ghost-black a.disabled:focus,
.mainSection-color-black .btn-ghost-black a.disabled:hover,
.mainSection-color-black .btn-ghost-black a[disabled].focus,
.mainSection-color-black .btn-ghost-black a[disabled]:focus,
.mainSection-color-black .btn-ghost-black a[disabled]:hover,
fieldset[disabled] .mainSection-color-black .btn-ghost-black a.focus,
fieldset[disabled] .mainSection-color-black .btn-ghost-black a:focus,
fieldset[disabled] .mainSection-color-black .btn-ghost-black a:hover {
  background-color: transparent;
  border-color: #000;
}
.mainSection-color-black .btn-ghost-black a .badge {
  color: transparent;
  background-color: #000;
}
.btn-ghost-white a {
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: transparent;
  border-width: 2px;
}
.bannerElement-intro {
  position: relative;
}
@keyframes imge {
  0% {
    left: 48%;
  }
  100% {
    left: 50%;
  }
}
.bannerElement-headline * {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.bannerElement-intro .bannerElement-imgWrapper {
  position: relative;
  width: auto;
}
.bannerElement-intro .bannerElement-imgWrapper img {
  width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 1s;
  animation-name: imge;
  min-width: 1700px;
}
@media (min-width: 1024px) {
  .bannerElement {
    overflow: hidden;
  }
  .bannerElement-intro .bannerElement-descWrapper {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  .bannerElement-intro .bannerElement-imgWrapper img {
    min-width: 1023px;
  }
  .bannerElement-intro .bannerElement-descWrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .bannerElement-intro .bannerElement-descWrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .bannerElement-intro .bannerElement-textwrapper {
    width: 50%;
  }
}
@keyframes addspan1 {
  0% {
    left: 33.33333333%;
  }
  100% {
    left: -100%;
  }
}
@keyframes addspan2 {
  0% {
    left: 33.33333333%;
  }
  100% {
    left: -66.66666667%;
  }
}
@keyframes addspan3 {
  0% {
    left: 33.33333333%;
  }
  100% {
    left: -33.33333333%;
  }
}
.bannerElement-intro .bannerElement-add {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12%;
  height: auto;
  width: 12%;
}
.bannerElement-intro .bannerElement-add span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffbd00;
  width: 100%;
}
.bannerElement-intro .bannerElement-add span:first-child {
  opacity: 0.6;
  left: -100%;
  animation-duration: 1.2s;
  animation-name: addspan1;
}
.bannerElement-intro .bannerElement-add span:nth-child(2) {
  left: -66.66666667%;
  opacity: 0.6954;
  animation-duration: 1.1s;
  animation-name: addspan2;
}
.bannerElement-intro .bannerElement-add span:last-child {
  opacity: 1;
  left: -33.33333333%;
  animation-duration: 1s;
  animation-name: addspan3;
}
@media (max-width: 767px) {
  .bannerElement-intro .bannerElement-imgWrapper img {
    min-width: 767px;
  }
  .bannerElement-style1 .bannerElement-textwrapper {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .bannerElement-headline {
    font-size: 30px;
  }
  .bannerElement-desc > p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  .bannerElement-headline {
    font-size: 20px;
  }
  .bannerElement-desc > p {
    display: none;
  }
}
.bannerElement p a {
  color: #0a92d1;
}
.bannerElement-button {
  margin-top: 30px;
}
.form-group {
  margin-bottom: 15px;
}
.btn-ghost-black button {
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  min-width: 250px;
}
.form-group input {
  width: 100%;
  padding: 10px 15px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  height: 50px;
  background: 0 0;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.form-control {
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  display: block;
}
.form-group input:focus {
  border: 2px solid #000000;
}
.form-control:focus {
  border-color: #131313;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
@media (max-width: 767px) {
  .btn-ghost a {
    max-width: 200px;
  }
}
.btn-ghost a,
.btn-ghost-black a {
  display: inline-block;
  margin-bottom: 0;
  touch-action: manipulation;
  line-height: 1.42857143;
  -webkit-user-select: none;
  font-size: 16px;
  padding: 8px 20px 6px;
  min-width: 250px;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #000;
  border-radius: 0;
  user-select: none;
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
.btn-ghost-black a.active.focus,
.btn-ghost-black a.active:focus,
.btn-ghost-black a.focus,
.btn-ghost-black a:active.focus,
.btn-ghost-black a:active:focus,
.btn-ghost-black a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn-ghost-black a.focus,
.btn-ghost-black a:focus,
.btn-ghost-black a:hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  text-decoration: none;
}
.footer::before {
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}
.footer {
  background: #000;
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  position: relative;
}
.footer-bottom {
  padding-bottom: 70px;
  padding-top: 30px;
}
.footer-bottom-notice {
  display: inline-block;
  line-height: 32px;
  color: #ddd;
}
.footer-bottom-notice ol {
  padding: 0px;
  margin: 0px;
}
.footer-bottom-notice li {
  display: inline;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-bottom-notice li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-bottom-notice li:last-child {
  border-right: none;
}
.alert {
  font-size: 18px;
  padding: 8px;
  margin: 13px 0;
  background: #4188d9;
}
.alert-danger {
  background: #e32f2f !important;
  color: #fff;
}

