.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 {
  background-color: #f9ffff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 44px;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content {
  width: 500px;
}

.subline {
  margin-bottom: 40px;
  font-size: 1.1em;
  text-transform: uppercase;
}

.text-bold {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.text-info {
  font-size: 0.9em;
}

.text-block {
  margin-bottom: 40px;
  font-size: 1.1em;
}

.image {
  box-shadow: -11px -11px 0 0 #e3ebff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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 {
  padding-right: 2em;
  padding-left: 2em;
  border: 2px solid #152b64;
  border-radius: 20px;
  background-color: transparent;
  color: #152b64;
  font-weight: 700;
}

.button:hover {
  background-color: #152b64;
  color: #fff;
}

.info {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.banner-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.banner-modal_closebutton {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -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: 8rem;
  background-color: #000;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.banner-modal_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  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;
  background-color: #e3ebff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.screenreader-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.cookie-modal_styles {
  display: none;
}

.banner-modal_closebutton_line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.banner-modal_closebutton_line.is-right {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #000;
}

.banner-modal_closebutton_line.is-left {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner-modal_title {
  margin-bottom: 0.1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.banner-modal_title.is-small {
  font-size: 1.1875rem;
}

.banner {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

.cookie-modal_link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
}

.navbar {
  background-color: hsla(0, 0%, 100%, 0);
}

@media screen and (max-width: 991px) {
  .content {
    width: auto;
  }

  .subline {
    text-transform: uppercase;
  }

  .text-bold {
    margin-bottom: 1em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .grid {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin-left: 0px;
  }

  .grid {
    margin: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .image {
    width: 350px;
    max-width: none;
  }

  .div-block {
    height: auto;
  }

  .button {
    margin-bottom: 2em;
    padding-right: 4em;
    padding-left: 4em;
  }

  .banner-modal_content-wrap {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .banner-modal_closebutton {
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    margin: 30px;
  }

  .image {
    width: 100%;
  }

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

  .banner-modal_content-wrap.is-small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .banner-modal_closebutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .banner-modal_component {
    max-width: 100%;
  }

  .banner {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }
}

#w-node-be988c46-a6e4-9cdb-d89f-467783119a3b-695a8e70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d690eb0e-8611-2ed5-6005-799be3bb567b-695a8e70 {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-ff2cf9b6-819b-5e22-e1c7-d073c947e62f-695a8e70 {
    -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;
  }

  #w-node-be988c46-a6e4-9cdb-d89f-467783119a3b-695a8e70 {
    -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;
  }
}

