.unwomen-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  margin-right: 20px;
  margin-left: auto;
  padding-right: 83px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.unwomen-bar._02 {
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-1 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 2px;
  -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: #596470;
  color: #fff;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.btn-1:hover {
  background-color: #646b74;
}

.btn-1.selected {
  margin-right: 2px;
  margin-left: 2px;
  border: 3px solid #000;
}

.btn-1.red {
  margin-bottom: 5px;
  background-color: #d10000;
}

.btn-2 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 5px 0px 0px 2px;
  -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;
  border-top: 1px none #596470;
  border-right: 1px none #596470;
  border-left: 1px none #596470;
  background-color: #596470;
  color: #fff;
  text-decoration: none;
}

.btn-2:hover {
  border-top-color: #1c2124;
  border-right-color: #1c2124;
  border-left-color: #1c2124;
  background-color: #596470;
}

.btn-2:active {
  margin-top: 5px;
}

.btn-2:focus {
  background-color: #596470;
}

.btn-2.w--open {
  border-top: 1px none #596470;
  border-right: 1px none #596470;
  border-left: 1px none #596470;
  background-color: #596470;
}

.btn-2.top {
  margin-top: -5px;
}

.image {
  width: 25px;
}

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

.image._2-copy {
  margin-top: 0px;
  margin-left: 0px;
}
.unwomen-video-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  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;
  background-color: rgba(64, 70, 77, 0.92);
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: #d00251;
  background-image: url('../images/cross.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.link-block:hover {
  background-color: #f1005d;
}

.video {
  position: absolute;
  width: 100px;
  height: 100px;
}

.content {
  position: relative;
  margin-bottom: 56.25%;
}

.video-area {
  width: 60%;
  height: auto;
}

 .contact-content {
    width: 80%;
  }
.un-women-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 300px;
  height: 100vh;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: rgba(64, 70, 77, 0.86);
}

.number-close {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #40464d;
  background-image: url('../images/cross.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.number-close:hover {
  background-color: #2a2e33;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin: 2px;
  -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: 1px;
  border-color: hsla(0, 0%, 100%, 0.39);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.number:hover {
  border-color: #d00251;
  background-color: #d00251;
}

.number.part {
  background-color: #fff;
  color: #000;
}

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

.numbers {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100vh;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-button {
  background-color: #40464c;
}

.menu-button:hover {
  background-color: #262b30;
}

.text-block-2 {
  font-size: 11px;
}

.text-block-2._2 {
  margin-left: 3px;
}

.navbar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  margin-top: 8px;
  margin-right: 0px;
  -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;
  background-color: transparent;
}

.container {
  width: 280px;
  height: 70px;
}

.nav-menu {
  margin-top: 3px;
  background-color: transparent;
}

.div-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 70px;
  height: 11px;
  margin-top: 0px;
  border-right: 1px solid #596470;
  border-left: 1px solid #596470;
  background-color: #596470;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(140, 149, 158, 0.37);
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.nav-link:hover {
  background-color: #2a2f33;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 600px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #596470 #596470 #596470 #596470;
  background-color: #596470;
}


.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 40px;
  min-width: 30px;
  margin-right: 22px;
  -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: 0px;
  background-color: none;
  font-size: 12px;
  font-weight: 400;
}

.num:before { 
content: "Page"; 
	margin-right: 4px; 
} 

.link-block-2 {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2:hover {
  opacity: 0.65;
} 

.link-block-5 {
    position: relative;
    z-index: 1;
    width: 75%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: 3;
} 

.link-block-5:hover {
  opacity: 0.65;
} 

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

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

.text-block-3 {
  font-size: 11px;
}

.body-2 {
  background-color: #40464d;
}

.text-block-4 {
  font-size: 12px;
}

.text-block-5 {
  font-size: 11px;
}

.text-block-6 {
  font-size: 11px;
}
.contact {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  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;
  background-color: rgba(64, 70, 77, 0.92);
}

.contact-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  -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;
} 
.text-block-7 {
  margin-top: 100px;
  color: #40464d;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100px;
  margin-bottom: 20px;
}

.link {
  color: #d10151;
  text-decoration: none;
}

.link:hover {
  color: #0efec1;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100px;
}

.div-block-4-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100px;
  background-color: #d00253;
}

.div-block-4-copy-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 100px;
  background-color: #0efec1;
}

@media screen and (max-width: 991px) {
  .video {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0%;
    margin-left: 0px;
  }

  .content {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 56.25%;
  }

  .video-area {
    width: 80%;
  }

  .link-block-2 {
    width: 80%;
  }

  .contact-content {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .video-area {
    width: 90%;
  }

  .body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-content {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-content {
    height: 200px;
  }

  .text-block-7 {
    margin-top: 60px;
    font-size: 17px;
    line-height: 26px;
  }

  .image-2 {
    width: 60px;
    margin-top: 5px;
  }

  .div-block-4-copy {
    height: 70px;
  }

  .div-block-4-copy-copy {
    height: 70px;
  }
}