.ourGen {
  padding: 11.9791666667vw 0 5.2083333333vw;
  position: relative;
}
.ourGen__inner {
  position: relative;
}
.ourGen__heading {
  width: 100%;
}
.ourGen__heading h2 {
  color: #fff;
  margin: 0;
  font-weight: 300;
  margin-bottom: 5.2083333333vw;
}
.ourGen__cards {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ourGen__cards {
    z-index: 4;
  }
}
.ourGen__popup {
  display: none;
  background: #4FB6FF;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ourGen__popup {
    top: 50%;
    transform: translateY(-50%);
    height: 130px;
  }
}
.ourGen__popup__close {
  position: absolute;
  right: 2.6041666667vw;
  top: 2.1875vw;
  border-radius: 100%;
  border: solid 2px #030A24;
  width: 3.4895833333vw;
  height: 3.4895833333vw;
  font-size: 2.0833333333vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #030A24;
  padding-top: 0.5208333333vw;
  cursor: pointer;
}
.ourGen__popup__close:hover {
  border-color: #FFF;
  color: #FFF;
}
.ourGen__popup__copy {
  padding: 5.2083333333vw 7.8125vw 5.2083333333vw 5.2083333333vw;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.ourGen__popup__copy h3 {
  font-family: "Helvetica-Bold";
  font-size: 2.5vw;
  line-height: 1.2;
}
.ourGen__popup__copy p {
  font-size: 1.875vw;
  line-height: 1.2;
}
.ourGen__popup.active {
  display: block;
}

.ogCard__list {
  display: flex;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .ogCard__list {
    display: block;
  }
}
.ogCard__card {
  background-color: #244166;
  width: 20%;
  min-height: 30.8854166667vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  padding: 1.5625vw 1.875vw;
}
@media screen and (max-width: 767px) {
  .ogCard__card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ogCard__card .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ogCard__card .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ogCard__card .title {
  font-family: "Helvetica-Bold";
  font-size: 1.25vw;
  line-height: 1.25;
  color: #ffffff;
  font-weight: normal;
  padding: 0;
  position: relative;
  min-height: 150px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ogCard__card .title {
    font-size: 26px;
  }
}
.ogCard__card .title::before {
  display: block;
  content: "";
  background: #4FB6FF;
  width: 3.8020833333vw;
  height: 0.78125vw;
  margin-bottom: 1.1458333333vw;
}
@media screen and (max-width: 767px) {
  .ogCard__card .title::before {
    width: 40px;
    height: 10px;
  }
}
.ogCard__card .btton-img {
  position: relative;
  z-index: 2;
  margin-top: 1.3020833333vw;
}
.ogCard__card .btton-img a {
  font-family: "Helvetica-Bold";
  color: #fff;
  text-decoration: none;
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .ogCard__card .btton-img a {
    font-size: 20px;
  }
}
.ogCard__card .btton-img a img {
  background-color: #4fb6ff;
  width: 1.4583333333vw;
  height: 1.5104166667vw;
  border-radius: 5.2083333333vw;
  padding: 0.2604166667vw;
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ogCard__card .btton-img a img {
    width: 20px;
    height: 20px;
  }
}
.ogCard__card .btton-img a:hover {
  color: #4fb6ff;
}
.ogCard__card .popup-content {
  display: none;
}/*# sourceMappingURL=our-gen-2.css.map */