.lp-hero {
  display: flex;
  align-items: start;
  grid-gap: 60px;
  padding:40px 100px;
  padding-bottom: 60px;
  background: url('../../../lp-awards/assets/img/bg-hero.svg') no-repeat 60px bottom;
  justify-content: center;
}
.lp-hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 60px;
}
.lp-hero .lp-hero-content {
  padding: 0;
  position: relative;
}
#lp-hero-arrow {
  position: absolute;
  top: 1px;
  right: -180px;
  width: 228px;
}
.lp-hero h1 {
  margin-bottom: 40px;
  font-weight: normal !important;
  line-height: 50px;
  padding-left: 170px;
  font-size: 48px;
}
.lp-hero p {
  color: #667085;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.lp-bullet {
  display: inline-block;
  border-radius: 100px;
  background-color: #ECF4FC;
  color: #3E1191;
  padding: 8px 20px 9px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 14px;
}

.lp-bullet a {
  font-weight: bold;
  color: #6515DD;
}
.lp-bullet a:hover {
  text-decoration: underline;
}
.lp-options {
  background-color: #F2F7FC;
}

.vote-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  position: relative;
  max-width: 1000px;
  width: 960px;
}
.vote-item {
  position: relative;
  box-shadow: 0 0 20px #bbb;
  background-color: #ffffff;
  border-radius: 12px;
  border:1px solid #A3C5EB;
}
.vote-item.end {
  padding: 30px;
}
.vote-item.end .end-icon {
  display: block;
  margin-bottom: 15px;
}
.vote-item.end .end-img {
  margin-bottom: 5px;
}
.vote-item.end .end-img img {
  width: 120px;
}
.vote-item.end small {
  display: block;
  font-weight: bold;
  color: #7E7C91;
  font-size: 14px;
  opacity: 0.8;
}
.vote-item.end b {
  font-size: 19px;
  display: block;
  margin-bottom: 15px;
  color: #7E7C91;
}
.vote-item.end .end-icon img {
  width: 75px;
}


.vote-item img {
  width: 100%;
}
.vote-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color:rgba(255, 255, 255, 0.9);
  margin: 20px;
  padding: 20px;
  padding-top: 15px;
}
.vote-content h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.vote-content p {
  line-height: 17px;
  margin-bottom: 15px;
  font-size: 14px;
}
.vote-content .button {
  display: block;
  background-color: #66E5BA;
  border-radius: 100px;
  color: #282447;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.vote-content .button:hover {
  background-color: #6FE6C5;
}


.lp-options-top {
  margin-bottom: 40px;
}
.lp-options-top-p {
  margin-bottom: 0;
}
.lp-options-top-p p {
  margin-bottom: 40px;
  margin-top: 20px;
}

.lp-options-top h2 {
  margin-bottom: 0;
}
.lp-options-top span {
  color: #6515DD;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
}

.lp-about-bg {
  background-color: #3E1191
  ;
  overflow: hidden;
}
.lp-about-bg img.full {
  width: 100%;
}
.lp-about-bg h2,
.lp-about-bg p {
  color: #ffffff;
}

.relative-img {
  position: relative;
}
.full-img {
  position: absolute;
  right: -638px;
  max-width: inherit;
  width: 1210px;
  bottom: -163px;
}


.button-radius {
  border-radius: 100px !important;
}

.button-cta {
  background-color: #66E5BA !important;
  border-radius: 100px !important;
  color: #282447 !important;
  margin-bottom: 0 !important;
}
.button-cta:hover {
  border-radius: 100px !important;
  background-color: #6FE6C5 !important;
  color: #282447 !important;
}



.lp-ballon {
   background-color: #F9FAFB;
   border-radius: 10px;
   padding: 40px 30px;
}
.lp-ballon .button {
  margin-bottom: 0;
}

.lp-ballon img {
  margin-bottom: 15px;
}
.lp-ballon h3 {
  margin-bottom: 10px;
}
.lp-ballon p {
  margin-bottom: 25px;
}


.faq__summary {
  padding-bottom: 0;
}
.faq__summary :last-child:not(.is-active)>.accordion-title,
.faq__summary .accordion-item:first-child>:first-child {
	border-radius: 7px;
	border: 1px solid #eee
}

.faq__summary .accordion {
	background-color: #fff
}

.faq__summary .accordion-item {
	margin-bottom: 8px
}

.faq__summary .accordion-title {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 17px 20px 20px;
	display: block;
	margin-bottom: 0;
	border-radius: 7px;
	font-size: 18px;
	color: rgba(97, 21, 221, 1)
}

