.body {
  background-color: #000;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.menu-button-2 {
  z-index: 2;
  background-color: transparent;
}

.menu-button-2.w--open {
  background-color: #000;
}

.image-5 {
  width: 80px;
  max-width: none;
  margin-top: 0px;
}

.text-block-11 {
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  margin-right: 0px;
  padding: 16px 16px 16px 16px;
  line-height: 14px;
  color: #505050;
  text-decoration: none;
}

.link-block-2.w--current {
  padding: 16px 16px 16px 16px;
  color: #fffdf2;
  line-height: 14px;
  text-decoration: none;
}

.brand-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  margin-top: -13px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.nav-menu {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 5%;
  -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: #ff1919;
}

.nav-link {
  position: static;
  color: rgba(255, 253, 243, 0.89);
  font-size: 24px;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin-top: 0px;
  padding-left: 2%;
  -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;
  border-style: solid none none;
  border-width: 19px 0px 0px;
  border-color: #ff1919;
  border-radius: 0px;
  background-color: #000;
}

.link-block {
  margin-right: 0px;
  padding: 16px 16px 16px 8px;
  color: #505050;
  text-decoration: none;
}

.link-block.w--current {
  padding-top: 14px;
  color: #fffdf2;
}

.map-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.container-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 110vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 0%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_dates_inner-wrap {
  position: static;
  display: none;
  height: 110vh;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_main {
  display: block;
  max-width: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}

.section-dates {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin-top: 24px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-_main.big {
  display: block;
  max-width: 920px;
  margin-top: 0px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}

.paragraph-_main.hide {
  display: block;
  max-width: 390px;
}

.footer-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-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;
  background-image: linear-gradient(12deg, #000 40%, transparent);
  line-height: 0px;
}

.text_link {
  margin-top: 43px;
  margin-bottom: 27px;
  font-size: 18px;
  text-align: center;
}

.section-dates-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 128px;
  -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: transparent;
  background-image: linear-gradient(177deg, rgba(0, 0, 0, 0.81) 58%, transparent);
}

.txt-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  bottom: 0px;
  display: block;
  width: 50%;
  max-width: none;
  margin-bottom: 4px;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  background-color: transparent;
  /*pointer-events: auto;*/
}

.txt-wrap.intro {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  -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;
  /* pointer-events: auto; */
}

