body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
}

* {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: white;
  font-size: 14px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.nav-bar {
  min-height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1c2431;
}

.nav-bar .nav-bar-content {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-bar .nav-bar-content #nav-logo img {
  max-width: 60%;
}

.nav-bar .nav-bar-content .nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-width: 60%;
}

.nav-bar .nav-bar-content .nav-links .nav-link {
  color: #bfbfbf;
}

.nav-bar .nav-bar-content .nav-links .nav-link:hover {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.intro-section {
  min-height: 40vh;
  background-color: #1c2431;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.intro-section .intro-image {
  max-width: 75%;
  position: relative;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  z-index: 5;
}

.intro-section .intro-curvy-background-mobile {
  width: 100%;
}

.intro-section .intro-text {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 35rem;
  top: 48%;
  max-width: 85%;
}

.intro-section .intro-text h1 {
  font-family: "Raleway", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.6rem;
}

.intro-section .intro-text p {
  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 2.4rem;
  font-size: 1.5rem;
  color: #e6e6e6;
}

.intro-section .intro-text .intro-button {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 20%;
  padding: 1.4rem 8rem;
  background: linear-gradient(60deg, #65e2d9, #339ecc);
  font-weight: 700;
  border-top-right-radius: 100% 200px;
  border-top-left-radius: 100% 200px;
  border-bottom-right-radius: 100% 200px;
  border-bottom-left-radius: 100% 200px;
  cursor: pointer;
}

.intro-section .intro-text .intro-button:hover {
  background: linear-gradient(60deg, #65e2d9, #65e2d9);
}

.information-section {
  min-height: 160rem;
  background-color: #181f2a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information-section .information-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(125%);
          transform: translateY(125%);
  min-height: 30rem;
}

.information-section .information-card .information-image {
  max-width: 18%;
  margin-bottom: 3rem;
}

.information-section .information-card .information-header {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.information-section .information-card .information-text {
  text-align: center;
  max-width: 80%;
  line-height: 2.2rem;
  color: #e6e6e6;
}

.productive-section {
  min-height: 60rem;
  background-color: #181f2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.productive-section .productive-section-content {
  min-height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.productive-section .productive-image {
  max-width: 80%;
}

.productive-section .productive-text {
  max-width: 80%;
}

.productive-section .productive-text h3 {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.productive-section .productive-text p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  color: #e6e6e6;
}

.productive-section .productive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  border-bottom: 1px solid #65e2d9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.productive-section .productive-link:hover {
  border-bottom: 1px solid white;
}

.productive-section .productive-link:hover p {
  color: white;
}

.productive-section .productive-link p {
  color: #65e2d9;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  font-family: "Raleway", sans-serif;
}

.testimonial-section {
  background-color: #181f2a;
  height: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonial-section .testimonial-content {
  max-width: 80%;
  margin: 0 auto;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.testimonial-section .testimonial-content .testimonial-quotes img {
  width: 10%;
}

.testimonial-section .testimonial-content .testimonial-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 8, 14, 0.4);
          box-shadow: 0 4px 8px 0 rgba(7, 8, 14, 0.4);
  min-height: 20rem;
  margin-bottom: 2rem;
  border-radius: 3%;
  background-color: #202a3c;
  padding: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card p {
  color: #cccccc;
  font-size: 1.2rem;
  line-height: 2rem;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card .testimonial-meta-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card .testimonial-meta-information img {
  border-radius: 50%;
  width: 15%;
  margin-right: 1rem;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card .testimonial-meta-information .testimonial-meta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card .testimonial-meta-information .testimonial-meta-text h4 {
  font-size: 1.4rem;
}

.testimonial-section .testimonial-content .testimonial-cards .testimonial-card .testimonial-meta-information .testimonial-meta-text p {
  font-size: 1.2rem;
  color: #cccccc;
}

.testimonial-section .get-access-card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  background-color: #1c2431;
  padding: 4rem 2rem 2rem 2rem;
  border-radius: 3%;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.testimonial-section .get-access-card h4 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.testimonial-section .get-access-card p {
  text-align: center;
  line-height: 2.2rem;
  color: #e6e6e6;
}

.testimonial-section .get-access-card form {
  width: 100%;
  height: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.testimonial-section .get-access-card form input {
  border: none;
  color: black;
  border-top-right-radius: 100% 300px;
  border-top-left-radius: 100% 300px;
  border-bottom-right-radius: 100% 300px;
  border-bottom-left-radius: 100% 300px;
  width: 100%;
  padding: 1.6rem;
}

.testimonial-section .get-access-card form input::-webkit-input-placeholder {
  color: gray;
  text-align: left;
}

.testimonial-section .get-access-card form input:-ms-input-placeholder {
  color: gray;
  text-align: left;
}

.testimonial-section .get-access-card form input::-ms-input-placeholder {
  color: gray;
  text-align: left;
}

.testimonial-section .get-access-card form input::placeholder {
  color: gray;
  text-align: left;
}

.testimonial-section .get-access-card form button {
  cursor: pointer;
  border-top-right-radius: 100% 300px;
  border-top-left-radius: 100% 300px;
  border-bottom-right-radius: 100% 300px;
  border-bottom-left-radius: 100% 300px;
  padding: 1.6rem;
  text-align: center;
  border: none;
  background: linear-gradient(60deg, #65e2d9, #339ecc);
  font-weight: 700;
  width: 100%;
}

.testimonial-section .get-access-card form button:hover {
  background: linear-gradient(60deg, #65e2d9, #65e2d9);
}

.footer-section {
  min-height: 120rem;
  background-color: #0b1523;
}

.footer-section .footer-content {
  position: relative;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
}

.footer-section .footer-content .fylo-location {
  margin-bottom: 2rem;
}

.footer-section .footer-content .fylo-location img {
  margin-bottom: 4rem;
  margin-left: 2rem;
}

.footer-section .footer-content .fylo-location .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-section .footer-content .fylo-location .location img {
  padding-top: 0.6rem;
  padding-right: 2rem;
}

.footer-section .footer-content .fylo-location .location p {
  font-size: 1.6rem;
}

.footer-section .footer-content .phone-and-email {
  margin-bottom: 2rem;
}

.footer-section .footer-content .phone-and-email .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.footer-section .footer-content .phone-and-email .phone p {
  color: #b3b3b3;
}

.footer-section .footer-content .phone-and-email .phone img {
  margin-right: 1rem;
  margin-left: 2rem;
}

.footer-section .footer-content .phone-and-email .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-section .footer-content .phone-and-email .email p {
  color: #b3b3b3;
}

.footer-section .footer-content .phone-and-email .email img {
  margin-right: 1rem;
  margin-left: 2rem;
}

.footer-section .footer-content .about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 12rem;
  margin-bottom: 2rem;
}

.footer-section .footer-content .about-us li {
  cursor: pointer;
  color: #b3b3b3;
}

.footer-section .footer-content .about-us li:hover {
  text-decoration: underline;
  color: white;
}

.footer-section .footer-content .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 12rem;
  margin-bottom: 4rem;
}

.footer-section .footer-content .contact-us li {
  cursor: pointer;
  color: #b3b3b3;
}

.footer-section .footer-content .contact-us li:hover {
  text-decoration: underline;
  color: white;
}

.footer-section .footer-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 45%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.footer-section .footer-content .social-links i {
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
  padding: 1rem;
  width: 100%;
}

.footer-section .footer-content .social-links i:hover {
  color: #65e2d9;
  border: 1px solid #65e2d9;
}

@media screen and (min-width: 670px) {
  .nav-bar .nav-bar-content .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .intro-section .intro-text {
    top: 65%;
  }
  .information-section .information-card {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .productive-section .productive-image {
    margin-bottom: 5rem;
  }
  .productive-section .productive-link {
    width: 30%;
  }
  .get-access-card p {
    max-width: 75%;
  }
  .get-access-card .get-access-form .get-access-input {
    width: 35rem;
  }
  .get-access-card .get-access-form .get-access-button {
    width: 35rem;
  }
}

@media screen and (min-width: 1100px) {
  .nav-bar .nav-bar-content #nav-logo {
    padding-top: 2rem;
  }
  .nav-bar .nav-bar-content #nav-logo img {
    max-width: 100%;
  }
  .nav-bar .nav-bar-content .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 30%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .intro-section .intro-image {
    max-width: 45%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .intro-section .intro-text {
    top: 60%;
    max-width: 35%;
  }
  .information-section {
    min-height: 80vh;
  }
  .information-section .information-section-content {
    min-height: 80%;
    max-width: 70%;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 10rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .information-section .information-card {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    min-height: 10rem;
  }
  .productive-section .productive-section-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 90%;
  }
  .productive-section .productive-section-content .productive-image {
    max-width: 100%;
    margin-right: 5rem;
  }
  .productive-section .productive-section-content .productive-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productive-section .productive-section-content .productive-text h3 {
    text-align: left;
    font-size: 3.2rem;
    max-width: 80%;
  }
  .productive-section .productive-section-content .productive-text .productive-link {
    width: 16rem;
  }
  .testimonial-section {
    height: 62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial-section .testimonial-content {
    max-width: 90%;
  }
  .testimonial-section .testimonial-content .testimonial-quotes {
    position: relative;
    z-index: 2;
    top: 8%;
    max-width: 60%;
  }
  .testimonial-section .testimonial-content .testimonial-cards {
    position: relative;
    z-index: 5;
    width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .testimonial-section .testimonial-content .testimonial-cards .testimonial-card {
    min-height: 20rem;
    margin-bottom: 0;
    width: 28vw;
  }
  .testimonial-section .get-access-card {
    max-width: 60%;
  }
  .testimonial-section .get-access-card .get-access-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .testimonial-section .get-access-card .get-access-form .get-access-input {
    width: 45rem;
    border-top-right-radius: 100% 400px;
    border-top-left-radius: 100% 400px;
    border-bottom-right-radius: 100% 400px;
    border-bottom-left-radius: 100% 400px;
  }
  .testimonial-section .get-access-card .get-access-form .get-access-button {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 20rem;
  }
  .footer-section {
    min-height: 50rem;
  }
  .footer-section .footer-content {
    max-width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateY(175%);
            transform: translateY(175%);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-section .footer-content .fylo-location {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
    max-width: 40%;
  }
  .footer-section .footer-content .fylo-location img {
    margin-bottom: 1rem;
  }
  .footer-section .footer-content .fylo-location .location {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-section .footer-content .phone-and-email {
    margin-bottom: 0;
  }
  .footer-section .footer-content .about-us {
    margin: 0 auto;
    min-width: 5rem;
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-section .footer-content .about-us li {
    padding: 0.6rem;
  }
  .footer-section .footer-content .contact-us {
    margin: 0 auto;
    min-width: 5rem;
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-section .footer-content .contact-us li {
    padding: 0.6rem;
  }
  .footer-section .footer-content .social-links {
    max-width: 15%;
  }
  .footer-section .footer-content .attribution {
    position: absolute;
    bottom: 0%;
  }
}

@media screen and (min-width: 1600px) {
  .nav-bar .nav-bar-content #nav-logo {
    padding-top: 2rem;
  }
  .nav-bar .nav-bar-content #nav-logo img {
    max-width: 100%;
  }
  .nav-bar .nav-bar-content .nav-links {
    min-width: 20%;
  }
  .intro-section .intro-image {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    max-width: 40%;
  }
  .intro-section .intro-text h1 {
    font-size: 3rem;
    word-spacing: 0.4rem;
  }
  .intro-section .intro-text p {
    font-size: 2rem;
    max-width: 90%;
  }
  .information-section {
    min-height: 50rem;
  }
  .information-section .information-card {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .information-section .information-card .information-header {
    font-size: 2.6rem;
  }
  .information-section .information-card .information-text {
    font-size: 1.6rem;
  }
  .productive-section .productive-image {
    width: 60%;
  }
  .testimonial-section .testimonial-content {
    max-width: 80%;
  }
  .testimonial-section .testimonial-content .testimonial-cards {
    width: auto;
  }
  .testimonial-section .testimonial-content .testimonial-cards .testimonial-card {
    margin-right: 4rem;
    max-width: 80%;
    width: 40rem;
    border-radius: 2%;
  }
  .testimonial-section .testimonial-content .testimonial-cards .testimonial-card p {
    font-size: 1.4rem;
  }
  .testimonial-section .get-access-card .get-access-form .get-access-input {
    width: 60%;
    border-top-right-radius: 100% 600px;
    border-top-left-radius: 100% 600px;
    border-bottom-right-radius: 100% 600px;
    border-bottom-left-radius: 100% 600px;
  }
  .testimonial-section .get-access-card .get-access-form .get-access-button {
    width: 25%;
  }
  .footer-section .footer-content {
    -webkit-transform: translateY(225%);
            transform: translateY(225%);
    max-width: 80%;
  }
  .footer-section .footer-content .fylo-location {
    width: 50rem;
    margin-right: 8rem;
  }
  .footer-section .footer-content .phone-and-email {
    margin-right: 4rem;
  }
}
/*# sourceMappingURL=styles.css.map */