<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&amp;display=swap");

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  color: inherit;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f0f0f0;
  color: #f3f3f2;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}

ul {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #f3f3f2;
}

p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin: 0;
}

.hide-mobile {
  display: none;
}

.s01 {
  width: 100%;
  min-height: 96vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #0953f9;
}

.s01::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  background-image: url("/wp-content/themes/astra-child/newsletter/img/the-scale.svg");
  background-repeat: repeat;
  opacity: 0.1;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.s01-wrap {
  width: min(108rem, 90%);
  margin: 0 auto;
  padding: 8rem 0 8rem;
  text-align: center;
  position: relative;
}

.s01-wrap img {
  width: min(36rem, 70%);
}

.s01 h2 {
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  padding: 0 0 2rem;
}

.s01 p {
  font-size: 3.2rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing: 1px;
  padding: 0 0 2rem;
}

.s01 form {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 0 2rem;
}

.s01 form ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.s01 form li {
  list-style: none;
  position: relative;
  width: clamp(20rem, 90vw, 44rem);
}

.s01 form img {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
}

.s01 form input[type="text"],
.s01 form input[type="email"],
.s01 form input[type="tel"] {
  font-size: 1.4rem;
  text-align: center;
  min-height: 40px;
  width: 100%;
  line-height: 2.2;
  padding: 0.8rem;
  color: #f0f0f0;
  background-color: #14009e66 !important;
  border: 1px solid #f7f6f24d !important;
  border-radius: 1rem !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff8;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff8;
}

.s01 form input[type="submit"] {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.3;
  padding: 1.6rem 2rem;
  padding: clamp(1.2rem, 1.6vw, 1.6rem) clamp(1.6rem, 1vw, 2rem);
  border-radius: 0.8rem;
  color: #000;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.55, 0.1, 0.47, 0.94) !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite;
  position: relative;
}

.s01 form input[type="submit"]:hover,
.s01 form input[type="submit"]:active,
.s01 form input[type="submit"]:focus {
  color: #fff;
  background-position: 100% 0%;
}

.btn-loader {
  color: #0035b2;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1rem !important;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  background: #fff;
}

.btn-loader:hover,
.btn-loader:active,
.btn-loader:focus {
  color: white;
}

.btn-loader::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #3d03fd;
  background-image: linear-gradient(145deg, #14009e, #00afff);
  transition: all 1s;
}

.btn-loader:hover::before {
  width: 120%;
}

.s01 .loader {
  position: absolute;
  content: "";
  bottom: 1rem;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}
@keyframes rotation {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

.sfooter {
  background-color: #161616;
}

.sfooter-wrap {
  width: min(140rem, 90%);
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  text-align: center;
}

.sfooter img {
  width: clamp(8rem, 12vw, 12rem);
}

.sfooter a {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color: #fff;
}

.sfooter a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 650px) {
  .s01 form li,
  .s01 form input[type="text"],
  .s01 form input[type="email"],
  .s01 form input[type="tel"],
  .s01 form input[type="submit"] {
    width: 100%;
  }
  .sfooter-wrap {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 0;
  }
  .sfooter p {
    text-align: center;
  }
}</pre></body></html>