:root {
  --dark-slate-grey: #363636;
  --firebrick: #b60000;
  --white: white;
  --black: black;
  --white-smoke: whitesmoke;
  --midnight-blue: #0e2461;
}

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

.navbar {
  background-color: #fff;
}

.image {
  text-align: left;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 0;
}

.nav-link {
  color: var(--dark-slate-grey);
  text-transform: none;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  font-family: Helveticaneueltpro roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 549px;
  transform-origin: 100% 0;
  color: var(--firebrick);
  background-color: rgba(0, 0, 0, 0);
  border: 0 dotted #000;
  border-radius: 0;
  font-weight: 400;
  text-decoration: underline;
  transform: perspective(804px);
}

.body {
  background-color: #fff;
}

.container {
  margin-top: 25px;
}

.div-block {
  height: 10px;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-2.center {
  grid-template-rows: auto 1fr minmax(auto, 1fr) 1fr auto;
  justify-content: center;
  justify-items: center;
  margin-left: 100px;
  margin-right: 100px;
}

.section-3 {
  justify-content: center;
  margin-top: 220px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.text-block {
  color: var(--dark-slate-grey);
  text-align: left;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inconsolata, monospace;
  font-size: 34px;
  line-height: 36px;
}

.text-block.mail {
  justify-content: flex-start;
  align-items: stretch;
  font-size: 72px;
  text-decoration: underline;
  display: flex;
}

.text-block.mail:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.html-embed {
  margin: 220px 0;
}

.section-5 {
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
}

.image-74 {
  border: 2px #000;
  border-radius: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.link {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.image-75 {
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  .text-block.mail {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .text-block.mail:hover {
    color: var(--firebrick);
    text-decoration: underline;
  }

  .image-74 {
    border-style: none;
  }

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

  .link {
    color: var(--dark-slate-grey);
    text-decoration: none;
  }

  .link:hover {
    color: var(--firebrick);
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-bottom: auto;
  }

  .image {
    margin-left: 15px;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    padding-left: 60px;
  }

  .icon {
    color: #000;
  }

  .container {
    margin-top: 25px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: auto;
    background-color: var(--dark-slate-grey);
    opacity: 1;
    margin: 0 auto auto;
    padding-top: 40px;
    padding-bottom: 100px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block {
    height: 10px;
  }

  .grid-2.center {
    align-items: start;
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block.mail {
    font-size: 42px;
  }

  .section-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-75 {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: auto;
  }

  .image {
    margin-left: 15px;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    margin-left: auto;
    padding-left: 60px;
  }

  .icon {
    color: #000;
    border: 1px #000;
  }

  .container {
    margin-top: 25px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: auto;
    background-color: var(--dark-slate-grey);
    opacity: 1;
    margin: 0 auto auto;
    padding-top: 40px;
    padding-bottom: 100px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block {
    height: 10px;
  }

  .grid-2.center {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .section-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-70 {
    max-width: 50%;
  }

  .section-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: auto;
  }

  .image {
    margin-left: 15px;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    text-transform: none;
    padding-left: 60px;
    position: relative;
    left: auto;
  }

  .icon {
    color: #000;
  }

  .body {
    background-color: #fff;
  }

  .container {
    margin-top: 25px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    color: #fff;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: auto;
    background-color: var(--dark-slate-grey);
    opacity: 1;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 100px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block {
    height: 10px;
    margin-top: 0;
  }

  .grid-2.center {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-block {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-75 {
    max-width: 50%;
  }
}

#w-node-_937479b9-0058-6dfd-d453-714874a4fb98-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7bc4cb7d-6863-36ab-ae58-3c6844e48b1c-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adba9860-a90a-9213-66d8-44d6a7b92de6-0dde4236, #w-node-_7883d68f-d2be-8926-270b-5e6e47d8f9d9-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7ffdf999-6301-77a6-4330-fc33adc5a840-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7d3ea52b-0e9f-1b55-b787-1b2cce1db52b-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mail.w-node-d2438098-1c4e-1e36-82de-9cb5f0513bca-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-a1baa748-5f4b-ce1a-880c-0fd4728d8ff6-0dde4236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#instagram.w-node-c1e129ea-4ed1-d37f-94f2-c0bc34d8acb3-0dde4236 {
  align-self: center;
}

#w-node-_937479b9-0058-6dfd-d453-714874a4fb98-5d8489b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7bc4cb7d-6863-36ab-ae58-3c6844e48b1c-5d8489b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adba9860-a90a-9213-66d8-44d6a7b92de6-5d8489b7, #w-node-_7883d68f-d2be-8926-270b-5e6e47d8f9d9-5d8489b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7ffdf999-6301-77a6-4330-fc33adc5a840-5d8489b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7d3ea52b-0e9f-1b55-b787-1b2cce1db52b-5d8489b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1baa748-5f4b-ce1a-880c-0fd4728d8ff6-5d8489b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c1e129ea-4ed1-d37f-94f2-c0bc34d8acb3-5d8489b7 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a1baa748-5f4b-ce1a-880c-0fd4728d8ff6-0dde4236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'E4bcc308 9e3a 45a6 8a19 3bb9d899baf5';
  src: url('../fonts/e4bcc308-9e3a-45a6-8a19-3bb9d899baf5.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro bd';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}