.faq__summary .accordion-title:hover,
.faq__summary :last-child:not(.is-active)>.accordion-title:hover,
.faq__summary .accordion-item:first-child>:first-child:hover {
	border-color: rgba(97, 21, 221, 1);
	background-color: #fff
}

.faq__summary .accordion-item.is-active .accordion-title {
	border-color: rgba(97, 21, 221, 1);
	border-radius: 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px
}

.faq__summary :last-child>.accordion-content:last-child {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom: 1px solid rgba(97, 21, 221, 1)
}

.faq__summary .accordion-content {
  border: 1px solid;
	border-color: rgba(97, 21, 221, 1);
	margin-top: -1px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 20px;
	border-bottom: 1px solid rgba(97, 21, 221, 1);
	border-top: none
}
.faq__summary .accordion-content p:last-child {
  margin-bottom: 0;
}


.wrap-vote {
  margin: 50px 0 70px;
  position: relative;
}

input[disabled] {
  cursor:not-allowed !important;
  opacity: 0.5;
  background-color: rgba(97, 21, 221, 1) !important;
}


.each-cards {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.each-cards span {
  display: block;
}
.each-cards li {
  cursor: pointer;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px;
  border:6px solid #ffffff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
}
.each-cards li.active,
.each-cards li:hover {
  border-color: #66E5BA;
  background-color: #F3ECFC;
}
.each-cards li img {
  border-radius: 8px;
  width: 100%;
}
.each-cards li b {
  display: block;
  font-size: 16px;
  line-height: 17px;
  margin-top: 10px;
}


.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  font-weight: bold;
  background-color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}
.loading-on {
  display: flex;
}
.loading div {
  display: block;
}
.loading span {
  display: block;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.loading img {
  display: table;
  margin: 0 auto 30px;
  width:180px;
  animation-name: myanimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}




@keyframes myanimation {
  0%   {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50%  {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
  100%  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}


.page-template-page-vote {
  background: #D8E7F9;
}
.page-template-page-voted {
  background: #A3C5EB;
}

#form input[type=submit] {
  position: relative;
  z-index: 10;

}

.page-template-page-vote input[disabled] {
  cursor:not-allowed !important;
  color: #8086A0 !important;
  opacity: 10;
  background-color:#9FE6DA !important;
}


.page-template-page-voted .button-cta,
.page-template-page-vote  .button-cta {
  padding: 22px 150px 25px !important;
}

.page-template-page-voted .lead,
.page-template-page-vote .lead {
  font-size: 35px;
  color: #3E1191;
  line-height: 35px;
  margin-bottom: 15px;
}
.page-template-page-voted h1,
.page-template-page-vote h1 {
  color: #3E1191;
  margin-bottom: 45px;
  line-height: 57px;
}

.page-template-page-voted h1 {
  margin-bottom: 25px;
}
.page-template-page-voted .lead-2 {
  margin-bottom: 30px;
  line-height: 42px;
}




.bg-2 {
  object-fit: contain;
  position: absolute;
  right: 0;
  z-index: 0;
}
.page-template-page-voted .bg-2 {
  top: 50%;
    margin-top: -310px;
}
.page-template-page-voted .wrap-vote {
  overflow: hidden;
}
.wrap-vote-fix {
  position: relative;
}

.page-template-page-voted .new__block__purple img {
  position: absolute;
  right: 0px;
  top: -67px;
  width: 350px;
}




@media (max-width: 1024px) {
  .full-img {
    display: none;
  }.lp-about-bg {
    text-align: center;
  }.lp-options-top {
    margin-bottom: 25px;
}
.lp-hero {
  background-image: none;
}
  .vote-content p {
    line-height: 17px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}
  .lp-hero {
    display: grid;
    grid-gap: 20px;
    padding: 0px;
  }
  .lp-hero-bg {
    background: url(../../../lp-awards/assets/img/bg-awards-1.jpg) no-repeat;
    padding: 20px;
    background-size: cover;
  }
  #lp-hero-arrow {
    display: none;
  }
  .lp-hero h1 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .vote-options {
    padding: 0 50px;
    padding-bottom: 30px;
    width: 100%;
  }
  .lp-hero h1 br {
    display: none;
  }
  .wrap-vote {
    text-align: center;
  }
  .wrap-vote img {
    margin-top: 40px;
  }
  .each-cards img {
    margin-top: 0;
  }
  #form-voted {
    text-align: left;
    width: 100% !important;
    padding: 0 20px;
  }
}

