.nav {
  position: fixed;
  top: 0%;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 10vh;
  max-width: 1600px;
  padding-right: 3%;
  padding-left: 3%;
  -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: #f7f7f7;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  background-color: #f7f7f7;
  text-align: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-width: 25%;
  -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;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.memeofweek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-width: 25%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 0px;
  outline-color: #121212;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: novecento-sans, sans-serif;
  color: #121212;
  font-size: 16px;
  text-decoration: none;
}

.navlink:hover {
  font-weight: 700;
}

.navlink.w--current {
  margin-right: 24px;
  font-weight: 700;
}

.navlink.w--current:hover {
  font-weight: 700;
}

.link {
  font-family: caraque-melted, sans-serif;
  color: #121212;
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80vh;
  max-width: 1600px;
  -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;
}

.sticky-bottom {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  max-width: 1600px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.container {
  position: static;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-width: 50%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3 {
  position: static;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-width: 50%;
  -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;
}

.socials {
  margin-right: 12px;
  margin-left: 12px;
}

.link-2 {
  font-family: novecento-sans, sans-serif;
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-2:hover {
  font-weight: 700;
}

.image {
  position: relative;
  z-index: 1000;
  margin-right: 12px;
  margin-left: 12px;
  border-style: none;
  border-width: 2px;
  border-color: #f7f7f7;
  border-radius: 50px;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.48);
}

.div-block {
  margin-top: 16px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: novecento-sans, sans-serif;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 1px;
}

.text-span {
  font-family: caraque-melted, sans-serif;
  color: #de0e14;
  font-size: 64px;
  font-weight: 400;
}

.text-span-2 {
  font-family: caraque-melted, sans-serif;
  color: #0880d2;
  font-size: 64px;
  font-weight: 400;
}

.text-span-3 {
  font-family: caraque-melted, sans-serif;
  color: #1d7119;
  font-size: 64px;
  font-weight: 400;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 110px;
  padding-bottom: 110px;
  -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;
}

.paragraph {
  font-family: novecento-sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.div-block-2 {
  width: 31%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.onlypercan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 66%;
}

.div-block-5 {
  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-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;
}

.image-4 {
  margin-right: 42px;
  border: 1px none #000;
  border-radius: 32px;
  box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.46);
}

.paragraph-2 {
  margin-top: 16px;
  margin-bottom: 22px;
  font-family: sofia-pro, sans-serif;
  color: #121212;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: novecento-sans, sans-serif;
  color: #0880d2;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.button {
  padding: 6px 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #0880d2;
  border-radius: 8px;
  background-color: rgba(56, 152, 236, 0);
  font-family: novecento-sans, sans-serif;
  color: #0880d2;
  font-size: 13px;
}

.text-span-4 {
  font-size: 37px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 66%;
  margin-top: 106px;
  margin-bottom: 106px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  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;
}

.image-5 {
  margin-left: 42px;
  border-radius: 32px;
  box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.46);
}

.paragraph-3 {
  margin-top: 16px;
  margin-bottom: 22px;
  font-family: sofia-pro, sans-serif;
  color: #121212;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: novecento-sans, sans-serif;
  color: #de0e14;
  font-size: 30px;
  text-align: left;
}

.button-2 {
  padding: 6px 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #de0d14;
  border-radius: 8px;
  background-color: rgba(56, 152, 236, 0);
  font-family: novecento-sans, sans-serif;
  color: #de0d14;
  font-size: 13px;
  font-weight: 600;
}

.text-span-5 {
  font-size: 38px;
  font-weight: 600;
}

.bluecircle {
  border-radius: 50px;
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.48);
}

.yuppour {
  position: static;
  border-radius: 50px;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.48);
}

.image-6 {
  position: absolute;
  left: 808px;
  top: 220px;
  display: none;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  -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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -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;
}

.middleinsta {
  margin-right: 26px;
  margin-left: 26px;
}

.div-block-8 {
  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-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;
}

.div-block-9 {
  margin-bottom: 46px;
}

.heading-4 {
  margin-top: 26px;
  font-family: novecento-sans, sans-serif;
  color: #121212;
  font-size: 32px;
}

.text-span-6 {
  color: #121212;
  font-size: 38px;
  text-decoration: underline;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 18%;
  right: 8%;
  bottom: 0%;
  margin: 0px;
  border-style: none;
  border-width: 6px;
  border-color: #f7f7f7;
  border-radius: 10px;
}

.image-8 {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 16%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 10px;
}

.image-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 16%;
  border-radius: 10px;
}

.image-10 {
  border-radius: 16px;
}

.image-11 {
  border-radius: 16px;
}

.image-12 {
  border-radius: 16px;
}

.image-13 {
  border-radius: 16px;
}

.image-14 {
  border-radius: 16px;
}

