/* Text Elements */

p.paragraph.paragraph-1 {
  padding: 30px 15px 15px;
  color: #fff;
  text-indent: 0;
  word-spacing: 0;
}

p.paragraph a.paragraph-text-1 {
  color: #fff;
}

a.link-text.logo-nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.footer-info {
  display: block;
  margin-bottom: 0;
  padding-bottom: 1px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

a.link-text span.text-link-text-1 {
  font-style: normal;
  font-variant: small-caps;
  font-size: 2.875rem;
}

a.link-text.logo-nav-link:hover {
  color: #d4d4d4;
}

/* Layout Elements */

body.body-1 {
  background-image: -webkit-linear-gradient(11deg, rgba(255, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:    -moz-linear-gradient(11deg, rgba(255, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:      -o-linear-gradient(11deg, rgba(255, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:         linear-gradient(79deg, rgba(255, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.nav-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.footer-region {
  padding: 0;
  min-width: 4px;
}

.container.footer-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding: 48px 24px;
  min-height: 80vh;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-auto-columns: 1px;
  grid-auto-rows: 1px;
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  a.link-text.logo-nav-link {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* Layout Elements */

  .container.footer-content-section {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container.nav-bar {
    -ms-flex-pack: justify;
    padding-bottom: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 35rem) {
  /* Layout Elements */

  .container.nav-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}