.jumb-container {
  min-height: 100vh; }
  .jumb-container h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    line-height: 61px; }
  .jumb-container img {
    width: 100%;
    max-width: 240px; }
  .jumb-container h2 {
    font-weight: 700;
    font-size: 20px;
    color: #B0B0B0;
    line-height: 30px; }
  @media screen and (max-width: 991px) {
    .jumb-container .item {
      margin-top: 40px; } }
  .jumb-container .item-404 a {
    text-decoration: underline;
    color: #0DCBFC !important;
    display: inline-block;
    margin-top: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700; }
  .jumb-container .arrow-down {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 10px; }
    .jumb-container .arrow-down a {
      text-decoration: none !important; }
      .jumb-container .arrow-down a span {
        color: #0DCBFC;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700; }
      .jumb-container .arrow-down a img {
        margin-top: 10px;
        width: 30px;
        height: 30px; }

.what-i-do-container {
  margin-top: 40px; }
  .what-i-do-container .item {
    margin-top: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .what-i-do-container .item .title {
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
      color: #ffffff;
      margin-top: 30px; }
    .what-i-do-container .item a {
      display: inline-block;
      margin-top: 30px;
      font-weight: 700;
      text-decoration: underline;
      color: #0DCBFC !important;
      font-size: 16px;
      line-height: 20px; }

.contact-container {
  margin-top: 120px; }
  .contact-container .telmail {
    text-align: center; }
    .contact-container .telmail a {
      color: #ffffff !important;
      text-decoration: underline !important;
      font-weight: 700;
      font-size: 30px;
      line-height: 45px; }
      @media screen and (max-width: 767px) {
        .contact-container .telmail a {
          font-size: 24px; } }

.footer-container {
  margin-top: 120px; }
  .footer-container footer {
    padding-bottom: 70px; }
    .footer-container footer .address {
      color: #B0B0B0;
      font-size: 16px;
      line-height: 25px;
      text-align: center;
      font-weight: 400; }

.footer-container .footer-down-container {
  padding-top: 40px;
  background: #000000;
  color: #ffffff; }
  @media screen and (min-width: 767px) {
    .footer-container .footer-down-container .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .footer-container .footer-down-container div.item {
    padding-bottom: 40px; }

@font-face {
  font-family: "signo";
  src: url("https://use.typekit.net/af/815687/000000000000000000014a00/27/l?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/815687/000000000000000000014a00/27/d?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/815687/000000000000000000014a00/27/a?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-weight: 700; }

@font-face {
  font-family: "signo";
  src: url("https://use.typekit.net/af/a010d8/000000000000000000014a09/27/l?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/a010d8/000000000000000000014a09/27/d?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/a010d8/000000000000000000014a09/27/a?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-weight: 400; }

body {
  font-family: signo, sans-serif !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #080A23; }

.all-container {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.footer-container {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
