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

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ffa600;
}

img {
  display: inline-block;
}

.body {
  perspective: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.container {
  max-width: 900px;
}

.image {
  width: 200px;
  max-width: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-2 {
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 497px;
}

.image-2 {
  cursor: zoom-in;
  transform-style: preserve-3d;
  margin-left: 484px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: relative;
  top: 0%;
  bottom: -180px;
  left: 0%;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)perspective(1059px);
}

.image-2:hover {
  box-shadow: 4px 4px 20px rgba(255, 245, 245, .77);
}

.section {
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  line-height: 1.2px;
  display: flex;
}

.section.for-slider {
  background-color: #fff;
  margin-top: 72px;
  margin-bottom: 72px;
}

.div-block {
  object-fit: fill;
  justify-content: center;
  display: inline-block;
}

.image-3 {
  float: none;
  clear: none;
  object-fit: cover;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(3deg)rotateZ(0);
}

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

.section-2 {
  perspective: 500px;
}

.heading {
  margin-bottom: -5px;
  display: block;
}

.div-block-2 {
  background-color: #fffdfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 27px;
  margin-right: 27px;
  padding: 34px;
  transition: filter .5s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.165, .84, .44, 1), box-shadow .4s;
  display: flex;
}

.div-block-2:hover {
  transform: scale(1.05);
  box-shadow: 7px 7px 18px rgba(0, 0, 0, .25);
}

.div-block-2:active {
  filter: saturate(51%);
  transform: none;
}

.card1 {
  max-width: 30%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  padding-left: 46px;
  padding-right: 46px;
}

