body {
  font-family: 'EB Garamond', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  background-color: #9e2064;
}

.main.grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 790px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 0.25fr auto 0.25fr 1fr;
  grid-template-rows: 0.25fr auto 0.25fr 1fr;
}

.titlebar-black {
  position: relative;
  clear: both;
  background-color: #000;
}

.navbar-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #66215c;
}

.navbar-wrapper.nav-footer {
  height: 150px;
}

.nav-link {
  position: static;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 20px 15px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #66215c;
  background-image: url('../images/diamond.svg');
  background-position: 9% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  background-color: #9e2064;
}

.nav-link.nav-hide {
  font-size: 16px;
}

.nav-link.nav-footer {
  background-color: #1a1a1a;
}

.nav-link.nav-footer:hover {
  background-color: #66215c;
}

.about {
  position: relative;
  height: 500px;
}

.title-book {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.jack {
  position: relative;
  height: 500px;
  background-color: #66215c;
}

.king {
  position: relative;
  height: 500px;
  background-color: #1a1a1a;
}

.book {
  position: relative;
  height: 650px;
}

.contact {
  position: relative;
  height: 650px;
  background-color: #c5c5c5;
}

.footer {
  position: relative;
  height: 300px;
  background-color: #1a1a1a;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: auto;
  margin-top: 60px;
  margin-right: 60px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.name-field {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 10px;
  border-radius: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
}

.email-field {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
}

.message-field {
  position: static;
  height: 120px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 10px;
  float: none;
  border-radius: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
  text-align: left;
}

.form {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.form-block {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  padding: 10px 146px;
  float: left;
  border-radius: 10px;
  background-color: #9e2064;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.button.submit {
  display: inline-block;
  padding-right: 220px;
  padding-left: 220px;
}

.button.order-button {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.contact-border-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.contact-border-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.heading-2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.end {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 600px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 0.75fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1.25fr 0px 0.5fr 0px auto;
  grid-template-rows: 1.25fr 0.5fr auto;
  background-color: #9e2064;
}

.heading-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'EB Garamond', sans-serif;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
}

.heading-3.light {
  color: #f2f2f2;
}

.section-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 60px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.section-text-wrapper.light.no-line {
  padding-top: 40px;
  padding-bottom: 30px;
  border-right-style: none;
  border-left-style: none;
}

.section-text-wrapper.no-line {
  border-right-style: none;
  border-left-style: none;
}

.paragraph {
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
  line-height: 200%;
  font-weight: 400;
}

.paragraph.light {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #f2f2f2;
  font-size: 22px;
}

.bold-text {
  font-size: 20px;
}

.block-quote {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  border-left-style: none;
  font-family: 'EB Garamond', sans-serif;
  color: #9a9a9a;
  font-size: 40px;
  line-height: 180%;
  text-align: center;
}

.block-quote.light {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #66215c;
  color: #f2f2f2;
}

.block-quote.end-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #1a1a1a;
}

.image-12 {
  width: 75%;
  padding-bottom: 0px;
}

.end-divider-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #66215c;
}

.flower {
  position: relative;
  width: 5em;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.top-border {
  width: 80%;
  margin-top: 70px;
}

.grid-spacer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  margin-top: 30px;
}

.comment-field {
  height: 80px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid none;
  border-width: 1px;
  border-color: #f2f2f2 #000;
  background-color: transparent;
  font-family: 'EB Garamond', sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  text-transform: uppercase;
}

.tab-link:hover {
  background-color: #9e2064;
}

.tab-link.w--current {
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid none;
  border-width: 1px;
  border-color: #f2f2f2;
  background-color: #9e2064;
}

.tab-link.w--current:focus {
  background-color: #9e2064;
}

.text-block {
  font-family: 'EB Garamond', sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  text-transform: uppercase;
}

.rathe-arc-image {
  position: relative;
  display: block;
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-author {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
}

.book-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.section-title-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.order-block {
  position: relative;
  display: block;
  width: auto;
  min-height: auto;
  min-width: auto;
  margin-bottom: 40px;
  margin-left: 40px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: left;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'EB Garamond', sans-serif;
  font-size: 40px;
}

.text-block-6 {
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'EB Garamond', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.order-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.divider {
  position: relative;
  height: 1px;
  margin-bottom: 40px;
  margin-left: 40px;
  background-color: #c5c5c5;
}

.book-image {
  display: block;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.book-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 60px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px solid #c5c5c5;
  border-left: 2px solid #c5c5c5;
}

.social-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  padding-left: 40px;
  color: #f2f2f2;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.social-link-button {
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #9e2064;
  background-image: url('../images/TK_white_icon.svg');
  background-position: 10% 30%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.social-link-button.twitter {
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #f2f2f2;
  background-image: url('../images/rosework_white.svg');
  background-position: 10% 40%;
  background-size: 21px;
}

.social-link-button.twitter:hover {
  border-bottom-color: #9e2064;
}

.social-link-button.facebook {
  padding-bottom: 10px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: transparent transparent #f2f2f2;
}

.social-link-button.facebook:hover {
  border-bottom-color: #9e2064;
}

.contact-border-bottom-wrapper {
  margin-bottom: 20px;
}

.contact-border-top-wrapper {
  margin-top: 20px;
}

.error-message {
  background-color: #fdb7dd;
}

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

  .main.grid {
    position: relative;
    height: 520px;
  }

  .titlebar-black {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    height: 180px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1.25fr 0px 0.5fr;
    grid-template-rows: 1.25fr 0.5fr;
    background-color: #000;
  }

  .navbar-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    background-color: #66215c;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px 10px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    font-size: 14px;
    text-align: left;
  }

  .nav-link:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(158, 32, 100, 0.52);
  }

  .nav-link.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link.nav-hide {
    display: block;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 10px;
    font-size: 14px;
    text-align: left;
  }

  .about {
    height: 500px;
    background-color: #fff;
  }

  .title-book {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 120%;
  }

  .jack {
    height: 500px;
    background-color: #66215c;
  }

  .king {
    height: 500px;
    background-color: #1a1a1a;
  }

  .book {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    background-color: #fff;
  }

  .contact {
    height: 600px;
    background-color: #c5c5c5;
  }

  .footer {
    height: 300px;
    background-color: #1a1a1a;
  }

  .image-5 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 20px;
  }

  .form-block {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button.order-button {
    font-size: 16px;
  }

  .end {
    height: 500px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area"
      "."
      "Area-2";
    -ms-grid-rows: minmax(auto, 0.25fr) 0px minmax(auto, 0.25fr) 0px auto;
    grid-template-rows: minmax(auto, 0.25fr) minmax(auto, 0.25fr) auto;
    background-color: #9e2064;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .section-text-wrapper {
    padding-top: 20px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph.light {
    font-size: 20px;
  }

  .block-quote {
    font-size: 36px;
    line-height: 65px;
  }

  .block-quote.light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-12 {
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .end-divider-banner {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #66215c;
  }

  .flower {
    width: 4em;
    height: 200%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-border {
    margin-top: 20px;
  }

  .grid-spacer {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-15 {
    margin-top: 30px;
  }

  .tabs-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    line-height: 120%;
  }

  .rathe-arc-image {
    position: relative;
    width: 70%;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .title-author {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .book-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

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

  .text-block-6 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .book-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .book-section {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-22 {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .main {
    position: static;
    height: 450px;
    margin-top: 0px;
  }

  .main.grid {
    position: relative;
    height: 400px;
  }

  .titlebar-black {
    position: relative;
    top: 0%;
    display: -ms-grid;
    display: grid;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1.5fr 0px 0.25fr;
    grid-template-rows: 1.5fr 0.25fr;
    background-color: #000;
  }

  .navbar-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 50px;
  }

  .nav-link {
    overflow: visible;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    font-size: 14px;
  }

  .nav-link:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .nav-link.nav-hide {
    display: none;
    font-size: 14px;
  }

  .title-book {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-top: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 35px;
    line-height: 130%;
  }

  .book {
    position: relative;
    height: 430px;
    border: 1px none #000;
  }

  .image-5 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 10%;
    margin-top: 20px;
  }

  .form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    margin-top: 10px;
  }

  .button.submit {
    padding-right: 199px;
    padding-left: 199px;
  }

  .button.order-button {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }

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

  .end {
    grid-template-areas: "Area"
      "Area-3"
      "Area-2";
  }

  .heading-3 {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
  }

  .section-text-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    border: 1px none #000;
  }

  .paragraph {
    padding-right: 0px;
    font-size: 16px;
  }

  .paragraph.light {
    font-size: 18px;
  }

  .bold-text {
    font-size: 18px;
  }

  .block-quote {
    font-size: 24px;
    line-height: 180%;
  }

  .block-quote.light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flower {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-spacer {
    width: 80%;
  }

  .nav-link-container {
    position: static;
    height: auto;
  }

  .image-15 {
    margin-top: 40px;
  }

  .image-16 {
    margin-bottom: 0px;
  }

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

  .rathe-arc-image {
    width: 80%;
    margin-top: 10px;
  }

  .title-author {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .book-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-title-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .order-block {
    margin-bottom: 40px;
    margin-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-4 {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 18px;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .order-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .divider {
    margin-bottom: 10px;
    margin-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .book-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .book-section {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    position: static;
    height: 330px;
    margin-top: 0px;
  }

  .main.grid {
    position: relative;
    height: 270px;
    -ms-grid-rows: 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-rows: 0.5fr 0.5fr 0.25fr 0.25fr;
  }

  .titlebar-black {
    position: relative;
    top: 0px;
    height: 80px;
    grid-template-areas: "."
      "Area";
    -ms-grid-rows: 1.25fr 0.25fr;
    grid-template-rows: 1.25fr 0.25fr;
    background-color: #000;
  }

  .navbar-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40px;
  }

  .navbar-wrapper.nav-footer {
    height: 50px;
  }

  .nav-link {
    overflow: visible;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }

  .nav-link:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
  }

  .nav-link.nav-hide {
    position: static;
    display: none;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .about {
    height: auto;
  }

  .title-book {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 130%;
  }

  .jack {
    height: auto;
  }

  .king {
    height: auto;
  }

  .book {
    height: auto;
  }

  .contact {
    background-color: #c5c5c5;
  }

  .footer {
    height: 200px;
  }

  .image-5 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .form {
    position: relative;
    margin-bottom: 0px;
    padding: 10px 0px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button {
    padding-right: 75px;
    padding-left: 75px;
  }

  .button.submit {
    padding-right: 75px;
    padding-left: 75px;
  }

  .button.order-button {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
  }

  .button.order-button.w--current {
    font-size: 18px;
  }

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

  .end {
    height: 300px;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 0.25fr) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 0.25fr) minmax(auto, 1fr);
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 18px;
  }

  .heading-3.light {
    letter-spacing: 1px;
  }

  .section-text-wrapper {
    position: relative;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 15px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-text-wrapper.light.no-line {
    padding-top: 0px;
  }

  .paragraph {
    margin-bottom: 10px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 139%;
  }

  .paragraph.light {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .bold-text {
    font-size: 14px;
  }

  .block-quote {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 160%;
  }

  .block-quote.light {
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .block-quote.end-quote {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

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

  .flower {
    width: 3em;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-border {
    margin-top: 0px;
  }

  .grid-spacer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .nav-link-container {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
  }

  .image-15 {
    margin-top: 30px;
  }

  .tabs-menu {
    overflow: hidden;
  }

  .tab-link {
    padding: 10px;
    font-size: 10px;
  }

  .tab-link.w--current {
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 10px;
  }

  .text-block {
    overflow: visible;
    font-size: 10px;
  }

  .rathe-arc-image {
    position: relative;
    width: 60%;
    margin-top: auto;
  }

  .title-author {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8px;
  }

  .book-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .order-block {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    text-align: center;
  }

  .text-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-align: center;
  }

  .order-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider {
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .book-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .book-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#w-node-f37790cf-78a9-b4cc-f694-bd8a50b5f222-ad38c018 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63e395bc-caa5-e63e-ed12-bb90a4055062-ad38c018 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0c413f1c-77d7-63da-dc4a-ee600fea4e78-ad38c018 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a4e52ecf-f273-c500-79ec-dd1012e0c6a8-ad38c018 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fef1a46b-e20b-d3ac-213d-d9dd646872f4-ad38c018 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fc6ffec-7b9a-eea5-451c-c7397bdd200c-ad38c018 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b1-3be9cb05 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b2-3be9cb05 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b9-3be9cb05 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379bb-3be9cb05 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_63e395bc-caa5-e63e-ed12-bb90a4055064-ad38c018 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_0c413f1c-77d7-63da-dc4a-ee600fea4e78-ad38c018 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
  }

  #w-node-_1fc6ffec-7b9a-eea5-451c-c7397bdd200c-ad38c018 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b3-3be9cb05 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b9-3be9cb05 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_63e395bc-caa5-e63e-ed12-bb90a4055064-ad38c018 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  #w-node-_0c413f1c-77d7-63da-dc4a-ee600fea4e78-ad38c018 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a4e52ecf-f273-c500-79ec-dd1012e0c6a8-ad38c018 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b3-3be9cb05 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  @media screen and (max-width: 991px) {
    .titlebar-black>#w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
    }

    #w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    .titlebar-black>#w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
    }

    #w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    .titlebar-black>#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
    }

    #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .titlebar-black>#w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    .titlebar-black>#w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    .titlebar-black>#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 479px) {
    .titlebar-black>#w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    .titlebar-black>#w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_9366e2fb-0a51-b818-5bde-cfddabe32ed6-ad38c018 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    .titlebar-black>#w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b7-3be9cb05 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b9-3be9cb05 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379bb-3be9cb05 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f37790cf-78a9-b4cc-f694-bd8a50b5f222-ad38c018 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_0c413f1c-77d7-63da-dc4a-ee600fea4e78-ad38c018 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fef1a46b-e20b-d3ac-213d-d9dd646872f4-ad38c018 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_18af9b09-2baa-8707-2ffb-ad839e768216-ad38c018 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_18af9b09-2baa-8707-2ffb-ad839e768218-ad38c018 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b1-3be9cb05 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_720845a9-a3cc-8bfa-6996-5cce2af379b9-3be9cb05 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

