:root {
  --main-charcoal: #202020;
  --light-gray: #949494;
  --gray: #464646;
  --bg: #f6f6f6;
  --white: white;
  --black: black;
}

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

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

p {
  color: #adadad;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

li {
  color: #adadad;
  font-family: Lato, sans-serif;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #202020;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: block;
}

.div-block {
  background-color: var(--main-charcoal);
}

.navbar {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  border-bottom: 1px solid #818181;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  padding-top: 65px;
  padding-bottom: 65px;
}

.columns {
  align-items: center;
  display: flex;
}

.text-block {
  color: #adadad;
  align-items: center;
  padding-left: 14px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.div-block-2 {
  color: #9c9c9c;
  background-color: #c7c7c7;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 1px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  position: relative;
}

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

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

.footerheaders {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.footertext {
  color: #949494;
  padding-right: 7px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.footertext.footerspacing {
  margin-top: 16px;
  margin-bottom: 90px;
}

.footertext.link {
  color: var(--light-gray);
  font-weight: 300;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footertext.link:hover {
  color: #fff;
}

.button2 {
  float: left;
  clear: none;
  background-color: #464646;
  border-radius: 3px;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .4s ease-in;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.button2:hover {
  background-color: #66c;
}

.button2.submit {
  margin-top: 18px;
  margin-left: 0;
}

.button2.contactbutton {
  background-image: url('../images/Email.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 46px;
}

.button2.v2 {
  float: none;
  background-color: #0000;
  background-image: url('../images/Arrow.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 140px;
  margin-top: 17px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.button2.v2:hover, .button2.v2:active, .button2.v2:focus {
  background-color: #0000;
}

.div-block-4 {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 18px;
}

.socialicon {
  background-color: #464646;
  border: 2px solid #464646;
  width: 40px;
  height: 40px;
  margin-top: 29px;
  margin-right: 16px;
  display: flex;
  position: static;
}

.socialicon:hover {
  background-color: #464646;
}

.socialicon.hidden {
  display: none;
}

.imagethumb {
  position: static;
  overflow: visible;
}

.mix {
  border: 0 #313131;
  border-radius: 0;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  min-height: auto;
  max-height: none;
  margin: 0 -2px -6px;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

.mix.graphic {
  display: inline-block;
}

.thumbtext {
  z-index: 1;
  float: none;
  clear: both;
  color: #d1d1d1;
  width: 100%;
  margin: auto;
  padding: 19px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.thumbtext:hover {
  opacity: 1;
}

.lightbox-link {
  position: relative;
}

.slider {
  z-index: 0;
  height: 100vh;
  margin-top: 0;
  position: relative;
  top: -1px;
}

.navlink {
  color: #b4b4b4;
  font-family: Lato, sans-serif;
}

.navlink:hover {
  color: #fff;
  font-weight: 400;
}

.navlink.w--current, .navlink.w--current:focus, .navlink.w--current:visited {
  color: #fff;
}

.navlink.drop {
  background-color: var(--main-charcoal);
}

.navlink.drop:hover {
  background-color: var(--gray);
}

.image-3 {
  height: 70px;
  margin-top: -6px;
  margin-bottom: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: static;
}

.boldthumbtext {
  color: #fff;
}

.slide {
  filter: saturate(92%) brightness(80%);
  background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1b_1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.slide._1 {
  background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1a.jpg');
}

.slide._2 {
  background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1b.jpg');
}

.slide._3 {
  background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1c.jpg');
}

.slide._4 {
  background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1d.jpg');
}

.heroblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  height: 200px;
  margin: auto auto auto 100px;
  padding: 22px;
  display: block;
  position: absolute;
  inset: 0%;
}

.heroblock.section {
  z-index: 1;
  background-color: #0000;
  height: 100px;
  margin-top: 264px;
  position: absolute;
  inset: 0%;
}

.herotitle {
  color: #fff;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: auto 0%;
}

.herotitle.subpage {
  text-align: left;
  letter-spacing: 5px;
  margin-top: auto;
  font-weight: 700;
  position: absolute;
  inset: auto 0%;
}

.herotext {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 19px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
  inset: 0%;
}

.icon {
  color: #b4b4b4;
}

.div-block-5 {
  display: flex;
  position: static;
}

.dropdown-list {
  background-color: #333;
}

.header-image {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.header {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.filterbox {
  justify-content: center;
  margin-top: 59px;
  display: flex;
}

.filter_button {
  color: #838383;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: color .4s;
}

.filter_button:hover, .filter_button:focus {
  color: #000;
}

.filterspacer {
  color: #cfcfcf;
  padding-left: 14px;
  padding-right: 14px;
}

.container-4 {
  height: 70px;
}

.bookblock {
  margin-bottom: 45px;
}

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

.bookttitle {
  margin-top: 0;
  margin-bottom: 21px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 0;
}

.bookttitle.thanks {
  color: var(--light-gray);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}

.booktext {
  color: #adadad;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.pricing {
  display: flex;
}

.about {
  margin-top: 33px;
}

.abouttext {
  margin-bottom: 58px;
}

.filters {
  background-color: #0000;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.text-span {
  font-weight: 700;
}

.link-block {
  border: 0 #0000;
  border-radius: 0;
  height: 100px;
}

.sociallogo {
  width: 15px;
  height: 15px;
  margin: auto;
}

.columns-2 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 155px;
  margin-top: 0;
}

.resumeicon {
  width: 90%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.column {
  height: 150px;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-2 {
  margin-top: 19px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 22px;
  position: static;
}

.column-2 {
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  inset: 0%;
}

.text-block-4 {
  padding-top: 13px;
}

.form {
  margin-bottom: 25px;
  padding-top: 24px;
}

.body {
  background-color: #f6f6f6;
}

.body-2 {
  color: var(--bg);
}

.body-3, .body-4, .body-5, .body-6, .body-7 {
  background-color: var(--bg);
}

.contact {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-bottom: 55px;
  padding-left: 21px;
  padding-right: 21px;
}

.text-field {
  border-radius: 4px;
  width: 100%;
}

.text-field:focus {
  border: 1px solid #707070;
}

.text-field-2 {
  border-radius: 4px;
  width: 100%;
}

.text-field-2:focus {
  border: 1px solid #707070;
}

.fieldlabel {
  color: #686868;
  font-family: Lato, sans-serif;
}

.error-message {
  color: #fff;
  background-color: #a0a0a0;
  font-family: Lato, sans-serif;
}

.success-message {
  background-color: #0000;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-6 {
  background-color: #ffd207;
  width: 94%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.slide-nav {
  z-index: 1;
}

.headerimage {
  filter: brightness(55%);
  background-image: linear-gradient(to top, #00000080, #fff0 33%), linear-gradient(#00000080, #fff0 54%), url('../images/slide1c.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 400px;
}

.headerimage.ill {
  background-image: linear-gradient(to top, #00000080, #fff0 33%), linear-gradient(#00000080, #fff0 54%), url('../images/slide1b.jpg');
  background-position: 0 0, 0 0, 50% 20%;
  background-size: auto, auto, cover;
}

.headerimage.book {
  background-image: linear-gradient(to top, #00000080, #fff0 33%), linear-gradient(#00000080, #fff0 54%), url('../images/slide1d.jpg');
  background-position: 0 0, 0 0, 50% 40%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.headerimage.con_about {
  background-image: linear-gradient(to top, #00000080, #fff0 33%), linear-gradient(#00000080, #fff0 54%), url('../images/slide1e.jpg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
}

.headerimage.graph {
  background-image: linear-gradient(to top, #00000080, #fff0 33%), linear-gradient(#00000080, #fff0 54%), url('../images/slide1f.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.html-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  position: relative;
}

.link-2 {
  color: var(--white);
  margin-top: -21px;
  padding-top: 0;
  padding-left: 14px;
  display: block;
  position: relative;
}

.html-embed-2 {
  margin-top: 20px;
}

.bigtext {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Exo, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .columns {
    flex-direction: row;
  }

  .text-block {
    padding-left: 9px;
  }

  .heading {
    font-size: 30px;
  }

  .div-block-2 {
    padding-left: 0;
  }

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

  .button2.v2 {
    float: none;
    text-align: center;
    background-image: url('../images/arrow2.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 40px 10px;
    background-attachment: scroll;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    right: auto;
  }

  .mix {
    width: 33.3%;
    min-width: 33%;
    max-width: 33%;
  }

  .thumbtext {
    font-size: 16px;
  }

  .navlink:hover {
    background-color: var(--gray);
  }

  .navlink.drop {
    background-color: #333;
    padding-left: 40px;
  }

  .boldthumbtext {
    font-size: 17px;
  }

  .slide._4 {
    background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1d1.jpg');
    background-position: 0 0, 0 0, 100%;
  }

  .heroblock {
    margin-left: auto;
    display: block;
  }

  .herotitle {
    text-align: center;
  }

  .herotitle.subpage {
    font-size: 50px;
  }

  .herotext {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon-2 {
    color: #fff;
  }

  .hamburger {
    opacity: 1;
    background-color: #0000;
  }

  .hamburger:active, .hamburger:focus {
    background-color: #0000;
  }

  .hamburger.w--open {
    background-color: #cccccc80;
    border-radius: 7px;
  }

  .header-image {
    width: 130%;
    max-width: 130%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .header {
    background-position: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .filterbox {
    margin-top: 43px;
  }

  .container-4 {
    height: 0;
    margin-top: 67px;
  }

  .bookttitle {
    margin-bottom: 21px;
    line-height: 0;
  }

  .bookttitle:active {
    background-color: #333;
  }

  .about {
    margin-top: 23px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .abouttext {
    margin-left: -9px;
    margin-right: -9px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  .nav-menu, .nav-menu:hover {
    background-color: #1b1b1b;
  }

  .columns-2 {
    max-width: 300px;
    margin-top: -49px;
    margin-bottom: 70px;
    padding-left: 10px;
    padding-right: 14px;
    display: block;
  }

  .resumeicon {
    width: 120px;
    margin-left: 0;
    padding-top: 9px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .column, .column-2 {
    padding-left: 0;
  }

  .dropdown:hover {
    background-color: var(--gray);
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-7 {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    position: relative;
  }

  .headerimage.book {
    background-image: linear-gradient(to top, #00000080, #fff0 33%), linear-gradient(#00000080, #fff0 54%), url('../images/slide1d1.jpg');
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block {
    padding-left: 19px;
  }

  .heading {
    padding-left: 14px;
  }

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

  .footertext.footerspacing {
    text-align: left;
  }

  .button2 {
    margin-top: 9px;
    margin-left: 0;
  }

  .mix {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .thumbtext {
    font-size: 18px;
  }

  .boldthumbtext {
    font-size: 20px;
  }

  .slide._4 {
    background-image: linear-gradient(#00000080, #fff0 24%), linear-gradient(45deg, #0009 15%, #0000 37%), url('../images/slide1d1.jpg');
    background-position: 0 0, 0 0, 50%;
  }

  .heroblock {
    width: 450px;
    height: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .herotitle {
    font-size: 25px;
  }

  .herotitle.subpage {
    text-align: center;
    margin-top: auto;
    padding-left: 0;
    font-size: 40px;
    inset: 0%;
  }

  .herotext {
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
  }

  .div-block-5 {
    justify-content: flex-start;
  }

  .header-image {
    background-position: 50%;
    width: 165%;
    max-width: 165%;
    display: none;
  }

  .header {
    background-image: url('../images/bg1.png');
    background-position: 0%;
    background-size: cover;
  }

  .filterbox {
    margin-top: 34px;
    display: flex;
  }

  .bookblock {
    padding-left: 26px;
    padding-right: 26px;
  }

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

  .bookttitle {
    line-height: 30px;
  }

  .pricing {
    display: block;
  }

  .about {
    margin-top: 20px;
  }

  .abouttext {
    margin: 3px;
  }

  .columns-2 {
    margin-top: 15px;
    display: block;
  }

  .container-5 {
    width: 95%;
  }

  .contact {
    border-radius: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-7 {
    padding-left: 38px;
    padding-right: 38px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block {
    padding-left: 22px;
    padding-right: 22px;
  }

  .navbar {
    z-index: 2;
    position: fixed;
    inset: 0% 0% auto;
  }

  .columns {
    flex-direction: column;
  }

  .text-block {
    padding-left: 14px;
  }

  .div-block-2 {
    justify-content: center;
    width: 218px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 13px;
    margin-left: 14px;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .mix {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .slider {
    position: static;
  }

  .navlink:hover, .navlink.w--current:focus {
    background-color: var(--gray);
  }

  .image-3 {
    width: auto;
    max-width: 80%;
    height: 60px;
    margin-top: 0;
  }

  .slide._4 {
    background-position: 0 0, 0 0, 50%;
  }

  .right-arrow, .left-arrow {
    position: static;
  }

  .heroblock {
    z-index: 1;
    background-color: #0006;
    width: 300px;
    height: 220px;
    margin-top: auto;
  }

  .herotitle {
    font-size: 25px;
    position: relative;
  }

  .herotitle.subpage {
    text-align: center;
    margin-top: 4px;
    padding-left: 0;
    font-size: 27px;
  }

  .herotext {
    font-size: 14px;
    display: block;
    overflow: visible;
  }

  .div-block-5 {
    justify-content: flex-start;
  }

  .hamburger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-image {
    width: 300%;
    max-width: 300%;
    margin-left: auto;
  }

  .filterbox {
    flex-flow: row;
    place-content: space-around center;
    margin-top: 34px;
    display: flex;
    overflow: visible;
  }

  .container-4 {
    margin-top: 67px;
  }

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

  .bookttitle {
    font-size: 20px;
    line-height: 20px;
  }

  .about {
    margin-top: 20px;
  }

  .filters {
    flex-flow: wrap;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .dropdown:hover {
    background-color: var(--gray);
  }

  .div-block-6 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-7 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

#w-node-_5e89489e-480c-3f3a-1c1e-5a800822f132-0822f12f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d79a79a3-7fe2-1b44-2102-486f3f4aaad9-4d29835d, #w-node-_75f2e9ae-b564-6875-eefe-02fff6ddf7ce-4d29835d, #w-node-fd5f5ae3-3fb4-a134-e74a-3cf9b995abfd-4d29835d, #w-node-daa362cd-ebfa-b3db-4059-74c49bf1cae0-4d29835d, #w-node-abae6e1d-5936-a2a1-c8d1-3d19e3d30a85-4d29835d {
  align-self: start;
}

#w-node-_41a4d0bf-2193-f942-09a2-8f2efc38839a-2929835e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5e89489e-480c-3f3a-1c1e-5a800822f132-0822f12f, #w-node-_41a4d0bf-2193-f942-09a2-8f2efc38839a-2929835e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


