@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/aedesty");
main#home, main#home *, main#home *::before, main#home *::after {
  box-sizing: border-box;
}
main#home {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #183A4F;
  background-image: url("images/paper-texture.jpg");
  background-repeat: repeat;
  background-size: contain;
}
main#home img {
  max-width: 100%;
  height: auto;
}
main#home b, main#home strong {
  font-weight: bold;
}
main#home h1, main#home h2 {
  font-weight: bold;
}
main#home h1 {
  font-size: 2rem;
}
main#home .cursive {
  font-family: "Aedesty", sans-serif;
}
main#home .btn {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
main#home .btn.primary {
  background-color: #0095EB;
  color: #FFF;
  border: #0095EB 1px solid;
}
main#home .btn.primary:hover {
  background-color: #BDE2FC;
  color: #0095EB;
}
main#home .btn.primary.line {
  background-color: transparent;
  color: #0095EB;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
main#home .btn.primary.line:hover {
  color: #183A4F;
  border: 1px solid #183A4F;
}
main#home .formGroup.error input {
  border: 1px solid #fa4e4e;
}
main#home .formGroup label {
  display: block;
  margin: 0.5rem 0;
  padding-left: 0.5rem;
}
main#home .formGroup input, main#home .formGroup textarea {
  border-radius: 0;
  border: #183A4F 1px solid;
  padding: 0.5rem 0.5rem;
  font-family: inherit;
}
main#home .formGroup input::placeholder, main#home .formGroup textarea::placeholder {
  color: #BEBEBE;
}
main#home .formGroup input[type=checkbox], main#home .formGroup textarea[type=checkbox] {
  height: 20px;
  width: 20px;
}
main#home .formGroup .error {
  color: #fa4e4e;
  display: block;
  margin-top: 0.5rem;
}
main#home h2 {
  font-size: clamp(2rem, 6vh, 3rem);
  font-weight: bold;
}
main#home .hero {
  overflow: hidden;
  width: 100vw;
}
main#home .hero video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
}
@media (max-width: 767px) {
  main#home .hero video {
    width: 100vw;
    aspect-ratio: 1/0.9;
    object-fit: cover;
  }
}
main#home .hero span {
  z-index: 2;
}
main#home .hero {
  aspect-ratio: 16/8.5;
  overflow: hidden;
}
@media (max-width: 767px) {
  main#home .hero {
    aspect-ratio: 1/0.9;
  }
}
main#home .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(1.4rem, 3vw, 3rem);
  color: #FFF;
  padding: 0 2rem;
}
main#home .hero .title {
  font-size: clamp(4rem, 14vw, 10rem);
}
main#home .hero .hero-cta {
  z-index: 2;
  align-self: flex-start;
  margin-top: 1.5rem;
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  font-weight: 600;
  line-height: 1.1;
  padding: 0.7rem 1.4rem;
  background-color: #FA9F4E;
  color: #FFF;
  border: 2px solid #FA9F4E;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s ease, color 0.2s ease;
}
main#home .hero .hero-cta:hover {
  background-color: transparent;
  color: #FFF;
}
@media (max-width: 767px) {
  main#home .hero .hero-cta {
    align-self: center;
    font-size: 1.1rem;
  }
}
main#home .hero {
  mask-image: url("images/mask.png");
  mask-repeat: no-repeat;
  mask-size: 150% 120%;
  mask-position: 50% 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
