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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.heading {
  margin-left: 2%;
  font-family: 'Rot protoroman102r';
  color: #000;
  font-size: 2.5em;
  line-height: 100%;
  font-weight: 400;
}

.paragraph {
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 2em;
  line-height: 100%;
}

.text {
  font-family: 'Rot protoroman102r';
  font-size: 2em;
}

.title-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ad3d18;
  background-color: #fff;
}

.heading-2 {
  width: 55%;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 4.5em;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.link {
  font-family: Cirka;
  color: #000;
  font-size: 1em;
  line-height: 100%;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.heading-3 {
  margin-top: 2%;
  margin-bottom: 0px;
  margin-left: 2%;
  font-family: Cooperhewitt, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-4 {
  font-family: 'Le murmure';
  color: #fff;
  font-size: 5em;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.project-link {
  display: block;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  padding-left: 0%;
  font-family: Cooperhewitt, sans-serif;
  color: #000;
  font-size: 3.8em;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block {
  position: fixed;
  left: 2%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body {
  overflow: visible;
  height: auto;
  background-color: transparent;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  padding-top: 2%;
  padding-left: 2%;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #015bc1;
  text-align: left;
}

.arrow {
  font-family: Cooperhewitt, sans-serif;
  color: #fff;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
}

.bold-text {
  display: block;
  margin-top: 1%;
  font-size: 3.5em;
  font-weight: 500;
}

.arrow-link {
  font-family: Cooperhewitt, sans-serif;
  color: #23bf6b;
  font-size: 3.5em;
  line-height: 125%;
  font-weight: 500;
  text-decoration: none;
}

.project-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  -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;
}

.div-block-3 {
  width: 45%;
  height: 70vh;
}

.grid {
  height: 100vh;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 2fr 1fr 1.25fr;
  grid-template-columns: 0.25fr 2fr 1fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcda04;
}

.link-2 {
  padding-left: 2%;
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.div-block-5 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f67d5e;
}

.heading-5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 4.5em;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0%;
  font-family: Cooperhewitt, sans-serif;
  color: #0366d8;
  font-size: 2.5em;
  line-height: 100%;
  font-weight: 500;
  text-align: left;
}

.heading-7._2 {
  margin-top: 0%;
  padding-left: 0%;
  color: #0381d8;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 2%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #91d5ee;
}

.image {
  width: 250px;
  height: auto;
  min-height: 400px;
}

.image.cover-circle {
  position: absolute;
  top: auto;
  bottom: auto;
  z-index: 1;
  width: 250px;
}

.iii {
  position: static;
  display: block;
  width: auto;
}

.image-2 {
  position: absolute;
  display: none;
  width: 150px;
}

.div-block-8 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -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;
}

.link-3 {
  margin-top: 10%;
  border: 5px none #000;
  border-radius: 0px;
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 2em;
  font-style: italic;
  text-decoration: none;
}

.image-3 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 200px;
  max-width: none;
}

.image-4 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 150px;
}

.image-5 {
  position: absolute;
  display: block;
  width: 200px;
}

.image-6 {
  position: absolute;
  display: block;
  width: 200px;
}

.image-7 {
  position: absolute;
  display: block;
  width: 200px;
}

.image-8 {
  position: absolute;
  display: block;
  width: 200px;
}

.image-9 {
  position: absolute;
  display: block;
  width: 250px;
}

.link-4 {
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 100%;
  text-decoration: none;
}

.div-block-9 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f67d5e;
  background-image: url('../images/diag.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
  background-color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #015bc1;
  background-image: url('../images/greendiag.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-8 {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sportinggrotesque, sans-serif;
  font-size: 2em;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px;
  -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;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.image-10 {
  position: absolute;
  z-index: auto;
  width: 200px;
}

.div-block-13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-style: none;
  border-width: 3px;
  border-color: #be2929;
  background-color: transparent;
  background-image: url('../images/diag.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: repeat-y;
  opacity: 1;
  text-align: left;
}

.heading-9 {
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 100%;
  text-transform: capitalize;
}

.paragraph-2 {
  font-family: Cooperhewitt, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: 500;
}

.link-5 {
  color: #c78f00;
}

.paragraph-3 {
  font-family: Cooperhewitt, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 100%;
  font-weight: 500;
}

.button {
  position: relative;
  left: auto;
  background-color: #ffacac;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ff3939;
  font-size: 2em;
  line-height: 100%;
  font-weight: 700;
}

.div-block-14 {
  width: 50%;
  height: 50%;
  padding: 2%;
  border: 3px solid #000;
  background-color: #fff;
}

.site-link {
  position: static;
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-15 {
  position: relative;
  width: 50%;
}

.div-block-16 {
  position: absolute;
  left: 25%;
  top: 25%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -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;
  border: 5px solid #000;
  border-radius: 100px;
  background-color: #fff;
}

.heading-10 {
  width: 80%;
  font-family: Sportinggrotesque, sans-serif;
  color: #000;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-4 {
  width: 70%;
  font-family: Cooperhewitt, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 130%;
  font-weight: 500;
}

.button-2 {
  position: absolute;
  left: 10%;
  top: 7%;
  right: auto;
  bottom: auto;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #ff8585;
  font-family: Cooperhewitt, sans-serif;
  color: #d60000;
  font-size: 1em;
  line-height: 100%;
  font-weight: 500;
}

.button-4 {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cbe8de;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -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;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-11 {
  font-family: Sportinggrotesque, sans-serif;
}

.link-6 {
  font-family: Sportinggrotesque, sans-serif;
  color: #322c8a;
  font-size: 2em;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sportinggrotesque, sans-serif;
  color: #ee2f25;
  font-size: 5em;
  line-height: 100%;
}

.text-block {
  font-family: Sportinggrotesque, sans-serif;
  color: #ee2f25;
  font-size: 2em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 991px) {
  .project-link {
    font-size: 3em;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-2 {
    font-size: 1.5em;
  }
  .heading-5 {
    font-size: 3.5em;
  }
  .heading-7 {
    font-size: 1.5em;
  }
  .image {
    width: 200px;
  }
  .image-3 {
    width: 150px;
  }
  .image-4 {
    width: 100px;
  }
  .image-5 {
    width: 150px;
  }
  .image-7 {
    width: 150px;
  }
  .image-9 {
    width: 150px;
  }
  .link-4 {
    font-size: 1.5em;
  }
  .div-block-10 {
    width: auto;
    height: auto;
    padding: 10px;
  }
  .image-10 {
    width: 175px;
  }
}

@media (max-width: 767px) {
  .project-link {
    width: auto;
    font-size: 2.5em;
    line-height: 100%;
    text-align: center;
  }
  .arrow-link {
    font-size: 2em;
  }
  .heading-5 {
    font-size: 2.5em;
  }
  .div-block-9 {
    display: none;
  }
  .div-block-11 {
    display: none;
  }
  .heading-8 {
    font-size: 1.5em;
  }
}

@media (max-width: 479px) {
  .project-link {
    font-size: 2em;
    text-align: center;
  }
  .arrow-link {
    font-size: 1.5em;
  }
  .grid {
    -ms-grid-columns: 1.25fr 3fr 1fr 1fr;
    grid-template-columns: 1.25fr 3fr 1fr 1fr;
  }
  .link-2 {
    font-size: 1em;
  }
  .heading-5 {
    font-size: 1.5em;
  }
  .div-block-6 {
    position: static;
    width: 100%;
  }
  .heading-7 {
    font-size: 1.2em;
    text-align: center;
  }
  .div-block-7 {
    width: auto;
    margin-left: 0px;
    padding-left: 0%;
  }
  .image {
    width: 250px;
    min-height: 200px;
  }
  .image-3 {
    width: 150px;
  }
  .image-4 {
    width: 125px;
  }
  .image-5 {
    width: 175px;
  }
  .image-6 {
    width: 175px;
  }
  .image-7 {
    width: 155px;
  }
  .image-8 {
    width: 175px;
  }
  .image-9 {
    width: 200px;
  }
  .div-block-9 {
    display: none;
  }
  .div-block-11 {
    display: none;
  }
  .div-block-12 {
    display: none;
  }
  .image-10 {
    width: 155px;
  }
  .div-block-16 {
    left: 5%;
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-10 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
  }
  .button-2 {
    left: 10%;
    top: 10%;
    font-size: 1em;
  }
  .button-3 {
    position: fixed;
    left: 2%;
    top: 12%;
    background-color: #5dcbfa;
    font-family: Sportinggrotesque, sans-serif;
    color: #000;
    font-size: 1.5em;
    line-height: 100%;
  }
  .button-4 {
    position: static;
    left: 0px;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 0px;
    background-color: #f8c237;
    font-family: Cooperhewitt, sans-serif;
    color: #000;
    font-size: 1.5em;
    line-height: 100%;
  }
  .utility-page-content {
    width: 90%;
    -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;
  }
  .link-6 {
    font-size: 1em;
  }
  .text-block {
    font-size: 1em;
  }
}

#w-node-f6fcc3bb81d5-23e4f2d3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-f6fcc3bb81d5-23e4f2d3 {
    -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: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

#w-node-4a0992ad3ed8-23e4f2d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-4a0992ad3ed8-23e4f2d3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-4a0992ad3ed8-23e4f2d3 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

#w-node-a8b418e4fade-23e4f2d3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-8b5cba68f88f-23e4f2d3 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-3ac3cc1696ed-23e4f2d3 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-3ac3cc1696ed-23e4f2d3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3ac3cc1696ed-23e4f2d3 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-3ac3cc1696ed-23e4f2d3 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

#w-node-f81eebfbdf28-23e4f2d3 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 767px) {
  #w-node-f81eebfbdf28-23e4f2d3 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f81eebfbdf28-23e4f2d3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

#w-node-c2e84abb2cba-23e4f2d3 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c2e84abb2cba-23e4f2d3 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2e84abb2cba-23e4f2d3 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2e84abb2cba-23e4f2d3 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cooperhewitt';
  src: url('../fonts/CooperHewitt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sportinggrotesque';
  src: url('../fonts/SportingGrotesque-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sportinggrotesque';
  src: url('../fonts/SportingGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}