@font-face {
  font-family: 'Expressway';
  src: url('../fonts/ExpresswayRg-Regular.eot');
  src: url('../fonts/ExpresswayRg-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ExpresswayRg-Regular.woff2') format('woff2'),
  url('../fonts/ExpresswayRg-Regular.woff') format('woff'),
  url('../fonts/ExpresswayRg-Regular.svg#ExpresswayRg-Regular') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Expressway';
  src: url('../fonts/ExpresswaySb-Regular.eot');
  src: url('../fonts/ExpresswaySb-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ExpresswaySb-Regular.woff2') format('woff2'),
  url('../fonts/ExpresswaySb-Regular.woff') format('woff'),
  url('../fonts/ExpresswaySb-Regular.svg#ExpresswayRg-Regular') format('svg');
  font-weight: 800;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Expressway';
  src: url('../fonts/ExpresswayLt-Regular.eot');
  src: url('../fonts/ExpresswayLt-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ExpresswayLt-Regular.woff2') format('woff2'),
  url('../fonts/ExpresswayLt-Regular.woff') format('woff'),
  url('../fonts/ExpresswayLt-Regular.svg#ExpresswayLt-Regular') format('svg');
  font-weight: 300;
  font-style: light;
  font-display: swap;
}

.logo {
  width: 200px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  color:#FF0000;
}
a:hover {
  color: #bb0000;
}
h1.title{
  text-transform: uppercase;font-weight: bold;margin: 0;text-align: center;color: red;
}
.fa-ul li {
  margin-bottom: 10px;
}
.fa-li {
  color:#FF0000;
}
.btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 0.25em;
}

.btn-lg{
  font-size: 18px;
  line-height: 18px;
  padding: 15px 20px;
}

.btn.btn-primary {
  background-color: #FF0000;
  color: #fff;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}

.btn.btn-primary:hover {
  background-color: #E63223;
}

.btn.btn-primary:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.btn-block {
  display: block;
  width: 100%;
}

.d-none{
  display: none!important;
}
.d-inline{
  display: inline!important;
}
.d-block{
  display: block!important;
}

.user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(127, 37, 37, 0.9); */
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}

.user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}

.user-modal.is-visible .user-modal-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.user-modal-container.l{
  max-width: 800px;
}
.user-modal-container.xl{
  max-width: 1000px;
}
.user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 20px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.user-modal-container .switcher:after {
  content: "";
  display: table;
  clear: both;
}

.user-modal-container .switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}

.user-modal-container .switcher li:first-child a {
  border-radius: .25em 0 0 0;
}

.user-modal-container .switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}

.user-modal-container .switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
  text-decoration: none;
}

.user-modal-container .switcher a.selected {
  background: #FFF;
  color: #505260;
}

#spinner{
  position: absolute;
  right: 15px;
}

@media only screen and (min-width: 600px) {
  .user-modal-container {
    margin: 4em auto;
  }

  .user-modal-container .switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.form {
  padding: 1.4em;
}

.form .fieldset {
  position: relative;
  margin: 1.4em 0;
}

.form .fieldset:first-child {
  margin-top: 0;
}

.form .fieldset:last-child {
  margin-bottom: 0;
}

.form label {
  font-size: 14px;
  font-size: 0.875rem;
}

.form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.form label.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M64 96c-17.7 0-32 14.3-32 32v39.9L227.6 311.3c16.9 12.4 39.9 12.4 56.8 0L480 167.9V128c0-17.7-14.3-32-32-32H64zM32 207.6V384c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V207.6L303.3 337.1c-28.2 20.6-66.5 20.6-94.6 0L32 207.6zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z'/%3E%3C/svg%3E");
}

.form label.password {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M128 128v64H320V128c0-53-43-96-96-96s-96 43-96 96zM96 192V128C96 57.3 153.3 0 224 0s128 57.3 128 128v64h16c44.2 0 80 35.8 80 80V432c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V272c0-44.2 35.8-80 80-80H96zM32 272V432c0 26.5 21.5 48 48 48H368c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H80c-26.5 0-48 21.5-48 48z'/%3E%3C/svg%3E");
}

.form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}

.form input.full-width {
  width: 100%;
}

.form input.has-padding {
  padding: 12px 20px 12px 50px;
}

.form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form input.has-border:focus {
  border-color: #1B202B;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}

.form input.has-error {
  border: 1px solid #FF0000;
}

.form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}

.form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #FF0000;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
}

.form input[type=submit]:hover {
  background: #E63223;
}

.no-touch .form input[type=submit]:hover,
.no-touch .form input[type=submit]:focus {
  background: #E63223;
  outline: none;
}

.form .hide-password {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #1B202B;
}

.form .error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}

.form .error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.form .error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}

