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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.heading-2 {
  color: #f7d84a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.rotating-image {
  width: 8%;
  max-width: 100%;
  overflow: visible;
}

.section_logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
}

.block_mob_pattern {
  display: none;
}

.container {
  max-width: 860px;
}

.block_main_image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
}

.block_main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.block_footer {
  text-align: center;
  background-color: #f5f5f500;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.container_footer {
  max-width: 860px;
}

.block_text_mers_mob {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 18%;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.text-block-5 {
  color: #061d44;
  text-align: center;
  width: 285px;
  margin-bottom: 12px;
  line-height: 150%;
}

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

.text-block-2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-7 {
  color: #a0a0a0;
  text-align: center;
  text-transform: uppercase;
  width: 285px;
  margin-bottom: 20px;
  font-size: 10px;
}

.link-block-2 {
  border-radius: 40px;
  width: 320px;
  height: 420px;
  text-decoration: none;
}

.block_about {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.block_sp_name {
  max-width: 45%;
  position: absolute;
  inset: 21% 0% 30% 14%;
}

.text-block {
  color: #051d43;
  text-transform: none;
  background-color: #f7d84a;
  border-radius: 20px;
  width: 233px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: 30% auto auto 0%;
}

.image-3 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 14%;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
}

.block_logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.block_grid1 {
  text-align: left;
  background-color: #f7d84a;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.page_wrapper {
  background-color: #012d5b;
  background-image: none;
}

.text-block-6 {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.heading-2_mob {
  color: #f7d84a;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.block_grid {
  margin-top: 64px;
  margin-bottom: 50px;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 100px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  background-color: #061d44;
  border-radius: 20px;
  width: 100px;
  height: auto;
  margin: 16px 0 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-4 {
  color: #061d44;
  text-align: center;
  width: 285px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.body {
  font-family: Fira Sans, sans-serif;
}

.block_image {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.section_all {
  background-color: #fff0;
}

.container-2, .container_data {
  max-width: 860px;
}

.dataspecproekt {
  grid-template-rows: auto;
  margin: 0 0%;
  padding-top: 0;
  padding-bottom: 12px;
}

.h5 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: static;
}

.h6 {
  color: #fff;
  text-align: center;
  padding-right: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.container_3 {
  max-width: 860px;
  padding-top: 12px;
}

.text-block-9 {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.container-3 {
  max-width: 860px;
  padding-bottom: 0;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 150%;
}

.text-block-10 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.block_cit {
  background-color: #f7d84a;
  border: 4px #f7d84a;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 20px;
}

.text-block-11 {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.block_ph {
  margin-bottom: 24px;
}

.container-4 {
  max-width: 860px;
  padding-bottom: 0;
}

.text-block-12 {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-13 {
  color: #061d44;
  text-align: justify;
  font-size: 16px;
  line-height: 150%;
}

.block_heading {
  background-image: linear-gradient(0deg, #012d5b 24%, #fff0);
  padding-bottom: 1%;
  padding-left: 0%;
  padding-right: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 150%;
}

.image-5 {
  border-radius: 20px;
}

.link {
  color: #fff;
}

.link-2 {
  color: #061d44;
}

.container-5 {
  text-align: left;
  max-width: 860px;
}

.grid-3 {
  grid-template-rows: auto;
}

.image-6 {
  border-radius: 20px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: #fff;
}

.image-7 {
  width: 100%;
}

.block_text_mers {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  inset: 0% 0% 18%;
}

.heading-5 {
  color: #f7d84a;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.block_suppor_logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.image-8 {
  width: 4%;
}

.block_sp {
  margin-bottom: 12px;
}

.link-11 {
  color: #fff;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.image-9 {
  width: 128px;
  overflow: visible;
}

.text-block-14 {
  color: #fff;
  font-family: Corporate A, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-6 {
  color: #f7d84a;
  text-align: center;
  margin-bottom: 24px;
  line-height: 150%;
}

.text-block-copy {
  color: #051d43;
  text-transform: none;
  background-color: #f7d84a;
  border-radius: 20px;
  width: 400px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: 30% auto auto 0%;
}

.text-block-1 {
  color: #051d43;
  text-transform: none;
  background-color: #f7d84a;
  border-radius: 20px;
  width: 213px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: 30% auto auto 0%;
}

.block_text_mers-animation {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  inset: 0% 0% 18%;
}

@media screen and (min-width: 1280px) {
  .heading-2 {
    margin-bottom: 4px;
    font-size: 26px;
  }

  .block_sp_name {
    left: 9%;
  }

  .link-block {
    width: 13%;
  }

  .heading-4 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2 {
    margin-bottom: 4px;
    font-size: 28px;
  }

  .rotating-image {
    width: 6%;
  }

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

  .block_sp_name {
    left: 11%;
  }

  .link-block {
    width: 12%;
  }

  .heading-4 {
    font-size: 44px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-2 {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .block_about {
    margin-bottom: 100px;
  }

  .block_sp_name {
    max-width: 35%;
    bottom: 19%;
    left: 15%;
  }

  .link-block {
    width: 10%;
  }

  .heading-2_mob {
    font-size: 56px;
  }

  .h5, .h6 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 48px;
  }

  .image-7 {
    width: 100%;
  }

  .heading-5 {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .image {
    width: 100%;
  }

  .container {
    max-width: 680px;
  }

  .heading {
    font-size: 52px;
  }

  .container_footer {
    max-width: 680px;
  }

  .text-block-5 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .block_sp_name {
    max-width: 50%;
    top: 22%;
    bottom: 32%;
    left: 5%;
  }

  .link-block {
    width: 18%;
  }

  .heading-2_mob {
    margin-bottom: 0;
    font-size: 28px;
  }

  .image-2 {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .text-block-4 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .container_data {
    max-width: 680px;
  }

  .dataspecproekt {
    margin-top: 0;
  }

  .h5 {
    padding-left: 0;
    font-weight: 500;
  }

  .h6 {
    padding-right: 0;
  }

  .container_3, .container-3, .container-4 {
    max-width: 680px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .container-5 {
    max-width: 680px;
  }

  .image-7 {
    object-fit: cover;
    height: auto;
    position: static;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 28px;
  }

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

  .image-9 {
    width: 129px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 36px;
  }

  .block_mob_pattern {
    display: block;
    position: relative;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container_footer {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block_text_mers_mob {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    inset: 14% 0% auto;
  }

  .text-block-5 {
    margin-bottom: 12px;
  }

  .image-4 {
    width: 100%;
  }

  .text-block-7 {
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 150%;
  }

  .link-block {
    width: 24%;
  }

  .heading-2_mob {
    text-align: center;
    font-size: 36px;
  }

  .text-block-4 {
    text-align: center;
  }

  .block_image {
    flex-flow: column;
  }

  .container_data {
    margin-left: 5%;
    margin-right: 5%;
  }

  .dataspecproekt {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5 {
    padding-left: 0;
  }

  .h6 {
    padding-right: 0;
  }

  .container_3, .container-3, .container-4 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block_heading {
    padding-bottom: 0%;
    position: static;
  }

  .heading-4 {
    font-size: 24px;
  }

  .container-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-7 {
    height: auto;
  }

  .heading-5 {
    font-size: 36px;
  }

  .image-9 {
    width: 124px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .rotating-image {
    width: 12%;
  }

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

  .block_mob_pattern {
    display: none;
  }

  .block_main_image {
    height: 500px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .block_text_mers_mob {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    inset: 5% 0% auto;
  }

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

  .text-block-7 {
    color: #a0a0a0;
    font-size: 10px;
  }

  .block_mob {
    position: relative;
  }

  .block_sp_name {
    max-width: 100%;
    inset: 10% 5% auto;
  }

  .text-block {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .link-block {
    width: 33%;
    margin-bottom: 8px;
  }

  .heading-2_mob {
    text-align: center;
    font-size: 20px;
  }

  .block_grid {
    margin-bottom: 24px;
  }

  .image-2 {
    object-fit: fill;
    padding-top: 200px;
  }

  .block_image {
    flex-flow: column;
    margin-bottom: 12px;
  }

  .container_data {
    margin-left: 5%;
    margin-right: 5%;
  }

  .dataspecproekt {
    grid-template-columns: 1.5fr 1fr;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5 {
    padding-left: 0%;
    font-size: 16px;
  }

  .h6 {
    padding-right: 0%;
    font-size: 14px;
  }

  .container-3 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    display: flex;
  }

  .container-4 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block_heading {
    padding-bottom: 2%;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .grid-3 {
    flex-flow: column-reverse;
    display: flex;
  }

  .text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-7 {
    object-position: 93% 50%;
    height: auto;
  }

  .heading-5 {
    text-align: center;
    font-size: 20px;
  }

  .heading-5.special {
    margin-bottom: 20px;
  }

  .block_suppor_logo {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .image-8 {
    width: 12%;
  }

  .block_sp {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .link-11 {
    font-size: 12px;
  }

  .image-9 {
    width: 110px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .text-block-copy {
    justify-content: center;
    align-items: center;
    width: 250px;
    font-size: 16px;
    display: flex;
  }

  .text-block-1 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }
}

#w-node-b956f837-bcc9-6fab-e4a2-971d0d8e7d48-a1d69ebc, #w-node-_858c3e45-8f05-a8d5-7d18-1b9fd6e57c52-a1d69ebc, #w-node-_371cff08-3882-1d1e-5877-0ed5ca4fa80e-a1d69ebc {
  align-self: center;
}


@font-face {
  font-family: 'Corporate A';
  src: url('../fonts/Corporate-A-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corporate A';
  src: url('../fonts/Corporate-A-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}