.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: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
  text-align: left;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

a {
  display: inline;
  padding-bottom: 5px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  box-shadow: inset 0 -2px 0 0 #000;
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-left: 0px;
  text-align: left;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.hero {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: none;
  min-height: auto;
  margin-top: -35px;
  margin-bottom: 0px;
  padding-bottom: 0vh;
  -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;
}

.hero.pages {
  position: static;
  z-index: 0;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-title {
  position: static;
  overflow: hidden;
  width: 100%;
  margin: 5vh 0vw 200px;
  color: #011118;
}

.vertical {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6vw;
  height: 100vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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-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;
  border: 1px none #000;
}

.link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #9b9b9b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  background-image: none;
}

.link.w--current {
  position: relative;
  text-decoration: line-through;
}

.section {
  position: relative;
  top: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dcdee0;
}

.section.main {
  position: static;
  display: -ms-grid;
  display: grid;
  height: auto;
  min-height: 0px;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: repeat(auto-fit, 100%);
  background-color: #fff;
}

.vertical-social {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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;
}

.main-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 300px;
  margin-top: -152px;
  margin-bottom: 0px;
  margin-left: 73px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #d43900;
  font-size: 400%;
  line-height: 400px;
  font-weight: 500;
}

.main-h2.bold {
  font-weight: 900;
}

.main-h2.bold.home {
  position: relative;
  height: auto;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 6vh;
  line-height: 6vh;
  font-weight: 400;
}

.main-h2.home {
  color: #011118;
  font-size: 16vh;
  line-height: 22vh;
}

