:root {
  --red: #ab052e;
  --blue-dark: #033045;
  --blue-light: #3b4f61;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.main-wrapper {
  background-color: var(--red);
  min-height: auto;
}

.block-logo {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
  position: relative;
}

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

.image {
  width: 80px;
}

.heading {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 150%;
}

.body {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.block-1 {
  background-color: var(--red);
  padding-bottom: 32px;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.date-text {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.text-block {
  margin-bottom: 24px;
}

.text-block._245 {
  margin-bottom: 0;
}

.block-2 {
  padding-bottom: 32px;
}

.heading-2 {
  color: var(--blue-dark);
  margin-top: 32px;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 150%;
}

.heading-2._2 {
  color: #fff;
  padding-bottom: 0;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
}

.quote {
  background-color: var(--blue-dark);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.quote._2 {
  background-color: #fff;
}

.div-block {
  background-color: #fff;
  width: 100%;
  height: 4px;
  margin-bottom: 0;
}

.div-block._2 {
  background-color: var(--blue-dark);
  padding-bottom: 0;
}

.block-3 {
  background-color: var(--red);
  padding-bottom: 32px;
}

.text-block-3 {
  margin-bottom: 24px;
}

.text-block-3._24 {
  margin-bottom: 0;
}

._2 {
  color: var(--blue-dark);
  padding-bottom: 12px;
}

.block-4 {
  padding-bottom: 32px;
}

.link {
  color: #fff;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 40%;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  padding-bottom: 12px;
}

.text-block-9 {
  color: var(--red);
  margin-bottom: 24px;
  font-weight: 700;
}

.text-block-9.white {
  color: #fff;
}

.block-footer {
  background-color: var(--red);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  min-height: auto;
  font-size: 16px;
}

.text-block-10 {
  color: #fff;
  font-size: 12px;
}

.text-block-11 {
  padding-bottom: 12px;
}

.lapky {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 12px;
  display: flex;
}

.image-3 {
  width: 40px;
}

.block-ph-2 {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
}

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

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

.text-block-12 {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
  line-height: 130%;
}

.link-2 {
  color: #fff;
}

.image-5 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .link-block {
    max-width: 15%;
  }

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

@media screen and (max-width: 991px) {
  .main-wrapper {
    min-height: auto;
  }

  .image {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    min-height: auto;
  }

  .link-block {
    max-width: 25%;
  }

  .image {
    width: 64px;
  }

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

  .heading {
    font-size: 27px;
  }

  .block-1 {
    padding-bottom: 0;
  }

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

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

  .block-4 {
    padding-bottom: 0;
  }

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

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
  }

  .block-logo {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .link-block {
    max-width: 30%;
  }

  .image {
    width: 64px;
  }

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

  .heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 27px;
  }

  .block-1 {
    padding-bottom: 0;
  }

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

  .sup-date-box {
    margin-bottom: 20px;
  }

  .heading-2 {
    margin-top: 24px;
    font-size: 24px;
  }

  .heading-2._2 {
    padding-bottom: 0;
  }

  .quote._32 {
    margin-bottom: 0;
  }

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

  .lapky {
    display: flex;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

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

  .image-4 {
    max-width: 70%;
  }
}


