:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #0d1118;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.header {
  z-index: 99;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 6px 6px -6px rgba(0, 0, 0, .16);
}

.header_inner {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.header_navlinks {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.header_navlink_item {
  color: #0d1118;
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.header_navlink_item:hover {
  border-bottom: 2px solid #0d4cd3;
}

.menu_navlink_dropdown {
  font-weight: 600;
}

.dropdown-toggle {
  padding-left: 16px;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .04), 0 5px 15px rgba(50, 50, 93, .1);
}

.nav_dropdown_link {
  border-radius: 12px;
  font-weight: 600;
  transition: background-color .2s;
}

.nav_dropdown_link:hover {
  background-color: #ecf1fa;
}

.nav_dropdown_link.w--current {
  color: #0d1118;
}

.dropdown {
  justify-content: center;
  align-items: center;
}

.firstscreen_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 64px;
}

.firstscreen_text {
  color: #4e535b;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.firstscreen_buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.primary_btn {
  color: #fff;
  background-color: #0d4cd3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 56px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.primary_btn:hover {
  background-color: #105cff;
}

.btn_value {
  font-weight: 600;
}

.secondary_btn {
  color: #0d4cd3;
  background-color: #edf2fe;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 56px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.secondary_btn:hover {
  background-color: #e4e9f5;
}

.person_photo {
  border-radius: 16px;
  width: 366px;
}

.infosection_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 172px 172px repeat(auto-fit, 228px);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.infosection_block {
  background-color: #ecf1fa;
  border-radius: 20px;
  padding: 24px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.infosection_text {
  margin-bottom: 0;
  font-weight: 500;
}

.infosection_linewrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.infosection_number {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.infosection_number_desc {
  font-weight: 500;
}

.info_tag {
  color: #fff;
  background-color: #5a5f66;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.info_section_edu.is--2nd {
  margin-top: 24px;
}

.list-item {
  margin-bottom: 16px;
}

.gallery_images {
  margin-top: 56px;
}

.h2_centered {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.lightbox_gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.lightbox_image {
  background-image: url('../images/image_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 213px;
  height: 136px;
  position: relative;
  overflow: hidden;
}

.lightbox_image.is--2 {
  background-image: url('../images/image_6.webp');
}

.lightbox_image.is--3 {
  background-image: url('../images/image_7.webp');
}

.lightbox_image.is--4 {
  background-image: url('../images/image_4.jpeg');
}

.zoom_controll {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.lightbox_gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  height: 48px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: #f5faff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_navlinks {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_navlink {
  color: #0d1118;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  text-decoration: none;
}

.footer_navlink:hover {
  text-decoration: underline;
}

.footer_link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0d4cd3;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  padding-left: 24px;
  padding-right: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.footer_link:hover {
  background-color: #105cff;
}

.footer_legal {
  text-align: center;
  border-top: 1px solid #dee3eb;
  margin-top: 40px;
  padding-top: 24px;
}

.footer_legaltext {
  color: #4e535b;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.list {
  padding-left: 12px;
}

.mobile_burger, .mobile_overlay, .mobile_modal {
  display: none;
}

.generic_section {
  padding-top: 120px;
  padding-bottom: 56px;
}

.breadcrumb {
  color: #a6abb4;
  margin-bottom: 20px;
  font-weight: 500;
}

.link_breadcrumb {
  color: #0d1118;
  text-decoration: none;
}

.h1_inner {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 40px;
  line-height: 56px;
}

.h1_inner.is--center {
  text-align: center;
}

.workprogramms_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.workprogramm_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0d1118;
  background-color: #fff;
  border: 1px solid #dee3eb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 368px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.workprogramm_item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .04), 0 5px 15px rgba(50, 50, 93, .1);
}

.work_card_heading {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.work_card_text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.workprogram_pseudolink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pseudolink_value {
  color: #0d4cd3;
  font-weight: 600;
}

.form_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form_inner {
  background-color: #fff;
  border-radius: 16px;
  width: 360px;
  padding: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 6px 20px rgba(0, 0, 0, .08);
}

.input_caption {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.asterix {
  color: #c53434;
}

.input {
  color: #0d1118;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-weight: 500;
  transition: border-color .15s;
}

.input:focus {
  border-color: #0d4cd3;
}

.input::placeholder {
  color: #7e8c9a;
  font-size: 14px;
  font-weight: 500;
}

.input_text {
  color: #0d1118;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  height: 72px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-weight: 500;
  transition: border-color .15s;
}

.input_text:focus {
  border-color: #0d4cd3;
}

.input_text::placeholder {
  color: #7e8c9a;
  font-size: 14px;
  font-weight: 500;
}

.form_submit {
  background-color: #0d4cd3;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  font-weight: 600;
}

.success_message {
  color: #00522e;
  font-weight: 500;
}

.success-message {
  background-color: #c1ffd3;
  border-radius: 12px;
}

.error-message {
  border-radius: 8px;
}

.error_message {
  text-align: center;
  font-weight: 500;
}

.advances_documents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  display: flex;
}

.advance_doc_link {
  color: #0d1118;
  max-width: 678px;
  text-decoration: none;
}

.advance_doc_inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #dee3eb;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.advance_doc_inner.is--last {
  border-bottom-style: none;
}

.pdf_icon.rt_20 {
  height: 32px;
}

.advance_title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.advance_title_accent {
  color: #0d4cd3;
  font-weight: 600;
}

.advance_doc_pseudolink {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pseudolink_item {
  color: #0d4cd3;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.qualification_docs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.qualif_link {
  color: #0d1118;
  max-width: 678px;
  text-decoration: none;
}

.cat_info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._16_semibold {
  font-weight: 600;
}

.articles_tabs_wrapper {
  margin-top: 24px;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.tab_tag_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tab-link-tab-1 {
  background-color: #ecf1fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #0d4cd3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #ecf1fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #0d4cd3;
}

.tab-link-tab-3 {
  background-color: #ecf1fa;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #0d4cd3;
}

.tab-link-tab-4 {
  background-color: #ecf1fa;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #0d4cd3;
}

.tab-link-tab-5 {
  background-color: #ecf1fa;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #0d4cd3;
}

.tabs-content {
  margin-top: 40px;
  overflow: visible;
}

.articles_items_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.article_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0d1118;
  background-color: #fff;
  border: 1px solid #dee3eb;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 368px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.article_item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .04), 0 5px 15px rgba(50, 59, 93, .1);
}

.article_name {
  font-weight: 600;
}

.pseudolink_article {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pseudolink_acticle_value {
  color: #0d4cd3;
  font-weight: 600;
}

.article_section {
  background-color: #ecf1fa;
  margin-bottom: -80px;
  padding-top: 128px;
  padding-bottom: 80px;
}

.article_main_wrapper {
  background-color: #fff;
  border: 1px solid #dee3eb;
  border-radius: 40px;
  padding: 32px;
}

.back_btn {
  color: #0d1118;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.btn_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ecf1fa;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.btn_container.is--xl {
  color: #fff;
  background-color: #21262c;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  transition: background-color .2s;
}

.btn_container.is--xl:hover {
  background-color: #303740;
}

.article_heading_center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.h1_article {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
}

.h1_article.is--center {
  text-align: center;
}

.article_plaintext {
  margin-bottom: 12px;
  font-weight: 500;
}

.article_plaintext.text-center {
  text-align: center;
}

.h2_article {
  font-size: 20px;
  line-height: 32px;
}

.h2_article.is-big {
  font-size: 24px;
}

.copyright_article {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.article_copyright {
  color: #4e535b;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.article_copyright_name {
  font-weight: 600;
}

.article_image {
  border-radius: 16px;
  width: 360px;
  margin-top: 24px;
}

.images_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article_center {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.article_image_sm {
  max-width: 180px;
}

.article_image_sm.is--big {
  max-width: 280px;
}

.article_btn_wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .firstscreen_wrapper {
    flex-flow: column;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .h1, .firstscreen_text {
    text-align: center;
  }

  .person_photo {
    width: 280px;
    margin-top: 40px;
  }

  .infosection_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: 198px 198px repeat(auto-fit, 262px);
  }

  .infosection_linewrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .infosection_number_desc {
    font-size: 14px;
    line-height: 20px;
  }

  .lightbox_gallery, .footer_wrapper {
    flex-flow: wrap;
  }

  .h1_inner, .h1_article {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .infosection_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .infosection_block {
    padding: 16px;
  }

  .gallery_images {
    margin-top: 40px;
  }

  .generic_section {
    padding-bottom: 0;
  }

  .workprogramms_wrapper {
    flex-flow: column;
  }

  .workprogramm_item {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 90;
    border-radius: 0;
  }

  .container {
    width: 100%;
  }

  .header_inner {
    height: 56px;
    padding-left: 12px;
  }

  .header_navlink_item, .dropdown-toggle {
    display: none;
  }

  .firstscreen_wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .firstscreen_textcontent {
    width: 100%;
  }

  .h1 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .firstscreen_text {
    font-size: 16px;
    line-height: 24px;
  }

  .firstscreen_buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 24px;
  }

  .primary_btn {
    width: 100%;
  }

  .primary_btn:hover {
    background-color: #0d4cd3;
  }

  .secondary_btn {
    width: 100%;
  }

  .secondary_btn:hover {
    background-color: #edf2fe;
  }

  .infosection_block {
    padding-bottom: 20px;
  }

  .h2 {
    margin-bottom: 12px;
  }

  .infosection_linewrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .info_tag {
    margin-bottom: 8px;
  }

  .h2_centered {
    font-size: 24px;
    line-height: 32px;
  }

  .lightbox_gallery {
    justify-content: center;
    align-items: center;
  }

  .lightbox_image {
    width: 170px;
    height: 96px;
  }

  .footer {
    margin-top: 56px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_navlinks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_navlink {
    text-align: center;
  }

  .footer_link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_link:hover {
    background-color: #0d4cd3;
  }

  .list {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .mobile_burger {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .burger {
    width: 100%;
    height: 24px;
  }

  .mobile_navigation {
    z-index: 100;
    background-color: #fff;
    border-radius: 32px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 20px 24px 16px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close_menu {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile_overlay {
    z-index: 99;
    background-color: rgba(0, 0, 0, .65);
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile_navlinks {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .mobile_nav {
    color: #0d1118;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
  }

  .mobile_modal {
    z-index: 99;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .generic_section {
    padding-top: 96px;
  }

  .breadcrumb {
    margin-bottom: 12px;
  }

  .h1_inner {
    text-align: left;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .h1_inner.is--center {
    text-align: left;
  }

  .workprogramms_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .workprogramm_item:hover {
    box-shadow: none;
  }

  .work_card_heading {
    font-size: 16px;
    line-height: 24px;
  }

  .close_menu_icon {
    justify-content: flex-end;
    align-items: center;
    height: 32px;
    display: flex;
  }

  .form, .form_inner {
    width: 100%;
  }

  .pdf_icon.rt_20 {
    height: 34px;
  }

  .articles_tabs_wrapper {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tabs-content {
    width: 100%;
  }

  .articles_items_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .article_item {
    width: 100%;
  }

  .article_section {
    padding-top: 88px;
  }

  .article_main_wrapper {
    border-radius: 16px;
    padding: 16px;
  }

  .btn_container.is--xl {
    height: 64px;
  }

  .h1_article {
    text-align: left;
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .h1_article.is--center {
    text-align: left;
  }

  .images_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .article_image_sm.is--big {
    max-width: 100%;
  }

  .article_btn_wrapper {
    margin-top: 24px;
  }
}

#w-node-ac93fc6b-0363-10ba-94f6-67931b911dee-de619934 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d36ef054-8c1b-116d-bcc7-1a39018133e1-de619934 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9d5564c-675a-d407-fc89-2d3cac07269c-de619934, #w-node-_16238f31-1aab-e315-90e9-aaf55953d017-de619934 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