.lp-nav {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  background-color: #282447  ;
  padding: 20px 80px;
}
.vote-span {
  flex: 1;
  text-align: center;
  color: #ffffff;
  letter-spacing: 7px;
  font-size: 19px;
}
.vote-span i {
  font-style: normal;
  display: inline-block;
  margin: 0 10px;
  vertical-align: 0px;
  font-size: 13px;
}
.vote-logo img {
  width: 30px;
}


#append {
  display: none;
}


@media (max-width: 1275px) {
  .vote-span {
    font-size: 16px;
    }.lp-nav {
      padding: 20px 25px;
  }
  .vote-logo img {
    width: 23px;
}
}

@media (max-width: 1024px) {
.vote-span {
  font-size: 13px;
}
.vote-span i {
  margin: 0 0px;
  vertical-align: -2px;
  font-size: 13px;
}
}

.lp-hero h1 {
  margin-top: 90px !important;
}



@media (max-width: 870px) {


  .vote-item.end .end-icon img {
    width: 40%;
    height: auto;
}
.vote-item.end .end-img img {
  height: auto;
}
.vote-options {
  padding-bottom: 0;
}

.lp-hero .lp-hero-content {
  padding-bottom: 40px !important;
}
.lp-hero h1 {
  margin-top: 30px !important;
}

.ct {
  padding: 0 20px;
}

  .lp-nav {
    display: none;
  }
  header {
    display: flex;
  }

  .faq__summary .accordion-title {
    font-size: 15px;
    line-height: 21px;
  }


  .vote-item img {
    max-width: 100% !important;
    height: 360px;
    object-fit: cover;
    width: 100%;
  }
  .lp-hero {
    padding: 0px;
  }

  .lp-hero-bg img {
    max-width: 100%;
    width: 160px;
  }

#form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #D8E7F9;
    padding: 15px;
    border-top: 1px solid #bbb;
}
#form input[type=submit] {
  font-size: 18px;
  padding: 20px 15px !important;
}
#form .show-append {
  display: inline-flex;
  align-items: center;
  padding: 0 50px;
  grid-gap: 15px;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 15px;
}
#form #append span {
  flex:1;
  font-weight: bold;
  line-height: 18px;
  font-size: 17px;
}
#form img {
  width: 80px;
  margin-bottom: 0;
  border-radius: 7px;
}


  .vote-options {
    grid-template-columns: 1fr;
 }
 .vote-content {
  text-align: center;
  width: -webkit-fill-available;
}
.lp-hero {
  display: block;
}
.lp-hero .lp-hero-content {
  order:2;
  text-align: center;
}

#lp-hero-arrow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 40px;
  margin-left: -15px;
}
.lp-hero p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 39px;
}
.lp-options {
  padding-top: 80px;
}

.lp-hero div img {
  max-width: 60%;
}

} 



@media (max-width: 639px) { 

  .wrap-vote {
    margin: 30px 0 40px;
  }
  .wrap-vote img {
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 80%;
}
.page-template-page-voted h1 {
  margin-bottom: 10px;
  line-height: 41px;
}
.page-template-page-voted .lead-2 {
  margin-bottom: 25px;
  line-height: 27px;
  font-size: 20px;
}
.page-template-page-voted .button-cta, .page-template-page-vote .button-cta {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.page-template-page-voted .new__block__purple img {
  position: absolute;
  right: inherit;
  top: -118px;
  width: 230px;
  left: 50%;
  margin-left: -115px;
}

.each-cards {
  grid-template-columns: 1fr 1fr;
}
.each-cards img {
  max-width: 100%;
  margin-bottom: 0;
}
.page-template-page-vote h1 {
  margin-bottom: 30px;
  line-height: 33px;
}
.page-template-page-vote .lead {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 10px;
}
#form input[type=submit] {
  width: 100% !important;
}

.lp-hero .lp-hero-content {
  padding: 0;
 }

 .lp-hero h1 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 25px;
}

}



#form-voted {
  width: 70%;
}
#form-voted input {
  margin-top: 5px;
}
#form-voted .form-input {
  border-color: #ffffff;
}
#form-voted input[type=submit] {
  width: 100%;
  margin-top: 10px;
}
#form-voted label {
  margin-bottom: 15px;
  display: block;
}



.page-template-page-voted .lp-bullet {
    padding: 6px 18px 6px;
    font-size: 12px;
}