.image-15 {
  border-radius: 16px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlinks {
  margin-right: 28px;
  margin-left: 28px;
  font-family: sofia-pro, sans-serif;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footerlinks:hover {
  font-weight: 600;
}

.footerlinks.w--current {
  font-weight: 600;
}

.div-block-11 {
  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;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 46px;
  -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;
}

.div-block-13 {
  width: 100%;
  border-top: 1px solid rgba(18, 18, 18, 0.27);
  background-color: #f7f7f7;
}

.paragraph-4 {
  overflow: visible;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: rgba(18, 18, 18, 0.66);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.spacer {
  height: 10vh;
}

.meme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding-right: 3%;
  padding-left: 3%;
  -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;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  max-width: 100%;
  -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;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #de0e14;
}

.heading-5 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: caraque-melted, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}

.image-16 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.paragraph-5 {
  margin-bottom: 20px;
  font-family: novecento-sans, sans-serif;
  color: #fff;
  font-size: 34px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: 13px;
  padding-top: 0px;
  -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: 50px;
  background-color: #fff;
  opacity: 1;
  outline-color: rgba(85, 85, 85, 0);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block-18:active {
  border-style: none;
  border-width: 4px;
  border-color: #fff;
  background-color: #f7f7f7;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-left: 13px;
  -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: 50px;
  background-color: #f7f7f7;
}

.image-17 {
  margin-top: 0px;
  background-color: transparent;
}

.image-17:hover {
  opacity: 1;
}

.link-block {
  height: 100%;
  margin-left: 18px;
}

.image-18 {
  height: 100%;
  border-radius: 18px;
}

.body-2 {
  background-color: #f7f7f7;
}

.dislike {
  opacity: 1;
}

.dislike:hover {
  opacity: 1;
}

.navbar {
  width: 100%;
}

.container-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  max-width: 1600px;
  padding: 16px 3%;
  background-color: #f7f7f7;
}

.image-20 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 60px;
  font-family: novecento-sans, sans-serif;
  color: #121212;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: #121212;
  text-decoration: none;
}

.section-5 {
  height: 10vh;
}

.body-3 {
  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-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;
  background-color: #f7f7f7;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1600px;
  padding: 190px 4% 50px;
  -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;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: novecento-sans, sans-serif;
  color: #121212;
  font-size: 48px;
  line-height: 58px;
}

.paragraph-6 {
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.div-block-22 {
  margin-left: 44px;
}

.div-block-23 {
  width: 54%;
  margin-right: 44px;
}

.text-span-7 {
  color: #e20201;
}

.text-span-8 {
  color: #0f86ce;
}

.div-block-24 {
  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;
}

.div-block-25 {
  display: none;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-21 {
  margin-bottom: 28px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-top: 90px;
  padding-right: 4%;
  padding-left: 4%;
  -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;
}

.heading-7 {
  margin-bottom: 10px;
  font-family: novecento-sans, sans-serif;
  color: #121212;
  font-size: 30px;
  text-align: center;
}

.html-embed {
  margin-bottom: 0px;
}

.paragraph-7 {
  margin-bottom: 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-27 {
  width: 80%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-8 {
  margin-top: 93px;
}

.heading-8 {
  font-family: novecento-sans, sans-serif;
  color: #e50103;
  font-size: 54px;
  text-align: center;
}

.container-8 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.paragraph-8 {
  margin-top: 28px;
  font-family: caraque-melted, sans-serif;
  color: #121212;
  font-size: 20px;
  text-align: center;
}

.link-3 {
  color: #121212;
  text-decoration: underline;
}

.html-embed-2 {
  margin-top: 20px;
}

.body-4 {
  background-color: #f7f7f7;
}

.text-span-9 {
  font-weight: 700;
}

.link-4 {
  color: #333;
}

@media screen and (max-width: 991px) {
  .links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .memeofweek {
    display: none;
  }

  .navlink {
    display: none;
  }

  .navlink.w--current {
    display: block;
  }

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

  .onlypercan {
    -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;
  }

  .image-4 {
    display: block;
    margin-bottom: 20px;
  }

  .container-5 {
    -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;
  }

  .div-block-6 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-5 {
    margin-top: 28px;
    margin-left: 0px;
  }

  .paragraph-3 {
    text-align: right;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    display: none;
  }

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

  .div-block-16 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-16 {
    display: none;
  }

  .link-block {
    height: 60%;
  }

  .image-18 {
    width: 100%;
  }

  .image-19 {
    display: none;
  }

  .nav-link {
    margin-left: 0px;
    color: #f7f7f7;
    text-align: center;
  }

  .div-block-21 {
    width: 28px;
    height: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: #121212;
    color: #ce1616;
  }

  .menu-button {
    z-index: 10000;
    padding-right: 0px;
    padding-left: 20px;
  }

  .menu-button:hover {
    opacity: 0.76;
  }

  .menu-button.w--open {
    z-index: 5000;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu {
    z-index: 9000;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e40001;
  }

  .heading-6 {
    font-size: 42px;
    line-height: 52px;
  }

  .div-block-22 {
    display: none;
  }

  .div-block-23 {
    width: 80%;
    margin-right: 0px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 48px;
    line-height: 60px;
  }

  .text-span {
    font-size: 54px;
  }

  .text-span-2 {
    font-size: 54px;
  }

  .text-span-3 {
    font-size: 54px;
  }

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

  .heading-6 {
    font-size: 34px;
    line-height: 44px;
  }

  .div-block-23 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    width: 90%;
  }

  .sticky-bottom {
    display: none;
  }

  .heading {
    font-size: 42px;
    line-height: 48px;
  }

  .text-span {
    font-size: 42px;
  }

  .text-span-2 {
    font-size: 42px;
  }

  .text-span-3 {
    font-size: 42px;
  }

  .facts {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .onlypercan {
    max-width: 90%;
  }

  .image-4 {
    width: auto;
  }

  .container-5 {
    max-width: 90%;
  }

  .heading-3 {
    text-align: right;
  }

  .middleinsta {
    margin-right: 8px;
    margin-left: 8px;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerlinks {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .footerlinks.w--current {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .div-block-12 {
    padding-left: 3%;
  }

  .section-6 {
    height: auto;
    margin-top: 110px;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .div-block-23 {
    width: 90%;
  }

  .section-7 {
    margin-top: 94px;
  }

  .heading-7 {
    margin-right: 4%;
    margin-left: 4%;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }

  .div-block-27 {
    width: 95%;
  }

  .container-8 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