.paragraph {
  width: auto;
  margin-bottom: 30px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph.bolder {
  width: 55vw;
  color: #121212;
  font-size: 40px;
  line-height: 70px;
}

.column {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.column._100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  min-height: 100vh;
  padding-right: 122vw;
  padding-left: 15vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.column._100vh:hover {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
}

.column._100vh.black {
  padding-top: 20vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  -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;
  background-color: #1b1b1b;
}

.column._100vh.home-projects {
  width: 70%;
  min-height: 100vh;
  padding-right: 0vw;
  background-color: rgba(0, 0, 0, 0.86);
}

.column._100vh.home-projects.ahs02 {
  width: 100%;
  height: 100%;
  min-height: 0%;
  padding: 40px;
  -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;
  border-width: 0px;
  background-color: transparent;
  cursor: default;
}

.column._100vh.home-projects.ahs02:hover {
  background-color: #eb8e79;
}

.column._100vh.home-projects.oat {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  opacity: 1;
  cursor: default;
}

.column._100vh.home-projects.oat:hover {
  background-color: rgba(140, 29, 4, 0.95);
  opacity: 1;
  color: #f4f9fa;
}

.column._100vh.home-projects.oat.light-columns {
  opacity: 1;
}

.column._100vh.home-projects.oat.light-columns:hover {
  background-color: #ec745a;
}

.column._100vh.home-projects.nsa3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 40px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  cursor: default;
}

.column._100vh.home-projects.nsa3:hover {
  background-color: #eec2b8;
}

.column._100vh.home-projects._04way {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-bottom: 0px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  cursor: default;
}

.column._100vh.home-projects._04way:hover {
  background-color: #afe4f0;
  color: #2b3031;
}

.column.background-image {
  position: static;
  max-height: none;
  background-color: transparent;
  background-image: url('../images/oak_and_thread_button_image.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #cacaca;
}

.column.wrapper-img-about {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-left: 15vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #121212;
  color: #fff;
}

.column.about:hover {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
}

.column.about.black {
  padding-top: 20vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  -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;
  background-color: #1b1b1b;
}

.column.background-image-2 {
  height: auto;
  max-height: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background-image: url('../images/ahs_button_image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column.background-image-3 {
  background-image: url('../images/nsa_button_image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column.background-image-4 {
  max-height: 100vh;
  background-image: url('../images/restaurants_case_study_button_image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.home-subhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 20px;
  -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;
}

.hr {
  width: 35px;
  height: 1px;
  margin-top: 12px;
  margin-right: 30px;
  background-color: #9b9b9b;
}

.hr.mail {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 50px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 38px;
  line-height: 48px;
}

.h2.mail {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

.h2.white {
  margin-bottom: 45px;
  color: #fff;
  font-size: 70px;
}

.h2.contact {
  width: 40vw;
  text-align: center;
}

._w-description {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 40px;
  padding-right: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  line-height: 0px;
}

._w-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

._w-link:hover {
  color: #000;
}

._w-link.social {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.line-hover {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background-color: #ddd;
}

.project-info {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  opacity: 1;
  color: #333;
}

.project-info:hover {
  opacity: 1;
  color: #333;
}

.project-info.head {
  left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  -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-bottom-style: none;
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Icomoon;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.icon-social:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.fill-hover {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.section-2 {
  position: relative;
  top: 70vh;
  width: 100vw;
  height: auto;
  margin-top: 220px;
  float: none;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.wrapper.contact {
  padding-top: 20vh;
  padding-bottom: 20vh;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f8f8f8;
}

.wrapper.center {
  width: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -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;
}

.wrapper.center.form {
  height: 263px;
  min-height: auto;
  margin-top: 41px;
  padding: 0px 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper.center.form.base {
  padding-bottom: 30vh;
}

.wrapper.center.form.base.hide {
  display: none;
}

.wrapper.about {
  background-image: url('../images/001.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.home-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-style: none;
  border-width: 1px;
  border-color: #011118;
  background-color: rgba(217, 100, 74, 0.7);
  box-shadow: 1px 1px 4px 0 #cacaca;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  height: 100%;
  background-color: transparent;
  background-image: url('../images/001.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6vw;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-section {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 27vh;
  margin-top: 8vh;
  margin-bottom: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wide-background {
  width: 100vw;
  height: 100vh;
  margin-bottom: 10%;
  background-color: #657580;
}

.wide-background._01 {
  display: block;
  width: 100vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/5b109a993a8396648e723c7a_screen-001.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  display: block;
  height: auto;
  margin-bottom: 30px;
}

.wrapper-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-info.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #e4e4e4;
}

.wrapper-info.contact {
  height: 200px;
  margin-top: 79px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-info.contact {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.wrapper-vertical-nav {
  z-index: 900;
  border-right-style: solid;
  border-right-color: #ddd;
}

.light {
  margin-top: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #9b9b9b;
  font-size: 12px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.wrapper-list-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-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;
}

.div-block-16 {
  position: static;
  display: block;
  margin-bottom: 40px;
  padding-right: 33px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-content {
  width: 300px;
  padding-top: 0px;
  padding-right: 0px;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 2;
  -webkit-flex: 2 auto;
  -ms-flex: 2 auto;
  flex: 2 auto;
}

.wrap-content.links {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field {
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.div-block-18 {
  width: 30vw;
  margin-right: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  padding: 25px 55px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.button:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
  color: #000;
}

.link-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  -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-bottom-style: none;
  color: #9b9b9b;
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: line-through;
}

.link-block-2.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px none #000;
  border-bottom-style: none;
  box-shadow: inset 5px 0 0 0 rgba(250, 25, 25, 0.5);
  text-decoration: none;
}

.container {
  padding-top: 50px;
}

.body {
  background-color: #f0f0f0;
}

.div-block-20 {
  display: block;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e7e5e5;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9b9b9b;
  font-size: 12px;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #f8f8f8;
  box-shadow: inset 0 0 0 2px #000;
  color: #272727;
}

.image-8 {
  height: 23px;
  margin-bottom: 10px;
}

.heading-6 {
  margin-bottom: 50px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #c3c3c3;
  font-size: 32px;
  line-height: 66px;
}

.bold {
  color: #161616;
}

.text-block-3 {
  line-height: 16px;
  text-align: center;
}

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

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

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

.alt-next {
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 20vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  position: absolute;
  width: 100%;
  height: 8vh;
  padding: 0vh 5vw;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121212), to(#121212));
  background-image: linear-gradient(180deg, #121212, #121212);
  color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  box-shadow: none;
}

.brand:hover {
  border-bottom-style: none;
  box-shadow: none;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-bottom: 1px;
  -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;
  box-shadow: none;
  color: #fff;
}

.brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 5px;
  box-shadow: 1px 1px 6px 0 #000;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link-nav:hover {
  box-shadow: inset 0 -3px 0 0 #fff;
  opacity: 0.4;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  text-transform: capitalize;
}

.link-nav.w--current {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}

.link-nav.w--current:hover {
  box-shadow: inset 0 -3px 0 0 #fff;
  opacity: 0.4;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.signature {
  margin-top: 50px;
  margin-bottom: 100px;
}

.div-block-26 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5vw;
  clear: none;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #011118;
}

.footer-2 {
  display: block;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px none #dbdbdb;
  background-color: #121212;
  color: #333;
}

.div-block-27.home-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 100px;
  border-top-style: none;
  border-top-color: #9cced9;
  background-color: transparent;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.logo-footer {
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow2 {
  position: fixed;
  left: 0px;
  top: 644px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin: 22px auto 0px;
  border-radius: 0px;
  opacity: 1;
  color: #333;
}

.number {
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: grey;
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
}

.number.zero {
  margin-top: 40px;
  font-family: 'Yellow design studio lulo clean outline', sans-serif;
  color: #fff;
}

.number.zero._02ahs {
  color: #fff;
}

.big-link {
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 50px;
  line-height: 80px;
}

.proj_body-wrap {
  width: 90vw;
  text-align: center;
}

._w-form {
  position: static;
  display: block;
  width: auto;
  height: 60px;
  max-height: 100%;
  min-height: 200px;
}

.proj_body {
  text-align: left;
}

.proj_body h2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body p {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body h4 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body figure {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.proj_body figcaption {
  margin-bottom: 20px;
  color: grey;
}

.next-project {
  padding: 5vw;
}

.project-link {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.project-link:hover {
  box-shadow: inset 0 -2px 0 0 #fff;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.project-title {
  margin-bottom: 20px;
  font-family: Robotoslab, sans-serif;
  font-size: 40px;
  font-weight: 400;
  white-space: normal;
}

.project-description-dark {
  display: block;
  width: auto;
  height: 50%;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  white-space: normal;
}

.project-description-dark:hover {
  color: #333;
}

.arrow-2 {
  margin-bottom: 1px;
  margin-left: 8px;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.footer-links {
  margin-right: 20px;
  margin-bottom: 20px;
}

.main-h {
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 14vh;
  line-height: 16vh;
  font-weight: 400;
}

.main-h.bold {
  font-weight: 900;
}

.main-h.bold.home {
  margin-top: 0px;
  font-size: 9vh;
}

.main-h.home {
  position: static;
  z-index: auto;
  margin-top: 0px;
  margin-right: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 90px;
  line-height: 88px;
  font-weight: 900;
  cursor: default;
}

.main-h.home:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.paragraph-3 {
  position: static;
  width: auto;
  height: auto;
  min-width: auto;
  margin-bottom: 40px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 41px;
  font-weight: 300;
  white-space: normal;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-3:hover {
  color: #333;
}

.image-9 {
  height: auto;
  color: #fff;
}

.title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 0px;
  line-height: 14px;
}

.home-subheader {
  height: 7vh;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 0px;
  background-color: #fff;
  font-family: Robotoslab, sans-serif;
  color: #000;
  font-size: 44px;
  font-weight: 700;
}

.home-subheader:hover {
  background-color: #d9a79c;
}

.link-2 {
  position: static;
  display: block;
  overflow: visible;
  height: 2vh;
  max-height: none;
}

.project1-description {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project1-name {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.back2-projects {
  position: static;
  height: 5vh;
  line-height: 5vh;
}

.back2-projects:hover {
  box-shadow: inset 0 -2px 0 0 #000;
}

.pdf-link {
  margin-bottom: 6px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.pdf-link:hover {
  box-shadow: inset 0 -1px 0 0 #d9644a;
  color: #d9644a;
  font-size: 16px;
  font-weight: 300;
}

.medium-link {
  margin-bottom: 6px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.medium-link:hover {
  box-shadow: inset 0 -1px 0 0 #9cced9;
  color: #9cced9;
  font-weight: 300;
}

.linkedin-link {
  margin-bottom: 6px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.linkedin-link:hover {
  box-shadow: inset 0 -1px 0 0 #d9a79c;
  color: #d9a79c;
  font-weight: 300;
}

.email-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.email-link:hover {
  box-shadow: inset 0 -1px 0 0 #8c1d04;
  color: #8c1d04;
  font-weight: 300;
}

.text-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333;
}

.text-span {
  background-color: transparent;
  box-shadow: inset 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-span:hover {
  box-shadow: inset 2px 2px 0 0 #000;
  text-shadow: 1px 1px 6px #000;
}

.div-block1 {
  width: auto;
}

.heading-7 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 44px;
  line-height: 35px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text {
  font-size: 30px;
}

.bold-text-2 {
  padding-left: 10px;
  color: #fff;
  font-size: 55px;
  font-weight: 900;
}

.bold-text-2:hover {
  color: #d9644a;
}

.paragraph-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 487px;
  margin-bottom: 0px;
  -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;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {
  width: 600px;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.paragraph-6 {
  width: 600px;
  color: #333;
  font-size: 17px;
}

.image-10 {
  max-width: 70%;
  min-width: 45%;
  margin-bottom: 0px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.form-2 {
  display: inline-block;
}

.form-block {
  position: absolute;
  padding-left: 140px;
  direction: ltr;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11 {
  position: static;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 9px;
  max-width: none;
}

.image-12 {
  height: 9px;
  max-height: none;
  line-height: 22px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Robotoslab, sans-serif;
  font-size: 200%;
  line-height: 80px;
  font-weight: 500;
}

.image-13 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.button-2 {
  padding: 15px 30px;
  background-color: #000;
  box-shadow: inset 1px 1px 0 0 #000;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
  color: #000;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-2 {
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 22px;
}

.div-block-29 {
  width: 100%;
  height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  border-top: 1px none #dbdbdb;
  background-color: #fafafa;
}

.wrap-content-2 {
  width: 40vw;
  padding-top: 20px;
  padding-right: 5vw;
}

.wrap-content-2.links {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-footer-2 {
  margin-bottom: 30px;
}

._w-form-2 {
  min-height: 400px;
}

.navbar-2 {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 5vh 5vw 0vh;
  background-color: transparent;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  box-shadow: none;
}

.brand-2:hover {
  border-bottom-style: none;
  box-shadow: none;
}

.brand-2.w--current {
  box-shadow: none;
}

.brand-2.w--current:hover {
  box-shadow: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vh;
  padding-bottom: 2vh;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-nav-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 5px;
  box-shadow: none;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 400;
}

.link-nav-2:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.link-nav-2.w--current {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.collection-item {
  height: 387px;
}

.cta-section {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

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

.button-3 {
  padding: 15px 30px;
  background-color: #011118;
  box-shadow: inset 1px 1px 0 0 #011118;
  opacity: 1;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  color: #fff;
}

.button-3:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #011118;
}

.case-study-header {
  padding-top: 8vh;
}

.hero-section {
  display: block;
  padding-top: 10vh;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none #000;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  text-align: center;
}

.hero-section:hover {
  border-top: 18px none #d9a79c;
  border-bottom: 1px none #000;
}

.flex-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-media {
  width: 100%;
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
}

.case-study-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.case-study-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study-probsol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.image-14 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  margin: 0px 0px 0px 36px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-15 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
}

.paragraph-7 {
  color: #333;
  font-weight: 300;
}

.image-16 {
  position: relative;
  top: 0px;
  z-index: 2;
  margin: 0px 40px 0px 0px;
  padding-right: 0px;
  float: right;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.heading-11 {
  margin-top: 36px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
}

.paragraph-8 {
  color: #333;
  font-weight: 300;
}

.brand-3 {
  padding-bottom: 0px;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.navbar-3 {
  border-style: none;
  border-width: 18px;
  border-color: rgba(217, 167, 156, 0.37);
  background-color: transparent;
  color: #000;
}

.navbar-3:hover {
  border-style: none;
  border-width: 18px 1px 1px;
  border-color: rgba(217, 167, 156, 0.37) #8c1d04 #8c1d04;
  color: #333;
  font-weight: 400;
}

.navbar-3.homenav {
  border-style: none;
  border-color: rgba(229, 204, 198, 0.37);
  font-family: p22-underground, sans-serif;
}

.brand-4 {
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.brand3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.brand3:hover {
  padding-top: 10px;
  padding-bottom: 0px;
  box-shadow: none;
}

.brand3.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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;
}

.paragraph-9 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #011118;
  font-weight: 400;
}

.nav-menu-3 {
  color: #333;
  font-size: 17px;
}

.nav-link {
  border: 0px none #333;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Ff mark pro', sans-serif;
  color: #d9a79c;
  font-size: 17px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: none;
  color: #d9a79c;
  font-weight: 400;
}

.nav-link.w--current {
  border-style: none;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.01);
  color: #011118;
}

.nav-link.w--current:hover {
  color: #8c1d04;
}

.aboutlink {
  border-style: none;
  border-width: 1px;
  border-color: #d9a79c;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.aboutlink:hover {
  border-width: 2px;
  box-shadow: none;
  color: #d9a79c;
  font-weight: 300;
}

.aboutlink.w--current {
  padding-bottom: 2px;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Ff mark pro', sans-serif;
  color: #d9a79c;
  font-weight: 400;
}

.resumelink {
  border-style: none;
  border-width: 1px;
  border-color: #d9644a;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.resumelink:hover {
  border-width: 2px 2px 2px 1px;
  border-left-style: none;
  border-left-color: transparent;
  box-shadow: none;
  color: #d9a79c;
  font-weight: 300;
}

.resumelink.w--current {
  box-shadow: inset 0 -2px 0 0 #d9a79c;
  color: #d9a79c;
}

.button-4 {
  position: relative;
  display: none;
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8c1d04;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.button-4:hover {
  background-color: #011118;
  color: #fff;
}

.cards-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  margin-top: 200px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  border: 0px none #000;
  background-color: transparent;
}

.centered-container-2 {
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: left;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 6px 0 20px -4px #cacaca;
  text-decoration: none;
}

.heading-12 {
  display: inline-block;
  margin-top: 0px;
  border-top: 3px none #000;
  border-bottom: 3px none #000;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.hero-section-2 {
  display: block;
  margin-top: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-media-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  background-color: #f0f4ff;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container-5 {
  position: static;
  display: -ms-grid;
  display: grid;
  margin-bottom: auto;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.heading-13 {
  position: static;
  display: block;
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: 'Roboto Slab', sans-serif;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.paragraph-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #011118;
  font-weight: 400;
}

.div-block-33 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-14 {
  margin-top: 72px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-11 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #011118;
  font-weight: 400;
}

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

.heading-15 {
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: Robotoslab, sans-serif;
}

.paragraph-12 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #011118;
  font-weight: 400;
}

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

.heading-16 {
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: Robotoslab, sans-serif;
}

.paragraph-13 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
  font-weight: 400;
}

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

.heading-17 {
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.paragraph-14 {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

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

.heading-18 {
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.paragraph-15 {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.div-block-38 {
  width: 100%;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-39 {
  display: block;
  width: 200%;
  margin-top: 0px;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-top: 200px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 45px;
  padding-bottom: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.feature-media {
  width: 100%;
  margin-right: 25px;
}

.video {
  margin-top: 30px;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
  font-size: 60px;
}

.container-2 {
  margin-top: 200px;
}

.heading-20 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 36px;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 36px;
}

.paragraph-16 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #011118;
  font-weight: 400;
}

.heading-22 {
  margin-top: 0px;
  font-size: 36px;
}

.heading-23 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
}

.heading-24 {
  margin-top: 0px;
}

.cards-section-2 {
  margin-top: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-container-3 {
  margin-top: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.cards-image-2 {
  width: 100%;
  max-width: none;
}

.footer {
  padding-top: 50px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

.footer-image {
  width: 50px;
}

.footer-label {
  margin-top: 0px;
  margin-bottom: 15px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
}

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

.centered-container-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
}

.gallery-thumbnail {
  width: 100%;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d43900;
  font-size: 22px;
}

.container-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  line-height: 32px;
  font-weight: 300;
}

.heading-26 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
}

.container-4 {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-4 {
  margin-top: 200px;
  border-style: none;
  border-width: 0px 0px 18px;
  border-color: #000 #000 #d9a79c;
  background-color: rgba(217, 167, 156, 0.37);
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-27 {
  font-family: bely-display, sans-serif;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.link-block-4 {
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.nav-menu-4 {
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image-17 {
  display: block;
}

.image-18 {
  position: static;
  margin-top: -32px;
  background-color: transparent;
  opacity: 0.5;
  color: #333;
}

.text-block-5 {
  font-size: 60px;
  font-weight: 700;
}

.heading-28 {
  font-size: 60px;
}

.lottie-animation {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.heading-29 {
  margin-bottom: 40px;
  font-family: bely-display, sans-serif;
  color: #333;
  font-size: 50px;
  font-weight: 400;
  text-align: left;
}

.image-restaurant {
  margin-top: 0px;
  border: 1px none grey;
  border-radius: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-restaurant.boxshadow {
  margin-top: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.body-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 22px;
  border-color: rgba(217, 167, 156, 0.37);
  background-color: transparent;
  font-size: 18px;
  text-align: left;
}

.heading-30 {
  margin-top: 60px;
  font-family: 'Roboto Slab', sans-serif;
}

.heading-31 {
  margin-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
}

.heading-32 {
  margin-bottom: 30px;
  font-family: Robotoslab, sans-serif;
  font-weight: 700;
}

.image-20 {
  margin-top: 20px;
  margin-bottom: 60px;
  border: 0px solid #000;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-17 {
  color: #333;
  font-weight: 400;
}

.paragraph-18 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.paragraph-19 {
  margin-top: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.paragraph-20 {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-weight: 700;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
}

.centered-container-5 {
  min-height: auto;
  margin-top: 200px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  box-shadow: 4px 4px 20px -4px #cacaca;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-21 {
  color: #011118;
  font-weight: 400;
}

.paragraph-22 {
  color: #011118;
  font-weight: 400;
}

.paragraph-23 {
  color: #011118;
  font-weight: 400;
}

.heading-33 {
  margin-top: auto;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
}

.heading-34 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
}

.heading-35 {
  margin-top: 140px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
}

.paragraph-24 {
  color: #011118;
  font-weight: 400;
}

.paragraph-25 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
  text-align: left;
}

.heading-36 {
  margin-top: 0px;
  color: #121212;
}

.paragraph-26 {
  font-family: Roboto, sans-serif;
  color: #011118;
  font-weight: 400;
}

.heading-37 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
}

.paragraph-27 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.heading-38 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
}

.container-5 {
  margin-top: 200px;
}

.container-6 {
  margin-top: 200px;
}

.block-quote {
  margin-top: 200px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: Robotoslab, sans-serif;
  color: #d43900;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.list-item {
  padding-bottom: 40px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.list-item-2 {
  padding-bottom: 40px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.list-item-3 {
  margin-bottom: 0px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.list {
  display: inline;
  margin-left: 0px;
}

.list-item-4 {
  padding-bottom: 40px;
  color: #333;
  font-size: 18px;
}

.list-item-5 {
  padding-bottom: 40px;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.list-2 {
  display: inline;
}

.list-item-6 {
  padding-bottom: 60px;
  color: #333;
  font-size: 18px;
}

.container-7 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.heading-39 {
  font-family: 'Roboto Slab', sans-serif;
}

.container-8 {
  min-height: 340px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #333;
  font-size: 18px;
}

.div-block-40 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.heading-40 {
  margin-top: 200px;
  margin-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Roboto Slab', sans-serif;
  font-style: normal;
}

.paragraph-29 {
  color: #333;
  font-weight: 300;
}

.image-21 {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 0px;
  box-shadow: 0 0 5px -1px #cacaca;
}

.nav-link-4 {
  border-style: none;
  border-width: 1px;
  border-color: #8c1d04;
  color: #011118;
}

.nav-link-4:hover {
  border-style: none;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-5 {
  border-bottom: 4px solid transparent;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #011118;
}

.nav-link-5:hover {
  border-style: none none solid;
  border-width: 0px 0px 4px;
  border-color: #000 #000 #d9a79c;
  font-weight: 500;
}

.nav-link-6 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 0px none transparent;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-6:hover {
  padding-bottom: 6px;
  border-bottom: 4px none #d9644a;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
  font-weight: 400;
}

.nav-link-7 {
  padding-bottom: 5px;
  border-style: none none solid;
  border-width: 0px 0px 5px;
  border-color: #333 #333 transparent;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-7:hover {
  padding-bottom: 5px;
  border-bottom: 0px none #8c1d04;
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
  font-weight: 400;
}

.heading-41 {
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
}

.paragraph-30 {
  margin-top: 36px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 300;
  text-align: left;
}

.paragraph-31 {
  margin-bottom: 0px;
  color: #d43900;
  font-weight: 400;
}

.container-9 {
  margin-top: 0px;
  padding-top: 0px;
}

.container-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-22 {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 36px;
  padding-right: 0px;
}

.heading-42 {
  margin-top: 200px;
  margin-bottom: 30px;
  font-family: Robotoslab, sans-serif;
  color: #333;
}

.paragraph-32 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.heading-43 {
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
  font-size: 60px;
}

.container-11 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-33 {
  color: #011118;
  font-weight: 400;
}

.paragraph-34 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.paragraph-35 {
  color: #011118;
  font-weight: 400;
}

.paragraph-36 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.paragraph-37 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.heading-44 {
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
  font-size: 60px;
}

.paragraph-38 {
  color: #011118;
  font-weight: 400;
}

.container-12 {
  margin-top: 200px;
}

.paragraph-39 {
  color: #011118;
  font-weight: 400;
}

.paragraph-40 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
}

.cards-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.centered-container-6 {
  margin-top: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0%;
}

.cards-image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-41 {
  margin-bottom: 30px;
  color: #011118;
  font-weight: 400;
  text-align: left;
}

.paragraph-42 {
  color: #d43900;
  font-weight: 400;
}

.heading-45 {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d43900;
  font-size: 24px;
}

.heading-46 {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d43900;
  font-size: 24px;
}

.paragraph-43 {
  color: #d43900;
}

.heading-47 {
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #d43900;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-44 {
  color: #d43900;
  font-weight: 400;
}

.heading-48 {
  font-family: 'Roboto Slab', sans-serif;
}

.heading-49 {
  font-family: 'Roboto Slab', sans-serif;
}

.heading-50 {
  font-family: 'Roboto Slab', sans-serif;
}

.paragraph-45 {
  color: #011118;
  font-weight: 400;
}

.heading-51 {
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #011118;
  font-size: 60px;
}

.container-13 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-52 {
  margin-bottom: 30px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 60px;
  font-weight: 700;
}

.paragraph-46 {
  margin-top: 30px;
  color: #011118;
  font-weight: 400;
}

.heading-53 {
  margin-bottom: 0px;
  color: #d43900;
  font-size: 22px;
}

.paragraph-47 {
  color: #d43900;
  font-weight: 400;
}

.paragraph-48 {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #011118;
  font-weight: 400;
}

.heading-54 {
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
}

.image-23 {
  display: block;
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
  text-align: center;
}

.paragraph-49 {
  color: #011118;
  font-weight: 400;
}

.paragraph-50 {
  color: #011118;
  font-weight: 400;
}

.paragraph-51 {
  color: #011118;
  font-weight: 400;
}

.body-3 {
  border-style: solid;
  border-width: 18px;
  border-color: rgba(217, 167, 156, 0.37);
  background-color: transparent;
  box-shadow: 0 1px 3px 0 #000;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.worklink {
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.worklink:hover {
  box-shadow: none;
  color: #d9a79c;
  font-weight: 300;
}

.worklink.w--current {
  color: #333;
}

.image-24 {
  position: relative;
  top: 200px;
  z-index: auto;
  margin-left: -232px;
  clear: none;
}

.div-block-41 {
  position: absolute;
  z-index: auto;
  width: 100%;
  height: 100%;
}

.image-25 {
  position: relative;
  left: 12%;
  top: 62%;
  margin-bottom: 86px;
}

.image-26 {
  position: relative;
  left: 800px;
  top: 100px;
}

.image-50 {
  position: relative;
  left: 600px;
  top: 400px;
}

.image-27 {
  position: relative;
  left: -13px;
  top: 700px;
  right: 100px;
  margin-bottom: 60px;
  margin-left: 117px;
}

.image-51 {
  position: relative;
  left: 81%;
  top: 49%;
  right: 0%;
}

.image-28 {
  position: relative;
  left: 52%;
  top: 47%;
  margin-left: -127px;
}

.text-block-6 {
  position: static;
  display: block;
  float: none;
  color: #011118;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-42 {
  width: 25%;
}

.centered-container-7 {
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image-4.pieimage1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.heading-55 {
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 700;
}

.heading-56 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: Roboto, sans-serif;
}

.paragraph-52 {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  font-family: p22-underground, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-53 {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.div-block-43 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-44 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-52 {
  margin-bottom: 30px;
}

.paragraphtext {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 36px;
  padding-right: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.heading-57 {
  font-size: 36px;
}

.headerone {
  margin-top: 36px;
  margin-bottom: 0px;
  font-family: bely-display, sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}

.header2 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 44px;
  font-weight: 700;
}

.centered-container-8 {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container-7 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  background-image: url('../images/Graph1.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.heading10 {
  font-family: Robotoslab, sans-serif;
}

.header1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
  text-indent: 0px;
  text-transform: uppercase;
}

.paragraph-54 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.parargraph {
  margin-top: 0px;
  margin-bottom: 36px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  direction: ltr;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.paragraph1 {
  width: auto;
  margin-bottom: 36px;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #333;
  font-size: 17px;
}

.redparagraph {
  margin-bottom: 0px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

.keyinsight {
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.fifthheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: bely-display, sans-serif;
  color: #333;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.secondheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.container-14 {
  margin-top: 174px;
}

.heading-58 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-55 {
  margin-bottom: 36px;
  padding-top: 0px;
  color: #333;
  font-size: 17px;
}

.image-53 {
  margin-bottom: 40px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.div-block-45 {
  margin-top: 200px;
}

.paragraph-56 {
  color: #d43900;
}

.paragraph56 {
  display: inline-block;
  padding-left: 110px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

.image-54 {
  margin-top: 0px;
  margin-left: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-46 {
  margin-top: auto;
  margin-right: 186px;
}

.div-block-47 {
  margin-top: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.pieimage3 {
  height: 300px;
  background-image: url('../images/graph3.png');
  background-position: -28px 31px;
  background-size: auto 242px;
}

.pieimage2 {
  height: 300px;
  background-image: url('../images/Graph1.png');
  background-position: 0px 29px;
  background-size: auto 250px;
  background-attachment: scroll;
}

.pieimage1 {
  height: 300px;
  background-image: url('../images/Screen-Shot-2020-05-16-at-3.55.40-PM.png');
  background-position: 30px 26px;
  background-size: auto 200px;
  background-repeat: no-repeat;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.feature-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  float: right;
  box-shadow: 6px 0 20px -4px #cacaca;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-59 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-span-2 {
  color: #333;
  font-weight: 700;
}

.text-span-3 {
  color: #333;
  font-weight: 700;
}

.video-2 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-57 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.text-span-4 {
  color: #333;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.text-span-5 {
  color: #333;
}

.video-3 {
  margin-top: 25px;
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-55 {
  display: block;
  margin-top: 0px;
  margin-bottom: 60px;
  clear: none;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.container-15 {
  min-height: 100vh;
  margin-top: 200px;
}

.heading-60 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
}

.paragraph-58 {
  margin-top: 36px;
  margin-bottom: 0px;
  color: #333;
  text-align: left;
}

.heading-61 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.heading-62 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Robotoslab, sans-serif;
}

.container-16 {
  margin-top: 200px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.list-item-7 {
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.list-item-8 {
  font-size: 18px;
  font-weight: 300;
}

.list-item-9 {
  font-size: 18px;
  font-weight: 300;
}

.list-29 {
  margin-top: 0px;
  margin-bottom: 36px;
  padding-bottom: 0px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.image-56 {
  margin-top: 10px;
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.container-17 {
  margin-top: 100px;
  background-color: transparent;
}

.heading-63 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
}

.paragraph-59 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.container-18 {
  margin-top: 200px;
}

.heading-64 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
}

.image-57 {
  margin-top: 0px;
  margin-bottom: 36px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-60 {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #333;
}

.heading-65 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.image-58 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-61 {
  margin-top: 36px;
  margin-bottom: 60px;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.video-4 {
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-62 {
  color: #333;
}

.centered-container-9 {
  margin-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-thumbnail-3 {
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 20px -4px #cacaca;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-63 {
  color: #333;
}

.heading-66 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.image-59 {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: left;
  box-shadow: 4px 4px 20px -4px #cacaca;
  text-align: left;
}

.image-60 {
  width: 158px;
  margin-top: 7px;
}

.slider {
  width: auto;
  height: 578px;
  margin-top: 0px;
  margin-bottom: 100px;
  background-color: transparent;
}

.image-61 {
  margin-top: 10px;
}

.image-62 {
  margin-top: 10px;
}

.container-19 {
  margin-top: 200px;
}

.image-63 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-64 {
  margin-top: 0px;
  margin-bottom: 36px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-65 {
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-66 {
  margin-bottom: 0px;
  border-radius: 19px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-67 {
  margin-top: 10px;
  margin-bottom: 0px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.container-20 {
  margin-top: 200px;
}

.container-21 {
  margin-top: 200px;
}

.container-22 {
  margin-top: 200px;
}

.container-23 {
  margin-top: 200px;
}

.image-68 {
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.heading-67 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.heading-68 {
  margin-top: 30px;
  margin-bottom: -13px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-64 {
  color: #333;
  text-align: center;
}

.video-5 {
  margin-bottom: 40px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.heading-69 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-70 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-69 {
  box-shadow: 5px -3px 20px -4px #cacaca;
}

.image-70 {
  box-shadow: 6px 1px 20px -4px #cacaca;
}

.image-71 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.container-24 {
  margin-top: 200px;
}

.image-72 {
  margin-top: 0px;
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-73 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.heading-71 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.paragraph-65 {
  color: #333;
}

.heading-72 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.heading-73 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.image-74 {
  margin-left: 101px;
}

.heading-74 {
  margin-top: 60px;
}

.heading-75 {
  margin-top: 60px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 32px;
  font-weight: 300;
}

.headingcompared {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.image-75 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-76 {
  margin-top: 10px;
}

.container-25 {
  margin-top: 200px;
}

.text-span-6 {
  color: #333;
  font-weight: 700;
}

.text-span-7 {
  color: #d43900;
}

.text-span-8 {
  color: #333;
  font-weight: 700;
}

.image-77 {
  margin-bottom: 3px;
  margin-left: 666px;
}

.container-26 {
  background-color: transparent;
  line-height: 32px;
}

.heading-76 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.heading-77 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.container-27 {
  margin-top: 20px;
  margin-bottom: 100px;
  line-height: 32px;
}

.list-item-10 {
  padding-bottom: 36px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
}

.list-item-11 {
  padding-bottom: 40px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
}

.list-item-12 {
  color: #333;
  font-size: 18px;
}

.list-item-13 {
  padding-bottom: 40px;
  color: #333;
  font-size: 18px;
}

.list-item-14 {
  padding-bottom: 0px;
  color: #333;
  font-size: 17px;
}

.list-item-15 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.list-30 {
  margin-left: 0px;
  padding-left: 0px;
}

.list-31 {
  margin-left: 20px;
  padding-left: 0px;
  font-family: p22-underground, sans-serif;
  font-size: 17px;
}

.text-span-9 {
  color: #333;
  font-weight: 700;
}

.heading-78 {
  margin-top: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-79 {
  margin-top: 36px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-66 {
  color: #333;
  font-weight: 300;
}

.image-78 {
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.hello-text-wrapper {
  margin-top: 0px;
  margin-left: 0px;
}

.container-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -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;
}

.container-29 {
  margin-top: 100px;
}

.image-79 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: 0px;
}

.image-80 {
  margin-left: auto;
}

.image-81 {
  margin-left: 0px;
}

.heading-80 {
  font-family: Robotoslab, sans-serif;
  font-size: 44px;
}

.left-arrow {
  margin-top: 25%;
  margin-bottom: 25%;
}

.right-arrow {
  margin-top: 25%;
  margin-bottom: 25%;
}

.home-header-container {
  position: static;
  height: auto;
  margin-top: 100px;
}

.image-82 {
  margin-top: 10px;
}

.image-83 {
  margin-top: 10px;
}

.container-30 {
  margin-top: 200px;
}

.div-block-49 {
  background-color: transparent;
  font-weight: 700;
}

.text-span-10 {
  color: #333;
  font-weight: 700;
}

.p3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.p3:hover {
  box-shadow: inset 0 -2px 0 0 #9cced9;
  color: #9cced9;
}

.link-3 {
  color: #fff;
}

.link-3:hover {
  color: #fff;
  font-weight: 900;
}

.paragraph-67 {
  margin-top: 36px;
  margin-bottom: 40px;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.text-span-11 {
  color: #333;
  font-weight: 600;
}

.list-item-16 {
  margin-top: 20px;
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.list-item-17 {
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 300;
}

.list-item-18 {
  font-weight: 300;
}

.paragraph-68 {
  margin-bottom: 36px;
  padding-top: 0px;
  color: #333;
  font-size: 17px;
}

.text-span-12 {
  color: #333;
  font-weight: 700;
}

.image-84 {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -16px;
}

.image-85 {
  margin-top: 0px;
  margin-left: -17px;
}

.image-86 {
  margin-left: -12px;
}

.image-87 {
  margin-top: 0px;
  margin-left: -10px;
}

.centered-container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-81 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.paragraph-69 {
  margin-top: 5px;
  margin-bottom: 36px;
  color: #333;
  text-align: left;
}

.centered-container-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-image-mask-5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.heading-82 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.heading-83 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.paragraph-70 {
  margin-bottom: 60px;
  color: #333;
  font-size: 17px;
}

.heading-84 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.div-block-50 {
  margin-left: auto;
  padding-right: 30px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-71 {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #333;
  text-align: left;
}

.paragraph-72 {
  margin-bottom: 36px;
  padding-top: 0px;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.cardssection1 {
  margin-top: 200px;
  background-color: transparent;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 200px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.text-span-21 {
  color: #333;
  font-weight: 300;
}

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

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

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

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

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

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

.text-span-28 {
  font-weight: 500;
}

.text-span-29 {
  font-weight: 500;
}

.text-span-30 {
  font-weight: 500;
}

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

.text-span-32 {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-span-65 {
  color: #333;
  font-weight: 300;
}

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

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

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

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

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

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

.text-span-72 {
  font-weight: 300;
}

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

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

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

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

.text-span-77 {
  font-weight: 900;
}

.text-span-78 {
  font-weight: 900;
}

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

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

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

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

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

.text-span-84 {
  font-weight: 500;
}

.text-span-85 {
  font-weight: 500;
}

.text-span-86 {
  font-weight: 500;
}

.text-span-87 {
  font-weight: 500;
}

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

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

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

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

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

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

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

.text-span-95 {
  color: #333;
  font-weight: 700;
}

.text-span-96 {
  color: #333;
  font-weight: 700;
}

.text-span-97 {
  color: #333;
  font-weight: 700;
}

.text-span-98 {
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

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

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

.text-span-101 {
  font-weight: 300;
}

.text-span-102 {
  color: #333;
  font-weight: 900;
}

.text-span-103 {
  color: #333;
  font-weight: 700;
}

.text-span-104 {
  color: #333;
  font-weight: 700;
}

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

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

.text-span-107 {
  font-weight: 300;
}

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

.text-span-109 {
  font-weight: 300;
}

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

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

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

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

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

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

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

.text-span-117 {
  color: #333;
  font-weight: 900;
}

.text-span-118 {
  color: #333;
  font-weight: 900;
}

.text-span-119 {
  color: #333;
  font-weight: 900;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 200px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
  opacity: 1;
}

.text-span-120 {
  font-weight: 900;
}

.link-4 {
  color: #8c1d04;
  font-weight: 900;
}

.text-span-121 {
  font-weight: 900;
}

.cardssection2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
}

.section-3 {
  min-height: 100vh;
  margin-top: 200px;
  background-color: #f0f4ff;
}

.partnerships {
  min-height: 100vh;
  margin-top: 200px;
}

.section-4 {
  background-color: #f0f4ff;
}

.section-5 {
  max-height: 100vh;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 50.2%, 0.2);
}

.text-span-122 {
  color: #d43900;
  font-weight: 900;
}

.color-guide-section {
  display: block;
  min-height: auto;
  margin-top: 200px;
  margin-bottom: 0px;
  -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;
  background-color: #fff;
}

.image-88 {
  margin-bottom: 40px;
  padding-bottom: 0px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.section-6 {
  min-height: 100px;
  margin-top: 100px;
  background-color: transparent;
}

.section-7 {
  min-height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 217, 156, 0.75);
}

.button-5 {
  width: 400vw;
  max-width: 300px;
  min-width: 100px;
  margin-top: 60px;
  background-color: #8c1d04;
}

.button-5:hover {
  background-color: #011118;
  color: #fff;
}

.heading-85 {
  margin-bottom: 10px;
}

.second-text {
  margin-bottom: 0px;
  font-family: p22-underground, sans-serif;
  color: #333;
}

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

.container-31 {
  margin-top: 0px;
}

.image-89 {
  margin-top: 0px;
}

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

.text-span-125 {
  color: #333;
  font-weight: 700;
}

.paragraph-73 {
  color: #333;
  font-size: 17px;
}

.list-32 {
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.image-90 {
  margin-bottom: 36px;
}

.image-91 {
  margin-bottom: 40px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.container-32 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-92 {
  margin-left: 127px;
}

.section-8 {
  background-color: transparent;
}

.swotahs {
  margin-top: 200px;
  background-color: transparent;
}

.empathyahs {
  margin-top: 200px;
  background-color: #fff;
}

.inspoboard {
  margin-top: 200px;
  margin-bottom: 200px;
  background-color: #fff;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-bottom: 99px;
  background-color: #fff;
}

.partnernsa {
  margin-top: 200px;
  background-color: #fff;
}

.nsacontact {
  margin-top: 200px;
  background-color: #fff;
}

.text-span-126 {
  font-size: 14px;
}

.heading-86 {
  height: 80px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 10px;
  border: 0px none #000;
  background-color: rgba(217, 167, 156, 0.37);
  font-family: bely-display, sans-serif;
  color: #011118;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  margin-top: 20px;
  margin-right: -127px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  cursor: none;
}

.bold-text-3 {
  padding-left: 10px;
  color: #fff;
  font-size: 55px;
  font-weight: 900;
  cursor: default;
}

.bold-text-3:hover {
  color: #d9a79c;
}

.image-hover {
  display: inline-block;
  margin-top: 140px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
}

.image-hover:hover {
  box-shadow: none;
  color: #8c1d04;
}

.bold-text-1 {
  padding-left: 10px;
  color: #fff;
  font-size: 55px;
  font-weight: 900;
}

.bold-text-1:hover {
  color: #8c1d04;
}

.nav-link-resume {
  padding-bottom: 2px;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
}

.nav-link-resume:hover {
  box-shadow: none;
  color: #d9a79c;
}

.nav-link_resume {
  padding-bottom: 2px;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  color: #333;
}

.nav-link_resume:hover {
  box-shadow: inset 0 -2px 0 0 #d9a79c;
  color: #d9a79c;
}

.text-span-127 {
  cursor: default;
}

.bold-text-4 {
  font-size: 55px;
  font-weight: 900;
}

.bold-text-4:hover {
  color: #9cced9;
}

.text-span-128 {
  line-height: 20px;
  font-weight: 900;
}

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

.text-span-130 {
  font-weight: 900;
}

.text-span-131 {
  font-weight: 900;
}

.text-span-132 {
  font-weight: 900;
}

.text-span-133 {
  font-weight: 900;
}

.text-span-134 {
  font-weight: 900;
}

.text-span-135 {
  font-weight: 900;
}

.text-span-136 {
  font-weight: 900;
}

.text-span-137 {
  font-weight: 900;
}

.text-span-138 {
  font-weight: 900;
}

.text-span-139 {
  font-weight: 300;
}

.text-span-140 {
  font-weight: 900;
}

.list-33 {
  font-size: 18px;
  line-height: 32px;
}

.list-34 {
  padding-left: 0px;
  line-height: 32px;
}

.text-span-141 {
  font-weight: 900;
}

.text-span-142 {
  font-weight: 900;
}

.text-span-143 {
  font-weight: 900;
}

.text-span-144 {
  font-weight: 900;
}

.text-span-145 {
  font-weight: 900;
}

.text-span-146 {
  font-weight: 900;
}

.text-span-147 {
  font-weight: 900;
}

.text-span-148 {
  font-weight: 900;
}

.text-span-149 {
  font-weight: 900;
}

.text-span-150 {
  font-weight: 900;
}

.text-span-151 {
  line-height: 32px;
  font-weight: 900;
}

.text-span-152 {
  font-weight: 900;
}

.text-span-153 {
  font-weight: 900;
}

.text-span-154 {
  font-weight: 900;
}

.text-span-155 {
  font-weight: 500;
}

.text-span-156 {
  font-weight: 500;
}

.text-span-157 {
  font-weight: 500;
}

.text-span-158 {
  font-weight: 300;
}

.text-span-159 {
  font-weight: 900;
}

.text-span-160 {
  font-weight: 900;
}

.text-span-161 {
  font-weight: 900;
}

.text-span-162 {
  font-weight: 900;
}

.text-span-163 {
  font-weight: 900;
}

.text-span-164 {
  font-weight: 900;
}

.text-span-165 {
  font-weight: 500;
}

.text-span-166 {
  font-weight: 900;
}

.text-span-167 {
  font-weight: 900;
}

.block-quote-2 {
  margin-top: 200px;
  margin-bottom: 0px;
  padding: 0px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  min-height: auto;
  margin-top: 200px;
  margin-bottom: 100px;
  background-color: #fff;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  margin-top: 200px;
  text-align: left;
}

.section-13 {
  max-height: none;
  margin-top: 200px;
  padding-bottom: 0px;
  background-color: transparent;
}

.heading-87 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.heading-88 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
}

.heading-89 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.heading-90 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
}

.heading-91 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.heading-92 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-weight: 900;
}

.heading-93 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-weight: 300;
}

.heading-94 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-weight: 300;
}

.heading-95 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.heading-96 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-97 {
  margin-top: 18px;
  margin-bottom: 36px;
  color: #333;
  font-size: 44px;
  font-weight: 300;
}

.heading-98 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.heading-99 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-100 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.heading-101 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-102 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-size: 44px;
  font-weight: 300;
}

.paragraph-74 {
  margin-bottom: 0px;
  color: #333;
  font-size: 17px;
}

.heading-103 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-104 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.paragraph-75 {
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
}

.list-item-19 {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.heading-105 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.paragraph-76 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.heading-106 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.heading-107 {
  max-width: none;
  min-width: auto;
  margin-top: 3px;
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-108 {
  margin-top: 3px;
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-109 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.heading-110 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-111 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

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

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

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

.heading-112 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.heading-113 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.heading-114 {
  width: 73%;
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  line-height: 52px;
  white-space: normal;
}

.heading-115 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.heading-116 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-117 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.heading-118 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-119 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-120 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-121 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.heading-122 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-123 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-124 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-125 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-126 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.heading-127 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.paragraph-77 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.paragraph-78 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.survey-cards-section {
  margin-top: 200px;
}

.surveybutton {
  position: relative;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  float: left;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.surveybutton:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

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

.paragraph-79 {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.block-quote-3 {
  margin-top: 200px;
  margin-bottom: 36px;
  line-height: 32px;
}

.medium-button {
  position: relative;
  display: inline;
  margin-left: auto;
  float: left;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

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

.text-span-172 {
  font-weight: 900;
}

.section-14 {
  margin-top: 36px;
  background-color: #c5dbab;
}

.div-block-53 {
  background-color: #c5dbab;
}

.container-33 {
  margin-bottom: 200px;
}

.button-6 {
  background-color: #8c1d04;
}

.container-34 {
  margin-bottom: 60px;
}

.section-15 {
  margin-top: 200px;
  margin-bottom: 200px;
  background-color: #fff;
}

.section-16 {
  margin-top: 200px;
  background-color: #fff;
}

.section-17 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 217, 156, 0.75);
}

.heading-128 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 900;
}

.paragraph-80 {
  margin-bottom: 0px;
  color: #333;
  text-align: center;
}

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

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

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

.seamlessmoble {
  background-color: transparent;
}

.human-design {
  margin-top: 0px;
}

.medium-quote {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
}

.conclusion-nsa {
  padding-bottom: 0px;
  background-color: transparent;
}

.image-93 {
  margin-top: -48px;
  margin-left: 194px;
}

.paw-image-2 {
  position: relative;
  padding-right: 40px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-129 {
  font-family: Roboto, sans-serif;
}

.heading-130 {
  font-family: Roboto, sans-serif;
  font-size: 44px;
}

.paragraph-81 {
  margin-top: 18px;
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.heading-131 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
}

.heading-132 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  font-weight: 300;
}

.paragraph-82 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.list-item-20 {
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.list-item-21 {
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.image-94 {
  margin-bottom: 36px;
}

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

.heading-133 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
}

.button-7 {
  background-color: #8c1d04;
}

.heuristic-evaluation-button {
  position: relative;
  display: inline-block;
  min-height: auto;
  min-width: auto;
  margin-left: auto;
  float: left;
  clear: left;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

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

.primarybutton {
  position: relative;
  left: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #333;
  border-radius: 1.5px;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 #011118;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.primarybutton:hover {
  border-color: #011118;
  background-color: #fff;
  box-shadow: 5px 5px 0 0 #011118;
  color: #011118;
  text-decoration: none;
}

.primarybutton:active {
  box-shadow: 1px 1px 0 0 #011118;
}

.user-test-button {
  position: relative;
  margin-right: 0px;
  margin-left: auto;
  float: left;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.user-test-button:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.nsa-eval {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 60px;
  margin-left: auto;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #8c1d04;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.nsa-eval:hover {
  background-color: #011118;
  color: #fff;
}

.button-8 {
  position: relative;
  margin-bottom: 60px;
  margin-left: auto;
  float: left;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

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

.block-quote-4 {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 900;
}

.button-9 {
  background-color: #011118;
}

._02-button {
  height: auto;
  border: 0.25px solid #fff;
  background-color: #d9644a;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

._02-button:hover {
  background-color: #011118;
  color: #fff;
}

._01-button {
  border: 0px none #fff;
  background-color: #8c1d04;
  box-shadow: none;
  opacity: 0.42;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

._01-button:hover {
  border-style: solid;
  border-width: 0.5px;
  border-color: #fff;
  background-color: #000;
  color: #fff;
}

._03-button {
  border: 0.25px solid #fff;
  background-color: #d9a79c;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

._03-button:hover {
  background-color: #011118;
  color: #fff;
  text-align: left;
}

.bold-text-6 {
  font-weight: 500;
}

.foster-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.redesigbn {
  margin-top: 36px;
  margin-bottom: 20px;
  font-size: 25px;
}

.donate-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.container-35 {
  margin-bottom: 200px;
}

.references {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.new-sectrion {
  max-height: none;
  min-height: 50vh;
  background-color: transparent;
}

.insight-delivery {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

.mobile-walk {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.improved-flow {
  margin-top: 200px;
}

.header-errors {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 32px;
}

.div-block-54 {
  margin-bottom: 60px;
}

.bold-text-7 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.link-5 {
  font-family: bely-display, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.link-5:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.link-6 {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  font-family: bely-display, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.link-6:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.link-7 {
  font-family: bely-display, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.link-7:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.button-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 10px 50px;
  float: left;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #8c1d04;
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}

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

.image-95 {
  max-height: 100vh;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: auto;
}

.image-96 {
  margin-top: -200px;
  margin-left: 79px;
}

.image-97 {
  margin-left: 243px;
}

.opportunity-h {
  font-family: bely-display, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.opp-para {
  margin-bottom: 0px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
}

.div-block-55 {
  margin-left: 20px;
}

.div-block-56 {
  margin-left: 20px;
}

.survey-button-ahs {
  position: relative;
  float: left;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  color: #011118;
  font-size: 18px;
  font-weight: 300;
}

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

.button-11 {
  padding: 10px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #011118;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  color: #011118;
  font-size: 18px;
  font-weight: 300;
}

.button-11:hover {
  background-color: #011118;
  box-shadow: 7px 7px 20px -4px #cacaca;
  color: #fff;
}

.button-11.standard {
  border-color: #333;
  color: #333;
}

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

.text-block-8 {
  position: static;
  padding-top: 5px;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  cursor: default;
}

.header-no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-18 {
  margin-top: 200px;
}

.second-header-with-padding {
  margin-top: 0px;
  font-size: 25px;
  line-height: 32px;
}

.twitter-link {
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  color: #fff;
  font-weight: 300;
}

.twitter-link:hover {
  box-shadow: inset 0 -1px 0 0 #d9644a;
  color: #d9644a;
}

.text-span-177 {
  overflow: hidden;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 12vh;
  line-height: 11vh;
  font-weight: 900;
}

.text-span-177:hover {
  background-color: transparent;
  color: #333;
}

.text-span-178 {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}

.text-span-178:hover {
  background-color: #d9644a;
  color: #333;
}

.bold-text-8 {
  color: #8c1d04;
}

.ahs-overview {
  margin-bottom: 18px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.my-title {
  background-color: rgba(0, 0, 0, 0.03);
  color: #8c1d04;
  cursor: default;
}

.my-title:hover {
  background-color: #d9a79c;
  color: #8c1d04;
}

.bold-text-9 {
  font-family: bely-display, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.bold-text-10 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.bold-text-11 {
  font-family: bely-display, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.bold-text-12 {
  font-family: bely-display, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-13 {
  font-family: bely-display, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-14 {
  font-family: bely-display, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-15 {
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  text-align: left;
}

.bold-text-16 {
  font-family: bely-display, sans-serif;
  font-size: 25px;
}

.bold-text-17 {
  font-family: bely-display, sans-serif;
  font-size: 25px;
}

.paragraph-83 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.paragraph-84 {
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.paragraph-85 {
  margin-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.header-with-margin {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.way-link {
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #333;
  font-size: 18px;
}

.way-link:hover {
  border-bottom: 0px none transparent;
  color: #333;
  font-weight: 400;
}

.video-div {
  margin-top: 200px;
  background-color: transparent;
}

.button-margin {
  margin-top: 36px;
  margin-bottom: 60px;
  border: 2px solid #333;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

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

.viewo-tbutton {
  border-bottom: 4px solid transparent;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.viewo-tbutton:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.viewnsabutton {
  border-bottom: 4px solid transparent;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.viewnsabutton:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.waybutton {
  overflow: visible;
  color: #333;
  font-size: 18px;
  cursor: default;
}

.waybutton:hover {
  box-shadow: inset 0 -2px 0 0 transparent;
  color: #333;
}

.waynavbutton {
  padding-bottom: 5px;
  border-bottom: 5px solid transparent;
  color: #333;
  cursor: default;
}

.waynavbutton:hover {
  box-shadow: inset 0 -2px 0 0 transparent;
  font-weight: 400;
}

.moveupbutton {
  background-color: transparent;
  opacity: 0.6;
  color: transparent;
}

.o-tbutton {
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.o-tbutton:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.nav-link-8 {
  color: #333;
}

.nav-link-8:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.way-button {
  cursor: default;
}

.way-button:hover {
  box-shadow: none;
  color: #333;
}

.ahs-button {
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.ahs-button:hover {
  box-shadow: inset 0 -2px 0 0 #8c1d04;
  color: #8c1d04;
}

.list-35 {
  padding-left: 20px;
}

.list-item-22 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.container-36 {
  display: none;
  overflow: visible;
  margin-top: 70px;
}

.heading-134 {
  margin-top: 18px;
}

.slide-2 {
  background-color: #dcdcdc;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-98 {
  display: inline-block;
  margin-left: 200px;
  text-align: left;
}

.heading-135 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 300;
}

.heading-136 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: bely-display, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 155px;
  margin-left: auto;
}

.grid {
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 79px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 79px 1fr 79px 1fr 79px 1fr 79px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 85px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 2fr 2fr 2fr;
  grid-template-columns: 3fr 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  cursor: default;
}

.heading-137 {
  border-style: none;
  border-width: 1px;
  border-color: #011118;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  text-align: left;
}

.container-37 {
  margin-top: 200px;
  border-top: 1px solid #333;
}

.paragraph-86 {
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.list-item-23 {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.list-item-24 {
  padding-bottom: 3px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.list-item-25 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph-87 {
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.text-block-9 {
  font-family: p22-underground, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.text-block-10 {
  font-size: 18px;
}

.text-block-11 {
  font-size: 18px;
}

.text-block-12 {
  font-size: 18px;
}

.div-block-57 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.link-8 {
  clear: none;
  box-shadow: none;
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 500;
}

.link-8:hover {
  box-shadow: none;
  color: #9cced9;
}

.text-block-13 {
  font-size: 18px;
}

.button-12 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  margin-left: 10px;
  border-radius: 0px;
  background-color: rgba(156, 206, 217, 0.5);
  opacity: 0.65;
}

.div-block-58 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.heading-138 {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #8c1d04;
  cursor: default;
}

.text-span-179 {
  display: none;
  background-color: transparent;
  font-size: 40px;
}

.text-span-179:hover {
  background-color: #d9a79c;
}

.text-block-14 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.div-block-59 {
  position: static;
  overflow: visible;
  border-style: none;
  border-width: 18px;
  border-color: rgba(217, 167, 156, 0.37);
  opacity: 1;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-139 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Robotoslab, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 32px;
}

.div-block-60 {
  border-style: none;
  border-width: 18px;
  border-color: rgba(217, 167, 156, 0.37);
}

.container-38 {
  height: auto;
  margin-top: 20px;
}

.container-39 {
  display: block;
  margin-top: 20px;
}

.body-4 {
  overflow: visible;
}

.heading-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Yellow design studio lulo clean outline', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.heading-141 {
  margin-left: 0px;
  font-family: 'Yellow design studio lulo clean outline', sans-serif;
  font-size: 32px;
  text-align: left;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-62 {
  margin-top: 60px;
}

.heading-142 {
  font-family: 'Yellow design studio lulo clean outline', sans-serif;
  font-size: 32px;
  text-align: left;
}

.heading-143 {
  font-family: 'Yellow design studio lulo clean outline', sans-serif;
  color: #333;
  font-size: 32px;
  text-align: left;
}

.heading-143:hover {
  color: #333;
}

.container-40 {
  display: block;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-9 {
  color: #fff;
}

.link-10 {
  color: #fff;
}

.link-11 {
  color: #fff;
}

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

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

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

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

.button-13 {
  padding: 10px 50px;
  clear: left;
  background-color: #8c1d04;
  color: #fff;
}

.buttonnsa {
  margin-top: 32px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #efeade;
  background-color: #d9a79c;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #efeade;
}

.buttonnsa:hover {
  background-color: #011118;
  color: #efeade;
}

.buttonahs {
  margin-top: 32px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #fff;
  background-color: #d9644a;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #efeade;
}

.buttonahs:hover {
  border-color: #efeade;
  background-color: #011118;
  color: #efeade;
}

.buttonot {
  margin-top: 32px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  background-color: #8c1d04;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #efeade;
}

.buttonot:hover {
  border-color: #efeade;
  background-color: #011118;
  opacity: 1;
  color: #efeade;
}

.grid-3 {
  height: 50vh;
  margin-bottom: 0px;
  grid-column-gap: 56px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}

.container-41 {
  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;
}

.container-42 {
  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;
}

.heading-144 {
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-88 {
  font-family: Robotoslab, sans-serif;
  color: #333;
}

.image-99 {
  clear: right;
}

.image-100 {
  position: static;
  overflow: scroll;
  max-width: 100%;
  margin-right: 100px;
  padding-right: 0px;
  float: right;
  clear: none;
  opacity: 0.1;
}

.exclamationblue {
  color: #fff;
  font-size: 55px;
  cursor: default;
}

.exclamationblue:hover {
  color: #9cced9;
}

.bold-text-18 {
  font-weight: 300;
}

.heading-145 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.grid-4 {
  max-height: 50vw;
  justify-items: start;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

.container-43 {
  margin-top: 50px;
}

.grid-5 {
  max-height: 50vw;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

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

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

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

.image-101 {
  display: block;
  border: 1px none #000;
  box-shadow: 4px 4px 20px -4px #cacaca;
  text-align: left;
}

.container-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.finalgif {
  margin-top: 100px;
  text-align: center;
}

.image-102 {
  display: block;
  margin-bottom: 100px;
}

.paragraph-89 {
  color: #636363;
  text-align: left;
}

.heading-146 {
  font-family: Robotoslab, sans-serif;
  text-align: left;
}

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

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

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

.container-45 {
  margin-top: 100px;
}

.paragraph-90 {
  margin-bottom: 20px;
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
}

.grid-6 {
  margin-top: 100px;
  grid-column-gap: 120px;
  grid-row-gap: 35px;
}

.heading-147 {
  font-size: 44px;
}

.heading-148 {
  font-size: 44px;
}

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

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

.text-span-191 {
  font-weight: 300;
}

.text-span-192 {
  font-weight: 300;
}

.div-block-63 {
  margin-top: 200px;
}

.div-block-64 {
  margin-top: 200px;
}

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

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

.heading-149 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
}

.heading-150 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
}

.image-104 {
  margin-top: 20px;
}

.image-105 {
  margin-top: 100px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-106 {
  margin-top: 100px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-107 {
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-108 {
  margin-top: 100px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-109 {
  margin-top: 0px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-91 {
  margin-bottom: 36px;
  font-family: p22-underground, sans-serif;
  color: #333;
  text-align: left;
}

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

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

.heading-151 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-size: 44px;
  text-align: left;
}

.text-span-197 {
  font-weight: 900;
}

.heading-152 {
  margin-top: 200px;
  margin-bottom: 0px;
  font-family: bely-display, sans-serif;
  font-size: 25px;
  text-align: left;
}

.grid-7 {
  margin-bottom: 200px;
  padding-top: 20px;
  grid-column-gap: 19px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-92 {
  color: #333;
  font-size: 18px;
  text-align: left;
}

.list-item-26 {
  font-family: p22-underground, sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.list-item-27 {
  margin-top: 20px;
  font-family: p22-underground, sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.list-36 {
  font-size: 17px;
  list-style-type: disc;
}

.list-item-28 {
  margin-top: 20px;
  font-family: p22-underground, sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.text-span-198 {
  font-weight: 900;
}

.container-46 {
  margin-top: 200px;
}

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

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

.paragraph-93 {
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
}

.paragraph-94 {
  font-family: p22-underground, sans-serif;
  color: #333;
  font-size: 17px;
}

.paragraph-95 {
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
}

.paragraph-96 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #333;
  line-height: 18px;
  text-align: center;
}

.text-span-201 {
  font-size: 14px;
}

.bold-text-19 {
  font-family: Robotoslab, sans-serif;
  line-height: 18px;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-110 {
  display: block;
  margin-right: 9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-47 {
  padding-top: 20px;
  border: 1px none #000;
}

.div-block-66 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 217, 156, 0.75);
}

.div-block-67 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 217, 156, 0.75);
}

.div-block-68 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 217, 156, 0.75);
}

.image-111 {
  display: block;
  width: 300px;
  height: 443px;
  max-height: 450px;
  min-width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 4px 4px 20px -4px #cacaca;
  text-align: left;
}

.div-block-69 {
  margin-top: 200px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: transparent;
}

.container-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}

.parargraphinnovate {
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  color: #333;
}

.image-112 {
  margin-bottom: 36px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.image-113 {
  margin-bottom: 60px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.paragraph-97 {
  color: #333;
}

.paragraph-98 {
  color: #333;
}

.paragraph-99 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.heading-153 {
  margin-top: 0px;
}

.heading-154 {
  margin-top: 0px;
}

.heading-155 {
  margin-top: 0px;
}

.image-114 {
  margin-bottom: 36px;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.primarnav-header {
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
}

.container-49 {
  margin-bottom: 140px;
}

.heading-156 {
  margin-top: 18px;
  margin-bottom: 36px;
  font-weight: 300;
}

.paragraph-100 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.heading-157 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.heading-158 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-weight: 300;
}

.paragraph-101 {
  margin-top: 18px;
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.image-115 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.imagecolors {
  display: block;
}

.div-block-70 {
  margin-top: 200px;
  background-color: #fff;
}

.body-5 {
  border-style: solid;
  border-width: 18px;
  border-color: rgba(217, 167, 156, 0.37);
  background-color: transparent;
}

.container-50 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-102 {
  margin-bottom: 36px;
  color: #333;
}

.image-116 {
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.div-block-71 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f4f9fa;
}

.week-header {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: bely-display, sans-serif;
  font-size: 50px;
}

.paragraph-103 {
  margin-bottom: 36px;
  color: #333;
  font-size: 17px;
}

.heading-159 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 22px;
}

.paragraph-104 {
  margin-bottom: 0px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

.list-37 {
  padding-left: 19px;
  font-size: 18px;
  font-weight: 300;
}

.list-item-29 {
  padding-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.list-item-30 {
  padding-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.list-item-31 {
  padding-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.list-item-32 {
  padding-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.list-item-33 {
  padding-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.list-item-34 {
  margin-bottom: 40px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.list-item-35 {
  padding-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.image-117 {
  opacity: 0.42;
}

.heading-160 {
  font-family: Robotoslab, sans-serif;
  font-size: 25px;
}

.image-118 {
  display: inline-block;
  float: none;
  text-align: left;
}

.grid-8 {
  grid-column-gap: 16px;
}

.container-51 {
  display: none;
}

.mobilegrid {
  display: none;
}

.nsa {
  padding-left: 20px;
  float: right;
}

.image-119 {
  position: relative;
  bottom: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 36px;
  padding-bottom: 0px;
  float: right;
  clear: left;
}

.paw2 {
  position: relative;
  bottom: 0px;
  padding-right: 40px;
  float: left;
  clear: none;
}

.container-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}

.mobilehello {
  display: none;
}

.mobileconta {
  display: none;
  overflow: visible;
}

.mobile-connect {
  display: none;
}

.div-block-73 {
  display: none;
}

.mobile-footer {
  display: none;
}

.container-mobile {
  display: none;
}

.container-tablet {
  display: none;
}

.copyright {
  opacity: 0.65;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block-75 {
  margin-bottom: 40px;
}

.link-block-8 {
  background-color: transparent;
}

.button-14 {
  float: right;
  clear: none;
}

.link-block-9 {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  float: right;
  clear: both;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-121 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: block;
  float: right;
  clear: right;
}

.link-block-10 {
  margin-right: 10vw;
  float: right;
  clear: right;
  background-color: hsla(0, 0%, 50.2%, 0.13);
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-10:hover {
  padding-bottom: 0px;
}

.div-block-76 {
  position: -webkit-sticky;
  position: sticky;
  top: 75vh;
  bottom: 0px;
}

.div-block-77 {
  border-top: 22px solid #d9a79c;
}

.case-studypinktop {
  height: auto;
  border-style: solid;
  border-width: 18px;
  border-color: #d9a79c;
  border-radius: 0px;
  background-color: transparent;
  line-height: 18;
}

.container-55 {
  margin-top: 20px;
}

.container-56 {
  margin-top: 20px;
}

.aboutborder {
  display: block;
  border-style: none;
  border-width: 18px;
  border-color: #000 rgba(217, 167, 156, 0.37) rgba(217, 167, 156, 0.37);
}

.body-6 {
  border-style: solid;
  border-width: 22px;
  border-color: rgba(217, 167, 156, 0.37);
}

.megan {
  font-family: bely-display, sans-serif;
  font-size: 88px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: 4px;
}

.megan:hover {
  background-color: #d9644a;
}

.jean {
  overflow: hidden;
}

.jean1 {
  font-family: bely-display, sans-serif;
  font-size: 88px;
  line-height: 66px;
  font-weight: 500;
  letter-spacing: 4px;
}

.jean1:hover {
  background-color: #9cced9;
}

.i-m {
  font-family: bely-display, sans-serif;
  font-size: 88px;
  line-height: 66px;
  font-weight: 500;
  letter-spacing: 4px;
}

.i-m:hover {
  background-color: #d9a79c;
}

.text-block-15 {
  display: none;
  width: 40px;
  height: 40px;
  padding-top: 11px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border: 1px solid #333;
  border-radius: 20px;
  color: #333;
  text-align: center;
}

.link-12 {
  box-shadow: none;
  color: #8c1d04;
  font-size: 25px;
}

.link-12:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #8c1d04;
}

.daitolink {
  box-shadow: none;
  color: #8c1d04;
  font-size: 25px;
}

.daitolink:hover {
  box-shadow: none;
}

.bold-text-20 {
  font-weight: 500;
}

.buttondaichi {
  margin-top: 32px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #efeade;
  background-color: #9cced9;
  box-shadow: none;
}

.buttondaichi:hover {
  border-style: solid;
  background-color: #011118;
  box-shadow: none;
  color: #fff;
}

.link-13 {
  display: inline-block;
  box-shadow: none;
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-weight: 500;
}

.link-13:hover {
  box-shadow: none;
  color: #8c1d04;
}

.heading-163 {
  font-family: p22-underground, sans-serif;
  font-weight: 300;
}

.heading-164 {
  font-family: p22-underground, sans-serif;
  font-weight: 300;
}

.heading-165 {
  font-family: p22-underground, sans-serif;
  font-weight: 400;
}

.headingmain {
  display: block;
  margin-top: 3px;
  margin-bottom: 30px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: left;
}

.secondaryheading {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.paragraph-105 {
  font-size: 17px;
  text-align: left;
}

.list-38 {
  font-family: p22-underground, sans-serif;
  font-size: 17px;
}

.bold-text-21 {
  font-family: bely-display, sans-serif;
  font-size: 22px;
}

.bold-text-22 {
  font-family: p22-underground, sans-serif;
  color: #d9a79c;
  font-size: 17px;
  font-weight: 300;
}

.link-14 {
  box-shadow: none;
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 500;
}

.link-14:hover {
  box-shadow: none;
  color: #d9a79c;
}

.link-15 {
  box-shadow: none;
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 500;
}

.link-15:hover {
  box-shadow: none;
  color: #d9644a;
}

.aboutheader {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.headingabout {
  margin-top: 3px;
  margin-bottom: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.bold-text-23 {
  font-weight: 500;
}

.bold-text-24 {
  font-weight: 500;
}

.bold-text-25 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.text-span-202 {
  font-weight: 900;
}

.bold-text-26 {
  font-weight: 900;
}

.bold-text-27 {
  font-weight: 900;
}

.bold-text-28 {
  font-weight: 900;
}

.bold-text-29 {
  font-weight: 900;
}

.bold-text-30 {
  font-weight: 900;
}

.bold-text-31 {
  font-weight: 900;
}

.bold-text-32 {
  font-weight: 900;
}

.bold-text-33 {
  font-weight: 900;
}

.headertitle {
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.secondaryheading2 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.listitem {
  padding-bottom: 36px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.paragraph-106 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  text-align: left;
}

.paragraph-107 {
  margin-bottom: 60px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  text-align: left;
}

.bold-text-34 {
  font-weight: 500;
}

.bold-text-35 {
  font-weight: 500;
}

.bold-text-36 {
  font-weight: 500;
}

.bold-text-37 {
  font-weight: 500;
}

.bold-text-38 {
  font-weight: 500;
}

.bold-text-39 {
  font-weight: 500;
}

.bold-text-40 {
  font-weight: 500;
}

.bold-text-41 {
  font-weight: 500;
}

.bold-text-42 {
  font-weight: 500;
}

.bold-text-43 {
  font-weight: 500;
}

.bold-text-44 {
  font-weight: 500;
}

.bold-text-45 {
  font-weight: 500;
}

.bold-text-46 {
  font-weight: 500;
}

.textspan {
  font-style: normal;
  font-weight: 500;
}

.paragraph-108 {
  margin-bottom: 10px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  text-align: left;
}

.introtext {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.link-16 {
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 17px;
}

.link-17 {
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 17px;
}

.link-18 {
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 17px;
}

.link-19 {
  font-family: 'Ff mark pro', sans-serif;
  color: grey;
  font-size: 17px;
}

.link-20 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.image3 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 4px 4px 20px -4px #cacaca;
}

.link-21 {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.italic-text {
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
}

.image-122 {
  margin-top: 0px;
}

.paragraph-109 {
  margin-bottom: 0px;
  font-family: 'Ff mark pro', sans-serif;
  font-size: 17px;
  text-align: right;
}

.italic-text-2 {
  font-style: normal;
}

.project-description-light {
  overflow: visible;
  height: 50%;
  max-width: 500px;
  opacity: 1;
  font-family: 'Ff mark pro', sans-serif;
  color: #f4f9fa;
  font-size: 17px;
}

.project-description-light:hover {
  opacity: 1;
  color: #f4f9fa;
}

.image-123 {
  display: block;
  height: 443px;
  max-width: 300px;
}

.text-span-203 {
  font-weight: 500;
}

.text-span-204 {
  font-weight: 500;
}

.text-span-205 {
  font-weight: 500;
}

.link-22 {
  font-family: 'Ff mark pro', sans-serif;
}

html.w-mod-js *[data-ix="load-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  .hero {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-title {
    width: 100%;
  }

  .vertical {
    width: 100vw;
    height: 20vh;
    padding: 0vh 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section.main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-h2 {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h2.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h2.bold.home {
    line-height: 15vh;
  }

  .main-h2.home {
    font-size: 18vh;
    line-height: 15vh;
  }

  .paragraph.bolder {
    width: auto;
    margin-bottom: 0px;
  }

  .column._100vh {
    width: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .column._100vh.black {
    padding: 80px 70px;
  }

  .column._100vh.home-projects.ahs02 {
    padding: 10px;
    background-color: #d9644a;
    opacity: 0.97;
  }

  .column._100vh.home-projects.oat {
    padding: 10px;
    background-color: #8c1d04;
    opacity: 0.97;
  }

  .column._100vh.home-projects.nsa3 {
    background-color: #d9a79c;
    opacity: 0.97;
  }

  .column._100vh.home-projects._04way {
    background-color: #9cced9;
    opacity: 0.97;
  }

  .column.wrapper-img-about {
    height: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column.about {
    width: auto;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .column.about.black {
    padding: 80px 70px;
  }

  .home-subhead {
    width: 50vw;
  }

  .project-info {
    width: 100%;
    padding: 10px 5px;
  }

  .project-info.head {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.center.form {
    padding-left: 70px;
  }

  .wrapper.home-wrapper {
    background-color: #d9a79c;
    opacity: 0.97;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap-content {
    width: 100%;
  }

  .div-block-18 {
    width: auto;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-block-27.home-wrapper {
    display: none;
  }

  .big-link {
    font-size: 40px;
    line-height: 40px;
  }

  .project-description-dark {
    margin-top: 0px;
    opacity: 1;
  }

  .main-h {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h.bold.home {
    line-height: 15vh;
  }

  .main-h.home {
    overflow: visible;
    font-size: 12vh;
    line-height: 15vh;
  }

  .div-block-28 {
    width: auto;
  }

  .div-block-29 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .wrap-content-2 {
    width: 100%;
  }

  .navbar-3 {
    display: block;
  }

  .nav-menu-3 {
    background-color: #000;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #9b9b9b;
  }

  .nav-link {
    color: #fff;
  }

  .aboutlink {
    color: #fff;
  }

  .resumelink {
    color: #fff;
  }

  .cards-grid-container {
    grid-column-gap: 15px;
  }

  .cards-image {
    margin-bottom: 20px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 15px;
  }

  .cards-grid-container-4 {
    grid-column-gap: 15px;
  }

  .cards-grid-container-5 {
    grid-column-gap: 15px;
  }

  .heading-15 {
    margin-top: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .paragraph-12 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

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

  .heading-16 {
    margin-top: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .paragraph-13 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

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

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .navbar-4 {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cards-grid-container-6 {
    grid-column-gap: 80px;
  }

  .cards-grid-container-7 {
    grid-column-gap: 20px;
  }

  .image-77 {
    margin-left: 515px;
  }

  .home-header-container {
    display: block;
  }

  .div-block-50 {
    margin-left: 0px;
  }

  .grid-2 {
    display: none;
  }

  .text-span-179 {
    font-size: 29px;
  }

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

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

  .container-39 {
    display: none;
  }

  .container-43 {
    display: none;
  }

  .grid-5 {
    margin-top: 100px;
  }

  .grid-6 {
    grid-column-gap: 14px;
  }

  .brand-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    box-shadow: none;
  }

  .container-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .phonenav {
    background-color: #d43900;
  }

  .hamburgerbutton {
    margin-left: auto;
    padding: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .mobilegrid {
    margin-bottom: 200px;
    grid-row-gap: 135px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .mobileconta {
    display: none;
  }

  .grid-10 {
    margin-top: 40px;
  }

  .link-block-5 {
    box-shadow: none;
  }

  .link-block-5:hover {
    box-shadow: none;
  }

  .link-block-7 {
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .mobile-footer {
    display: block;
  }

  .container-53 {
    display: none;
  }

  .container-54 {
    display: block;
  }

  .navbar-mobile {
    margin-left: 0px;
    background-color: #fff;
  }

  .image-120 {
    max-width: 70px;
  }

  .container-tablet {
    display: block;
    margin-top: 100px;
  }

  .tablet-conta {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .hero.pages {
    padding-left: 40px;
    text-align: center;
  }

  .vertical-social {
    position: relative;
    width: 100%;
    height: 30vh;
    -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;
    background-color: #fff;
  }

  .paragraph.bolder {
    width: auto;
  }

  .column._100vh {
    width: 100%;
    min-height: auto;
  }

  .column._100vh.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column.background-image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column.about {
    width: 100%;
  }

  .column.about.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .project-info.head {
    padding-left: 0px;
  }

  .wrapper.center {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    display: block;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -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;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0px;
  }

  .nav-menu {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .big-link {
    font-size: 30px;
    line-height: 30px;
  }

  .navbar-2 {
    display: block;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -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;
  }

  .brand-2 {
    height: auto;
  }

  .brand-2.w--current {
    height: auto;
    margin-bottom: 0px;
  }

  .nav-menu-2 {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

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

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

  .hero-media {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-16 {
    display: none;
  }

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

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-section-2 {
    padding: 40px 20px;
  }

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

  .hero-media-2 {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-4 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-5 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

  .feature-media {
    margin-right: 0px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

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

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .paragraph-37 {
    margin-bottom: 30px;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-grid-container-6 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-7 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

  .body-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero.pages {
    text-align: center;
  }

  .wrapper-title {
    width: auto;
  }

  .vertical-social {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 60px;
    background-color: #fff;
  }

  .main-h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h2.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h2.bold.home {
    line-height: 8vh;
  }

  .main-h2.home {
    font-size: 8vh;
    line-height: 8vh;
  }

  .paragraph.bolder {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .column._100vh {
    padding: 60px 40px;
  }

  .column._100vh.black {
    padding: 0vh 0px 0px 0vw;
  }

  .column._100vh.home-projects.ahs02 {
    margin-top: 10px;
    background-color: #d9644a;
    opacity: 0.97;
  }

  .column._100vh.home-projects.oat {
    padding: 10px;
    background-color: #8c1d04;
    opacity: 0.95;
  }

  .column._100vh.home-projects.nsa3 {
    background-color: #d9a79c;
    opacity: 0.97;
  }

  .column._100vh.home-projects._04way {
    background-color: #9cced9;
    opacity: 0.97;
  }

  .column.background-image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column.about {
    padding: 60px 40px;
  }

  .column.about.black {
    padding: 0vh 0px 0px 0vw;
  }

  .column.background-image-2 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .home-subhead {
    width: auto;
  }

  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.mail {
    font-size: 24px;
  }

  .h2.contact {
    width: auto;
  }

  .project-info {
    position: relative;
    width: 100%;
    padding: 0px;
  }

  .project-info.head {
    margin-bottom: 0px;
    padding: 50px 40px;
  }

  .wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper.center {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .wrapper.center.form {
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper.home-wrapper {
    background-color: #8c1d04;
    opacity: 0.99;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

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

  .wrapper-info.about {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-info.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-info.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    display: inline-block;
  }

  .wrap-content {
    width: auto;
    margin-left: 0px;
  }

  .div-block-18 {
    width: auto;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .alt-next {
    font-size: 20px;
    line-height: 40px;
  }

  .navbar {
    padding-top: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .brand {
    width: 100%;
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand.w--current {
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-27.home-wrapper {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .project-description-dark {
    height: 75%;
    max-width: none;
    opacity: 1;
    color: #f4f9fa;
  }

  .main-h {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h.bold.home {
    line-height: 8vh;
  }

  .main-h.home {
    font-size: 8vh;
    line-height: 8vh;
  }

  .heading-7 {
    display: block;
    margin-left: 10px;
    clear: none;
    text-align: center;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .paragraph-4 {
    width: 290px;
    margin-left: 10px;
    font-family: 'Ff mark pro', sans-serif;
  }

  .paragraph-5 {
    width: auto;
  }

  .paragraph-6 {
    display: none;
    width: auto;
  }

  .image-10 {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: inline-block;
    margin-top: 40px;
    clear: none;
  }

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

  .wrap-content-2 {
    width: auto;
  }

  .navbar-2 {
    padding-top: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .brand-2 {
    width: 100%;
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-2.w--current {
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-16 {
    display: none;
  }

  .navbar-3 {
    display: none;
  }

  .nav-menu-3 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    float: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-5 {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-template-areas: "Area Area Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-section {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .footer-label {
    margin-top: 15px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .navbar-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .heading-29 {
    font-size: 28px;
  }

  .body-2 {
    padding-right: 10px;
    padding-left: 10px;
    border-width: 5px;
  }

  .centered-container-5 {
    text-align: left;
  }

  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .cards-section-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .centered-container-6 {
    text-align: left;
  }

  .cards-grid-container-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .body-3 {
    overflow: visible;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .worklink {
    color: #fff;
  }

  .centered-container-7 {
    margin-top: 140px;
    text-align: left;
  }

  .paragraphtext {
    width: 290px;
    margin-left: 10px;
  }

  .centered-container-8 {
    text-align: left;
  }

  .cards-grid-container-7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-54 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .boxshadow {
    margin-bottom: 30px;
  }

  .centered-container-9 {
    text-align: left;
  }

  .heading-77 {
    line-height: 50px;
  }

  .hello-text-wrapper {
    display: block;
    width: 290px;
    margin-left: 0px;
  }

  .home-header-container {
    margin-top: 0px;
  }

  .image-84 {
    margin-left: 0px;
  }

  .image-85 {
    margin-left: 0px;
  }

  .image-86 {
    margin-left: 0px;
  }

  .image-87 {
    margin-left: 0px;
  }

  .centered-container-10 {
    text-align: left;
  }

  .centered-container-11 {
    text-align: left;
  }

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

  .heading-86 {
    height: 43px;
    margin-top: 60px;
    background-color: rgba(217, 167, 156, 0.82);
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .bold-text-1 {
    font-size: 28px;
  }

  .heading-105 {
    font-size: 44px;
    line-height: 50px;
  }

  .heading-114 {
    width: auto;
  }

  .medium-quote {
    margin-top: 405px;
  }

  .button-10 {
    display: none;
  }

  .text-span-177 {
    font-size: 6vh;
  }

  .text-span-178 {
    font-size: 6vh;
  }

  .heading-134 {
    font-size: 25px;
  }

  .heading-135 {
    margin-top: 100px;
  }

  .heading-136 {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: left;
  }

  .grid-2 {
    display: none;
  }

  .container-37 {
    margin-top: 60px;
  }

  .text-span-179 {
    font-size: 28px;
    line-height: 18px;
    text-align: left;
  }

  .div-block-59 {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    border-style: none;
  }

  .heading-139 {
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
    clear: none;
    text-align: center;
  }

  .div-block-60 {
    padding-right: 10px;
    padding-left: 10px;
    border-style: none;
  }

  .container-39 {
    display: none;
  }

  .heading-140 {
    white-space: normal;
  }

  .heading-142 {
    display: block;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 28px;
    line-height: 32px;
    white-space: normal;
  }

  .buttonnsa {
    padding-top: 10px;
  }

  .buttonahs {
    padding-top: 10px;
  }

  .exclamationblue {
    font-size: 28px;
  }

  .heading-145 {
    width: 290px;
    margin-left: 10px;
  }

  .grid-4 {
    max-height: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .container-43 {
    display: none;
  }

  .grid-5 {
    width: 100%;
    max-height: none;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    grid-auto-flow: row;
    grid-column-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .image-111 {
    margin-right: 40px;
    margin-bottom: 36px;
  }

  .container-48 {
    display: none;
  }

  .body-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-5 {
    padding-top: 0px;
    padding-left: 0px;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
  }

  .brand-5:hover {
    box-shadow: none;
  }

  .container-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-color: #fff;
  }

  .navbar-5 {
    background-color: #fff;
  }

  .phonenav {
    background-color: #333;
  }

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

  .hamburgerbutton {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hamburgerbutton:active {
    background-color: #000;
  }

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

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

  .div-block-72 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .image-119 {
    display: none;
  }

  .paw2 {
    display: none;
  }

  .container-52 {
    display: none;
  }

  .mobilehello {
    display: inline-block;
  }

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

  .grid-10 {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .mobile-connect {
    display: inline-block;
    padding-left: 100px;
  }

  .link-block-5 {
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .link-block-5:hover {
    box-shadow: none;
  }

  .link-block-6 {
    padding-bottom: 5px;
    border: 1px none #000;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

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

  .link-block-7 {
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .link-block-7:hover {
    box-shadow: none;
  }

  .med {
    text-decoration: none;
  }

  .med:hover {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid transparent;
    color: #333;
    text-decoration: none;
  }

  .div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-footer {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .heading-161 {
    color: #333;
    font-size: 18px;
    text-align: left;
  }

  .container-mobile {
    display: block;
  }

  .container-53 {
    display: none;
  }

  .container-54 {
    display: none;
  }

  .navbar-mobile {
    padding-top: 10px;
    background-color: #fff;
  }

  .container-tablet {
    display: none;
  }

  .tablet-conta {
    display: none;
  }

  .div-block-74 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-162 {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }

  .copyright {
    color: #cacaca;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }

  .body-6 {
    border-width: 5px;
  }

  .aboutheader {
    margin-left: 10px;
  }

  .headingabout {
    margin-left: 10px;
  }

  .image-123 {
    display: none;
  }
}

#scrollDownCaseStudy.w-node-e6696a0c-6c2f-6111-a302-7a98033d49ab-e00a3a88 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e6696a0c-6c2f-6111-a302-7a98033d49af-e00a3a88 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_94f2242e-3bd1-97a4-f0fc-edaa9c72ab13-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_7f7cf86b-eb3e-a526-8ff0-d536e45260c8-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc5897-e00a3a88 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc589a-e00a3a88 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc589c-e00a3a88 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc58ae-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4fe0-e00a3a88 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4fe3-e00a3a88 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4fe5-e00a3a88 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4ff7-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_87f0ee7a-7be4-160b-cfb4-00a1d1db5ae9-e00a3a88 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#w-node-b036aae1-de4a-4f2b-c1c1-5f773fad0615-e00a3a88 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#w-node-b1141c96-3daf-7b16-78f4-888a2e55c407-e00a3a88 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#w-node-_66903227-c0be-1ebe-3def-63fd33eab9d3-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_5a4ddc8a-ed1b-e351-80bb-9dcf607a1b3d-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-eca76645-ea16-fe46-8a43-a36c656c3123-e00a3a88 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#w-node-eca76645-ea16-fe46-8a43-a36c656c3125-e00a3a88 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#w-node-eca76645-ea16-fe46-8a43-a36c656c3127-e00a3a88 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#w-node-eca76645-ea16-fe46-8a43-a36c656c3138-e00a3a88 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_0baa5bf5-36de-cf26-1152-887584c4aef5-e00a3a88 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#w-node-_0baa5bf5-36de-cf26-1152-887584c4aef9-e00a3a88 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#w-node-_5091c334-d877-c12c-8fa0-1ced007cc03c-627cf6c0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1489753-7668-163d-8cc8-a0cfa1eb67d6-627cf6c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d97467e9-7f2c-f4cc-0097-4e8f53d63bc1-627cf6c0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_31d96966-3f44-a5e4-de6c-d00a6a01374a-627cf6c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bfae5287-c624-6f2e-3571-e15a4a2a17b5-4a2a1789 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bfae5287-c624-6f2e-3571-e15a4a2a17b9-4a2a1789 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_677d64ee-6864-628e-471a-b66868f76717-592ecf1a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c4a3d7e8-5058-53ff-d6d9-f06853d15bd7-592ecf1a {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

#w-node-_2c50944b-16eb-b56c-d79f-55fda19c4255-592ecf1a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#w-node-_92ec79ab-33cf-b923-fe8d-78110bba263d-592ecf1a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e954e435-b07b-b642-dce8-23e505379620-14fddf0f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2e490e68-4fd2-93f6-8cdc-5ecbe33672ca-14fddf0f {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 0;
  grid-column-end: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
}

#w-node-_92ec79ab-33cf-b923-fe8d-78110bba263d-14fddf0f {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-e27e35ef-025d-2df2-c336-1650d9e14466-14fddf0f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263e-592ecf1a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2644-592ecf1a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2645-592ecf1a {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba2647-592ecf1a {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba264a-592ecf1a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba264b-592ecf1a {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba264d-592ecf1a {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8ddbd749-aae3-70f5-a045-a73268db6f42-14fddf0f {
    -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-_8ddbd749-aae3-70f5-a045-a73268db6f44-14fddf0f {
    -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-_8ddbd749-aae3-70f5-a045-a73268db6f49-14fddf0f {
    -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-_8ddbd749-aae3-70f5-a045-a73268db6f4b-14fddf0f {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_2e490e68-4fd2-93f6-8cdc-5ecbe33672cb-14fddf0f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d929aa69-3c37-7dd8-931e-704d6709d50b-14fddf0f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d929aa69-3c37-7dd8-931e-704d6709d50c-14fddf0f {
    -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-d929aa69-3c37-7dd8-931e-704d6709d50e-14fddf0f {
    -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-_2a66f20c-2ec9-473c-ae47-212ec6654840-14fddf0f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2a66f20c-2ec9-473c-ae47-212ec6654842-14fddf0f {
    -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-_2a66f20c-2ec9-473c-ae47-212ec6654844-14fddf0f {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263e-14fddf0f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2644-14fddf0f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2645-14fddf0f {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba2647-14fddf0f {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba264a-14fddf0f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba264b-14fddf0f {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba264d-14fddf0f {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263e-1744b1ab {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2644-1744b1ab {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2645-1744b1ab {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba2647-1744b1ab {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba264a-1744b1ab {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba264b-1744b1ab {
    -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-_92ec79ab-33cf-b923-fe8d-78110bba264d-1744b1ab {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6696a0c-6c2f-6111-a302-7a98033d49af-e00a3a88 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-_94f2242e-3bd1-97a4-f0fc-edaa9c72ab13-e00a3a88 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #w-node-_7f7cf86b-eb3e-a526-8ff0-d536e45260c8-e00a3a88 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc589a-e00a3a88 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc589c-e00a3a88 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_1fcafa99-a2e1-56b5-2456-9bad9bfc58ae-e00a3a88 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4fe3-e00a3a88 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4fe5-e00a3a88 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_86bf8a2d-367f-f2e0-20f3-9da59ade4ff7-e00a3a88 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #w-node-b036aae1-de4a-4f2b-c1c1-5f773fad0615-e00a3a88 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-b1141c96-3daf-7b16-78f4-888a2e55c407-e00a3a88 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_66903227-c0be-1ebe-3def-63fd33eab9d3-e00a3a88 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #w-node-_5a4ddc8a-ed1b-e351-80bb-9dcf607a1b3d-e00a3a88 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #w-node-eca76645-ea16-fe46-8a43-a36c656c3125-e00a3a88 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-eca76645-ea16-fe46-8a43-a36c656c3127-e00a3a88 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-eca76645-ea16-fe46-8a43-a36c656c3138-e00a3a88 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #w-node-_0baa5bf5-36de-cf26-1152-887584c4aef9-e00a3a88 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263d-592ecf1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263e-592ecf1a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2643-592ecf1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2644-592ecf1a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2649-592ecf1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba264a-592ecf1a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ddbd749-aae3-70f5-a045-a73268db6f38-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ddbd749-aae3-70f5-a045-a73268db6f3f-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ddbd749-aae3-70f5-a045-a73268db6f46-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e954e435-b07b-b642-dce8-23e505379620-14fddf0f {
    -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-adbd72e5-3f78-3968-c3d8-d7d401cb0fad-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-adbd72e5-3f78-3968-c3d8-d7d401cb0fb4-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2e490e68-4fd2-93f6-8cdc-5ecbe33672ca-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_2e490e68-4fd2-93f6-8cdc-5ecbe33672cb-14fddf0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d929aa69-3c37-7dd8-931e-704d6709d50a-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d929aa69-3c37-7dd8-931e-704d6709d50b-14fddf0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2a66f20c-2ec9-473c-ae47-212ec665483f-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2a66f20c-2ec9-473c-ae47-212ec6654840-14fddf0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263d-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263e-14fddf0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2643-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2644-14fddf0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2649-14fddf0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba264a-14fddf0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263d-1744b1ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba263e-1744b1ab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2643-1744b1ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2644-1744b1ab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba2649-1744b1ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92ec79ab-33cf-b923-fe8d-78110bba264a-1744b1ab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-Medium.woff') format('woff'), url('../fonts/FF-Mark-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-Light.woff') format('woff'), url('../fonts/FF-Mark-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Motters';
  src: url('../fonts/Motters.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yellow design studio lulo clean outline';
  src: url('../fonts/Yellow-Design-Studio---Lulo-Clean-Outline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-Black.otf') format('opentype'), url('../fonts/FF-Mark-Pro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro book';
  src: url('../fonts/FF-Mark-Pro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro book';
  src: url('../fonts/FF-Mark-Pro-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ff mark pro';
  src: url('../fonts/FF-Mark-Pro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyordisplay book pro';
  src: url('../fonts/SurveyorDisplay-Book-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyordisplay pro';
  src: url('../fonts/SurveyorDisplay-Medium-Pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyordisplay pro';
  src: url('../fonts/SurveyorDisplay-Light-Pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyordisplay pro';
  src: url('../fonts/SurveyorDisplay-Black-Pro.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyortext pro';
  src: url('../fonts/SurveyorText-Black-Pro.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyortext pro';
  src: url('../fonts/SurveyorText-Medium-Pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyortext pro';
  src: url('../fonts/SurveyorText-Light-Pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surveyortext book pro';
  src: url('../fonts/SurveyorText-Book-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tryvesterbro';
  src: url('../fonts/TRYVesterbro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tryvesterbro';
  src: url('../fonts/TRYVesterbro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tryvesterbro poster';
  src: url('../fonts/TRYVesterbro-Poster.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tryvesterbro';
  src: url('../fonts/TRYVesterbro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tryvesterbro';
  src: url('../fonts/TRYVesterbro-Bold.otf') format('opentype'), url('../fonts/TRYVesterbro-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}