main#home .why {
  text-align: center;
  margin-top: 4rem;
}
main#home .why .logos {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
main#home .why .logos li {
  flex: clamp(3rem, 6vw, 8rem) 0 0;
  display: flex;
  align-items: center;
}
main#home .why .logos li img {
  max-width: 100%;
}
main#home .why .cozza {
  width: clamp(10rem, 20vw, 20vw);
}
main#home .why .subtitle {
  font-size: clamp(3rem, 5vw, 4rem);
  color: #FA9F4E;
  margin-top: 0.5rem;
}
main#home .why .steps {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  gap: clamp(2rem, 4vw, 4rem);
}
@media (max-width: 767px) {
  main#home .why .steps li {
    flex: 40% 0 0;
  }
}
main#home .why .steps li {
  font-size: clamp(1rem, 1vw, 2rem);
}
main#home .why .steps svg {
  height: clamp(2rem, 40vh, 3rem);
}
main#home .why .steps p {
  margin-top: 0.5rem;
}
main#home .payoff {
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  height: clamp(20rem, 30vh, 30rem);
  text-align: center;
  line-height: 1.3;
  color: #FFF;
  mask-image: url("images/mask.png");
  mask-repeat: no-repeat;
  mask-size: 150% 100%;
  mask-position: 50% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 4rem;
  font-size: 1.5rem;
}
main#home .payoff .cursive {
  font-size: 3rem;
}
main#home .experience {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #183A4F;
  min-height: clamp(20rem, 45vh, 32rem);
  padding: clamp(3rem, 8vh, 6rem) 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
}
main#home .experience .experience-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  max-width: 40rem;
}
main#home .experience .title {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: bold;
  line-height: 1.25;
}
main#home .experience .experience-cta {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 600;
  line-height: 1.1;
  padding: 0.7rem 1.6rem;
  background-color: #FA9F4E;
  color: #FFF;
  border: 2px solid #FA9F4E;
  transition: background-color 0.2s ease, color 0.2s ease;
}
main#home .experience .experience-cta:hover {
  background-color: transparent;
  color: #FFF;
}
main#home .experts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  gap: 2rem;
}
main#home .experts h2 {
  flex: 100% 0 0;
  margin: 2rem;
}
main#home .experts p {
  margin: 1rem 0;
}
main#home .experts .expert {
  flex: 30% 0 0;
}
@media (max-width: 767px) {
  main#home .experts .expert {
    flex: 100% 0 0;
  }
}
main#home .experts .expert img {
  border-radius: 100%;
  filter: grayscale(100%);
  max-width: 30%;
  margin: 0 auto;
}
main#home .polaroids {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
}
main#home .polaroids li {
  overflow: visible;
  max-width: 20vw;
  height: auto;
  padding: 1rem 0;
}
main#home .polaroids li:nth-child(odd) {
  transform: rotate(-3deg);
}
main#home .polaroids li:nth-child(even) {
  transform: rotate(3deg);
}
main#home .polaroids li img {
  max-width: 100%;
}
main#home .polaroids li:first-child {
  margin-left: -1%;
}
main#home .polaroids li:last-child {
  margin-right: -1%;
}
main#home .contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 4rem 0;
  padding: 1rem;
}
main#home .contacts h2 {
  flex: 50vw 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  main#home .contacts h2 {
    flex: 90vw 0 0;
  }
}
main#home .contacts .wpcf7 {
  width: 50vw;
}
@media (max-width: 767px) {
  main#home .contacts .wpcf7 {
    width: 100vw;
  }
}
main#home .contacts form {
  width: 100%;
}
@media (max-width: 767px) {
  main#home .contacts form {
    width: 100%;
  }
}
main#home .contacts form {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main#home .contacts form .row {
  display: flex;
  flex: 100% 0 0;
  justify-content: space-between;
}
main#home .contacts form .row .formGroup {
  flex: calc(50% - 1rem) 0 0;
}
main#home .contacts form .formGroup {
  flex: 100% 0 0;
}
main#home .contacts form input, main#home .contacts form textarea {
  width: 100%;
}
main#home .contacts form input[type=submit], main#home .contacts form input[type=checkbox], main#home .contacts form textarea[type=submit], main#home .contacts form textarea[type=checkbox] {
  width: auto;
}

#Footer {
  background-color: #183a4f !important;
}

main#home .contacts form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
main#home .contacts form .wpcf7-acceptance {
  display: block;
  margin: 0.5rem 0;
}
main#home .contacts form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
main#home .contacts form .wpcf7-not-valid-tip {
  color: #fa4e4e;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
main#home .contacts form .wpcf7-response-output {
  flex: 100% 0 0;
  margin: 1rem 0 0;
  padding: 0.6rem 1rem;
  border-radius: clamp(0.2rem, 0.8vw, 1rem);
}
main#home .contacts form .wpcf7-spinner {
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  #Header #Top_bar #menu > ul.menu-main > li.menu-item > a > span {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.95), 0 0 4px rgba(255, 255, 255, 0.9), 0 1px 8px rgba(255, 255, 255, 0.85);
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
}
