.welcome-modal {
  max-width: 20.4375rem;
  margin: 0 auto; }

.welcome-modal__image-wrap {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.welcome-modal__ir {
  padding-bottom: 66.05505%; }

.welcome-modal__body {
  padding: 0 1.25rem .3125rem;
  color: #62554a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.welcome-modal__header {
  padding-top: 2.25rem;
  margin-bottom: 0.5625rem; }

.welcome-modal__hdg {
  font-family: "Circe";
  font-size: 1.125rem; }

.welcome-modal__main {
  padding-bottom: 4.375rem; }

.welcome-modal__copy {
  font-family: CentraNo1-Book,system-ui,"Segoe UI",Roboto,Arial,sans-serif;
  font-size: .875rem;
  line-height: 1.71;
  letter-spacing: .01875rem;
  margin-bottom: 1.25rem; }

.welcome-modal__form-item {
  max-width: 17.4375rem;
  margin: 0 auto 0.1875rem; }

.welcome-modal__checkbox {
  padding-right: 0.4375rem; }

.welcome-modal__checkbox label::before {
  left: 2rem; }

.welcome-modal__checkbox-label {
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: 0.05rem; }

.welcome-modal__input {
  -webkit-appearance: none; }

.welcome-modal__input.has-error {
  background-color: rgba(244, 221, 221, 0.73); }

.welcome-modal__input.has-error + label {
  color: #ab0202; }

.welcome-modal__input-placeholder {
  text-transform: lowercase; }

.welcome-modal__messages p {
  font-size: 0.875rem; }

.welcome-modal__footer {
  padding: 0 1.5625rem;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  bottom: 0.625rem; }

.welcome-modal__footer a,
.welcome-modal__footer p {
  font-family: CentraNo1-Book,system-ui,"Segoe UI",Roboto,Arial,sans-serif;
  text-align: center;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: .05rem;
  margin: 0; }

.welcome-modal__footer a {
  text-decoration: underline; }

.globale_popup_wrapper {
    z-index: 100001100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#globale_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000000000;
    font-family: Arial;
    text-align: left;
}
.glDefaultPopupContainer {
    height: max-content;
    width: 350px;
    background: #fff;
}

.glLogo {
    height: 233px;
    display: inline-block;
    width: 100%;
    background: url(popupmain.jpeg) no-repeat top center;
    background-size: cover;
}
.content-container {
    padding: 23px 40px 20px;
}
.HeaderOfInfo.Welcome {
    display: block;
    text-align: center;    
    font-size: 16px;
    font-weight:700;
}
.Welcome ul{margin-top:10px;}
.Welcome ul li{padding:5px 0;}
.glControls {
    text-align: center;
}

@media only screen and (min-width: 768px) {
  .welcome-modal {
    max-width: 37.25rem; }

  .welcome-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .welcome-modal__ir {
    padding-bottom: 142.61745%; }

  .welcome-modal__body {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  .welcome-modal__header {
    padding-top: 5.3125rem;
    margin-bottom: 0.625rem; }

  .welcome-modal__copy {
    margin-bottom: 1.5rem; }

  .welcome-modal__form-item {
    max-width: 15.625rem;
    margin-bottom: 0.625rem; }

  .welcome-modal__footer {
    padding: 0 1.875rem; } }
@media only screen and (min-width: 1025px) {
  .welcome-modal {
    max-width: 53.875rem; }

  .welcome-modal__ir {
    padding-bottom: 114.84919%; }

  .welcome-modal__body {
    padding: 0 2.1875rem; }

  .welcome-modal__hdg {
    font-size: 1.5rem; }

  .welcome-modal__copy {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05rem; }

  .welcome-modal__form-item {
    max-width: 22.4375rem; } }
