.hero {
  display: block;
  height: 730px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Page_Artboard-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nearby {
  display: block;
  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;
}

.free-app {
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 0px;
}

.titile {
  font-family: 'Mosk ultra 900', sans-serif;
  color: #202454;
  font-size: 58px;
}

.subtitile {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #202454;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 210px;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
  background-color: #F9CE41;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-store-download {
  margin-right: 20px;
}

.app-store-download:hover {
  background-color: transparent;
}

.image {
  display: inline-block;
  text-align: center;
}

.intro {
  width: 75%;
  margin-top: 64px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 240px;
  padding-bottom: 220px;
  -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;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.h2 {
  margin-bottom: 22px;
  font-family: Lato, sans-serif;
  color: #202454;
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
}

.description-div {
  display: block;
  width: 460px;
  -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;
}

.p {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.p.center {
  text-align: center;
}

.h2-centered {
  margin-bottom: 22px;
  font-family: Lato, sans-serif;
  color: #202454;
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
}

.nearby-text {
  display: block;
}

.download-app-text {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  background-color: #1c1c1c;
}

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

.footer-link {
  margin-right: 32px;
  margin-left: 32px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #ebe9e9;
}

.footer-link.social {
  font-family: 'Fa brands 400', sans-serif;
  font-size: 28px;
}

.footer-link.social:hover {
  color: #ebe9e9;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-copyright {
  margin-bottom: 60px;
}

.nearby-image {
  display: block;
  margin-top: -170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  position: relative;
  top: auto;
  right: auto;
  bottom: 0px;
  display: block;
  float: right;
}

.navbar {
  border-top: 3px solid #202454;
  background-color: transparent;
}

.navbar-container {
  background-color: #fff;
}

.menu-button {
  float: left;
}

.menu-button.w--open {
  background-color: transparent;
}

.menu-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #1c1c1c;
}

.menu-icon:active {
  color: #1c1c1c;
}

.nav-link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 900;
}

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

.nav-link.w--current {
  color: #202454;
}

.nav-menu {
  border-bottom: 3px solid #202454;
  background-color: #fff;
}

.info {
  margin-bottom: 360px;
}

.page-title {
  margin-top: 80px;
}

.download-bottom {
  display: block;
  margin-top: 33px;
  text-align: center;
}

.app-store-download-bottom {
  margin-right: 10px;
}

.footer-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.about {
  overflow: hidden;
}

.about-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.tilted-block {
  position: absolute;
  left: -40px;
  top: 66px;
  right: 0px;
  width: 120%;
  height: 1120px;
  background-color: #202454;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.h3 {
  margin-top: 50px;
  margin-bottom: 22px;
  font-family: Lato, sans-serif;
  color: #202454;
  font-size: 28px;
}

.p-link {
  color: #202454;
}

.h4 {
  margin-top: 28px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 22px;
}

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

.why-winky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 740px;
  margin-top: 20px;
  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;
  background-image: url('../images/Radar.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.contact-list {
  display: block;
  height: 100%;
  margin-top: auto;
  margin-bottom: 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;
}

.image-chats {
  position: static;
  top: auto;
  right: auto;
  bottom: -75px;
  float: none;
}

.chats-text {
  display: block;
}

.chats-image {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.chats-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.events {
  overflow: hidden;
}

.events-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.tilted-block-grey {
  position: absolute;
  left: -40px;
  top: 66px;
  right: 0px;
  width: 120%;
  height: 740px;
  background-color: hsla(0, 0%, 86.7%, 0.15);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.events-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 125px;
  -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-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.image-events {
  position: relative;
  top: auto;
  right: auto;
  bottom: 0px;
  float: right;
}

.description-div-640 {
  display: block;
  width: 640px;
  -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;
}

.download {
  padding-top: 0px;
  padding-bottom: 80px;
}

.free-app-text {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 440px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .nearby {
    display: block;
    -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;
  }

  .free-app {
    padding-top: 20px;
  }

  .titile {
    font-size: 58px;
  }

  .subtitile {
    font-size: 28px;
  }

  .container {
    padding-top: 80px;
  }

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

  .hero-buttons {
    margin-top: 15px;
  }

  .app-store-download {
    width: 200px;
    height: 60px;
    margin-right: 14px;
  }

  .image {
    display: inline-block;
    margin-right: 40px;
    padding-right: 0px;
  }

  .intro {
    width: 80%;
    font-size: 22px;
    line-height: 28px;
  }

  .container-3 {
    padding: 180px 20px;
  }

  .h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .h2.left {
    text-align: left;
  }

  .description-div {
    clear: none;
  }

  .h2-centered {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .nearby-text {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .download-app-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-links {
    margin-top: 40px;
  }

  .footer-link {
    font-size: 16px;
    font-weight: 700;
  }

  .footer-link.w--current {
    font-size: 16px;
    font-weight: 700;
  }

  .footer-link.social {
    font-size: 28px;
  }

  .footer-social {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .footer-copyright {
    margin-bottom: 40px;
  }

  .nearby-image {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    position: static;
    right: -9px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    font-size: 16px;
  }

  .info {
    margin-bottom: 300px;
  }

  .page-title {
    margin-top: 40px;
  }

  .app-store-download-bottom {
    display: inline-block;
    width: 220px;
    height: 60px;
    max-height: 60px;
    max-width: 220%;
    text-decoration: none;
  }

  .footer-text {
    font-size: 16px;
  }

  .tilted-block {
    height: 860px;
  }

  .play-store-download {
    width: 200px;
    height: 60px;
  }

  .why-winky {
    height: 590px;
  }

  .contact-list {
    display: block;
    -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;
  }

  .image-chats {
    position: static;
    right: -9px;
  }

  .chats-text {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .chats-image {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .chats-text-right {
    padding-right: 20px;
    padding-left: 20px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tilted-block-grey {
    height: 910px;
  }

  .events-container {
    padding: 100px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-events {
    position: static;
    right: -9px;
    max-width: 70%;
  }

  .download {
    padding-top: 0px;
  }

  .free-app-text {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 290px;
  }

  .titile {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 42px;
  }

  .subtitile {
    margin-top: 0px;
    font-size: 18px;
  }

  .container {
    padding-top: 3%;
  }

  .div-block {
    width: 460px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-buttons {
    margin-top: 8px;
  }

  .app-store-download {
    width: 160px;
    height: 48px;
    margin-right: 10px;
  }

  .intro {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .container-3 {
    padding-top: 175px;
    padding-bottom: 120px;
  }

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

  .h2-centered {
    font-size: 32px;
    line-height: 38px;
  }

  .footer-links {
    margin-top: 32px;
  }

  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
  }

  .footer-link.w--current {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
  }

  .footer-link.social {
    font-size: 24px;
  }

  .footer-copyright {
    margin-bottom: 32px;
  }

  .page-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info {
    margin-bottom: 220px;
  }

  .page-title {
    margin-top: 16px;
  }

  .app-store-download-bottom {
    width: 160px;
    height: 48px;
  }

  .footer-text {
    font-size: 14px;
  }

  .tilted-block {
    height: 720px;
  }

  .h3 {
    font-size: 24px;
  }

  .play-store-download {
    width: 160px;
    height: 48px;
  }

  .why-winky {
    height: 410px;
  }

  .tilted-block-grey {
    height: 750px;
  }

  .events-container {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .description-div-640 {
    width: 530px;
  }
}

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

  .nearby {
    padding-top: 40px;
  }

  .free-app {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 80px;
  }

  .titile {
    margin-top: 8px;
    font-size: 32px;
  }

  .subtitile {
    font-size: 16px;
    line-height: 24px;
  }

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

  .div-block {
    width: 99%;
  }

  .app-store-download {
    width: 140px;
    height: 42px;
  }

  .intro {
    width: 100%;
    margin-top: 30px;
  }

  .container-3 {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .description-div {
    width: 290px;
  }

  .h2-centered {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }

  .nearby-text {
    padding-right: 14px;
    padding-left: 14px;
    -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;
  }

  .download-app-text {
    padding-right: 14px;
    padding-left: 14px;
  }

  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link.social {
    font-size: 18px;
  }

  .nearby-image {
    display: block;
  }

  .page-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-title {
    margin-top: 16px;
  }

  .app-store-download-bottom {
    width: 140px;
    height: 42px;
  }

  .tilted-block {
    height: 580px;
  }

  .h4 {
    line-height: 28px;
  }

  .play-store-download {
    width: 140px;
    height: 42px;
  }

  .why-winky {
    height: 320px;
  }

  .contact-list {
    padding-top: 30px;
  }

  .chats-text {
    padding-right: 14px;
    padding-left: 14px;
    -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;
  }

  .chats-text-right {
    padding-right: 14px;
    padding-left: 14px;
    -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;
  }

  .tilted-block-grey {
    width: 120%;
    height: 630px;
  }

  .events-container {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .description-div-640 {
    width: 100%;
  }

  .download {
    padding-bottom: 80px;
  }

  .free-app-text {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@font-face {
  font-family: 'Mosk ultra 900';
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}