* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
}
body {
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  scroll-behavior: smooth;
  position: relative;
}
.wrap-wrap {
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  padding-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .wrap-wrap {
    padding-top: unset;
    background-color: #FFF;
  }
}
.uppercase {
  text-transform: none;
}
.tp-dblock-mobile {
  display: block !important;
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  text-transform: none;
  text-align: center;
  padding: 10px 20px;
  font-style: var(--font-family-bold);
  font-weight: 700;
  border-radius: 7.5px;
}
.btn:hover {
  cursor: pointer;
  outline: transparent;
  box-shadow: transparent;
}
.btn-group {
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}
.btn-primary.btn-outline {
  border-color: #a98537;
  color: #a98537;
}
.btn-group > .btn:first-child,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover {
  background-color: #a98537;
  border-color: #a98537;
  outline: 0;
}
.btn-icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.btn-icon > :not(:last-child) {
  margin-right: 10px;
}
.btn-icon > :last-child {
  margin-top: 5px;
}
.btn-outline {
  border: 2px solid;
  background-color: transparent;
}
.btn-viewmore span ~ span {
  display: none;
}
.btn-viewmore.active span {
  display: none;
}
.btn-viewmore.active span ~ span {
  display: block;
}
.btn-viewmore.active i,
.btn-viewmore.active svg {
  transform: rotate(180deg);
}
.modal {
  display: none;
}
.modal.active {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.modal-row {
  width: 100%;
  max-width: 90%;
  margin: auto;
}
.modal-content {
  position: relative;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}
.modal-content_header {
  background-color: #f5ba02;
  min-height: 75px;
}
.modal-content_header--icon {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  background-color: #f5ba02;
}
.modal-content_header--icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 15px;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #f5ba02;
  z-index: -1;
  border-radius: 50%;
}
.modal-content_header--icon i,
.modal-content_header--icon svg {
  font-size: 2rem;
}
.modal-content_header--close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal-content_header--close button {
  border: none;
  background-color: transparent;
  padding: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content_header--close button i,
.modal-content_header--close button svg {
  color: rgba(0, 0, 0, 0.15);
}
.modal-content_header--close button:focus {
  outline: transparent;
}
.modal-content_body {
  padding: 2rem 3.5rem;
  min-height: 100px;
}
#closeModal .fas.fa-times {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 375px) {
  .modal-content_body {
    padding: 2rem 1.5rem;
  }
}
.modal-content_body p {
  font-size: 27.533px;
  line-height: 1.2;
}
@media only screen and (max-width: 375px) {
  .modal-content_body p {
    font-size: 24.533px;
  }
}
.tp-container {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .tp-container {
    width: 100%;
    max-width: 100%;
  }
}
.tp-row {
  width: 100%;
  background-color: #fff;
}
.tp-content {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .tp-content {
    width: 100%;
  }
}
.tp-content_route{
  margin-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .tp-content_route{
    margin-bottom: 56px;
  } 
}
.tp-content_title {
  text-align: center;
  border-bottom: 4px solid var(--modern-gold-400-main);
  width: 100%;
  padding: 48px 0;
}
@media only screen and (max-width: 1024px) {
  .tp-content_title {
    padding: 32px 0;
  } 
}


.tp-content_title h1,
.tp-content_title h1 span,
.tp-content_subtitle p span {
  font-family: var(--font-family-bold);
  font-size: var(--headline-1-m-font-size);
  line-height: var(--headline-1-m-line-height);
  letter-spacing: 0px;
  text-transform: none;
  color: #292829;
}


@media only screen and (max-width: 1024px) {
  .tp-content_title h1,
  .tp-content_title h1 span{
    font-size: 26px;
    line-height: 36px;
  }
}
.tp-content_title h1 span,
.tp-content_subtitle p span {
  color: var(--modern-gold-400-main);
}
.tp-content_subtitle {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .tp-content_subtitle {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 44px;
  }
}
.tp-content_subtitle p,
.tp-content_subtitle p span {
    font-family: var(--font-family-narrow-medium);
    font-size: var(--headline-4-font-size);
    line-height: var(--headline-4-line-height);
    letter-spacing: 1px;
    text-transform: none;
    color: var(--gray-scale-800-main);
    text-align: left;
}

.tp-content_subtitle p span{
color: var(--modern-gold-400-main);
}
@media only screen and (max-width: 1024px) {
  .tp-content_subtitle p,
  .tp-content_subtitle p span {
    font-size: 20px;
    line-height: 30px;
  } 
}

/* Campaign Switch */

.campaign-switch{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: fit-content;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .campaign-switch{
    width: 100%;
  }
}