.section-3 {
  perspective: 1020px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid {
  width: auto;
  height: auto;
  max-height: 75vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-4 {
  max-width: 1200vw;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  max-width: 1276px;
  padding-top: 67px;
}

.section-4 {
  margin: 114px;
}

.success-message {
  color: #fffefe;
  background-color: #5bc041;
}

.submit-button {
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}

.submit-button:hover {
  transform: scale(1.1);
}

.image-5 {
  margin-top: 12px;
}

.container-6 {
  max-width: 1276px;
  min-width: auto;
}

.navbar {
  background-color: #f3e367;
}

.nav-link {
  text-transform: uppercase;
  background-color: #f3e367;
  font-size: 15px;
  font-weight: 400;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.slide {
  height: auto;
  background-image: url('../images/Pink-red-color.jpg');
  background-position: 50% -150px;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slider {
  height: 75vh;
}

.slide-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Blue-pink-color.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: url('../images/Pink-red-color.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Red-blue-layers.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-2 {
  height: 75vh;
  color: #fffdfd;
}

.container-wide {
  height: 100%;
  max-width: 1276px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1.4;
  display: flex;
}

.heading-2 {
  color: rgba(255, 255, 255, .63);
  margin-bottom: 68px;
  font-family: Droid Serif, serif;
  font-size: 122px;
}

.paragraph-2 {
  font-family: Droid Serif, serif;
}

.right-arrow {
  background-color: rgba(0, 0, 0, .44);
  display: block;
  position: absolute;
  top: 45%;
  bottom: 45%;
  left: auto;
  right: 0%;
}

.left-arrow {
  background-color: rgba(0, 0, 0, .44);
  top: 420px;
  bottom: 420px;
}

.container-wide {
  align-items: center;
}

.container-wide.tab-container {
  background-color: #fff;
  padding-bottom: 95px;
}

.tab-link-tab-1 {
  background-color: #9ad9f8;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
}

.tab-link-tab-1.w--current {
  color: #fee;
  background-color: #696666;
  margin-left: 15px;
  margin-right: 15px;
}

.tab-div {
  width: 300px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-pane-tab-1 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  margin-top: -23px;
  margin-bottom: 45px;
}

.container-8 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.wide-section {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  bottom: 0;
}

.div-loghtbox {
  height: 200px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 33px;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  text-align: left;
  font-size: 16px;
  text-decoration: none;
}

.heading-3 {
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
}

.paragraph-4 {
  font-size: 18px;
  text-decoration: none;
}

.heading-4 {
  text-decoration: none;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 3.5fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.paragraph-5 {
  font-size: 14px;
}

.html-embed, .html-embed-2 {
  width: 100%;
}

.section-5 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  display: block;
}

.background-video {
  width: auto;
  height: 75vh;
  display: flex;
}

.section-6 {
  height: auto;
}

.container-9 {
  min-width: 85%;
}

.text-block {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.menuitem {
  letter-spacing: -.2px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.menuitem:hover {
  color: #ff7b00;
}

.navbar-3 {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.submenu-item {
  font-size: 13px;
  font-weight: 600;
}

.submenu-item:hover {
  color: #ff7b00;
  background-color: #fff;
}

.dropdown-2 {
  padding-right: 0;
}

.dropdown-toggle-tight {
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-toggle-tight:hover {
  color: #ff7b00;
  background-color: #ebebeb;
  font-weight: 600;
}

.icon-desktop {
  margin-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-list-2 {
  background-color: #ebebeb;
}

.nav-menu-2 {
  font-family: Raleway, sans-serif;
}

.brand {
  padding-left: 40px;
}

.main-heading {
  text-align: center;
  letter-spacing: -.6px;
  column-count: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 1;
}

.container-10 {
  max-width: 75%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-10.footer {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-6 {
  margin-top: 60px;
  font-size: 0;
  line-height: 1.2;
}

.bold-text {
  font-weight: 400;
}

.text-block-2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.intro {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text-block {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-3 {
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.2;
}

.text-block-4 {
  margin-top: 60px;
  font-weight: 200;
  line-height: 1.2;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 300;
}

.bold-text-3 {
  font-size: 24px;
  font-weight: 600;
}

.container-11 {
  max-height: 100vh;
  max-width: 100%;
  min-height: 360px;
  object-fit: contain;
  background-image: linear-gradient(rgba(15, 40, 65, .53), rgba(15, 40, 65, .53)), url('../images/screen-shot-2019-12-09-at-121833-pm-crop-u156072_1screen shot 2019-12-09 at 121833 pm-crop-u156072.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container-11.plat {
  background-image: linear-gradient(rgba(28, 32, 5, .4), rgba(28, 32, 5, .4)), url('../images/opel-navigation.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.container-11.soc {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/regis_vr_1regis_vr.jpg');
  background-position: 0 0, 0 70%;
  background-size: auto, cover;
}

.container-11.tv {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/ucm-janelle-1200-crop-u156069_1ucm-janelle-1200-crop-u156069.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-11.wads {
  background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/bib-1200-crop-u156081_1bib-1200-crop-u156081.jpg');
  background-position: 0 0, 0 60%;
  background-size: auto, cover;
}

.container-11.brand {
  background-image: linear-gradient(rgba(0, 0, 182, .66), rgba(0, 0, 182, .66)), url('../images/branding-header-crop-u161937_1branding-header-crop-u161937.jpg');
  background-position: 0 0, 40% 100%;
  background-size: auto, auto;
}

.container-11.pers {
  background-image: linear-gradient(rgba(194, 95, 3, .71), rgba(194, 95, 3, .71)), url('../images/untitled20-a.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.container-11.pers.test {
  max-height: none;
  background-image: none;
}

.container-11.first {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/firsts-composite2-crop-u156067.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-5 {
  max-width: 100%;
  font-family: Playfair Display, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 31vh;
}

.higghlight {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: -60px auto auto;
  font-family: Playfair Display, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.higghlight:hover {
  color: #ffa600;
}

.higghlight.dark {
  color: #fff;
}

.higghlight.dark:hover {
  color: #333;
}

.div-block-4 {
  height: 350px;
  max-height: 100%;
  max-width: 75%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  margin-bottom: 0;
}

.div-block-6 {
  max-width: 75vw;
}

.text-block-6 {
  font-weight: 600;
}

.div-block-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: block;
  position: relative;
  top: 29px;
}

.byline {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.div-block-8 {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 360px;
}

.toppage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.titleproject {
  color: #646464;
  text-align: center;
  letter-spacing: -.5px;
  font-family: Playfair Display, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.3;
}

.awardtitle {
  color: #ffa600;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.awarddescription {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.text-block-8 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.text-block-9 {
  color: #6e6e6e;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

.bold-text-4 {
  max-width: 65%;
  font-weight: 500;
}

.text-project {
  width: 50vw;
  color: #6e6e6e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.text-project.aboutme {
  text-align: left;
  font-weight: 400;
}

.text-project.aboutme.bol {
  font-weight: 600;
}

.work-video-section {
  max-width: 1040px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 60px auto;
  display: block;
}

.html-embed-3 {
  align-self: center;
}

.html-embed-3.grey-border {
  overflow: visible;
}

.work-section {
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.work-section._2grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.work-section.forgrig {
  align-items: center;
}

.container-image {
  max-width: 1040px;
  object-fit: fill;
  display: flex;
}

.grey-border, ._1040image.grey-border {
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: .5px;
}

._1040image.grey-border.small {
  width: 720px;
}

._1040image.pdficon {
  width: 100px;
}

.grid-2colum-equal {
  width: 1040px;
  max-width: 100vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1.25fr) 1.25fr;
  justify-content: space-between;
  justify-items: stretch;
}

.grid-2colum-equal.grey-border {
  grid-template-columns: minmax(200px, 1.25fr) 1.25fr;
}

.grid-2colum-equal._23 {
  grid-template-columns: minmax(200px, .75fr) .5fr;
}

.grid-2colum-equal.sameheight {
  align-content: stretch;
  justify-content: space-around;
  justify-items: stretch;
}

.grid-2colum-equal._3-2 {
  grid-column-gap: 20px;
  grid-template-columns: minmax(200px, 1fr) 1.25fr;
  justify-content: space-between;
  justify-items: center;
}

.grid-2colum-equal.before {
  grid-column-gap: 0px;
  grid-template-columns: 2.5fr minmax(200px, 3.75fr);
  grid-auto-flow: row;
}

.grid-2colum-equal.label {
  grid-column-gap: 5px;
}

.grid-2colum-equal.label.small {
  grid-column-gap: 20px;
  grid-template-columns: minmax(200px, 1.25fr) .5fr;
  margin-top: 20px;
}

.image-8 {
  width: 500px;
}

.image-8.grey-border {
  width: 600px;
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: .5px;
}

.image-9 {
  width: 500px;
}

.image-9.grey-border {
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: .5px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-content: space-around;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.project-link {
  color: #333;
  text-align: right;
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.project-link:hover {
  color: #ff7b00;
  font-weight: 700;
}

.section-8 {
  margin-top: 0;
}

.grid-5 {
  max-width: 1040px;
  grid-column-gap: 885px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-content: center;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: none;
}

.nav-footer {
  max-width: 100vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.link-footer-nav {
  color: #6e6e6e;
  text-align: right;
  margin-right: -10px;
  font-size: 16px;
  text-decoration: none;
}

.link-footer-nav.left {
  text-align: left;
  margin-left: -10px;
}

.line {
  width: 1040px;
  height: 1px;
  max-width: 100vw;
  text-align: center;
  background-color: #6e6e6e;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.line.shorterline {
  width: 640px;
}

.footer {
  text-align: center;
  background-color: #00135e;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-flex-container {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  max-width: 10%;
  min-width: 100px;
  flex: 0 auto;
}

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

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: rgba(255, 255, 255, .75);
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #ffa600;
  text-decoration: none;
}

.copyright-copy {
  color: rgba(255, 255, 255, .65);
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

.container-12 {
  max-width: 1040px;
}

.columns {
  width: 1040px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.div-block-9 {
  width: 1040px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  text-align: right;
}

.video-container {
  height: auto;
  max-width: 1040px;
  border: 1px rgba(32, 31, 5, .4);
  border-radius: .5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-14 {
  max-width: 1040px;
}

.div-block-10 {
  height: 1px;
  background-color: #6e6e6e;
}

.divider {
  margin-top: 100px;
  margin-bottom: 60px;
}

.grid-3-columns {
  width: 100%;
  max-width: 1040px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-6 {
  grid-template-rows: auto;
}

.div-block-11 {
  width: 75%;
  height: 18%;
  color: rgba(255, 123, 0, .67);
  background-color: rgba(0, 0, 0, .15);
  margin-right: 0;
  position: static;
  top: 60px;
}

.text-block-11 {
  color: #333;
  text-align: center;
  margin-top: 19px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-7, .grid-8 {
  grid-template-rows: auto;
}

.link {
  color: #ff7b00;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #333;
}

.link.campaign-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.link.campaign-link:hover {
  color: #333;
}

.link.intralink {
  text-align: right;
  margin-bottom: 29px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
}

.link.intralink:hover {
  color: #333;
}

.link.intralink.w--current {
  text-align: right;
  padding-right: 0;
}

.link.personallink {
  margin-bottom: 60px;
}

.link.personallink:hover {
  color: #333;
}

.link-2 {
  text-align: center;
}

.grid-3-column {
  width: 1040px;
  max-width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-12 {
  width: 1040px;
  height: 10px;
  text-align: center;
  justify-content: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  background-color: rgba(0, 0, 0, .27);
  padding: 10px;
}

.grid-9 {
  grid-template-rows: auto;
}

.image-10, .smaller-image {
  width: 500px;
}

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

.link-3, .link-4 {
  text-align: center;
}

.columns-2 {
  width: 20%;
  max-width: 1040px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-12, .column-2, .text-block-13 {
  text-align: center;
}

.div-block-14 {
  text-align: left;
}

.div-block-15 {
  text-align: right;
}

.div-block-16 {
  max-width: 30px;
}

.column-3 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.column-4 {
  justify-content: center;
  display: flex;
}

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

.grid-12 {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr minmax(10px, .25fr) 1.25fr;
  grid-auto-flow: column;
}

.div-block-17 {
  justify-content: space-between;
  display: flex;
}

.text-block-14 {
  color: #ff7b00;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
}

.spacer {
  height: 30px;
}

.aboutme {
  max-width: 1040px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-15 {
  max-width: 1040px;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-16 {
  font-size: 24px;
}

.text-block-17 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
}

.text-block-17.dot {
  text-align: center;
  align-items: flex-start;
  margin-top: 0;
  font-size: 64px;
  display: block;
}

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

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

.footer-contact {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
}

.footer-contact:hover {
  color: #ffa600;
}

.email-footer {
  color: rgba(255, 255, 255, .65);
  text-align: right;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.5;
}

.link-5 {
  order: -1;
}

.div-block-19 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-12 {
  max-width: 80px;
  margin-bottom: 6px;
}

.text-block-18 {
  color: rgba(255, 255, 255, .65);
  text-align: left;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
}

.columns-3 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.column-5 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.list-5 {
  line-height: 1.2;
}

.link-6 {
  display: none;
}

.footerlink {
  color: snow;
  text-decoration: none;
}

.footerlink:hover {
  color: #ffa600;
}

.column-6 {
  justify-content: flex-end;
  display: flex;
}

.resume-download {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.tophp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.headlinehp {
  text-align: center;
  letter-spacing: -1px;
  font-family: Playfair Display, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 1;
}

.container-15 {
  max-height: 100%;
  max-width: 80%;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.copy-hp {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 300;
}

.copy-hp.copybold {
  letter-spacing: 0;
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-19 {
  color: rgba(255, 255, 255, .65);
  text-align: left;
  margin-bottom: 20px;
  margin-left: 18px;
  font-size: 14px;
  font-weight: 600;
}

.rich-text-block-2 {
  color: #fffefe;
  font-family: "Fa brands 400", sans-serif;
  font-weight: 500;
}

.image-13 {
  max-width: 40%;
  color: #f5eeee;
  text-align: right;
  display: block;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  align-items: center;
  justify-items: center;
}

.image-14 {
  max-width: 40%;
}

.image-15 {
  width: 30px;
}

.image-15:hover {
  color: #fcfcfc;
}

.rich-text-block-3 {
  color: #e2b3b3;
  font-family: "Fa brands 400", sans-serif;
}

.rich-text-block-4 {
  color: #fff;
  margin-left: 12px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 36px;
  text-decoration: none;
}

.rich-text-block-4:hover {
  color: #ffa600;
}

.rich-text-block-4 a {
  color: #fffefe;
  text-decoration: none;
}

.rich-text-block-4 a:hover {
  color: #ffa600;
}

.section-10 {
  margin-top: 60px;
}

.section-10.ruler {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-10.buttons-section {
  margin-top: 30px;
}

.section-10.highlights {
  height: auto;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 60px;
}

.section-10.highlights-copy {
  margin-top: 20px;
}

.section-10.top {
  margin-top: 30px;
}

.container-16 {
  max-height: 100vh;
  max-width: 75%;
  background-color: rgba(0, 0, 0, 0);
}

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

.headline {
  letter-spacing: -3px;
  margin-top: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 110%;
}

.image-16 {
  max-width: 100%;
}

.paragraph-7 {
  max-width: none;
  color: #333;
  letter-spacing: -.2px;
  margin-top: 66px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph-7._2ndpart {
  margin-top: 10px;
  font-size: 1.4em;
  font-weight: 200;
}

.div-block-20 {
  height: 1px;
  color: rgba(0, 0, 0, 0);
  object-fit: fill;
  background-color: #c9c9c9;
}

.div-block-20.white {
  background-color: rgba(0, 0, 0, 0);
}

.grid-15 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.btn {
  color: #131520;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  margin: 6px 0;
  padding: 8px 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn.inside {
  margin-top: 20px;
  padding-bottom: 0;
}

.button {
  outline-offset: 0px;
  color: #333;
  text-align: left;
  letter-spacing: -.2px;
  outline: 3px #333;
  align-items: center;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button.linklightbox {
  margin-bottom: 29px;
}

.btn-icon-r {
  width: 20px;
  height: 20px;
  color: #0df505;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 1px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.rich-text-block-5 {
  color: #585858;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.highlight-container {
  height: auto;
  max-height: none;
  max-width: 75%;
  min-height: 300px;
  object-fit: fill;
  background-color: #f1f0f0;
  border: 0 solid #c9c9c9;
  border-radius: 0;
}

.grid-16 {
  min-height: auto;
  min-width: auto;
  grid-column-gap: 60px;
  background-color: #f1f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-21 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: 500px;
  object-fit: fill;
  object-position: 60% 60%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21.lightbckg {
  color: #c9c9c9;
  background-color: #ebebeb;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-5 {
  color: #333;
  letter-spacing: -.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.rich-text-block-6 {
  letter-spacing: -.1px;
  margin-top: 45px;
  margin-right: 20px;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.7vw;
  font-weight: 200;
  line-height: 120%;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.div-block-23 {
  width: 5vw;
  height: 60px;
  max-height: none;
}

.lightbox-link {
  color: #333;
  align-items: center;
  font-size: 1.8vw;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.photosection {
  margin-top: 60px;
}

.photosection.ruler {
  margin-top: 45px;
  margin-bottom: 30px;
}

.photosection.buttons-section {
  margin-top: 45px;
}

.photosection.highlights {
  height: auto;
  max-height: none;
  margin-top: 45px;
  margin-bottom: 45px;
}

.image-18 {
  width: 100%;
  height: 40vh;
}

.image-19 {
  width: 100%;
}

.smallfooter {
  background-color: #00135e;
  margin-bottom: 0;
  padding-bottom: 32px;
}

.text-block-20 {
  max-width: 75%;
  color: rgba(255, 255, 255, .72);
  align-self: flex-start;
  font-size: 16px;
}

.text-block-20.a {
  margin-top: 10px;
  font-size: 14px;
}

.columns-4 {
  width: 100%;
}

.grid-17 {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  align-items: center;
}

.image-20 {
  max-height: 100px;
  max-width: 100px;
}

.rich-text-block-7 {
  font-family: "Fa brands 400", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.rich-text-block-8, .rich-text-block-9 {
  font-family: "Fa brands 400", sans-serif;
}

.rich-text-block-10 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 42px;
}

.rich-text-block-11 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 42px;
  text-decoration: none;
}

.rich-text-block-11:hover {
  color: #ffa600;
}

.smallfooterlink {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 42px;
  text-decoration: none;
}

.text-block-21 {
  color: #fff;
  text-align: right;
  margin-top: 20px;
  font-size: 16px;
}

.text-block-22 {
  color: #fff;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 10px;
  font-weight: 300;
}

.container-17 {
  max-width: 75%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    height: 90vh;
    margin-bottom: 10px;
  }

  .grid {
    grid-row-gap: 59px;
    grid-template-columns: 1fr;
  }

  .section-4 {
    margin-top: 140px;
    display: block;
  }

  .container-6 {
    max-width: none;
    margin-left: 85px;
    margin-right: 85px;
  }

  .navbar {
    min-width: 0%;
  }

  .nav-link {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2px;
    padding-left: 86px;
    display: block;
  }

  .nav-link.dropdown {
    padding-left: 67px;
  }

  .nav-menu, .menu-button, .menu-button.w--open {
    background-color: #f3e367;
  }

  .icon {
    color: #181818;
  }

  .dropdown-toggle {
    display: flex;
  }

  .icon-2 {
    padding-right: 102px;
  }

  .menu-button-2.w--open {
    color: #333;
    background-color: #ebebeb;
  }

  .nav-menu-2 {
    background-color: #ebebeb;
  }

  .main-heading {
    width: auto;
    max-width: 100%;
    font-size: 100px;
  }

  .container-10 {
    align-items: flex-end;
    padding-top: 60px;
  }

  .container-10.footer {
    padding: 0;
  }

  .paragraph-6 {
    max-width: 100%;
    margin-top: 60px;
    line-height: 1.2;
  }

  .container-11 {
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11.brand {
    flex-direction: column;
  }

  .container-11.pers {
    background-image: linear-gradient(rgba(255, 123, 0, .7), rgba(255, 123, 0, .7)), url('../images/untitled20-a.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
  }

  .container-11.pers.test {
    height: 25%;
    min-height: 100px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5 {
    font-size: 100%;
  }

  .higghlight {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    line-height: 1;
  }

  .higghlight.dark {
    color: #fff;
  }

  .div-block-5 {
    min-height: auto;
    object-fit: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block;
  }

  .div-block-7 {
    line-height: 1;
  }

  .byline {
    margin-top: -67px;
    font-size: 14px;
    line-height: 1;
  }

  .div-block-8 {
    max-height: none;
    max-width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Playfair Display, sans-serif;
    font-size: 90px;
    font-weight: 400;
    display: flex;
  }

  .toppage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-project {
    width: 70vw;
    display: inline;
  }

  .work-video-section {
    justify-content: center;
  }

  .work-section {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .work-section._2grid {
    margin-top: 45px;
  }

  .work-section.logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2colum-equal {
    width: 100%;
  }

  .nav-footer {
    width: 100vw;
  }

  .line {
    max-width: 90vw;
  }

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

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

  .footer-link {
    font-size: 10px;
  }

  .columns {
    max-width: 90vw;
    display: flex;
  }

  .video-container {
    max-width: 100vw;
    justify-content: space-around;
  }

  .divider {
    margin-top: 80px;
  }

  .div-block-11 {
    width: 80%;
  }

  .text-block-11 {
    margin-top: 13px;
  }

  .text-block-17.dot {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .text-block-18 {
    padding-left: 0;
  }

  .list, .list-2, .list-3, .list-4, .list-5, .list-6 {
    display: block;
  }

  .resume-download {
    margin-bottom: 0;
  }

  .tophp {
    margin-top: 30px;
  }

  .text-block-19 {
    margin-left: 0;
  }

  .section-10.ruler, .section-10.buttons-section {
    margin-top: 30px;
  }

  .section-10.highlights {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-10.highlights-copy {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .paragraph-7 {
    font-size: 26px;
  }

  .paragraph-7._2ndpart {
    font-size: 1.2em;
  }

  .grid-15 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button {
    font-size: 3vw;
  }

  .button.linklightbox {
    margin-bottom: 20px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

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

  .heading-5 {
    margin-top: 0;
  }

  .rich-text-block-6 {
    margin-top: 20px;
    font-size: 3vw;
  }

  .div-block-23 {
    height: 20px;
  }

  .lightbox-link {
    font-size: 3vw;
  }

  .grid-17 {
    grid-template-columns: .25fr .25fr .25fr;
    justify-items: end;
  }

  .column-7, .column-8 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 65vh;
    margin-bottom: 140px;
  }

  .nav-link {
    padding-left: 98px;
  }

  .html-embed {
    display: flex;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #ebebeb;
  }

  .icon-3 {
    color: #333;
  }

  .main-heading {
    font-size: 71px;
  }

  .container-10 {
    max-width: 80%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .paragraph-6 {
    margin-top: 45px;
    font-size: 16px;
    line-height: 1.2;
  }

  .container-11 {
    max-width: 100%;
    min-height: 120px;
    line-height: 1;
  }

  .higghlight {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .div-block-5 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .byline {
    text-align: center;
    margin-top: -44px;
    font-size: 11px;
  }

  .toppage {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .text-project {
    display: inline;
  }

  .text-project.aboutme {
    font-size: 18px;
  }

  .work-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-2colum-equal {
    grid-template-columns: minmax(200px, 1.25fr);
  }

  .grid-2colum-equal._3-2 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid-2colum-equal.before {
    grid-row-gap: 90px;
    flex-direction: column;
    grid-template-columns: 2.5fr;
    align-content: start;
    justify-content: space-around;
    align-items: stretch;
  }

  .image-9 {
    min-width: 50vw;
  }

  .grid-5 {
    max-width: 100vw;
    display: block;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

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

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

  .columns {
    width: 133.719vw;
    display: flex;
  }

  .div-block-9 {
    width: 100vw;
    justify-content: center;
    align-items: center;
  }

  .video-container {
    max-width: 100vw;
    justify-content: center;
    display: flex;
  }

  .divider {
    margin-top: 60px;
  }

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

  .div-block-11 {
    width: 100%;
    margin-top: -4px;
    padding-top: 36px;
  }

  .text-block-11 {
    margin-top: -28px;
  }

  .grid-3-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-block-17.dot {
    margin-top: -25px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list, .list-2, .list-3, .list-4, .list-5, .list-6 {
    display: none;
  }

  .tophp {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .headlinehp {
    font-size: 84px;
  }

  .container-15 {
    min-height: 120px;
  }

  .copy-hp {
    font-size: 16px;
  }

  .copy-hp.copybold {
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-19 {
    margin-bottom: 15px;
  }

  .section-10.ruler {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-10.buttons-section {
    margin-top: 20px;
  }

  .section-10.highlights {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-10.highlights-copy {
    margin-top: 30px;
  }

  .headline {
    letter-spacing: -2px;
  }

  .paragraph-7 {
    margin-top: 30px;
    font-size: 22px;
  }

  .btn {
    padding-left: 2px;
    padding-right: 2px;
  }

  .button {
    font-size: 4vw;
  }

  .rich-text-block-5 {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .div-block-21 {
    min-height: 350px;
  }

  .rich-text-block-6, .lightbox-link {
    font-size: 4vw;
  }

  .image-18 {
    max-height: 350px;
  }

  .text-block-20.a {
    max-width: 100%;
  }

  .grid-17 {
    grid-template-columns: 2.75fr .5fr 1fr;
    justify-items: end;
    margin-top: 35px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .section.hpmobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link {
    padding-left: 23px;
  }

  .main-heading {
    width: 100%;
    max-width: none;
    margin-top: 0;
    font-size: 42px;
  }

  .container-10 {
    max-width: 80%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 1.2;
  }

  .text-block-4 {
    margin-top: 20px;
    font-weight: 400;
    line-height: 1;
  }

  .bold-text-2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .container-11 {
    min-height: 80px;
  }

  .container-11.brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .higghlight {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-7 {
    display: none;
  }

  .toppage {
    margin-left: 11px;
    margin-right: 11px;
  }

  .titleproject {
    font-size: 40px;
  }

  .text-project {
    display: inline;
  }

  .text-project.aboutme {
    font-size: 14px;
  }

  .work-video-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .work-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .work-section._2grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-2colum-equal {
    max-width: 100vw;
    grid-template-columns: minmax(200px, 1fr);
    align-content: center;
    justify-content: space-around;
    justify-items: stretch;
  }

  .grid-2colum-equal.grey-border {
    grid-template-columns: 1.25fr;
  }

  .grid-2colum-equal._23 {
    grid-template-columns: 1fr;
  }

  .grid-2colum-equal._3-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .grid-2colum-equal.before {
    align-items: start;
  }

  .grid-2colum-equal.label.small {
    grid-template-columns: minmax(200px, 1.25fr);
  }

  .image-8.grey-border {
    max-width: 100%;
  }

  .image-9 {
    min-width: 50vw;
  }

  .image-9.grey-border {
    min-width: 25vw;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

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

  .footer-heading {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .video-container {
    max-width: 100vw;
  }

  .divider {
    margin-bottom: 30px;
  }

  .link.intralink {
    font-size: 24px;
  }

  .link.personallink {
    text-align: center;
    font-size: 15px;
  }

  .text-block-17.dot {
    margin-top: -32px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: space-between;
  }

  .column-6 {
    display: none;
  }

  .headlinehp {
    font-size: 50px;
  }

  .container-15 {
    min-height: 80px;
  }

  .copy-hp {
    margin-top: 30px;
    font-size: 15px;
  }

  .copy-hp.copybold {
    font-size: 18px;
  }

  .text-block-19 {
    font-size: 12px;
  }

  .section-10.ruler {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-10.buttons-section {
    margin-top: 20px;
  }

  .section-10.highlights {
    margin-top: 30px;
  }

  .section-10.highlights-copy {
    margin-top: 10px;
  }

  .container-16 {
    max-height: none;
  }

  .grid-14 {
    flex-direction: column;
    grid-template-columns: .75fr;
    align-items: flex-start;
    justify-items: stretch;
    display: flex;
  }

  .headline {
    letter-spacing: -1px;
    font-size: 14vw;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .paragraph-7._2ndpart {
    font-size: 1.1em;
  }

  .button {
    font-size: 6vw;
  }

  .btn-icon-r {
    margin-left: 4px;
  }

  .rich-text-block-5 {
    font-size: 36px;
  }

  .highlight-container {
    justify-content: center;
    display: flex;
  }

  .div-block-21 {
    min-height: 250px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .rich-text-block-6 {
    font-size: 5vw;
  }

  .lightbox-link {
    font-size: 7vw;
  }

  .image-18 {
    max-height: 250px;
  }

  .column-7, .column-8 {
    overflow: hidden;
  }
}

#w-node-_25ef5bd4-6ffb-b501-f37a-8496b6d611f0-c9ae0487, #w-node-_25ef5bd4-6ffb-b501-f37a-8496b6d611f6-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7882a0-922c-9f17-6f47-acde8d0d9392-c9ae0487 {
  align-self: center;
  justify-self: start;
}

#w-node-_5b2c656a-5236-675f-b423-c1ebdf001f94-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5b2c656a-5236-675f-b423-c1ebdf001f96-c9ae0487, #w-node-_5b2c656a-5236-675f-b423-c1ebdf001f97-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6abef1f5-23bf-0d2c-76ff-612736989c08-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6abef1f5-23bf-0d2c-76ff-612736989c0a-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6abef1f5-23bf-0d2c-76ff-612736989c0b-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_036df6b6-e05a-5c4a-b8c8-fd6e32fbbaa3-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_036df6b6-e05a-5c4a-b8c8-fd6e32fbbaa5-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_036df6b6-e05a-5c4a-b8c8-fd6e32fbbaa6-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18564d81-55df-de51-b1b3-5d2161115d5c-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_18564d81-55df-de51-b1b3-5d2161115d5e-c9ae0487, #w-node-_18564d81-55df-de51-b1b3-5d2161115d5f-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0c2b747-ca11-6799-dbea-8997033c264b-c9ae0487 {
  justify-self: end;
}

#w-node-e592f553-7fc3-ec8f-addb-10419121aa3d-c9ae0487, #w-node-_15d47686-8cac-d7e1-63f1-ca0e7df24794-c9ae0487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_25ef5bd4-6ffb-b501-f37a-8496b6d611f0-c9ae0487 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}