.pulsate {
  animation: pulsate 1.5s infinite;
}
.pulsate-linear {
  animation: pulsate-linear 1s infinite alternate;
}
.pulsate-slow {
  animation: pulsate 5s infinite;
}
.pulsate-twice-slow {
  animation: pulsate-twice 5s infinite;
}
.rotating {
  animation: rotating 5s linear infinite;
}
.rotating.fast {
  animation-duration: 2.5s;
}
.bounce-vertically {
  animation: bounce-vertically 0.2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.bounce-vertically.bounce-1x {
  animation-iteration-count: 2;
}
.bounce-vertically.bounce-2x {
  animation-iteration-count: 4;
}
.bounce-vertically.bounce-3x {
  animation-iteration-count: 6;
}
.grow-in-height {
  animation: grow-in-height 3s;
}
.login-background:before {
  animation: login-background-position 110s ease-in-out infinite, login-background-size 13s alternate ease-in-out infinite, login-background-rotate 133s alternate ease-in-out infinite;
}
@keyframes bounce-vertically {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -15px);
  }
}
@keyframes pulsate-linear {
  0% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.25;
  }
  20% {
    opacity: 1;
  }
}
@keyframes pulsate-twice {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.25;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0.25;
  }
  20% {
    opacity: 1;
  }
}
@keyframes login-background-position {
  0% {
    background-position: top left;
  }
  25% {
    background-position: bottom right;
  }
  50% {
    background-position: top right;
  }
  75% {
    background-position: bottom left;
  }
  100% {
    background-position: top left;
  }
}
@keyframes login-background-size {
  0% {
    background-size: 2048px 2732px;
  }
  50% {
    background-size: 1024px 1366px;
  }
  100% {
    background-size: 2048px 2732px;
  }
}
@keyframes login-background-rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(120deg);
  }
  50% {
    transform: rotate(50deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(175deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.digital-status-1 {
  background: #81e800;
  border-color: #65b500;
  background: linear-gradient(to bottom, #81e800 0%, #88f600 50%, #74d100 51%, #83ec00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81e800', endColorstr='#83ec00', GradientType=0);
}
.digital-status-2 {
  background: #51bee0;
  border-color: #26add8;
  background: linear-gradient(to bottom, #51bee0 0%, #56c9ed 50%, #49abca 51%, #54c4e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51bee0', endColorstr='#54c4e8', GradientType=0);
}
.digital-status-3 {
  background: #6c0091;
  border-color: #46005e;
  background: linear-gradient(to bottom, #6c0091 0%, #720099 50%, #4c0067 51%, #6c0091 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c0091', endColorstr='#6c0091', GradientType=0);
}
.digital-status-4 {
  background: #e40071;
  border-color: #b10058;
  background: linear-gradient(to bottom, #e40071 0%, #f20078 50%, #c30060 51%, #f10077 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40071', endColorstr='#f10077', GradientType=0);
}
.statusboard-red {
  background: #f85032;
  border-color: #be2206;
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
}
.statusboard-yellow {
  background: #fceabb;
  border-color: #e1a50a;
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}
.statusboard-green {
  background: #bfd255;
  border-color: #889928;
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
}
.statusboard-blue {
  background: #6db3f2;
  border-color: #1067b6;
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
}
.color-theme-1 {
  color: #3C88A6;
}
.color-theme-2 {
  color: #D96704;
}
.color-theme-3 {
  color: #F2F2F2;
}
.color-theme-4 {
  color: #12D90B;
}
.color-theme-5 {
  color: #252525;
}
.color-theme-6 {
  color: #555754;
}
.color-theme-7 {
  color: #D90E0B;
}
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../webfonts/NotoSans-Regular.ttf');
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #252525;
}
strong {
  font-weight: bold;
}
#wex-login-container {
  width: 100vW;
  height: 100vH;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  flex-direction: column;
}
#wex-login-container .wex-login-visible {
  opacity: 1 !important;
}
#wex-login-container .wex-login-unclickable {
  pointer-events: none !important;
}
#wex-login-container .wex-login-blurry {
  filter: blur(2px);
}
#wex-login-container #wex-login-center-container {
  background: #555754;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  margin: 8rem 2rem 2rem 2rem;
  border-top: 0.5rem solid #3C88A6;
  border-bottom: 0.5rem solid transparent;
  position: relative;
  padding: 4rem;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.2);
}
#wex-login-container #wex-login-center-container #wex-login-center-left {
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  gap: 1rem;
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-errormessage {
  position: absolute;
  top: -5.7rem;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  padding: 1rem 2rem;
  text-align: center;
  background: #3C88A6;
  left: 0;
  border-radius: 10rem;
  height: 3rem;
  opacity: 0;
  pointer-events: none;
  font-size: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-errormessage.wex-login-visible {
  pointer-events: all;
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-logo-link {
  display: flex;
  width: 100%;
  max-width: 400px;
  pointer-events: none;
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-logo-link #wex-login-gps-explorer-logo {
  width: 100%;
  margin-top: -6px;
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-products-link {
  display: flex;
  width: 100%;
  max-width: 400px;
  transition: 0.2s ease all;
  justify-content: center;
  align-items: center;
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-products-link:hover {
  transform: scale(1.1);
}
#wex-login-container #wex-login-center-container #wex-login-center-left #wex-login-products-link #wex-login-products {
  width: 80%;
}
#wex-login-container #wex-login-center-container #wex-login-center-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  gap: 5rem;
  min-width: 20rem;
  position: relative;
  box-sizing: border-box;
}
#wex-login-container #wex-login-center-container #wex-login-center-right h1 {
  font-size: 180%;
  font-weight: bold;
  align-self: flex-start;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  gap: 1.5rem;
  margin-top: -2rem;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container #wex-login-loading {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  font-size: 350%;
  color: #ffffff;
  background: #3C88A6;
  border-radius: 100%;
  padding: 1.3rem;
  border: 0.3rem solid #555754;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container h1 {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
  box-sizing: border-box;
  color: white;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield i {
  text-align: center;
  font-size: 14px;
  margin: 0 5px 0 10px;
  color: #3C88A6;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield input {
  height: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  width: 80%;
  border: none;
  font-size: 14px;
  background: none;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05rem;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield input::selection {
  color: white;
  background: rgba(60, 136, 166, 0.5);
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield .wex-login-email-info {
  position: absolute;
  right: -30px;
  color: #D96704;
  cursor: help;
  --fa-primary-color: white;
  --fa-secondary-color: #D96704;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield#wex-login-password-container i.caps-lock-off {
  display: block;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield#wex-login-password-container i.caps-lock-on {
  display: none;
  color: #f07d00;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield#wex-login-password-container.caps-lock-on i.caps-lock-off {
  display: none;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-input-container .wex-login-textfield#wex-login-password-container.caps-lock-on i.caps-lock-on {
  display: block;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-button {
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 90%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2rem;
  background: #D96704;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-button:hover {
  background: #c05b04;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-stay-loggedin-container {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  width: calc(100% - 1rem);
  font-size: 70%;
  position: absolute;
  bottom: -1.6rem;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.6;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-stay-loggedin-container label {
  cursor: pointer;
  color: white;
}
#wex-login-container #wex-login-center-container #wex-login-center-right #wex-login-stay-loggedin-container input {
  margin: 0;
}
#wex-login-container #wex-login-center-container #wex-login-version-number {
  z-index: 99;
  bottom: 0;
  left: 1rem;
  color: white;
  font-size: 9px;
  position: absolute;
}
#wex-login-container #wex-login-center-container #wex-login-help-button {
  z-index: 99;
  background: none;
  bottom: 0;
  right: 1rem;
  color: white;
  font-size: 19px;
  position: absolute;
}
#wex-login-container #wex-login-center-container #wex-login-help-button.align-top {
  bottom: initial;
  top: 20px;
}
#wex-login-container #wex-login-center-container #wex-login-help-button:hover {
  color: #d9d9d9;
  transform: scale(1.1);
}
#wex-login-container #wex-login-center-container #wex-login-help-container {
  position: absolute;
  display: none;
  padding: 30px;
  overflow: auto;
  font-size: 12px;
  box-sizing: border-box;
  z-index: 100;
  background: #3C88A6;
  color: white;
  bottom: 0;
  right: 0;
  height: 100%;
}
#wex-login-container #wex-login-center-container #wex-login-help-container h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#wex-login-container #wex-login-center-container #wex-login-help-container p {
  line-height: normal;
  margin-bottom: 1rem;
}
#wex-login-container #wex-login-center-container #wex-login-help-container p.bold {
  font-weight: bold;
}
#wex-login-container #wex-login-center-container #wex-login-help-container .wex-login-help-close {
  color: white;
  font-size: 200%;
  position: absolute;
  right: 1rem;
  top: 0;
  padding: 1rem;
}
#wex-login-container #wex-login-center-container #wex-login-help-container .wex-login-help-close:hover {
  color: #d9d9d9;
  transform: scale(1.1);
}
#wex-login-container #wex-login-center-container #wex-login-help-container .wex-login-recommended-img {
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../include/images/browser_icons_colored.png);
  width: 35px;
  height: 35px;
  background-position: 0 0;
}
#wex-login-container #wex-login-center-container #wex-login-help-container #wex-login-help-browser {
  margin: 0 0 30px 0;
}
#wex-login-container #wex-login-bottom-container {
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  width: 100vW;
  background: rgba(0, 0, 0, 0.3);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left {
  font-size: 70%;
  color: #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left a {
  color: #aaa;
  font-weight: bold;
  text-decoration: none;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left a:hover {
  color: white;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language {
  width: 20px;
  height: 16px;
  background-size: contain;
  border: 1px solid black;
  filter: opacity(0.5);
  transform: scale(0.8);
  cursor: pointer;
  transition: 0.1s ease all;
  box-sizing: border-box;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.selected,
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language:hover {
  transform: scale(1);
  filter: none;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.de_de {
  background-image: url(../include/images/flags/4x3/de.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.en_us {
  background-image: url(../include/images/flags/4x3/gb.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.nl_nl {
  background-image: url(../include/images/flags/4x3/nl.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.fr_fr {
  background-image: url(../include/images/flags/4x3/fr.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.tr_tr {
  background-image: url(../include/images/flags/4x3/tr.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.ru_ru {
  background-image: url(../include/images/flags/4x3/ru.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.it_it {
  background-image: url(../include/images/flags/4x3/it.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.gr_gr {
  background-image: url(../include/images/flags/4x3/gr.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.pl_pl {
  background-image: url(../include/images/flags/4x3/pl.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-languages-list .wex-login-language.dk_dk {
  background-image: url(../include/images/flags/4x3/dk.svg);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li {
  display: inline-block;
  margin: 0 5px;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li .browser {
  background-image: url('../include/images/browser_icons_colored.png');
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: 0.1s ease-in;
  opacity: 0.75;
  transform: scale(0.7);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li .browser:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li .browser.chrome {
  background-position: 0 0;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li .browser.firefox {
  background-position: -70px 0;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li .browser.safari {
  background-position: -105px 0;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-left #wex-login-browser-list li .browser.edge {
  background-position: -35px 0;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-right #wex-login-mobile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 350px;
  gap: 1rem;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-right #wex-login-mobile-container > a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-right #wex-login-mobile-container > a #wex-login-xmas {
  position: absolute;
  left: -19px;
  top: -9px;
  background-image: url(../include/images/xmas.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  z-index: 1;
  background-size: contain;
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-right #wex-login-mobile-container > a .mobile-link-image {
  width: 100%;
  height: auto;
  filter: brightness(0.7);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-right #wex-login-mobile-container > a .mobile-link-image.apple {
  width: calc(100% - 14px);
}
#wex-login-container #wex-login-bottom-container #wex-login-bottom-right #wex-login-mobile-container > a .mobile-link-image:hover {
  filter: brightness(1);
}
#wex-login-container #no-cookies-alert {
  display: none;
}
#wex-login-container #no-cookies-alert h1 {
  font-size: 180%;
  display: block;
  line-height: 180%;
}
#wex-login-container #no-cookies-alert.visible {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vH;
  position: absolute;
  width: 100vW;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 999999;
  flex-direction: column;
}
#wex-login-container #changelog-overview {
  height: 100vH;
  top: 0;
}
#wex-login-container #changelog-overview .head-container {
  top: 10px;
}
#wex-login-container #changelog-overview .head-container .close-btn {
  text-decoration: none;
  font-size: 14px;
  top: 0;
}
#wex-login-container #changelog-overview .head-container .close-btn:hover {
  text-decoration: underline;
}
@media all and (max-width: 1000px) {
  #wex-login-container #wex-login-center-container {
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 3rem;
    margin-top: 3rem;
  }
  #wex-login-container #wex-login-center-container #wex-login-center-right h1 {
    font-size: 150%;
  }
  #wex-login-container #wex-login-center-container #wex-login-errormessage {
    top: -3.7rem;
  }
  #wex-login-container #wex-login-center-container #wex-login-help-container p {
    margin-bottom: 0.8rem;
  }
  #wex-login-container #wex-login-bottom-container {
    flex-direction: column;
    gap: 1rem;
  }
}
