@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.access-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
}

.access-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.access-title .icon-download {
  width: 50px;
  height: 50px;
  background-color: #d9b56d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
  margin-right: 25px;
  line-height: 1em;
  display: flex;
  cursor: pointer;
}
.access-title .icon-download i {
  font-size: 16px;
}
.access-title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}

.form-access {
  width: 100%;
}
.form-access p {
  height: 50px;
  display: flex;
  align-items: self-end;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
  transition: 0.2s all linear;
  text-decoration: initial;
  background: transparent;
}
.form-access p br {
  display: none;
}
.form-access p input {
  height: 46px;
  border-right: 0;
  position: relative;
  z-index: 2;
  padding: 10px;
  font-size: 16px;
  border: none;
  outline: none;
  font-family: "Montserrat", serif;
  background: #272727;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #9D9C9D;
}
.form-access p input:focus, .form-access p input:active {
  color: #fff;
}
.form-access form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.form-access form label {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
.form-access form p {
  position: relative;
  z-index: 0;
  height: 46px;
  overflow: hidden;
  transition: 0.2s all linear;
  text-decoration: initial;
  left: -1px;
}
.form-access form p:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0%, 100% 0, 100% 100%, 0% 100%;
  background-image: linear-gradient(90deg, rgba(255, 17, 65, 0) 0%, rgb(255, 17, 65) 50%, rgba(255, 17, 65, 0) 100%);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
  z-index: 1;
}
.form-access form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-access form .wpcf7-spinner {
  display: none;
  position: absolute;
  visibility: visible;
  width: 100px;
  height: 2px;
  border-radius: 2px;
  right: 45%;
  z-index: 2;
  transform: translateY(10px);
}
.form-access form .wpcf7-spinner::before {
  background-color: #fff;
  width: 100px;
  height: 2px;
}
.form-access .wpcf7-submit {
  padding: 12px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #B61A39;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  text-wrap: nowrap;
}
.form-access .wpcf7-submit:hover {
  background-color: #D92145;
}
.form-access form div.wpcf7-response-output {
  color: #fff;
  border: unset;
  background: unset;
}

@media (max-width: 768px) {
  .access-title h2 {
    font-size: 27px;
  }
  .form-access form label {
    display: flex;
    padding-bottom: 15px;
  }
  .form-access form p {
    left: 0;
    flex-direction: column;
    height: auto;
    padding: 0;
    max-width: calc(100% - 50px);
    margin-bottom: 0;
  }
  .form-access form p input {
    border-right: 1px solid #e9e9e9;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-access form p::after {
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    background-image: unset;
    -webkit-animation: unset;
    animation: unset;
  }
  .form-access form::after {
    display: none;
  }
  .form-access .wpcf7 form .wpcf7-response-output {
    transform: translateY(15px);
    max-width: calc(100% - 50px);
  }
  .access-wrap button[type=submit] {
    display: flex;
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=cf7_access_url_styles.css.map */