: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;
  }
}

.block_logo {
  text-align: center;
  background-color: #7e0019;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image {
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
}

.block_2 {
  position: relative;
}

.block_zag {
  text-align: center;
  background-image: linear-gradient(0deg, #000 22%, #fff0);
  padding-bottom: 3%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
}

.link-block {
  background-color: #7e0019;
  text-decoration: none;
}

.text-block-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  width: 100px;
  height: auto;
  margin: 16px 0 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

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

.text-block-7 {
  color: #d1d1d1;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
}

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

.text-block {
  color: #0c0c0c;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.block_grid1 {
  text-align: left;
  background-color: #7e0019;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 150%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

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

.container_2 {
  max-width: 1050px;
  padding-top: 24px;
  padding-right: 0;
}

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

.container_footer {
  max-width: 860px;
}

.text-block-6 {
  color: #424242;
  font-size: 12px;
  line-height: 150%;
}

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

.block_logo-2 {
  text-align: center;
  background-color: #7e0019;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
}

.link-block-4 {
  max-width: 15%;
}

.image-3 {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.link-2 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% 1% 0% auto;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 42px;
  }
}

@media screen and (min-width: 1920px) {
  .image-2 {
    width: 100%;
  }

  .heading {
    font-size: 52px;
    line-height: 150%;
  }

  .link-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 42px;
  }

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

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

  .container_2 {
    max-width: 800px;
  }

  .container_footer {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .block_zag {
    bottom: 0%;
  }

  .heading {
    font-size: 28px;
  }

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

  .text-block-2 {
    font-size: 14px;
  }

  .text-block {
    font-size: 27px;
  }

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

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

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

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

  .link-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 40%;
  }

  .image-2 {
    object-fit: cover;
    height: 400px;
  }

  .block_zag {
    bottom: 0%;
  }

  .heading {
    font-size: 27px;
  }

  .text-block-7 {
    color: #d1d1d1;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .text-block {
    font-size: 24px;
  }

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

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

  .link-block-4 {
    max-width: 35%;
  }

  .image-3 {
    width: 100%;
  }

  .link-2 {
    font-size: 14px;
    right: 2%;
  }
}

#w-node-_33b6bfe2-70a4-3460-d4e3-71b87ed9bfe6-25f23c82, #w-node-a390a9b2-5644-52a2-9b8e-d734fc020dc2-25f23c82, #w-node-_33b6bfe2-70a4-3460-d4e3-71b87ed9bff3-25f23c82, #w-node-_33b6bfe2-70a4-3460-d4e3-71b87ed9c000-25f23c82 {
  justify-self: center;
}


