.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.header-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #0c0c0c;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: -0.02em;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  white-space: nowrap;
}

.navigation-button-grey {
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #101010;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.navigation-button-grey:hover {
  background-color: #fff;
  color: #271d0c;
}

.navigation-button-primary {
  margin-left: 14px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #ef8b7c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.navigation-button-primary:hover {
  background-color: #f7f7f7;
  color: #000;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accent-wrapper-left {
  position: absolute;
  left: -4%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 18px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #202020;
  border-radius: 100px;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(252, 227, 205, 0);
  background-image: url('../images/BobaPearls.gif'), url('../images/FLUID.svg');
  background-position: 100% 0%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.accent-square-small-right {
  position: relative;
  right: -32px;
  width: 32px;
  height: 32px;
  background-color: #ef8b7c;
}

.header-paragraph {
  max-width: 460px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #202020;
  font-size: 18px;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.accent-line {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.nav-link:hover {
  color: #101010;
}

.accent-square-small-left {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #ef8b7c;
}

.header-wrapper {
  background-color: #fce3cd;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  margin-right: 60px;
}

.accent-wrapper-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper.twitter  {
  margin-top: 20px;
}
.button-hero.buy,.button-hero.chart {
  background-color: pink;
}
.accent-square-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding: 14px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #6dc7f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.button-hero:hover {
  background-color: #fff;
  color: #271d0c;
}

.button-hero.twitter {
  padding-right: 50px;
  padding-left: 50px;
}

.accent-square-small {
  width: 32px;
  height: 32px;
  background-color: #ef8b7c;
}

.hero-image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-block {
  max-width: 600px;
}

.accent-square-large {
  position: relative;
  left: -32px;
  width: 65px;
  height: 75px;
  background-color: #ef8b7c;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  height: 100%;
}

.body {
  background-color: transparent;
}

.about {
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  overflow: hidden;

  
  background-color: #f9cdcd;
  background-image: linear-gradient(180deg, #f9cecd, hsla(0, 0%, 100%, 0)), linear-gradient(347deg, hsla(0, 0%, 100%, 0), #ffd864), linear-gradient(175deg, #fff, #c6f2ff), linear-gradient(180deg, #f9cdcd, #f1e3d0);
}
.myFrame{
          height: 800px;
          width: 70%;
          display: flex;
          float: none;
}
.myFrame1{
  height: 800px;
  width: 30%;
  display: flex;
  float: none;
}
@media screen and (max-width: 800px){
  .img_left {

    
    width: 1000px;
    display: none;
    float: left;
    
    


  }
  .about {

    
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  


  }
  .img_right {

    
    width: 800px;
    height: 100%;
    display: none;



  }
  .myFrame{
    
    width: 100%;
    display: flex;
    float: none;
}
.myFrame1{
  
  width: 100%;
  display: flex;
  float: none;
}
  
}


.img_left {
  width: 15%;
  height: 800px; 
  float: left;
  display: none;
 }
 .img_right {
  width: 15%;
  height: 800px; 
  float: right;
  display: none;
 }
.subtitle-large-grey {
  color: #757575;
  font-size: 14px;
  line-height: 28px;
}

.medium-title {
  margin-bottom: 0px;
  color: #1f2937;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.paragraph {
  margin-bottom: 32px;
  color: #1f2937;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.employee-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin-bottom: 36px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.testimonial-section {
  padding: 85px 3%;
  background-color: #cceff4;
  background-image: linear-gradient(296deg, #ccedf5, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, #ece0ab, hsla(0, 0%, 100%, 0));
}

.large-title {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #000;
  font-size: 5rem;
  line-height: 58px;
  letter-spacing: -0.03em;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5ebf0;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.3);
  text-align: center;
}

.testimonial-grid-large {
  grid-auto-flow: row;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area-5 . Area-6 ."
    "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 32px auto;
  grid-template-rows: auto auto;
}

.container-2 {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.title {
  margin-bottom: 12px;
  color: #7f8ccc;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-block {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #214e41;
  color: #f8fafb;
  font-size: 50px;
}

.employee-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accent-footer {
  width: 100%;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-section {
  padding-top: 95px;
  padding-bottom: 80px;
  background-color: #b9a289;
  background-image: url('../images/boobies.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-container {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
}

.footer-social {
  padding: 10px 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-social:hover {
  color: #929292;
}

.footer-title {
  color: #000;
  font-size: 90px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.footer-title-small {
  color: #000;
  font-size: 90px;
  line-height: 1.1;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-details {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.email-link {
  color: #000;
}

.email-link:hover {
  color: #7673db;
}

.footer-logo {
  margin-bottom: 16px;
}

.social-link:hover {
  opacity: 0.4;
}

.footer-email {
  margin-top: 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.footer-grid {
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-2 {
  padding-right: 20px;
  padding-left: 40px;
  font-family: Inconsolata, monospace;
  color: #000;
}

.heading {
  font-family: 'Changa One', Impact, sans-serif;
}

.image-2 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
}

.roadmap {
  width: 100vw;
  height: 100%;
  padding-top: 100px;
  background-color: #ccedf5;
}

.howtobuy {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ccedf5;
}

.line-break {
  width: 1px;
  height: 100%;
  min-height: 250px;
  background-color: rgba(21, 28, 52, 0.09);
}

.footer-04 {
  padding: 92px 3%;
  background-color: #fce3cd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccedf5), color-stop(33%, hsla(0, 0%, 100%, 0))), url('../images/boobies.png');
  background-image: linear-gradient(180deg, #ccedf5, hsla(0, 0%, 100%, 0) 33%), url('../images/boobies.png');
  background-position: 0;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #c91a94;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e2833;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e2833;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-title-2 {
  margin-bottom: 22px;
  color: #ff6da5;
  font-size: 17px;
  font-weight: 700;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block-right {
  width: 50%;
  padding-left: 45px;
}

.footer-bottom-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(21, 28, 52, 0.09) #000 #000;
}

.footer-block-left {
  width: 50%;
  padding-right: 45px;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1_features {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.3px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-3 {
  color: #44465f;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_example {
  margin-bottom: 25px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #000645;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: -0.5px;
}

.button {
  display: block;
  margin-top: 25px;
  padding: 17px 35px;
  border-radius: 8px;
  background-color: #86d4ec;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.button:hover {
  background-color: #f7f8ac;
  color: #474747;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  border-radius: 15px;
  background-color: #8cdfe7;
  box-shadow: 7px 7px 55px 0 #f2f3f6;
  color: #44465f;
  text-decoration: none;
}

.text_features {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.phase-number {
  margin-bottom: 20px;
  font-family: 'Changa One', Impact, sans-serif;
  text-align: center;
}

.text-block {
  font-family: 'Fa solid 900', sans-serif;
  
}

.roadmaptextwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(149, 150, 148, 0);
  color: rgba(51, 51, 51, 0);
}

.phasewrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.phaseblock {
  display: block;
  width: 100%;
  height: 600px;
  padding: 10px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 9px;
  background-color: #7673db9d;
  
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: bottom;
  box-shadow: 3px 3px 20px -13px #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.roadmapphasetext {
  padding-left: 10px;
}

.heading-2 {
  font-family: 'Changa One', Impact, sans-serif;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.roadmaptitle {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 4.6rem;
  text-align: center;
}

.paragraph-4 {
  display: block;
  width: 500px;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
}

.roadmaptitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.centre-align {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #096ad0;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how-it-works-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 17px;
  background-color: hsla(0, 0%, 100%, 0.44);
}

.step-content {
  text-align: center;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.sm-2 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}

.how-it-works-line {
  position: absolute;
  top: 315px;
  width: 100vw;
  height: 1px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-3 {
  width: 100%;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
}

.heading-4 {
  font-size: 22px;
  text-align: center;
}

.heading-5 {
  font-size: 22px;
  text-align: center;
}

.heading-6 {
  font-size: 22px;
  text-align: center;
}

.heading-7 {
  font-size: 22px;
  text-align: center;
}

.iceblock {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-radius: 14px;
  background-color: hsla(0, 0%, 94%, 0.55);
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.image-4 {
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

.heading-8 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #000645;
}

@media screen and (max-width: 991px) {
  .header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  
  

  .nav-menu {
    position: absolute;
    top: 80px;
    height: auto;
    background-color: #fff;
  }

  .container-navigation {
    position: relative;
  }

  .navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    width: 100%;
    color: #262626;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .navigation {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-block {
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button {
    margin-left: 14px;
    padding: 12px;
    border-radius: 8px;
    background-color: #262626;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
  }

  .menu-button:hover {
    background-color: #ef8b7c;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #271d0c;
    color: #fff;
  }

  .accent-footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-content-wrapper {
    margin-bottom: 140px;
  }

  .footer-section {
    padding-top: 140px;
    background-position: 100% 0%;
  }

  .footer-social {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .line-break {
    display: none;
  }

  .footer-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0px;
  }

  .footer-bottom-full {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-block-left {
    width: 100%;
    margin-bottom: 60px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(21, 28, 52, 0.09);
  }

  .card_col_2 {
    padding-right: 0px;
  }

  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
  }

  .col_40 {
    width: 100%;
  }

  .card_row {
    padding-left: 0px;
  }

  .phaseblock {
    height: 100%;
  }

  .container-4 {
    max-width: 100vw;
    padding-right: 0px;
    padding-left: 20px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .how-it-works-line {
    top: 245px;
  }

  .section-header {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-button-grey {
    display: none;
  }

  .navigation-button-primary {
    display: none;
  }

  .testimonial-grid-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 70px;
  }

  .footer-title-small {
    font-size: 70px;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-bottom-full {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }

  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_40 {
    padding-right: 0px;
  }

  .card_row {
    width: 100%;
    padding-right: 0px;
  }

  .phaseblock {
    margin-bottom: 20px;
  }

  .container-4 {
    padding-right: 20px;
  }

  .paragraph-small {
    width: 100%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 15vw;
    line-height: 18vw;
  }

  .nav-menu {
    border-radius: 9px;
    background-color: #f9cdcd;
  }
  .navigation{
    display: list-item;
  }
  .navigation-button-grey {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .navigation-button-primary {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .accent-wrapper-left {
    display: none;
  }

  .header-section {
    background-image: url('../images/FluMobile.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .header-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .nav-link {
    font-weight: 600;
  }

  .button-wrapper {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-hero {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .hero-block {
    text-align: center;
  }

  .menu-button {
    margin-right: 10px;
  }

  .large-title {
    font-size: 3rem;
    text-transform: uppercase;
  }

  .testimonial-grid-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-wrap-centre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-email {
    font-size: 20px;
  }

  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    width: 116%;
    padding-right: 0px;
    text-align: left;
  }

  .text-rights {
    margin-right: 0px;
    text-align: left;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-bottom-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .container_p {
    max-width: 100%;
  }

  .col_60 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_40 {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .h1_example {
    font-size: 2.8rem;
    text-align: left;
    text-transform: uppercase;
  }

  .card_base {
    position: static;
    width: 100%;
  }

  .phaseblock {
    max-width: 100vw;
    margin-bottom: 20px;
  }

  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .roadmaptitle {
    font-size: 3rem;
    text-transform: uppercase;
  }

  .paragraph-4 {
    width: 100%;
  }

  .row.centre-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-step {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.sm-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-3 {
    line-height: 58px;
    text-transform: uppercase;
  }

  .image-3 {
    display: block;
    margin-top: 40px;
    margin-left: 20px;
  }

  .heading-8 {
    overflow: visible;
    width: 100%;
    font-size: 29px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

#w-node-_95d47070-cf17-dc3c-e2d5-1276a5c2e714-5480aa33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef786837-6443-19d7-f35d-44023e842ebe-5480aa33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#dylan,#dylan:active {
  text-decoration: none;
  color: yellow;

}
