.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: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

.nav-menu {
  position: static;
  display: none;
  margin-top: 3vh;
  padding-right: 10vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.nav-link {
  padding: 26px 13px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

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

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-bar {
  height: 14vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.hero {
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(0, 0, 0, 0.46) 75%, rgba(0, 0, 0, 0.82)), url('../images/Ananas_Extase_du_Fruit.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-subtitle {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subpage-background {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.6)), color-stop(98%, rgba(0, 0, 0, 0.6))), url('../images/photo-1442975433132-cb9580b88538.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 2%, rgba(0, 0, 0, 0.6) 98%), url('../images/photo-1442975433132-cb9580b88538.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.section-title {
  padding: 85px 2.5%;
  color: #fff;
  text-align: center;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 86px;
  font-size: 45px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding-right: 2.5%;
  padding-bottom: 50px;
  padding-left: 2.5%;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  color: #fff;
}

.footer {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer.homepage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.76;
  color: #fff;
}

.social-link {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  margin-left: 7px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.track-listing-row {
  margin-bottom: 45px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
}

.featured-track {
  margin-bottom: 75px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

.track-link {
  color: #fff;
  text-decoration: none;
}

.small-grey-text {
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  margin-bottom: 100px;
  text-align: center;
}

.rsvp-button {
  padding: 5px 15px;
  border: 1px solid #f7e769;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #f7e769;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.rsvp-button:hover {
  border-color: #fff;
  color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.contact-row {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
  text-align: center;
}

.contact-link {
  display: inline-block;
  margin-top: 5px;
  color: #999;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
}

.form {
  display: block;
  max-width: 550px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #333;
}

.submit-button.sign-up {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-top: 0px;
}

.input-inline {
  display: inline-block;
  max-width: 414px;
  margin-right: 20px;
}

.album-art {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fdfdfd;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-container {
  margin-top: 6vh;
  text-align: center;
}

.button {
  padding: 11px 19px;
  border: 1px solid rgba(248, 199, 41, 0.7);
  background-color: transparent;
  color: rgba(248, 199, 41, 0.7);
  font-size: 14px;
}

.button.big {
  margin-right: 9px;
  margin-left: 9px;
  padding: 11px 26px;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.button.contact {
  padding-right: 29px;
  padding-left: 29px;
  background-color: rgba(248, 199, 41, 0.7);
}

.content-wrapper {
  margin-top: 78px;
}

.footer-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.43);
}

.song-list-item {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.28);
  text-align: center;
}

.album-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.album-columns {
  text-align: center;
}

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.photo-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
  text-align: center;
}

.photo {
  margin-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.51);
}

.field {
  font-weight: 300;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 40%, 0.64);
  color: #fff;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.77);
}

.input.textarea {
  min-height: 110px;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, 0.35);
}

.image {
  width: 100px;
  height: auto;
}

.image-2 {
  width: 45vh;
}

.div-block {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
  text-align: center;
}

.feature-image {
  display: block;
  max-height: 80vh;
  max-width: 70%;
  text-align: center;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-2 {
  height: 110vh;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, hsla(0, 0%, 100%, 0.05) 13%, #000), url('../images/Ananas_Extase_du_Fruit.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph {
  font-size: 20px;
  font-weight: 500;
}

.heading {
  width: 40vw;
  font-size: 40px;
}

.text-span {
  color: #d62121;
}

.image-3 {
  width: 20vw;
}

.image-4 {
  width: 20vw;
}

.body {
  overflow: hidden;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 20vw 20vw;
  grid-template-columns: 20vw 20vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  text-align: center;
}

.grid-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 50vw 30vw;
  grid-template-columns: 50vw 30vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  margin-top: 15vh;
}

.container {
  position: static;
  -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;
  text-align: center;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.text-block {
  display: block;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.grid-3 {
  -ms-grid-columns: 3fr 3fr 3fr auto;
  grid-template-columns: 3fr 3fr 3fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  display: block;
  text-decoration: none;
}

.link-block-2 {
  display: block;
  text-decoration: none;
}

.link-block-3 {
  display: block;
  text-decoration: none;
}

.link-block-4 {
  display: block;
  text-decoration: none;
}

.text-block-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-block-5 {
  display: block;
  text-decoration: none;
}

.link-block-6 {
  display: block;
  text-decoration: none;
}

.text-block-3 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.text-block-4 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.section-3 {
  height: 10vh;
  background-color: #000;
}

.container-2 {
  padding-top: 15px;
}

.container-3 {
  margin-top: 15px;
}

.nav-bar-2 {
  height: 14vh;
  margin-top: -14vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.paragraph-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.section-4 {
  height: 14vh;
  background-color: #000;
  color: #000;
}

.paragraph-2-1 {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.text-span-2 {
  font-size: 20px;
}

.text-span-3 {
  font-size: 20px;
}

.text-span-4 {
  font-weight: 400;
}

.text-span-5 {
  font-weight: 400;
}

.text-span-6 {
  font-weight: 400;
}

.text-span-7 {
  font-weight: 400;
}

.text-span-8 {
  font-size: 20px;
}

.text-span-9 {
  font-size: 20px;
}

.text-span-10 {
  font-weight: 400;
}

.text-span-11 {
  font-size: 20px;
}

.text-span-12 {
  font-weight: 400;
}

.text-span-13 {
  font-size: 20px;
}

.text-span-14 {
  font-weight: 400;
}

.text-span-15 {
  font-weight: 400;
}

.text-span-16 {
  font-size: 20px;
}

.text-span-17 {
  font-size: 20px;
}

.image-7 {
  max-width: 15%;
  margin-top: 20px;
  text-align: center;
}

.image-8 {
  display: inline-block;
  max-width: 10%;
  text-align: center;
}

.div-block-4 {
  padding-top: 10px;
  text-align: center;
}

.container-4 {
  margin-top: 10vh;
}

.div-block-5 {
  text-align: center;
}

.text-block-5 {
  margin-top: 10vh;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.link {
  color: #bf292e;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }

  .menu-button {
    margin-top: 34px;
    margin-right: 10vw;
    padding: 20px 0px 20px 20px;
    color: #fff;
    font-size: 25px;
    line-height: 22px;
  }

  .menu-button:hover {
    color: #fff;
  }

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

  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .menu-text:hover {
    color: #fff;
  }

  .menu-icon {
    float: left;
  }

  .image {
    display: block;
    margin-left: 66px;
  }

  .feature-image {
    display: inline-block;
  }

  .section-2 {
    height: 90vh;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3 {
    padding-left: 20px;
  }

  .div-block-5 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 61px;
  }

  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .rsvp-button {
    margin-top: 15px;
  }

  .tour-date-row {
    text-align: center;
  }

  .contact-link {
    margin-bottom: 30px;
  }

  .submit-button.sign-up {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    margin-right: 7px;
  }

  .album-list {
    margin-bottom: 60px;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-3 {
    height: 20vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }

  .contact-row {
    padding-bottom: 16px;
  }

  .menu-button {
    display: none;
    margin-top: 3vh;
    margin-right: 3vh;
  }

  .brand-link.w--current {
    max-width: 100vw;
    text-align: center;
  }

  .hero-container {
    padding-right: 13px;
    padding-left: 13px;
  }

  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .menu-text {
    display: none;
  }

  .menu-icon {
    display: none;
  }

  .image {
    display: block;
    margin-left: 0px;
  }

  .flex-container {
    display: block;
    height: auto;
  }

  .feature-image-mask {
    display: block;
    width: auto;
    max-width: 50%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .feature-image {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 80vw;
    min-height: auto;
    min-width: auto;
    margin-top: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-2 {
    position: relative;
    height: auto;
    background-image: radial-gradient(circle farthest-corner at 20% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.75) 46%, #000), url('../images/Ananas_Extase_du_Fruit.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .paragraph {
    position: relative;
    width: 90vw;
    margin-left: 5vw;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

  .heading {
    position: relative;
    width: 90vw;
    font-size: 4vh;
    text-align: center;
  }

  .image-3 {
    display: block;
    width: 30vw;
    margin-left: 5vw;
  }

  .image-4 {
    display: block;
    width: 30vw;
    margin-top: 3vh;
    margin-left: 5vw;
  }

  .body {
    overflow: visible;
  }

  .grid {
    position: relative;
    padding-bottom: 5vh;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    text-align: left;
  }

  .grid-2 {
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
  }

  .container {
    text-align: center;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .section-3 {
    height: 24vh;
    margin-top: 0vh;
  }

  .div-block-3 {
    padding-left: 0px;
  }

  .image-7 {
    max-width: 30%;
  }

  .image-8 {
    max-width: 30%;
  }

  .container-4 {
    margin-top: 0vh;
  }
}

#w-node-_0c25a581-5623-49bf-7c57-dd00ae5dc961-96931201 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f03d5b8-48eb-b967-d267-f76b25a063f0-96931201 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0f03d5b8-48eb-b967-d267-f76b25a063f0-96931201 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c25a581-5623-49bf-7c57-dd00ae5dc961-96931201 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