@media only screen and (min-width: 600px) {
  .form {
    padding: 2em;
  }

  .form .fieldset {
    margin: 2em 0;
  }

  .form .fieldset:first-child {
    margin-top: 0;
  }

  .form .fieldset:last-child {
    margin-bottom: 0;
  }

  .form input.has-padding {
    padding: 16px 20px 16px 50px;
  }

  .form input[type=submit] {
    padding: 16px 0;
  }
}

.form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .form-message {
    padding: 2em 2em 0;
  }
}

.form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-bottom-message a {
  color: #E63223;
  text-decoration: none;
  border-bottom: 1px solid #E63223;
  padding: 0 0 0 2px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.form-bottom-message a:hover {
  -webkit-animation: borderslide-3px .5s;
  animation: borderslide-3px .5s;
  border-bottom: 1px solid #E63223;
  padding-bottom: 3px;
}

@-webkit-keyframes borderslide-3px {
  0% {
    padding-bottom: 1px;
  }

  50% {
    padding-bottom: 3px;
  }
}

@keyframes borderslide-3px {
  0% {
    padding-bottom: 1px;
  }

  50% {
    padding-bottom: 3px;
  }
}

@-webkit-keyframes borderslide-2px {
  0% {
    padding-bottom: 1px;
  }

  50% {
    padding-bottom: 2px;
  }
}

@keyframes borderslide-2px {
  0% {
    padding-bottom: 1px;
  }

  50% {
    padding-bottom: 2px;
  }
}

.close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1170px) {
  .close-form {
    display: none;
  }
}

.accept-terms {
  color: #E63223;
  text-decoration: none;
  padding: 0 1px 1px 2px;
  border-bottom: 1px solid rgba(246, 71, 71, .0);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.accept-terms:hover {
  -webkit-animation: borderslide-2px .5s;
  animation: borderslide-2px .5s;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(246, 71, 71, 1);
}

#login,
#signup,
#reset-password {
  display: none;
}

#login.is-selected,
#signup.is-selected,
#reset-password.is-selected {
  display: block;
}

.bg {
  animation: slide 8s ease-in-out infinite alternate;
  background-image: linear-gradient(60deg, rgb(255 255 255) 56%, #eaeaea 50%);
  bottom: 0;
  left: -30%;
  opacity: .5;
  position: fixed;
  right: -40%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 9s;
}

.bg3 {
  animation-duration: 10s;
}

@keyframes slide {
  0% {
    transform: translateX(-3%);
  }

  100% {
    transform: translateX(2%);
  }
}
.alert{
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  font-size: 12px;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert.alert-danger .alert-link {
  color: #491217;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert.alert-success .alert-link {
  color: #0b2e13;
}
.alert.alert-info {
  color: #004095;
  background-color: #CCE5FF;
  border-color: #CCE5FF;
}

.alert.alert-info hr {
  border-top-color: #CCE5FF;
}

.alert.alert-info .alert-link {
  color: #004095;
}
/* CARD */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:#FFF;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    font-family: Expressway,sans-serif;
    margin: 50px auto!important;

}

.card.hero .card-content  {
  padding: 0;
}
.card-content {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header {
  border-radius: 20px 20px 0 0;
  padding: 24px 32px;
    margin-bottom: 0;
    background-color: #FFF;
  position: relative;
}
.card.hero .card-header h1{
 z-index: 2;
  position: relative;
  color:  #000;
  font-family: Expressway,sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  margin:0px;
}
.card.hero .card-header .overlay-europe{
  background: url("../images/img-hero-red.png");
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
  border-radius: 20px 20px 0 0;

}
.card.hero .card-header .overlay{
  border-radius: 20px 20px 0 0;
  background:  linear-gradient(180deg, #F5F5F6 0%,#D8DADD 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.card-body {
    padding: 24px 32px 32px 32px;
}
.card-center{
  margin: 0 auto;
}
.card.size-l {
  max-width: 800px;
}


.card.hero .header-p{
  color: var(--grey-blue-neutral-900, #051525);
  font-family: Expressway,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.card.hero ul.check-list{
  list-style: none;
  padding: 0;
  margin: 0;
}


.card.hero ul.check-list {
   color: var(--grey-blue-neutral-900, #051525);
   font-family: Expressway,sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
}

ul.check-list li{
  display: flex;
  align-items: center;
    margin: 10px 0;
}
ul.check-list li:before{
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23008000'/%3E%3Cpath d='M5.625 10.2089L8.31847 12.875L13.875 7.375' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content:"";
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.card-grey {
  border: 1px solid var(--grey-blue-neutral-200, #D8DADD);
  background: var(--grey-blue-neutral-100, #F5F5F6);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin: 20px 0 ;
}

.card p.normal{
  color: var(--grey-blue-neutral-900, #051525);
  font-family: Expressway,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.card p.normal-2{
  color: var(--grey-blue-neutral-900, #051525);
  font-family: Expressway,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.card p.normal a {
  color: var(--blue-blue-5, #177DDC);
  font-family: Expressway,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
}
