.info_section .images_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.strategic_directions .directions_list .image_block img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.standard_text {
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .standard_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .standard_text {
    font-size: 140%;
  }
}

.strategic_directions .directions_list .name_block {
  line-height: 1.5em;
}
@media screen and (min-width: 1280px) {
  .strategic_directions .directions_list .name_block {
    font-size: 200%;
  }
}
@media screen and (max-width: 1279px) {
  .strategic_directions .directions_list .name_block {
    font-size: 160%;
  }
}

@media screen and (min-width: 1280px) {
  .info_section, .strategic_directions, .creation_story {
    margin-top: 140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .info_section, .strategic_directions, .creation_story {
    margin-top: 120px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .info_section, .strategic_directions, .creation_story {
    margin-top: 90px;
  }
}
@media screen and (max-width: 639px) {
  .info_section, .strategic_directions, .creation_story {
    margin-top: 60px;
  }
}

.creation_story .page_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.creation_story .title_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 28px;
}
.creation_story .description_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 28px;
}
.creation_story .images_list {
  margin-top: 14px;
}
.creation_story .images_list ul {
  margin: 0 -17px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.creation_story .images_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 34px 17px 0;
  display: flex;
}
.creation_story .images_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creation_story .external_link {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .creation_story .title_block {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .creation_story .external_link {
    margin-top: 24px;
  }
  .creation_story .images_list {
    margin-top: 6px;
  }
  .creation_story .images_list ul {
    margin: 0 -12px;
  }
  .creation_story .images_list li {
    padding: 24px 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .creation_story .title_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .creation_story .external_link {
    margin-top: 20px;
  }
  .creation_story .description_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .creation_story .images_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.strategic_directions .section_title {
  max-width: 100%;
  text-align: center;
}
.strategic_directions .directions_list {
  padding: 40px 0 0;
  margin: 0 -28px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.strategic_directions .directions_list li {
  flex: 1;
  min-width: 40%;
  margin: 40px 28px 0;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.strategic_directions .directions_list li:not(.active) {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .strategic_directions .directions_list li:nth-child(2n+1) {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .strategic_directions .directions_list li:nth-child(2n) {
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.strategic_directions .directions_list a {
  color: inherit;
  display: flex;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.strategic_directions .directions_list .info_block {
  flex: 1;
  width: 50%;
  padding: 32px;
  align-self: center;
  display: block;
}
.strategic_directions .directions_list .name_block {
  display: block;
  font-family: "grapalat-mariam-bold";
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strategic_directions .directions_list .name_block {
    font-size: 130%;
  }
}
@media screen and (max-width: 479px) {
  .strategic_directions .directions_list .name_block {
    font-size: 130%;
  }
}
.strategic_directions .directions_list .description_block {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strategic_directions .directions_list .description_block {
    font-size: 110%;
  }
}
@media screen and (max-width: 479px) {
  .strategic_directions .directions_list .description_block {
    font-size: 110%;
  }
}
.strategic_directions .directions_list .image_block {
  display: block;
  flex: 0 0 32.5%;
  max-width: 32.5%;
  margin: -1px -1px -1px auto;
  position: relative;
  overflow: hidden;
}
.strategic_directions .directions_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 128.4%;
}
.strategic_directions .directions_list .image_block img {
  object-fit: cover;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .strategic_directions .directions_list {
    padding-top: 32px;
    margin: 0 -20px;
  }
  .strategic_directions .directions_list li {
    margin: 30px 20px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) and (min-width: 769px) {
  .strategic_directions .directions_list li:nth-child(2n+1) {
    margin-top: 8px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .strategic_directions .directions_list .info_block {
    padding: 16px;
  }
}
@media screen and (max-width: 959px) {
  .strategic_directions .directions_list {
    padding-top: 24px;
    margin: 0 -12px;
  }
  .strategic_directions .directions_list li {
    margin: 24px 12px 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 769px) {
  .strategic_directions .directions_list li:nth-child(2n+1) {
    margin-top: 6px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 959px) {
  .strategic_directions .directions_list .info_block {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .strategic_directions .directions_list li {
    min-width: 60%;
  }
  .strategic_directions .directions_list li:nth-child(2n) .info_block {
    order: 2;
  }
}

.info_section .page_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.info_section .info_block {
  flex: 1;
  width: 50%;
  padding-right: 74px;
}
.info_section .image_block {
  flex: 0 0 45%;
  max-width: 550px;
}
.info_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.info_section .images_list {
  flex: 1;
  min-width: 60%;
  margin: 44px -19px 0;
}
.info_section .images_list ul {
  display: flex;
  flex-wrap: wrap;
}
.info_section .images_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_section .images_list li {
  padding: 38px 19px 0;
  display: flex;
}
.info_section .images_list li:nth-child(2n+1) {
  flex: 0 0 70%;
  max-width: 70%;
}
.info_section .images_list li:nth-child(2n) {
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .info_section .info_block {
    padding-right: 40px;
  }
  .info_section .images_list {
    margin: 8px -16px 0;
  }
  .info_section .images_list li {
    padding: 32px 16px 0;
  }
}
@media screen and (max-width: 959px) {
  .info_section .info_block {
    padding-right: 20px;
  }
  .info_section .images_list {
    margin: 0px -12px 0;
  }
  .info_section .images_list li {
    padding: 24px 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .info_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .info_section .info_block {
    padding-right: 0;
  }
  .info_section .images_list li:nth-child(2n), .info_section .images_list li:nth-child(2n+1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=foundation.css.map */