.campaign-switch .first-campaign,
.campaign-switch .second-campaign{
  width: 155px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  cursor: pointer;
  position: relative;
}

.campaign-switch .first-campaign.active::after{
    content: "";
    position: absolute;
    width: 102%;
    height: 5px;
    background-color: var(--modern-gold-400-main);
    bottom: -1px;
    left: -1px;
}

.campaign-switch .second-campaign.active::after{
    content: "";
    position: absolute;
    width: 101%;
    height: 5px;
    background-color: var(--euro);
    bottom: -1px;
    left: -1px;
}



@media only screen and (max-width: 768px) {
  .campaign-switch .first-campaign,
  .campaign-switch .second-campaign{
    width: 100%;
  } 
}

.campaign-switch .first-campaign:hover{
  background-color: #BDBCBD;
}

.campaign-switch .first-campaign.active{
  background-color: #292829;
}

.campaign-switch .first-campaign.active .info{
  color: var(--white);
}


.campaign-switch .second-campaign:hover{
  background-color: #E6F2F4;
}

.campaign-switch .second-campaign.active{
  background-color: var(--onstar-parraf);
}

.campaign-switch .first-campaign .info{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #525252;
  margin: unset;
  max-width: fit-content;
}

.campaign-switch .second-campaign img{
  width: 80px;
  height: auto;
}

.campaign-switch .second-campaign.active .hover,
.campaign-switch .second-campaign .display{
  display: block;
}

.campaign-switch .second-campaign.active .display,
.campaign-switch .second-campaign .hover{
  display: none;
}

/* */

