:root {
  --aw-white: #fff;
  --aw-red: #762835;
  --aw-black: #000;
}

.top {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.top-logo-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-away {
  width: 170px;
  margin-bottom: 5px;
}

.logo-sbe {
  width: 149px;
}

.hero {
  background-image: url('../images/hero-img2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 840px;
  display: flex;
  position: static;
}

.hero-img {
  width: 100%;
  position: absolute;
}

.hero-con {
  z-index: 5555;
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-left: 60px;
  position: static;
}

.hero-h1 {
  color: var(--aw-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.hero-p {
  color: var(--aw-white);
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.hero-cta {
  background-color: var(--aw-white);
  color: var(--aw-red);
  text-align: center;
  width: 360px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.hero-cta.inv {
  background-color: var(--aw-red);
  color: var(--aw-white);
}

.hero-cta.inv2 {
  border: 1px solid var(--aw-red);
  border-radius: 0;
}

.h2 {
  color: var(--aw-black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.b2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.p1 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.b3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.b3-covercon {
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-bottom: 60px;
  display: flex;
}

.cover {
  width: 190px;
  position: relative;
  box-shadow: 0 0 14px 6px #0000002e;
}

.cover-hover {
  background-image: linear-gradient(180deg, #76283500, var(--aw-red));
  opacity: 0;
  color: var(--aw-white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  position: relative;
}

.cover-h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.text-block {
  background-color: var(--aw-white);
  color: var(--aw-red);
  text-align: center;
  width: 100%;
  padding: 7px;
  font-family: DM Serif Display, sans-serif;
}

.b4 {
  background-image: url('../images/bg1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.b4in {
  background-color: #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 320px;
  display: flex;
}

.b5 {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.b5in {
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  min-height: 130px;
  display: flex;
}

.b5in-l {
  flex-flow: column;
  justify-content: center;
  padding-right: 40px;
  display: flex;
}

.b5in-r {
  width: 65%;
}

.p2 {
  text-align: left;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.b5-h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.img-advert {
  border-radius: 10px;
  width: 100%;
}

.b6 {
  background-image: url('../images/bg-grad1.svg'), url('../images/away-bg.svg'), url('../images/bg2.webp');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat, repeat;
  background-size: auto, 800px, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 60px;
  display: flex;
}

.b6in {
  background-color: #ffffff80;
  width: 500px;
  min-height: 300px;
  padding: 30px;
}

.formblock {
  margin-top: 20px;
}

.form-label {
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.form-input {
  border: 1px solid var(--aw-white);
  background-color: var(--aw-white);
  color: var(--aw-black);
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  font-family: DM Serif Display, sans-serif;
}

.form-input.textarea {
  height: 200px;
}

.submit-button {
  background-color: var(--aw-red);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
}

.footer {
  background-color: var(--aw-red);
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.footerin {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-logo {
  justify-content: space-between;
  align-items: center;
  width: 350px;
  margin-bottom: 40px;
  display: flex;
}

.footer-t1 {
  color: var(--aw-white);
  font-family: Lato, sans-serif;
}

.footer-ico {
  justify-content: space-between;
  align-items: center;
  width: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-ico-link {
  width: 40px;
  height: 40px;
}

.footer-ico-img {
  width: 100%;
}

.covercon-l, .covercon-r {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .p1 {
    margin-bottom: 20px;
  }

  .b3 {
    padding-bottom: 60px;
  }

  .b3-covercon {
    width: 85%;
  }

  .cover {
    width: 140px;
  }

  .b4in {
    padding: 30px;
  }

  .p2, .b5-h3 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .logo-away {
    width: 120px;
  }

  .logo-sbe {
    width: 119px;
  }

  .hero {
    width: 100%;
    min-height: 100vh;
  }

  .hero-con {
    width: 100%;
    padding: 20px;
  }

  .hero-cta, .hero-cta.inv {
    width: 100%;
  }

  .h2 {
    font-size: 33px;
    line-height: 31px;
  }

  .b4 {
    padding: 20px;
  }

  .b4in {
    width: 100%;
  }

  .b5 {
    padding: 30px;
  }

  .b5in {
    flex-flow: column-reverse;
    width: 100%;
  }

  .b5in-l {
    padding-right: 0;
  }

  .b5in-r {
    width: 100%;
  }

  .b6 {
    padding: 20px;
  }

  .b6in {
    width: 100%;
  }

  .footer {
    padding: 40px 20px 20px;
  }

  .footer-logo {
    flex-flow: column;
  }

  .image-2 {
    width: 140px;
  }

  .image-3 {
    width: 140px;
    margin-bottom: 20px;
  }
}


