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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.firstimpression {
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/20180317_Jonathan-20-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45) 30%, hsla(0, 0%, 100%, 0));
}

.nav-link {
  background-color: transparent;
  font-size: 16px;
}

.nav-link.w--current {
  color: #e0b76a;
  font-size: 18px;
  font-weight: 400;
}

.heading-2 {
  font-size: 25px;
  font-weight: 400;
}

.heading-3 {
  margin-bottom: 0px;
  font-size: 27px;
}

.heading-4 {
  margin-top: -4px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.pre-orderdiv {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  overflow: scroll;
  width: 50%;
  height: 80%;
  padding-top: 4vh;
  border: 2px solid #000;
  background-color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.heading-7.fatty {
  margin-top: 21px;
  font-weight: 700;
}

.html-embed-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 49px;
  padding-left: 49px;
}

.select-field {
  width: 80%;
  margin-left: 8px;
}

.text-field {
  width: 80%;
  margin-left: 8px;
}

.field-label {
  padding-right: 27px;
  padding-left: 8px;
}

.submit-button {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  border-radius: 4px;
  background-color: #253c6a;
  color: #e3aa67;
  font-weight: 700;
}

.text-block-2 {
  position: absolute;
  left: auto;
  top: 54.9vh;
  right: 0%;
  bottom: 4%;
  display: none;
  -webkit-transform: rotateX(0deg) rotateY(-23deg) rotateZ(-86deg) translate3d(229px, 57px, 52px);
  transform: rotateX(0deg) rotateY(-23deg) rotateZ(-86deg) translate3d(229px, 57px, 52px);
  font-size: 25px;
  line-height: 28px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.tabs-menu-2 {
  margin-top: 16px;
  text-align: center;
}

.block-quote {
  padding-right: 61px;
  padding-left: 61px;
  text-align: center;
}

.heading-11 {
  margin-top: 28px;
  margin-bottom: 2px;
  padding-right: 86px;
  padding-left: 86px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.tab-link {
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #253c6a;
  font-weight: 700;
}

.tab-link.w--current {
  background-color: #e4aa67;
}

.heading-10-copy {
  font-size: 30px;
  text-align: center;
}

.heading-12 {
  font-size: 20px;
  text-align: center;
}

.heading-12-copy {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.tab-pane-tab-1 {
  padding-bottom: 32px;
}

.image-2 {
  position: absolute;
  top: 3%;
  right: 2%;
  bottom: auto;
}

.grid-8 {
  margin-top: 38px;
  margin-right: 171px;
  margin-left: 75px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 15px;
  text-align: left;
}

.link-block {
  color: #b97676;
}

.subtitle {
  margin-top: 0px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.subtitle.small {
  display: inline;
  font-size: 16px;
  line-height: 16px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-left: 8px;
}

.link {
  display: block;
  margin-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #9b9999;
}

.quote {
  text-align: center;
}

.paragraph {
  margin-top: 43px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px;
  text-align: center;
}

.aboutdiv {
  margin-top: 37px;
  margin-bottom: 49px;
}

.lightbox {
  position: relative;
}

.heading-13 {
  color: #e8a860;
  text-decoration: none;
}

.image-3 {
  display: none;
}

.image-3-copy {
  display: block;
}

.heading-14 {
  -webkit-transform: rotateX(0deg) rotateY(23deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(23deg) rotateZ(0deg);
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.debutalbumdiv {
  margin-top: 39px;
  margin-bottom: 39px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.text-block-4 {
  margin-top: 39px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotateX(-17deg) rotateY(3deg) rotateZ(0deg) translate3d(0px, 0px, -67px);
  transform: rotateX(-17deg) rotateY(3deg) rotateZ(0deg) translate3d(0px, 0px, -67px);
  font-size: 90px;
  line-height: 120px;
  text-align: center;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.forpress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-perspective: 1647px;
  perspective: 1647px;
}

.jsmail {
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transform: rotateX(-3deg) rotateY(-37deg) rotateZ(0deg);
  transform: rotateX(-3deg) rotateY(-37deg) rotateZ(0deg);
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid-10 {
  height: 100vh;
}

.submit-button-2 {
  margin-top: 11px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.26);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: box-shadow 375ms cubic-bezier(.6, -.28, .735, .045), font-size 375ms cubic-bezier(.6, -.28, .735, .045);
  transition: box-shadow 375ms cubic-bezier(.6, -.28, .735, .045), font-size 375ms cubic-bezier(.6, -.28, .735, .045);
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.submit-button-2:hover {
  border: 1px none #000;
  box-shadow: 5px 5px 0 0 #000;
  font-size: 18px;
}

.tabs-menu-3 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 961px;
  perspective: 961px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.tablinkcontact {
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  font-style: italic;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tablinkcontact.w--current {
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  -webkit-transform: rotateX(0deg) rotateY(-9deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-9deg) rotateZ(0deg);
  color: #cd5b38;
  font-size: 20px;
  font-weight: 700;
}

.tabs {
  margin-top: 47px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.form-2 {
  margin-top: 12px;
}

.textarea {
  padding-bottom: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000 transparent;
  background-color: hsla(0, 0%, 100%, 0.56);
  -webkit-transition: border-color 675ms ease;
  transition: border-color 675ms ease;
}

.textarea:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #67c46a;
  border-left-style: none;
}

.nav-link-copy {
  font-size: 16px;
  font-weight: 400;
}

.nav-link-copy.w--current {
  color: #cd5b37;
  font-size: 20px;
}

.pre-orderdiv-copy {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 50vw;
  height: 60vh;
  padding-bottom: 27px;
  border: 2px solid #000;
  background-color: #fff;
}

.grid-11 {
  margin-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.html-embed-3-copy {
  padding-right: 30px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000;
}

.embedlaptop {
  padding-left: 30px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000;
  color: #e8a860;
}

.heading-15 {
  font-size: 120px;
  line-height: 50px;
  text-align: center;
}

.heading-13-copy {
  position: absolute;
  left: auto;
  top: 18vh;
  right: 10.2vw;
  bottom: auto;
  display: none;
  margin-bottom: 11px;
  color: rgba(1, 85, 170, 0.52);
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.image-4 {
  width: 100vw;
}

.heading-17 {
  margin-top: 1px;
  margin-bottom: 56px;
  -webkit-transform: rotateX(0deg) rotateY(-26deg) rotateZ(0deg) rotateX(26deg) rotateY(0deg) rotateZ(-3deg);
  transform: rotateX(0deg) rotateY(-26deg) rotateZ(0deg) rotateX(26deg) rotateY(0deg) rotateZ(-3deg);
  font-size: 70px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-3 {
  padding: 11px 17px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.firstimpression-copy {
  width: 100vw;
  height: 100vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-image: url('../images/Jonathanwithalbum.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.openinfodiv {
  cursor: pointer;
}

.checkbox-label {
  margin-left: 5px;
}

.image-2-copy {
  position: absolute;
  top: 4%;
  right: 2%;
  bottom: auto;
}

.grid-12 {
  overflow: hidden;
  margin-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-top: 1px none #000;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: transparent;
}

.tabs-content {
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-field-2 {
  width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: hsla(0, 0%, 100%, 0.44);
}

.text-field-3 {
  width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: hsla(0, 0%, 100%, 0.56);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.text-field-3:focus {
  border-color: #6ccaa6;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

.div-block-6 {
  background-image: url('../images/Bandhalfmin.jpg');
  background-position: 55% 0%;
  background-size: cover;
}

.form-block-2 {
  color: #000;
}

.text-field-2-copy {
  width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: hsla(0, 0%, 100%, 0.44);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.text-block-6 {
  -webkit-transform: rotateX(0deg) rotateY(-11deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-11deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-19 {
  margin-top: 0px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent 88%, #fff);
}

.success-message {
  background-color: #fff;
}

.grid-13 {
  display: none;
}

.submit-button-2-copy {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.26);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: box-shadow 375ms cubic-bezier(.6, -.28, .735, .045), font-size 375ms cubic-bezier(.6, -.28, .735, .045);
  transition: box-shadow 375ms cubic-bezier(.6, -.28, .735, .045), font-size 375ms cubic-bezier(.6, -.28, .735, .045);
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.submit-button-2-copy:hover {
  border: 1px none #000;
  box-shadow: 5px 5px 0 0 #000;
  font-size: 18px;
}

.tabsmobile {
  display: none;
}

.navbar-mobileabout {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45) 30%, hsla(0, 0%, 100%, 0));
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
}

.checkbox-label-2 {
  margin-left: 5px;
  padding-left: 0px;
}

.recaptcha-2 {
  margin-top: 8px;
}

.heading-20 {
  margin-top: 0px;
  margin-left: 8px;
  font-weight: 400;
}

.heading-21 {
  text-align: center;
}

.text-block-7 {
  margin-left: 8px;
}

.textarea-2 {
  overflow: scroll;
  width: 80%;
  margin-left: 8px;
}

.textarea-3 {
  width: 80%;
  margin-left: 8px;
}

.text-block-8 {
  color: hsla(0, 0%, 100%, 0.65);
}

.text-block-9 {
  color: hsla(0, 0%, 100%, 0.73);
}

@media screen and (max-width: 991px) {
  .icon {
    background-color: #ffe4b0;
    color: #a74828;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: radial-gradient(circle farthest-side at 0% 50%, hsla(0, 0%, 100%, 0), #fff 9%, hsla(0, 0%, 100%, 0) 25%);
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }
  .pre-orderdiv {
    display: none;
    width: 100%;
    height: 90%;
  }
  .heading-7 {
    display: none;
  }
  .html-embed-2 {
    margin-bottom: 0px;
  }
  .text-block-2 {
    display: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .paragraph {
    margin-top: 6px;
  }
  .text-block-4 {
    font-size: 80px;
    line-height: 100px;
  }
  .grid-10 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }
  .nav-menu-copy {
    background-color: hsla(0, 0%, 100%, 0.78);
  }
  .pre-orderdiv-copy {
    display: none;
    width: 100vw;
  }
  .html-embed-3-copy {
    padding-right: 2px;
  }
  .embedlaptop {
    padding-left: 2px;
  }
  .heading-15 {
    margin-bottom: 0px;
    font-size: 100px;
    line-height: 80px;
  }
  .text-field-3 {
    width: 300px;
  }
  .text-block-6 {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .firstimpression {
    display: block;
  }
  .icon {
    background-color: #ffe4b0;
    color: #953e26;
  }
  .heading-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .heading-3 {
    font-size: 23px;
  }
  .heading-4 {
    font-size: 15px;
  }
  .pre-orderdiv {
    width: 100%;
  }
  .text-block-2 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 1%;
    display: block;
    border-top: 1px solid #000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: rgba(0, 0, 0, 0.67);
    cursor: pointer;
  }
  .heading-14 {
    font-size: 80px;
  }
  .text-block-4 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 60px;
    line-height: 70px;
  }
  .grid-10 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #fff), to(hsla(0, 0%, 100%, 0.08))), url('../images/20180317_Jonathan-3-min.jpg');
    background-image: linear-gradient(180deg, #fff 56%, hsla(0, 0%, 100%, 0.08)), url('../images/20180317_Jonathan-3-min.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .tablinkcontact.w--current {
    color: #000;
    font-weight: 400;
  }
  .tabs {
    display: none;
  }
  .pre-orderdiv-copy {
    display: none;
  }
  .heading-15 {
    font-size: 80px;
  }
  .firstimpression-copy {
    display: none;
  }
  .div-block-6 {
    display: none;
  }
  .text-block-6 {
    margin-right: 0px;
  }
  .tabsmobile {
    display: block;
    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;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 2px;
  }
  .firstimpression {
    height: 100vh;
    background-image: url('../images/Jonathancover.jpg');
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .heading {
    font-family: Inconsolata, monospace;
    font-size: 32px;
    line-height: 4px;
    font-weight: 400;
  }
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.02)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.02));
  }
  .icon {
    border-radius: 2px;
    background-color: rgba(252, 202, 127, 0.92);
    color: #ca4242;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: radial-gradient(circle farthest-corner at 0% 50%, #f3d39f, rgba(252, 202, 127, 0.77) 21%, rgba(252, 202, 127, 0) 46%, hsla(0, 0%, 100%, 0) 67%);
  }
  .menu-button {
    z-index: 2;
    margin-top: 10px;
    margin-right: 15px;
    padding: 7px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }
  .nav-link {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #2c2c2c;
    font-weight: 400;
  }
  .nav-link.w--current {
    color: rgba(202, 66, 65, 0.99);
    text-decoration: underline;
  }
  .heading-2 {
    margin-bottom: 0px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2px;
  }
  .heading-3 {
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 21px;
    text-align: center;
  }
  .heading-4 {
    margin-top: -11px;
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
  }
  .div-block {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .debutalbumgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .heading-5 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
  }
  .heading-6 {
    margin-top: -13px;
    margin-bottom: 19px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #585858;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
  }
  .html-embed {
    margin-top: -9px;
  }
  .div-block-2 {
    margin-top: 9px;
    margin-bottom: 15px;
    padding: 0px;
  }
  .text-block {
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #2b3d67;
    border-radius: 4px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #1f1f1f;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  .pre-orderdiv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    display: none;
    overflow: scroll;
    height: 100%;
    background-color: #fff;
  }
  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1%;
    margin-bottom: 15px;
    -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;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
  .heading-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1%;
    -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;
    font-size: 29px;
    font-weight: 400;
  }
  .image {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .html-embed-2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-3 {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-9 {
    text-align: center;
  }
  .div-block-4 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .choose-medium {
    text-align: center;
  }
  .cdprice {
    display: block;
    margin-top: -6px;
    font-weight: 400;
    text-align: center;
  }
  .downloadprice {
    display: block;
    margin-top: -6px;
    font-weight: 400;
    text-align: center;
  }
  .bothprice {
    z-index: 2;
    display: block;
    margin-top: -6px;
    font-weight: 400;
    text-align: center;
  }
  .tabs-menu {
    display: block;
  }
  .radio-button-label {
    font-size: 18px;
    font-weight: 700;
  }
  .select-field {
    width: 90%;
    margin-left: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a3f6e;
    background-color: transparent;
  }
  .text-field {
    width: 90%;
    margin-right: 7px;
    margin-left: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a3f6e;
    background-color: transparent;
  }
  .field-label {
    margin-right: 7px;
    margin-left: 7px;
  }
  .submit-button {
    margin-top: 10px;
    margin-left: 7px;
    border-radius: 20px;
    background-color: #2c3f6e;
    color: #d69043;
    font-weight: 700;
  }
  .submit-button.bigger {
    padding: 13px 9px;
    border-radius: 17px;
  }
  .section {
    padding-top: 115px;
    padding-bottom: 115px;
    background-image: url('../images/Band2400-min.jpg');
    background-position: 50% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .text-block-2 {
    bottom: 0%;
    margin-right: 0px;
    margin-bottom: 9px;
    padding: 4px 7px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.71);
    border-radius: 1px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
  }
  .form {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .form-block {
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-bottom: -1px;
    margin-left: 13px;
    -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;
    color: #33456b;
    font-size: 23px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
  }
  .block-quote {
    margin-left: 18px;
    padding: 0px 28px 0px 0px;
    border-left-style: none;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  .heading-11 {
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 18px;
    padding-left: 0px;
    font-size: 20px;
    text-align: left;
  }
  .tab-link {
    margin-bottom: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 1px;
    background-color: #e49e52;
    font-weight: 700;
  }
  .tab-link.w--current {
    background-color: #2b3f6e;
    color: #d69043;
  }
  .text-block-3 {
    color: #9e9e9e;
  }
  .block-quote-copy {
    padding: 20px 28px 0px;
    border-left-style: none;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  .heading-10-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-bottom: -1px;
    margin-left: 18px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
  }
  .y {
    padding: 15px 28px 0px;
    border-left-style: none;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
  }
  .funrich {
    padding-bottom: 0px;
    line-height: 14px;
  }
  .funrich strong {
    display: inline-block;
    padding-bottom: 0px;
  }
  .funrich p {
    margin-top: 1px;
  }
  .heading-12 {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 18px;
    text-align: left;
  }
  .heading-12-copy {
    margin-top: 0px;
    margin-left: 18px;
    font-weight: 400;
    text-align: left;
  }
  .tab-pane-tab-1 {
    padding-bottom: 21px;
  }
  .image-2 {
    position: absolute;
    left: auto;
    top: 11%;
    right: 2%;
    bottom: auto;
    z-index: 10000;
    margin-top: 11px;
    padding: 0px;
    cursor: pointer;
  }
  .subtitle {
    font-size: 25px;
  }
  .checkbox-field {
    margin-left: 9px;
  }
  .link {
    color: #969696;
  }
  .grid-9 {
    position: relative;
    overflow: visible;
    height: 100vh;
    margin-top: 0%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .quote {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 17px;
    padding-left: 17px;
    text-align: center;
  }
  .aboutdiv {
    margin-top: 9px;
    margin-bottom: 18px;
    text-align: center;
  }
  .lightbox {
    position: relative;
    margin-top: 20px;
  }
  .lightbox-head {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 21px;
    text-align: center;
  }
  .heading-13 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 21%;
    bottom: 3%;
    display: inline;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(213, 101, 63, 0.93);
    font-size: 18px;
  }
  .brand {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .image-3 {
    display: none;
    width: 40vw;
    max-width: none;
    margin-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .image-3-copy {
    position: relative;
    z-index: 1;
    display: block;
    width: 40vw;
    max-width: none;
    margin-top: 0px;
    margin-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .html-embed-3 {
    margin-top: 30%;
  }
  .heading-1 {
    line-height: 30px;
    text-align: center;
  }
  .heading-1-copy {
    line-height: 30px;
  }
  .heading-14 {
    margin-bottom: 2px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
  }
  .debutalbumdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-4 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 9px 55px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 2px solid #000;
    -webkit-transform: rotateX(14deg) rotateY(3deg) rotateZ(0deg);
    transform: rotateX(14deg) rotateY(3deg) rotateZ(0deg);
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
  }
  .forpress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .button-2 {
    padding: 5px 6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px solid #000;
    background-color: #fff;
    color: #303030;
    line-height: 14px;
    text-align: center;
  }
  .jsmail {
    padding: 5px 6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 2px solid #000;
    background-color: #fff;
    -webkit-transform: rotateX(0deg) rotateY(-23deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-23deg) rotateZ(0deg);
    color: #303030;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
  }
  .grid-10 {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/20180317_Jonathan-3-min.jpg');
    background-image: linear-gradient(180deg, #fff 61%, hsla(0, 0%, 100%, 0)), url('../images/20180317_Jonathan-3-min.jpg');
    background-position: 0px 0px, 20% 100%;
    background-size: auto, auto 50vh;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .icon-copy {
    border-radius: 2px;
    background-color: rgba(83, 135, 163, 0.02);
    color: #ca9460;
  }
  .submit-button-2 {
    border-style: none;
    border-width: 1px;
    border-color: #ca9460;
    border-radius: 9px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
  }
  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tablinkcontact {
    padding: 7px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 1px;
    border-color: #ca9460;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
  }
  .tablinkcontact.w--current {
    margin-right: 3px;
    margin-left: 3px;
    padding: 9px 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 2px;
    border-color: #ca9460;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  .tabs {
    display: none;
    margin-top: 0%;
  }
  .form-2 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .field-label-2 {
    margin-top: 15px;
  }
  .textarea {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-menu-copy {
    background-color: transparent;
    background-image: radial-gradient(circle farthest-side at 0% 50%, #fff 42%, hsla(0, 0%, 100%, 0));
    color: #ca9460;
  }
  .nav-link-copy {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #ca9562;
    font-weight: 700;
  }
  .nav-link-copy.w--current {
    color: #535353;
  }
  .icon-copy2 {
    border-radius: 2px;
    background-color: transparent;
    color: #303030;
  }
  .pre-orderdiv-copy {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20000;
    display: none;
    overflow: scroll;
    height: 100vh;
    background-color: #fff;
  }
  .grid-11 {
    display: none;
  }
  .html-embed-3-copy {
    margin-top: 30%;
    padding-right: 0px;
  }
  .embedlaptop {
    padding-left: 0px;
  }
  .heading-13-copy {
    position: absolute;
    left: auto;
    top: 0%;
    right: 21%;
    bottom: 3%;
    display: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(213, 101, 63, 0.93);
    font-size: 18px;
  }
  .heading-17 {
    margin-bottom: 2px;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-transform: rotateX(0deg) rotateY(-17deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-17deg) rotateZ(0deg);
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .button-3 {
    padding: 5px 6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 2px solid #000;
    background-color: #fff;
    color: #303030;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
  }
  .firstimpression-copy {
    height: 100vh;
    background-image: url('../images/Jonathancover.jpg');
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .image-2-copy {
    position: absolute;
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
    z-index: 100000;
    margin-top: 0px;
    padding: 0px;
    cursor: pointer;
  }
  .grid-12 {
    display: none;
  }
  .tabs-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-field-3 {
    width: 100%;
  }
  .div-block-6 {
    display: none;
  }
  .text-block-6 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading-19 {
    margin-left: 18px;
    font-size: 20px;
    text-align: left;
  }
  .grid-13 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .submit-button-2-copy {
    display: block;
    border: 1px none #000;
    border-radius: 12px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
  }
  .navbar-mobileabout {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.02)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.02));
  }
  .recaptcha {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .textarea-3 {
    width: 90%;
  }
  .recaptcha-3 {
    margin-left: 2vw;
  }
}

#w-node-8fe0960ff741-4ffddd58 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-20d6d6496bfd-219a1bfa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-20d6d6496bff-219a1bfa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-20d6d6496d3b-219a1bfa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-dd6ec247b4b7-ac4661d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dd6ec247b4b9-ac4661d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-dd6ec247b4bc-ac4661d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ddab323ef839-b3351274 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-1e57e8bb8e29-b3351274 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-8904376052a6-b3351274 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-11aad51f1749-b3351274 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-080b4ac93076-b3351274 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-50dae24d2513-b3351274 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cea9c94a9338-b3351274 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-365f01594365-b3351274 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fe607f4cd217-b3351274 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6dc2e3945e40-b3351274 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cf313694db20-b3351274 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-13b6e622d962-b3351274 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e82acd0a11a1-b3351274 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b1f7743f3a4e-b3351274 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-170725706c0d-acb10b15 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fa9628de734c-acb10b15 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d9326fe214dd-acb10b15 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-8fe0960ff741-4ffddd58 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9326fe214dd-acb10b15 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2fef7a0917b9-4ffddd58 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-ea9180aa4049-4ffddd58 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-ddab323ef839-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-1e57e8bb8e29-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8904376052a6-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-11aad51f1749-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-080b4ac93076-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-50dae24d2513-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-cea9c94a9338-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-365f01594365-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-fe607f4cd217-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-6dc2e3945e40-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-cf313694db20-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-13b6e622d962-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  #w-node-e82acd0a11a1-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-b1f7743f3a4e-b3351274 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-fa9628de734c-acb10b15 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-d9326fe214dd-acb10b15 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

