
body {
  border: 0;
  padding: 0;
  margin: 0;
  color: #171717;
  font-family: 'Raleway', Helvetica, sans-serif;
  background-color: #aaaaaa;
  width: 100%;
  text-align: center;
}


.header {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.header img {
  width: 100%;
  border: 0;
  display: block;
}

.content {
  width: 100%;
  max-width: 900px;
  margin: auto;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 200px;
  background-color: #aaaaaa;
}

#free {
  font-size: 56px;
  font-weight: 900;
  margin-top: 150px;
  margin-bottom: 40px;
  padding: 30px 20px 0;
  letter-spacing: -1px;
}

h2 {
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1em;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
h3 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}


.text-block {
  font-size: 15px;
  line-height: 21px;
  max-width: 454px;
  margin: 0 auto 60px auto;
  padding: 0 8px;
}
.text-block-tight {
  font-size: 15px;
  line-height: 21px;
  max-width: 454px;
  margin: 0 auto 0 auto;
  padding: 0 8px;
}
.cta {
  font-size: 15px;
  line-height: 21px;
  max-width: 454px;
  margin: auto;
  padding: 0 8px;
}

.cta a {
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  padding: 20px 40px;
  display: inline-block;
  transition: all 0.2s ease;
}

.cta a:hover {
  background-color: #000000;
  color: #ffffff;
}

.ftp-copy-btn {
  display: inline-block;
  background: #aaaaaa;
  color: #000000;
  border: 2px solid #000000;
  padding: 12px 20px;
  text-decoration: none;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.2s ease;
}

.ftp-copy-btn:hover {
  background: #000000;
  color: #ffffff;
}

.ftp-copy-btn:active {
  transform: scale(0.98);
}

.ftp-post-btn {
  display: inline-block;
  background: #aaaaaa;
  color: #000000;
  border: 2px solid #000000;
  padding: 20px 50px;
  text-decoration: none;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.2s ease;
}

.ftp-post-btn:hover {
  background: #000000;
  color: #ffffff;
}

.ftp-post-btn:active {
  transform: scale(0.98);
}

.linkedin-share {
  transform: scale(2);
  transform-origin: top center;
  display: inline-block;
}



    .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

