p {
  margin-bottom: 10px;
}

a {
  color: #0f0f0f;
  text-decoration: underline;
}

.body {
  background-color: #ff700a;
}

.welcome {
  width: 100%;
  height: 100vh;
  min-height: 544px;
  color: #0f0f0f;
}

.footer {
  width: 100%;
  color: #ff700a;
  background-color: #0f0f0f;
}

.container {
  height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.container.footer {
  padding-top: 48px;
  padding-bottom: 48px;
}

.content {
  grid-column-gap: 44px;
  display: flex;
}

.content.footer {
  width: auto;
  max-width: 440px;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 224px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.column {
  max-width: 440px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block {
  letter-spacing: 5px;
  text-transform: uppercase;
  align-items: center;
  font-family: Sourceserifpro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 280%;
  text-decoration: none;
  transition: padding .2s;
  display: block;
}

.link-block:hover {
  grid-column-gap: 0px;
  padding-left: 16px;
}

.heading {
  margin-top: 16px;
  margin-bottom: 30px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

.text-span {
  font-weight: 600;
}

.cx-log-sygnet {
  width: 180px;
  height: 146px;
}

.text-block, .text-block-2 {
  display: inline-block;
}

.icon-arrow {
  width: 34px;
  height: 12px;
  margin-left: 4px;
}

.container-2 {
  max-width: 100%;
}

.footer-disclaimer {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 170%;
}

.image {
  height: 39px;
}

.cx-logo-vertical {
  width: 260px;
  height: 39px;
}

@media screen and (max-width: 991px) {
  .container {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

  .container.footer {
    height: auto;
  }

  .content {
    grid-row-gap: 44px;
    flex-direction: column;
  }

  .content.footer {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .content {
    grid-row-gap: 20px;
  }

  .heading {
    font-size: 27px;
  }

  .cx-log-sygnet {
    width: 144px;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .text-block-2 {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .icon-arrow {
    width: 26px;
  }

  .footer-disclaimer {
    font-size: 18px;
  }
}


@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}