@font-face {
  font-family: Tg Deathletter Webfont;
  src: url('../fonts/tg-deathletter-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.max-width-container {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 50vh;
  display: flex;
}

.max-width-container.hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/abv-hero-homepage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 85vh;
  padding-top: 1rem;
  position: relative;
}

.max-width-container.grit {
  background-image: url('../images/grit-bkg.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  border-top: 2px solid #cdb277;
  flex-flow: column;
  height: auto;
  display: flex;
}

.max-width-container.grit.star {
  background-image: url('../images/compass-rose.png'), url('../images/grit-bkg.webp');
  background-position: 50% 3%, 50% 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
}

.max-width-container.paper {
  background-image: url('../images/ep_naturalwhite.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  height: auto;
  padding-bottom: 1rem;
  display: block;
}

.max-width-container.paper.thank-you {
  flex-flow: column;
  height: 60vh;
  display: flex;
}

.deco-h1 {
  z-index: 1;
  color: #f8f0e3;
  text-shadow: 5px 7px #cdb277, 12px 12px 7px #00000080;
  background-color: #fff0;
  font-family: Tg Deathletter Webfont, Arial, sans-serif;
  font-size: 16.7rem;
  line-height: 18rem;
  display: block;
  position: relative;
}

.didone-h2 {
  color: #cdb277;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 2px 3px 2px #00000080;
  margin-top: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Antic Didone, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
}

.h3-sans {
  z-index: 1;
  background-color: #00000073;
  border: 1px solid #f8f8f8;
  padding: .9rem 1.3rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  position: relative;
}

.border {
  opacity: .75;
  background-image: url('../images/deco-border.webp');
  background-position: 0 0;
  background-size: auto 15px;
  width: 100%;
  height: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flag-right {
  width: 50px;
}

.abv-subhead-wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.flag-left {
  width: 50px;
}

.large-para-1-6 {
  color: #1b1a1a;
  text-align: left;
  font-family: Marcellus, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 4rem;
}

.large-para-1-6.ko {
  color: #ececec;
  text-align: center;
  margin-top: 2.8rem;
  line-height: 1.2rem;
}

.large-para-1-6.ko.left {
  text-align: left;
}

.content-holder {
  width: 100%;
  max-width: 1000px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.content-holder.star {
  margin-top: 10.3rem;
  margin-bottom: 3rem;
}

.body-sans {
  color: #363636;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.body-sans.ko {
  color: #fff;
  margin-top: 1rem;
  font-weight: 100;
}

.body-sans.sm {
  border-left: 1px solid #000;
  padding-left: 1rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.body-sans.bold {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: underline;
}

.body-sans-line-wrapper {
  border-left: 1px solid #fff;
  width: 70%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 1rem;
}

.body-sans-wrapper {
  border-left: 1px #fff;
  flex-flow: column;
  margin-top: 2.3rem;
  padding-left: 1rem;
  display: flex;
}

.body-sans-wrapper-ko {
  border-left: 1px #fff;
  margin-top: 5rem;
  padding-left: 1rem;
}

.didone-h2-black {
  color: #1b1a1a;
  text-align: center;
  letter-spacing: 1px;
  margin: 1rem 1rem 3rem;
  font-family: Antic Didone, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
}

.flex-35-60 {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.flex-35-60.rule-below {
  border: 1px #000;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.flex-35-60.homepage {
  max-width: 1440px;
}

._35-child {
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

._35-child._35 {
  width: 35%;
}

._60-child {
  flex-flow: row;
  justify-content: center;
  width: 60%;
  display: flex;
}

._60-child._65 {
  width: 65%;
}

._60-child.vertical {
  flex-flow: column;
  padding-right: 2rem;
}

.leuven-polaroid {
  width: 80%;
  transform: rotate(-1deg);
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  color: #292828;
  background-color: #cdb277;
  width: 50%;
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

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

.scrim {
  z-index: auto;
  background-image: radial-gradient(circle, #00000094 18%, #fff0 83%);
  position: absolute;
  inset: 0%;
}

.regular-h1 {
  z-index: 1;
  color: #f8f0e3;
  background-color: #fff0;
  margin-top: 4rem;
  font-family: Tg Deathletter Webfont, Arial, sans-serif;
  font-size: 6rem;
  line-height: 16rem;
  display: block;
  position: relative;
}

.italic-text {
  text-shadow: none;
}

.brand {
  background-image: url('../images/abv-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 75px;
  height: 50px;
  margin-top: .25rem;
}

.nav-link {
  font-family: Marcellus, sans-serif;
  font-size: 1rem;
}

.nav-link.w--current {
  color: #333;
  text-decoration: none;
}

.navbar {
  background-color: #ddd0;
  background-image: url('../images/ep_naturalwhite.webp');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.label {
  font-family: Marcellus, sans-serif;
  font-size: 1rem;
}

.text-field {
  color: #141414;
  margin-top: .5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.submit-button {
  font-family: Marcellus, sans-serif;
}

.textarea {
  min-height: 5rem;
}

.code-embed {
  text-align: left;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.sign-up-text {
  color: #333;
  text-align: center;
  border: 3px solid #333;
  width: 300px;
  margin: 3rem auto;
  padding: 1.25rem .75rem;
  font-family: Marcellus, sans-serif;
  font-size: 2rem;
  display: block;
}

.sign-up {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.sign-up-text-ko {
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  width: 300px;
  margin: 3rem auto;
  padding: 1.25rem .75rem;
  font-family: Marcellus, sans-serif;
  font-size: 2rem;
  display: block;
}

.med-para-1-4 {
  color: #1b1a1a;
  text-align: left;
  font-family: Marcellus, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.med-para-1-4.ko {
  color: #ececec;
  text-align: center;
  margin-top: 2.8rem;
  line-height: 1.2rem;
}

.med-para-1-4.ko.left {
  text-align: left;
}

.body-sans-smaller {
  color: #363636;
  margin-bottom: 1.2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.body-sans-smaller.ko {
  color: #fff;
  margin-top: 1rem;
  font-weight: 100;
}

.body-sans-smaller.sm {
  border-left: 1px solid #000;
  padding-left: 1rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.body-sans-smaller.bold {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: underline;
}

.inline-link {
  color: #cdb277;
}

._50-section {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._1br, ._2-br {
  width: 50%;
  max-height: 270px;
  margin: .25rem;
}

@media screen and (max-width: 991px) {
  .max-width-container.grit {
    background-position: 50% 4%, 50% 100%;
    height: auto;
  }

  .max-width-container.paper {
    height: auto;
  }

  .deco-h1 {
    font-size: 14rem;
  }

  .didone-h2 {
    font-size: 2.2rem;
  }

  .h3-sans {
    font-size: 1.3rem;
  }

  .abv-subhead-wrapper {
    width: 80%;
  }

  .large-para-1-6.ko {
    margin-top: 11.2rem;
    font-size: 1.2rem;
  }

  .large-para-1-6.ko.left {
    margin-top: 2rem;
  }

  .content-holder {
    width: 90%;
    max-width: none;
  }

  .body-sans, .body-sans.ko {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .body-sans-line-wrapper {
    margin-top: 3.7rem;
    font-size: 14px;
  }

  .body-sans-wrapper {
    margin-top: 1.2rem;
  }

  .body-sans-wrapper-ko {
    margin-top: 3.7rem;
    font-size: 14px;
  }

  .didone-h2-black {
    font-size: 2.2rem;
  }

  .flex-35-60 {
    justify-content: flex-end;
  }

  .flex-35-60.rule-below {
    border-bottom-style: none;
    flex-flow: column;
  }

  ._35-child {
    border-bottom: 1px #000;
    width: 80%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  ._60-child.vertical {
    width: 100%;
    padding-right: 0;
  }

  .leuven-polaroid {
    width: 100%;
  }

  .regular-h1 {
    font-size: 4rem;
    line-height: 12rem;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
  }

  .nav {
    background-color: #0000;
    background-image: url('../images/grit-bkg.webp');
    background-position: 0 0;
    background-size: auto;
    height: 100vh;
  }

  .med-para-1-4.ko {
    margin-top: 11.2rem;
    font-size: 1.2rem;
  }

  .med-para-1-4.ko.left {
    margin-top: 2rem;
  }

  .body-sans-smaller, .body-sans-smaller.ko {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .max-width-container.grit.star {
    background-position: 50% 2%, 50% 100%;
  }

  .deco-h1 {
    font-size: 12.1rem;
  }

  .didone-h2 {
    font-size: 1.8rem;
  }

  .h3-sans {
    font-size: 1.2rem;
  }

  .flag-right, .flag-left {
    width: 40px;
  }

  .large-para-1-6.ko {
    margin-top: 2rem;
    line-height: 1.6rem;
  }

  .content-holder.star {
    margin-bottom: 3rem;
  }

  .didone-h2-black {
    font-size: 1.8rem;
  }

  .flex-35-60 {
    flex-flow: column;
  }

  ._35-child {
    justify-content: center;
    width: 100%;
  }

  ._60-child {
    width: 100%;
  }

  .leuven-polaroid {
    width: 60%;
  }

  .regular-h1 {
    font-size: 3rem;
    line-height: 10rem;
  }

  .brand {
    width: 60px;
    height: 40px;
    margin-top: .5rem;
  }

  .med-para-1-4.ko {
    margin-top: 2rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  .max-width-container.hero {
    background-image: linear-gradient(#0006, #0006), url('../images/abv-hero-homepage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .max-width-container.grit.star {
    background-position: 50% 3%, 50% 100%;
  }

  .deco-h1 {
    margin-top: 7.5rem;
    font-size: 8rem;
    line-height: 6.3rem;
  }

  .didone-h2 {
    text-shadow: 4px 4px 6px #000c;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .h3-sans {
    text-align: center;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    font-size: 1.2rem;
    font-weight: 300;
  }

  .flag-right {
    width: 30px;
    display: none;
  }

  .abv-subhead-wrapper {
    width: 100%;
  }

  .flag-left {
    width: 30px;
    display: none;
  }

  .large-para-1-6 {
    font-size: 1.3rem;
  }

  .body-sans {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .body-sans.sm {
    padding-left: .5rem;
    font-size: .95rem;
    line-height: 1.3rem;
  }

  .body-sans.bold {
    font-size: 1rem;
  }

  .body-sans-line-wrapper {
    border-left-style: none;
    width: 90%;
  }

  .body-sans-wrapper {
    padding-left: 0;
  }

  .didone-h2-black {
    font-size: 1.6rem;
  }

  .flex-35-60.rule-below {
    margin-top: 1rem;
  }

  ._60-child.vertical {
    order: 9999;
    margin-top: 1rem;
  }

  .leuven-polaroid {
    width: 80%;
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    width: 60%;
  }

  .scrim {
    background-image: radial-gradient(circle at 50% 47%, #00000094 18%, #fff0 83%);
  }

  .regular-h1 {
    font-size: 2rem;
    line-height: 6.3rem;
  }

  .nav-link, .nav-link.w--current {
    color: #fff;
  }

  .navbar {
    border-bottom: 1px solid #000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #000;
  }

  .med-para-1-4 {
    font-size: 1.3rem;
  }

  .body-sans-smaller {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .body-sans-smaller.sm {
    padding-left: .5rem;
    font-size: .95rem;
    line-height: 1.3rem;
  }

  .body-sans-smaller.bold {
    font-size: 1rem;
  }

  ._50-section {
    flex-flow: column;
  }

  ._1br, ._2-br {
    width: 100%;
  }
}


@font-face {
  font-family: 'Tg Deathletter Webfont';
  src: url('../fonts/tg-deathletter-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}