.tp-content_formSlides {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(300px, 0.4fr);
  gap: 44px;
}
@media only screen and (max-width: 1024px) {
  .tp-content_formSlides {
    grid-template-columns: minmax(300px, 1fr);
    gap: 80px;
  }
}
.tp-content_col--slides {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .tp-content_col--slides .tp-content_steps ol > li {
    text-align: left;
  }
}
.tp-content_col--form.formulary {
  width: 25%;
  margin: auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 1112px) {
  .tp-content_col--form.formulary {
    width: 35%;
  }
}
@media only screen and (max-width: 780px) {
  .tp-content_col--form.formulary {
    width: 50%;
  }
}
@media only screen and (max-width: 546px) {
  .tp-content_col--form.formulary {
    width: 80%;
  }
}
.tp-content_swiper {
  border: 1px solid #CD9834;
  border-radius: 12px;
  box-shadow: 1.6px 2.5px 8.4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
.tp-content_swiper  img{
  aspect-ratio: 16/9;
}
.tp-content_swiper.active{
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tp-content_swiper {
    padding: 18px 2px;
    margin-bottom: 80px;
  }
}
.tp-content_swiper.eurovi {
  border-color: #028191;
}
.swiper-euroiv,
.swiper-eurovi{
  position: relative;
  padding: 14px;
  overflow: hidden;
}
.tp-content_swiper--title{
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .tp-content_swiper--title{
    margin-bottom: 32px;
  } 
}
.tp-content_swiper--title h4{
  max-width: 270px;
}
.tp-content_swiper--title h4,
.tp-content_swiper--title h4 span {
 font-family: var(--font-family-narrow-medium);
  font-size: var(--headline-4-font-size);
  line-height: var(--headline-4-line-height);
  letter-spacing: 1px;
  text-transform: none;
  color: var(--gray-scale-800-main);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .tp-content_swiper--title h4,
  .tp-content_swiper--title h4 span {
    font-size: 20px;
    line-height: 30px;
  }
}
.tp-content_swiper--title h4 span {
  color: var(--modern-gold-400-main);
}
.tp-content_swiper.eurovi .tp-content_swiper--title h4 span {
  color: #028191;
}
.swiper-buttons-wrapper{
  position: relative;
  display: flex;
  z-index: 5;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .swiper-buttons-wrapper{
    gap: 16px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  color: #FFF;
  position: relative;
  inset: unset;
  border: 1px solid #292829;
  width: 48px;
  height: 48px;
  border: 1px solid #292829;
  border-radius: 50%;
  background-color: #292829;
  margin: unset;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #BDBCBD;
  border-color: #BDBCBD;
  color: #292829;
}

.swiper-button-next:after,
.swiper-button-prev:after{
  font-size: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #BDBCBD;
}

.swiper-slide{
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
  background-color: #FFF;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  height: initial;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.swiper-slide:hover{
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
}

.swiper-slide .anchor{
  position: absolute;
  color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.swiper-slide:hover .more{
  color:var(--modern-gold-500);
}
.swiper-slide:hover .more::after{
  border-color:var(--modern-gold-500) !important;
}

.swiper-slide img:not(.eurovi-flag){
  margin-bottom: 12px;
  transition: all 300ms ease-out;
  height: auto;
  object-fit: cover;
}

.swiper-slide:hover img:not(.eurovi-flag){
  transform: scale(1.2);
}

.swiper-slide .eurovi-flag{
  position: absolute;
  top: 0;
  right: 24px;
}

.swiper-slide p{
  font-family: var(--font-family-narrow-medium);
  margin: 0;
  text-align: left;
}

.swiper-slide .title{
  font-size: var(--subtitle-2-font-size);
  line-height: var(--subtitle-2-line-height);
  letter-spacing: 2px;
  color: var(--gray-scale-800-main);
  margin-bottom: 8px;
}

.eurovi .swiper-slide .title{
  color: #028191;
}

.swiper-slide .more{
    position: relative;
    padding-right: 32px;
    display: flex;
    align-items: center;
    font-family: var(--font-family-bold);
    font-size: var(--button-font-size);
    line-height: var(--button-line-height);
    text-transform: none;
    color: var(--gray-scale-800-main);
    margin-bottom: 0;
}

.swiper-slide .more::after{
    content: "";
    border: solid var(--gray-scale-800-main);
    border-width: 0 1.4px 1.4px 0;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    right: 14px;
}



.tp-content_steps h5 {
  font-family: var(--font-family-narrow-medium);
  font-size: var(--subtitle-1-font-size);
  line-height:var(--subtitle-1-line-height);
  color: #FFF;
  background-color: var(--modern-gold-400-main);
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .tp-content_steps h5 {
    font-size: 20px;
  }
}
.tp-content_steps ol {
  margin: 0;
}
.tp-content_steps ol li{
  margin: 0 0 16px 24px;
}
.tp-content_steps ol li,
.tp-content_steps ol li span,
.tp-content_steps ol li::marker {
  font-family: var(--font-family) ;
  font-size: var(--body-regular-16px-font-size);
  line-height: var( --body-regular-16px-line-hegiht);
  color: var(--gray-scale-800-main);
}
.tp-content_steps ol li::marker {
  color: var(--modern-gold-400-main);
}
.tp-content_form--title {
  text-align: center;
  background: #383838;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 14px 24px 14px 14px;
}
.tp-content_form--body{
  position: relative;
}
.tp-content_form--title h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.tp-content_form form {
  border: 1px solid #ccc;
  margin-top: 1rem;
  padding: 10px;
  font-size: 1.5rem;
}
.tp-content_form form label > span {
  color: var(--modern-gold-400-main);
}
@media only screen and (max-width: 375px) {
  .tp-content_form form {
    padding: 5px;
  }
}
.tp-content_form--group:not(.tp-content_form--group:last-child) {
  position: relative;
  margin: 0 1rem 8px;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 375px) {
  .tp-content_form--group:not(.tp-content_form--group:last-child) {
    padding: 0 0.5rem;
  }
}
.tp-content_form--group:not(.tp-content_form--group:last-child) select,
.tp-content_form--group:not(.tp-content_form--group:last-child) > input {
  background-color: #fff;
}
.tp-content_form--group:not(.tp-content_form--group:last-child).check-group {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
.tp-content_form--group:not(.tp-content_form--group:last-child).check-group label{
  margin: 0;
 font-family: var(--font-family-bold);
  font-size: 12px;
  line-height: 22px;
  color: #5A5A5A; 
}
.tp-content_form--group:not(.tp-content_form--group:last-child).check-group > input {
  margin: 4px 1rem 0 0;
  height: fit-content;
}
.tp-content_form--group:not(.tp-content_form--group:last-child).check-group::before {
  display: none;
}
.tp-content_form--group:not(.tp-content_form--group:last-child)::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 55%;
  height: 85%;
  transform: translateY(-50%);
  margin: auto;
  border-left: 2.5px solid var(--modern-gold-400-main);
}
.tp-content_form .form-group label {
  font-size: 12px;
  line-height: 22px;
  color: #5A5A5A;
  text-transform: none;
  margin-bottom: 8px;
}
.tp-content_form .form-group input,
.tp-content_form .form-group select {
  padding: 6px 12px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  height: 32px;
  font-family: var(--font-family);
  font-size: 12px !important;
  line-height: 16px;
  color: #515151;
}
.tp-content_form .form-group .model {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

.tp-content_form .form-group .model .form-field {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #bdbcbd;  
  background-color: #fff;
  justify-content: space-between;
  margin-bottom: 8px;
}
.tp-content_form .form-group .model .form-field label{
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 16px;
  text-transform: none;
}
.tp-content_form .form-group .model .form-field input{
  width: 18.7px;
  padding: 10px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bdbcbd;
  cursor: pointer;
  margin: 0 14px 0 0;
}
.tp-content_form--group > input::placeholder{
  font-family: var(--font-family) !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #515151 !important;
}
.tp-content_form .form-group input:focus,
.tp-content_form .form-group select:focus {
  transition: ease 0.5s all;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  outline: transparent;
}
.btn-group.btn-group_center{
  display: flex;
  justify-content: center;
}
.btn-group.btn-group_center .btn-primary {
  background-color: var(--modern-gold-400-main);
  border-color: var(--modern-gold-400-main);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
  text-transform: none;
  color: #292829;
  border-radius: 0;
  padding: 10px 24px;
}
.btn-group.btn-group_center .btn-primary:hover{
  background-color: #B9892F;
  border-color: #B9892F;
  color: #292829;
}
.tp-content_iframe {
  padding: 48px 12% 80px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .tp-content_iframe {
    padding: 80px 0px 44px;
    background-color: #FFF;
  }
}
.tp-content_iframe iframe {
  height: 29.2vw;
  min-height: 150px;
}
.tp-row_info{
  background-color: #f2f2f2;
  padding: 0 12% 80px;
}
@media only screen and (max-width: 1024px) {
  .tp-row_info{
    background-color: #FFF;
    padding: 0 0 80px;
  } 
}
.tp-content_welcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 32px;
  overflow: hidden;
  transition: all 300ms ease-out;
}
@media only screen and (max-width: 1024px) {
  .tp-content_welcome {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1024px) {
  .tp-content_welcome {
    max-width: 520px;
    max-height: 180px;
  }
  .tp-content_welcome.active {
    max-height: 1200px;
  }
}
@media only screen and (max-width: 576px) {
  .tp-content_welcome {
    max-width: 340px;
    max-height: 290px;
  }
  .tp-content_welcome.active {
    max-height: 1600px;
  }
}
.tp-content_showMore{
  justify-content: center;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tp-content_showMore{
    display: flex;
  } 
}
.tp-content_showMore .button{
  margin: 0;
  font-family: Roboto-bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
  text-transform: none;
  color: #FFFFFF;
  background-color: #292829;
  padding: 10px 24px;
  cursor: pointer;
}
.tp-content_showMore .button:hover{
  background-color: #525252;
}
.tp-content_welcome .column h5,
.tp-content_welcome .column p,
.tp-content_welcome .column p span{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 0;
}
.app-section{
  background-color: #f2f2f2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .app-section{
    background-color: #FFF;
    margin-bottom: unset;
  } 
}
.app-section .new-download-app{
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .app-section .new-download-app{
    padding-bottom: unset;
  } 
}
.errorHomeForm::-webkit-input-placeholder {
  color: red;
}
.link-main {
  color: var(--modern-gold-400-main);
  font-size: var(--caption-2-font-size);
  line-height: var(--caption-2-line-height);
  text-decoration: underline;
  letter-spacing: 0.5px;
}
.sn-footer {
  margin: 0 0.5rem;
}
.length-error {
  color: #f00;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.3px;
  display: none;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
  'title title title'
  'email whats tel';
  margin-bottom: 32px;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper .title{
  margin: 0 0 14px;
  grid-area: title;
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 22px;
  color: #5A5A5A;
  text-transform: none;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper .radio-wrapper label{
 font-family: var(--font-family-bold), Georgia, serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: none;
  margin: 0;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper .radio-wrapper input{
  width: 20px;
  height: 20px;
  margin: 0 auto 8px;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper .radio-wrapper.email{
  grid-area: email;
  justify-self: start;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper .radio-wrapper.whats{
  grid-area: whats;
  justify-self: center;
}

.tp-content_form--group:not(.tp-content_form--group:last-child).medium-wrapper .radio-wrapper.tel{
  grid-area: tel;
  justify-self: end;
}

.modal-eurovi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.modal-eurovi .modal-container-euro-vi {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 90%;
}

.modal-eurovi  .modal-content-euro-vi  {
  overflow: hidden;
}

.modal-eurovi .modal-content_header-euro-vi  {
  display: flex;
  justify-content: flex-end;
}

.modal-eurovi  .modal-content_header-euro-vi--close {
  padding: 5px;
}

.modal-eurovi .modal-content_header-euro-vi--close button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #b6862d;
}

.modal-eurovi .modal-content_body-euro-vi  {
  padding: 10px 0;
}
.modal-eurovi .modal-content_body-euro-vi  h3{
  margin-bottom: 8px;
}

.modal-eurovi.active {
  display: flex;
}

/* form {
  position: relative;
  z-index: 1;
} */

.modal-eurovi.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
