.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2c3b97;
  font-size: 14px;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  text-align: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.container {
  width: 1128px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-top: 56.25%;
  border-radius: 0px;
  background-color: transparent;
}

.container.intro-text {
  margin-top: auto;
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: transparent;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -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;
  background-color: #2c3b97;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2c3b97;
  font-size: 52px;
  line-height: 63px;
  font-weight: 600;
  text-transform: none;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: 0.6;
}

.section {
  margin: auto;
  background-color: #2c3b97;
}

.section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.feedback {
  background-color: #fff;
}

.section.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section.footer {
  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;
}

.section.intro {
  background-color: #e8e6df;
  background-image: url('/contentassets/6bdba1176bc549e6b5fef10a988479ca/front-row-pattern.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button {
  padding: 16px 24px;
  border-radius: 0px;
  background-color: #2c3b97;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(44, 59, 151, 0.2);
  color: #2c3b97;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 24px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  position: static;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-items {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-bar {
  position: static;
  width: 1128px;
  padding: 50px 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;
  background-color: #2c3b97;
}

.logo-image {
  display: block;
}

.logo-wrap {
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c3b97;
}

.webflow-link {
  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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

.footer-item {
  display: block;
  width: 163px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('/contentassets/6bdba1176bc549e6b5fef10a988479ca/coronation-logo.svg');
  background-position: 0px 0px;
  background-size: 163px;
  background-repeat: no-repeat;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  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;
}

.protected-heading {
  margin-bottom: 30px;
}

.heading {
  font-size: 40px;
  line-height: 48px;
}

.heading-2 {
  font-size: 30px;
  line-height: 40px;
}

.heading-3 {
  font-size: 24px;
  line-height: 34px;
}

.heading-4 {
  font-size: 20px;
  line-height: 30px;
}

.heading-5 {
  font-size: 18px;
  line-height: 28px;
}

.heading-6 {
  line-height: 20px;
}

.link {
  color: #2c3b97;
}

.text-block {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: none;
}

.text-block-2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: none;
}

.mint-line {
  width: 72px;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 32px;
  background-color: #49c5b1;
}

.footer-holder {
  width: 1128px;
}

.logo-header {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 90px;
}

.section.feedback {
  display: block;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1159px;
  margin-top: -90px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c3b97;
}

.terms-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  display: -ms-grid;
  display: grid;
  height: 105px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid {
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-2"
    "Area-4 Area-2";
  -ms-grid-columns: 3.25fr 1fr;
  grid-template-columns: 3.25fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-paragraph {
  padding-right: 4px;
  color: #54585a;
  font-size: 14px;
  line-height: 24px;
}

.paragraph {
  display: block;
}

.paragraph.intro {
  margin-bottom: 16px;
  color: #54585a;
  font-size: 18px;
}

.banner_div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: auto;
  padding: 2% 9vw;
  -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: #fff;
  box-shadow: 0 -6px 13px -7px rgba(0, 0, 0, 0.37);
}

.blue-button {
  position: relative;
  z-index: 99999999;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #2c3b97;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.blue-button:hover {
  background-color: rgba(44, 59, 151, 0.81);
  color: #fff;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 24px 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cookie-text {
  font-size: 14px;
  line-height: 20px;
}

.link-2 {
  display: inline;
}

.html-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container.intro-text {
    width: auto;
    margin-right: 24px;
    margin-left: 24px;
  }

  .container.feedback {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }

  .heading-jumbo {
    font-size: 52px;
    line-height: 63px;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.video {
    width: 100%;
  }

  .section.footer {
    width: 100%;
  }

  .section.intro {
    width: 100%;
    background-position: 110% 0%;
    background-size: 300px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .logo-items {
    background-color: #fff;
  }

  .logo-bar {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

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

  .logo-wrap {
    margin-right: 0px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .footer-holder {
    margin-right: 25px;
    margin-left: 25px;
  }

  .logo-header {
    margin-bottom: 64px;
  }

  .section.feedback {
    width: 100%;
  }

  .grid {
    -ms-grid-columns: 3.25fr 0.25fr;
    grid-template-columns: 3.25fr 0.25fr;
  }

  .banner_div {
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .container.intro-text {
    margin-right: 24px;
    margin-left: 24px;
  }

  .container.feedback {
    margin-right: 25px;
    margin-left: 25px;
  }

  .paragraph-small {
    line-height: 20px;
  }

  .heading-jumbo {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .section.video {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.footer {
    margin-right: auto;
    margin-left: auto;
  }

  .section.intro {
    margin-right: auto;
    margin-left: auto;
    background-image: url('/contentassets/6bdba1176bc549e6b5fef10a988479ca/front-row-pattern.svg');
    background-position: 120% 0%;
    background-size: 208px;
    background-repeat: no-repeat;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    width: 250px;
    padding-left: 0px;
  }

  .logo-bar {
    padding: 20px 30px;
  }

  .logo-image {
    width: 250px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    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;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer-holder {
    margin-right: 25px;
    margin-left: 25px;
  }

  .logo-header {
    margin-bottom: 54px;
  }

  .section.feedback {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-logo {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .grid {
    grid-template-areas: "Area"
      "Area-3"
      "Area-4";
    -ms-grid-columns: 3.25fr;
    grid-template-columns: 3.25fr;
  }

  .footer-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.intro {
    text-align: left;
  }

  .banner_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blue-button {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    text-align: center;
  }

  .cookie-text {
    font-size: 12px;
    line-height: 20px;
  }

  .link-2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container.intro-text {
    margin-right: 18px;
    margin-left: 18px;
  }

  .container.feedback {
    margin-right: 16px;
    margin-left: 16px;
  }

  .paragraph-small {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 42px;
  }

  .section.video {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.intro {
    background-image: url('/contentassets/6bdba1176bc549e6b5fef10a988479ca/front-row-pattern.svg');
    background-position: 136% -30%;
    background-size: 250px;
    background-repeat: no-repeat;
  }

  .logo-link {
    width: 250px;
  }

  .logo-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    width: 250px;
  }

  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mint-line {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .footer-holder {
    margin: 16px;
  }

  .logo-header {
    margin-bottom: 48px;
  }

  .terms-container {
    padding-top: 32px;
  }

  .footer-logo {
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph.intro {
    font-size: 16px;
    line-height: 24px;
  }

  .banner_div {
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blue-button {
    width: 100%;
    text-align: center;
  }

  .grid-2 {
    grid-template-areas: "Area Area"
      "Area-2 Area-2";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cookie-text {
    line-height: 20px;
  }

  .link-2 {
    font-size: 12px;
    line-height: 16px;
  }
}

#w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a90-07b57832 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#ok_Cookie_Btn.w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a98-07b57832 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 2;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-2>#ok_Cookie_Btn.w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a98-07b57832 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-07b57832 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-07b57832 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_2b41524d-3082-65c2-cbfb-80c01552f116-07b57832 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-_2e382b5f-111c-2c83-706e-51cdb7b10045-07b57832 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

@media screen and (max-width: 479px) {
  .footer-logo>#ok_Cookie_Btn.w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a98-07b57832 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .grid-2>#ok_Cookie_Btn.w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a98-07b57832 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-logo>#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-07b57832 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-07b57832 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-07b57832 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_2b41524d-3082-65c2-cbfb-80c01552f116-07b57832 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_2e382b5f-111c-2c83-706e-51cdb7b10045-07b57832 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

#w-node-_43ee5f3e-3df7-7c3f-4f18-733477c1b247-07b57832 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#FR-CoronationLogo.w-node-_693d09ad-fc78-f6c9-84b6-5d9ac50ec171-07b57832 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #ok_Cookie_Btn.w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a98-07b57832 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23e49458-ce8e-d8ad-c71f-b27df94f6a90-07b57832 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}
