@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  padding: 20px;
  font-family: Neue Montreal, Arial, sans-serif;
}

.heading {
  letter-spacing: 1.44px;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
}

.section_links {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.container_links {
  float: none;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.div_info {
  float: left;
  clear: none;
  text-align: left;
  letter-spacing: 1.44px;
  padding-bottom: 0;
  padding-right: 16%;
}

.paragraph_regular {
  color: #9b9b9b;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
  display: block;
  position: static;
  overflow: visible;
}

.link {
  float: left;
  clear: left;
  color: #333;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

.text-span {
  letter-spacing: 1.14px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.div_connect {
  float: left;
  clear: none;
  text-align: left;
  letter-spacing: 1.44px;
  padding-right: 16%;
}

.link_portfolio {
  float: left;
  clear: left;
  color: #333;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link_portfolio:hover {
  color: #333;
  text-decoration: none;
}

.heading-2 {
  float: left;
  clear: left;
  letter-spacing: 1.44px;
  max-width: 700px;
  margin: 0 0 100px auto;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.section_about {
  float: right;
  clear: none;
  max-width: none;
  margin-left: auto;
  padding-right: 0;
}

.image {
  box-sizing: border-box;
  float: left;
  clear: left;
  aspect-ratio: auto;
  text-align: left;
  object-fit: contain;
  max-width: 540px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.section_linksmobile {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.section_linksabout {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 46px;
    line-height: 52px;
  }

  .section_links {
    margin-right: 20px;
  }

  .heading-2 {
    margin-bottom: 60px;
  }

  .image {
    float: right;
    clear: right;
    max-width: 320px;
    margin-left: auto;
    margin-right: 0;
  }

  .section_linksmobile, .section_linksabout {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .section_links {
    display: block;
  }

  .div_info {
    padding-bottom: 0;
  }

  .text-span {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .div_connect {
    padding-bottom: 0;
  }

  .link_portfolio {
    padding-bottom: 10px;
  }

  .image {
    padding-bottom: 40px;
  }

  .section_linksmobile {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .section_linksabout {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .section_links {
    display: block;
  }

  .div_info {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph_regular {
    margin-bottom: 4px;
  }

  .link, .text-span {
    margin-bottom: 0;
  }

  .div_connect {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .link_portfolio {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-bottom: 60px;
  }

  .image {
    max-width: 100%;
    padding-bottom: 60px;
    display: block;
  }

  .section_linksabout {
    display: none;
  }
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}