.features {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-right: 0px;
  margin-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-hero {
  width: auto;
  height: auto;
  max-height: 0%;
  max-width: none;
  margin-right: 12px;
  margin-bottom: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overline-2 {
  color: #ff1919;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-item {
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none transparent;
  border-radius: 100%;
  background-color: #6d6d6d;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.nav-item:hover {
  background-color: #000;
}

.nav-item.w--current {
  border-color: #000;
  background-color: #ff1919;
}

.nav--sections-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 100vh;
  -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;
}

.page-wrap {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.arrows {
  width: 24px;
  height: 24px;
  border-bottom: 2px solid rgba(255, 253, 243, 0.89);
  border-left: 2px solid rgba(255, 253, 243, 0.89);
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrows._50 {
  border-bottom-color: #ff1919;
  border-left-color: #ff1919;
  opacity: 0.5;
}

.arrows._30 {
  border-bottom-color: #ff1919;
  border-left-color: #ff1919;
  opacity: 0.3;
}

.arrows._100 {
  border-bottom-color: #ff1919;
  border-left-color: #ff1919;
}

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

.button {
  margin-top: 62px;
  padding: 16px 32px 17px;
  background-color: #ff1919;
  font-size: 18px;
  font-weight: 700;
  pointer-events: auto;
}

.signature-wrap {
  position: fixed;
  /* left: 0%; */
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
}

.caption {
  margin-bottom: 4px;
  font-size: 10px;
  text-align: right;
}

.signature-wrap-content {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -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;
  z-index: 3;
}

.image-6 {
  width: 100px;
}

.photo-wrap {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 3;
}

.popup-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10vw;
  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: #ff1919;
  background-color: rgb(0, 0, 0, 0.56);
}

.slider {
  width: 100%;
  height: 100%;
}

.marker {
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff1919;
  border-radius: 50%;
  cursor: pointer;
}

.marker:hover {
  width: 88px;
  height: 88px;
  border-width: 4px;
}

.marker._001 {
  background-image: url('../images/1280px-Demonstration_in_Queensway_20190609_cropped.jpg');
  background-position: 68% 50%;
  background-size: cover;
}

.marker._002 {
  background-image: url('../images/1024px-Harcourt_Road_tear_smoke_view1_20190612.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.marker._003 {
  background-image: url('../images/800px-190616_HK_Protest_Incendo_19.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.marker._004 {
  background-image: url('../images/1280px-190701_HK_Protest_Incendo_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.marker._005 {
  background-image: url('../images/21-07-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.marker._006 {
  background-image: url('../images/1280px-Hong_Kong_Way_20190823_01.jpg');
  background-position: 50% 50%;
  background-size: 430%;
}

.marker._007 {
  background-image: url('../images/31-08-02_.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.marker._008 {
  background-image: url('../images/CUHK_Protester_face_with_police_force_view1_20191112.jpg');
  background-position: 50% 50%;
  background-size: 230%;
  background-repeat: no-repeat;
}

.photos {
  display: block;
  height: 100%;
  background-image: url('../images/1280px-Demonstration_in_Queensway_20190609_cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photos.photo02 {
  background-image: url('../images/800px-2019-06-12_Hong_Kong_demonstrators_on_Harcourt_Road.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photos.photo03 {
  background-image: url('../images/800px-2019-06-12_Hong_Kong_demonstrators_on_Harcourt_Road.jpg');
}



.photos._12-06-01 {
  background-image: url('../images/1024px-Protester_occupy_Harcourt_Road_20190612.jpg');
}

.photos._12-06-02 {
  background-image: url('../images/1024px-Harcourt_Road_tear_smoke_view1_20190612.jpg');
}

.photos._12-06-03 {
  background-image: url('../images/800px-2019-06-12_Hong_Kong_demonstrators_on_Harcourt_Road.jpg');
}

.photos._12-06-04 {
  background-image: url('../images/12th June 2019outside the Central Government Office_web.jpg');
}



.photos._16-06-01 {
  background-image: url('../images/1024px-Sea_of_protesters_giving_way_to_buses_to_leave_Harcourt_Road_20190616.jpg');
}

.photos._16-06-02 {
  background-image: url('../images/800px-190616_HK_Protest_Incendo_19.jpg');
}

.photos._16-06-03 {
  background-image: url('../images/16-06-03.jpg');
}

.photos._16-06-04 {
  background-image: url('../images/16-06-04.jpg');
}

.photos._16-06-05 {
  background-image: url('../images/16-06-05.jpg');
}




.photos._01-07-01 {
  background-image: url('../images/1280px-190701_HK_Protest_Incendo_01.jpg');
}

.photos._01-07-02 {
  background-image: url('../images/01-07-02.jpg');
}



.photos._21-07-01 {
  background-image: url('../images/21-07-01.jpg');
}



.photos._23-08-01 {
  background-image: url('../images/1280px-Hong_Kong_Way_20190823_09.jpg');
}

.photos._23-08-02 {
  background-image: url('../images/1280px-Hong_Kong_Way_20190823_13.jpg');
}

.photos._23-08-03 {
  background-image: url('../images/1280px-Hong_Kong_Way_20190823_10.jpg');
}

.photos._23-08-04 {
  background-image: url('../images/1280px-Hong_Kong_Way_20190823_15.jpg');
  background-position: 100% 50%;
}

.photos._23-08-05 {
  background-image: url('../images/1280px-Hong_Kong_Way_20190823_20.jpg');
}




.photos._31-08-01 {
  background-image: url('../images/31-08-01_.jpg');
}

.photos._31-08-02 {
  background-image: url('../images/31-08-02_.jpg');
  background-position: 0% 50%;
}

.photos._31-08-03 {
  background-image: url('../images/31-08-03_.jpg');
}

.photos._31-08-04 {
  background-image: url('../images/31-08-04_.jpg');
}

.photos._31-08-05 {
  background-image: url('../images/31-08-05_.jpg');
}



.photos._17-11-01 {
  background-image: url('../images/CUHK_Protester_face_with_police_force_view1_20191112.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.photos._17-11-02 {
  background-image: url('../images/17-11-02.jpg');
  background-position: 70% 50%;
  background-size: cover;
}



.market-pop-up-wrapper {
  display: none;
  padding: 37px;
  align-items: center;
}

.lottie-animation {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 5px;
}

.marker-wraper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  -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;
}

.closing-wrap {
  position: absolute;
  left: auto;
  top: -4%;
  right: -3%;
  bottom: auto;
  z-index: 5;
  cursor: pointer;
}

.icon-closing {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 991px) {
  .map {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }

  .container-content {
    display: block;
    width: 80%;
    height: 800px;
  }

  .section_dates_inner-wrap {
    position: relative;
    display: block;
    width: 80vw;
    height: 800px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-dates {
    display: block;
    width: 100%;
    height: auto;
    -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;
  }

  .paragraph-_main.big {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-wrap {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-dates-2 {
    display: block;
    height: 100vh;
    margin-top: 72px;
  }

  .features {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .logo-hero {
    display: none;
  }

  .overline-2 {
    font-size: 14px;
  }

  .nav--sections-wrap {
    width: 10vw;
    padding-top: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

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

  .brand-2 {
    position: static;
    margin-top: -31px;
    margin-left: 2rem;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .section_dates_inner-wrap {
    width: 80vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-dates {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-_main {
    display: none;
  }

  .paragraph-_main.big {
    display: block;
    max-width: 550px;
    font-size: 28px;
    line-height: 36px;
  }

  .section-dates-2 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
  }

  .logo-hero {
    display: none;
    margin-right: 0px;
  }

  .nav-item {
    width: 10px;
    height: 10px;
    margin-bottom: 16px;
  }

  .nav--sections-wrap {
    width: 10vw;
  }
}



@media screen and (max-width: 479px) {
  .body {
    background-color: #000;
  }

  .menu-button-2 {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .image-5 {
    width: 50px;
    margin-top: 0px;
  }

  .link-block-2 {
    padding: 8px 8px 8px 8px;
    margin-top: 0px;
  }

  .link-block-2.w--current {
    margin-top: 0px;
    padding: 8px 8px 8px 8px;
  }

  .brand-2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navbar {
    height: 48px;
    border-top-width: 4px;
    background-color: #000;
  }

  .link-block {
    margin-top: 0px;
    padding: 8px 8px 8px 8px;
  }

  .map {
    height: 100vh;
  }

  .container-content {
    display: block;
    width: 80vw;
    height: 800px;
    padding: 64px 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section_dates_inner-wrap {
    position: relative;
    width: 76vw;
    margin-right: auto;
    margin-left: auto;
  }

  .heading_main {
    max-width: none;
    font-size: 24px;
    line-height: 28px;
  }

  .section-dates {
    display: block;
    width: 100%;
    height: 800px;
    padding: 64px 36px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-_main {
    display: none;
    max-width: none;
    margin-top: 16px;
    font-weight: 400;
  }

  .paragraph-_main.big {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-wrap {
    position: static;
  }

  .section-dates-2 {
    display: block;
    height: 100vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .overline-2 {
    color: #ff1919;
    font-size: 13px;
  }

  .nav-item {
    width: 10px;
    height: 10px;
    margin-bottom: 16px;
  }

  .nav-item.w--current {
    width: 8px;
    height: 8px;
  }

  .nav--sections-wrap {
    z-index: 2;
    width: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .arrows {
    width: 16px;
    height: 16px;
  }

  .signature-wrap-content {
    background-image: linear-gradient(345deg, #000 8%, transparent 51%);
  }

  .image-6 {
    width: 90px;
  }
}

.closing-wrap {
  position: absolute;
  left: auto;
  top: -4%;
  right: -3%;
  bottom: auto;
  z-index: 5;
}

.icon-closing {
  width: 24px;
  height: 24px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.freeze {
  overflow: hidden;
}

.social-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 20px;
  width: 200px;
  margin-left: 20px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .social-container {
    display: none
  }
}

.social-container .social-icon {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.social-container .icon-fb {
  background-image: url("../images/icon-facebook.svg")
}

.social-container .icon-tw {
  background-image: url("../images/icon-twitter.svg")
}

.social-container .icon-li {
  background-image: url("../images/icon-linkedin.svg")
}

.social-container .icon-tg {
  background-image: url("../images/icon-telegram.svg")
}

.social-container .icon-yt {
  background-image: url("../images/icon-youtube.svg")
}
.social-container .icon-in {
  background-image: url("../images/icon-instagram.svg")
}

.nav-menu .social-container {
  display: none
}

@media screen and (max-width: 767px) {
  .nav-menu .social-container {
    position: relative;
    margin-left: 0;
    margin-top: 30px;
    display: inline-flex;
  }
}