

@import url('https://fonts.googleapis.com/css2?family=Kumar+One+Outline&display=swap');

.contentContainer4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 14vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 2vw;
  -ms-flex-preferred-size: 100vw;
      flex-basis: 100vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page4TextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page4TextContainer h1{
  text-align: left;
  font-size: 2.5vw;
  margin-bottom: auto;
  margin-left: -44%;
}
.page4TextContainer h2{
  text-align: left;
  font-size: 1.6vw;
}
.contentContainer4 .quadMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 60vh;
  background: rgba(1,1,1,.1);
  -ms-flex-preferred-size: 46vw;
      flex-basis: 46vw;
}
.contentContainer4 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 10vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(100vh/6);
  font-family: 'Roboto';
  left: 43vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contentContainer4 a {
  font-size: 1vw;
  margin-left: 4vw;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  z-index: 9999999;
}
.contentContainer4 a:focus {
  font-size: 1vw;
  text-decoration: underline;
  color: #2BF2E0;

}
.contentContainer4 .blury {
  position: absolute;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  width: 80%;
  height: 100%;
}

.quadMenuPage4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  height: 35vw;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1vw;
  margin: 0 0 -3vw 0;
}
.quadMenuPage4 .quadPartners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .2vw;
  width: 7vw;
  height: 7vw;
  margin: .5vw 1vw 1vw 1vw;
  background: rgba(19, 28, 68, 0.1);
}
.quadMenuPage4 img {
  margin: auto;
  width: 80%;
  height: 30%;
}

.bigImg {
    max-height: 22%;
}
