.green {
  color: #D6E200; }

.dark-green {
  color: #22545B; }

.dark-green-bg {
  background-color: #22545B; }
  .dark-green-bg h1, .dark-green-bg h2, .dark-green-bg h3, .dark-green-bg h4, .dark-green-bg p {
    color: #ffffff; }
  .dark-green-bg a {
    color: #ffffff; }
    .dark-green-bg a:hover {
      color: #ffffff;
      opacity: 0.8; }

.white {
  color: #ffffff; }

* {
  font-family: futura-pt, sans-serif;
  font-style: normal; }

body {
  background-color: #ffffff; }

h1, h2, h3, h4, h5, button {
  font-weight: 700; }

h2 {
  font-size: 30px;
  line-height: 38px; }

h3 {
  line-height: 40px; }

p, li {
  font-size: 24px;
  line-height: 34px; }

.btn {
  border: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: black;
  border-radius: 6px; }

.container-lg {
  padding-left: 24px;
  padding-right: 24px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

footer {
  background-color: black;
  color: #ffffff;
  font-size: 21px;
  line-height: 27px; }
  footer a {
    color: #ffffff;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline;
      color: #ffffff; }

.sub-page a {
  color: #D6E200; }
@media (max-width: 767px) {
  .sub-page {
    padding-top: 20px !important;
    padding-bottom: 0 !important; } }
.sub-page .logo {
  padding-bottom: 20px;
  text-align: right; }
  .sub-page .logo span, .sub-page .logo img {
    display: inline-block;
    padding: 0 0 10px; }
  .sub-page .logo span {
    color: #22545B;
    font-weight: 400;
    padding-right: 10px;
    font-size: 24px;
    line-height: 31px; }

.social-icon {
  display: inline-block;
  margin: 0 6px; }
  @media (max-width: 767px) {
    .social-icon:first-child {
      margin-left: 0; } }

.socials-banner {
  background-color: #E9EBE7; }
  .socials-banner h3 {
    margin-bottom: 0;
    line-height: 1.5; }
  .socials-banner .socials {
    text-align: right; }
    @media (max-width: 767px) {
      .socials-banner .socials {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 10px; } }

#iubenda-cs-banner {
  bottom: 0px !important;
  left: 0px !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 99999998 !important;
  background-color: black; }

.iubenda-cs-content {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: auto;
  font-size: 14px;
  background: #000;
  color: #fff; }

.iubenda-cs-rationale {
  max-width: 900px;
  position: relative;
  margin: 0 auto; }

.iubenda-banner-content > p {
  line-height: 1.5; }

.iubenda-cs-close-btn {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  border: none; }

.iubenda-cs-cookie-policy-lnk {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  font-weight: 900; }

.iubenda-cs-accept-btn.iubenda-cs-btn-primary {
  padding: 5px 20px;
  border: 0;
  margin-top: 10px;
  font-size: 16px; }

#iubenda-cs-paragraph {
  font-size: 16px; }
  #iubenda-cs-paragraph a:hover {
    color: #D6E200; }

#iubenda-cs-title {
  font-size: 18px;
  font-weight: bold; }

.newsletter {
  background-color: #D6E200;
  padding: 40px 0;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: -42px 30px 23px -45px; }
  @media (max-width: 767px) {
    .newsletter {
      position: relative;
      box-shadow: none; } }
  .newsletter h2 {
    margin-bottom: 30px; }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #363636;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px; }
    .newsletter input[type="text"]::placeholder, .newsletter input[type="email"]::placeholder {
      color: #363636; }
    .newsletter input[type="text"]:focus, .newsletter input[type="email"]:focus {
      outline: 0;
      box-shadow: none; }
  .newsletter button[type="submit"] {
    background-color: white;
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    padding: 5px 55px;
    height: 42px; }
    .newsletter button[type="submit"]:hover {
      background-color: #22545B;
      color: #ffffff; }
  .newsletter form .invalid-feedback {
    font-size: 18px; }
  .newsletter .was-validated .form-check-input:invalid ~ .form-check-label a, .newsletter .form-check-input.is-invalid ~ .form-check-label a {
    color: #dc3545; }
  .newsletter .form-control.error {
    border-bottom: 3px solid red; }
  .newsletter .form-check {
    padding-top: 10px; }
    .newsletter .form-check .form-check-label {
      font-size: 18px;
      line-height: 22px; }
      .newsletter .form-check .form-check-label.error {
        color: red; }
        .newsletter .form-check .form-check-label.error a {
          color: red; }
      .newsletter .form-check .form-check-label a {
        color: #363636; }
  .newsletter .success_message {
    font-size: 22px; }

.header {
  background-image: url("../images/noise-pattern.png");
  background-repeat: repeat; }
  @media (max-width: 767px) {
    .header {
      padding-top: 20px; } }
  .header .container-lg {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .header h1, .header p {
    color: #ffffff;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .header h1, .header p {
        margin-bottom: 20px; } }
  .header p {
    font-size: 22px;
    line-height: 32px; }
    @media (max-width: 991px) {
      .header p {
        font-size: 18px;
        line-height: 28px; } }
  .header span {
    color: #D6E200;
    font-weight: 700; }
  .header .logo {
    padding-bottom: 20px;
    text-align: right; }
    .header .logo span, .header .logo img {
      display: inline-block;
      padding: 0 0 10px; }
    .header .logo span {
      color: #22545B;
      font-weight: 400;
      padding-right: 10px;
      font-size: 24px;
      line-height: 31px; }
  .header .hero {
    position: relative; }
    @media (max-width: 767px) {
      .header .hero {
        margin-bottom: 45%; } }
    @media (max-width: 500px) {
      .header .hero {
        margin-bottom: 0; } }
  .header .hero-blob {
    position: absolute;
    left: 0;
    background-image: url("../images/hero-blob.svg");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    z-index: 1; }
    @media (max-width: 767px) {
      .header .hero-blob {
        padding: 15% 0;
        top: 55%;
        background-position: center; } }
    @media (max-width: 500px) {
      .header .hero-blob {
        padding: 0;
        background-position: center top;
        top: 80%;
        background-size: cover;
        position: relative;
        margin-top: -15%; } }
  .header .hero-text {
    z-index: 1;
    padding: 130px 100px; }
    @media (min-width: 991px) and (max-width: 1399px) {
      .header .hero-text {
        padding: 130px 85px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header .hero-text {
        padding: 130px 65px; } }
    @media (max-width: 767px) {
      .header .hero-text {
        padding: 15%; } }
    @media (max-width: 500px) {
      .header .hero-text {
        padding: 100px 25px; } }

.trust-pilot .reviews p {
  line-height: 24px; }

.testimonials {
  padding-top: 150px !important; }
  @media (max-width: 767px) {
    .testimonials {
      padding-top: 100px !important; } }
  .testimonials .card {
    border-radius: 20px;
    height: 100%; }
  .testimonials .card-body {
    text-align: center; }
    .testimonials .card-body p {
      color: #22545B; }
    .testimonials .card-body .card-text {
      font-size: 20px;
      line-height: 30px; }
  .testimonials .col-md-4:nth-child(2) .card {
    margin-top: -50px; }
    @media (max-width: 767px) {
      .testimonials .col-md-4:nth-child(2) .card {
        margin-top: 0; } }

.socials button {
  background-color: #ffd526;
  color: #363636 !important;
  width: 100%; }
  @media (max-width: 767px) {
    .socials button {
      width: 60%; } }
  @media (max-width: 575px) {
    .socials button {
      width: 100%; } }
  .socials button:hover {
    background-color: #f2c300; }

.testimonial-carousel {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .testimonial-carousel {
      padding-bottom: 50px;
      padding-top: 0; } }
  .testimonial-carousel .carousel-inner {
    overflow: visible; }
    .testimonial-carousel .carousel-inner .carousel-item {
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        .testimonial-carousel .carousel-inner .carousel-item {
          padding-top: 80px; } }
      @media (max-width: 767px) {
        .testimonial-carousel .carousel-inner .carousel-item {
          padding-bottom: 0; } }
  .testimonial-carousel .carousel-indicators {
    bottom: -65px; }
    @media (max-width: 575px) {
      .testimonial-carousel .carousel-indicators {
        bottom: -60px; } }
    .testimonial-carousel .carousel-indicators button {
      background-color: #E2E2E2;
      border-radius: 50px;
      width: 15px;
      height: 15px;
      border-bottom: 0;
      border-top: 0;
      margin: 0 8px; }
      .testimonial-carousel .carousel-indicators button.active {
        background-color: #22545B; }
  .testimonial-carousel .carousel-blob {
    position: absolute;
    right: 0;
    top: 0;
    overflow: visible;
    background-image: url("../images/carousel-blob.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top 25%;
    z-index: 1;
    height: 110%; }
    @media (max-width: 767px) {
      .testimonial-carousel .carousel-blob {
        position: relative;
        margin-top: -25%; } }
    @media (max-width: 575px) {
      .testimonial-carousel .carousel-blob {
        padding: 0;
        background-position: center top;
        top: 80%;
        background-size: cover;
        position: relative;
        margin-top: -10%;
        margin-left: -25px;
        margin-right: -25px; } }
    .testimonial-carousel .carousel-blob img {
      width: 100%; }
  .testimonial-carousel .carousel-text {
    padding: 0px 90px; }
    .testimonial-carousel .carousel-text p {
      line-height: 30px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .testimonial-carousel .carousel-text {
        padding: 0px 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonial-carousel .carousel-text {
        padding: 0 60px; }
        .testimonial-carousel .carousel-text p {
          font-size: 18px;
          line-height: 28px; } }
    @media (max-width: 767px) {
      .testimonial-carousel .carousel-text {
        padding: 25% 50px; }
        .testimonial-carousel .carousel-text p {
          line-height: 26px; } }
    @media (max-width: 575px) {
      .testimonial-carousel .carousel-text {
        padding: 23% 24px; } }

/*# sourceMappingURL=styles.css.map */
