a {
    font-family: "Univers LT W01_65 Bold1475968",sans-serif;
    line-height: 1.3;
    letter-spacing: .5px;
    font-size: 14px;
    color: #393c43;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #393c43;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .cta-black-fill {
    box-sizing: border-box;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    height: auto;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 25px;
    border: 3px solid #ffcf06;
    transition: border 0.2s linear;
    color: #000;
    background: #fff; }
    .cta-black-fill * {
      cursor: pointer;
      font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
      text-transform: uppercase; } }

@media screen and (min-width: 1025px) {
  .cta-black-fill {
    box-sizing: border-box;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    height: auto;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 25px;
    border: 3px solid #ffcf06;
    transition: border 0.2s linear;
    color: #fff; }
    .cta-black-fill * {
      cursor: pointer;
      font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
      text-transform: uppercase; }
    .cta-black-fill:hover {
      border-color: #82b4bd; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .cta-black-fill:hover {
        animation: ctahoverblack 0.2s forwards; } }

.cta-white-fill {
  box-sizing: border-box;
  font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  height: auto;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 25px;
  border: 3px solid #ffcf06;
  transition: border 0.2s linear;
  color: #fff; }
  .cta-white-fill * {
    cursor: pointer;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    text-transform: uppercase; }
  .cta-white-fill:hover {
    animation: ctahoverwhite 0.2s forwards;
    border-color: #82b4bd; }

/**Modals**/
.fm,
.fm *,
#modal-mask {
  box-sizing: border-box; }

#modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  display: block;
  z-index: 100; }

.fm,
.fvm {
  text-align: left;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100; }

.fm {
  display: none;
  padding: 30px;
  background: #FFF;
  width: auto;
  max-width: 80%;
  max-width: 800px;
  max-height: 80%;
  top: 10%; }

.fvm {
  padding: 35px 0 0 0;
  max-height: 90%;
  top: 5%;
  width: 100%; }
  .fvm .embed-container {
    display: block;
    margin: 0 auto;
    position: relative; }
  .fvm .modal-video-embed {
    display: block;
    margin: 0 auto; }

.modal .close-outer-container {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  right: 0; }

.modal .close-inner-container {
  position: fixed; }

.modal .close {
  line-height: 25px;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  color: #000; }
  .modal .close:after {
    content: "\f057";
    display: block;
    cursor: pointer;
    font-family: 'fontawesome';
    font-size: 18px; }

.fvm.modal .close {
  color: #FFF;
  top: -30px;
  right: 0; }

@media screen and (max-width: 767px) {
  .fm {
    width: auto;
    max-width: 90%; } }

		.pt_freelanding {
  background-color: #f7f3ea; }
  .pt_freelanding #nav-screen {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 50;
    top: 0;
    left: 0;
    background: #f8f3e9; }
  .pt_freelanding #signupPopupContent {
    background: #a2d0cd;
    min-width: 520px; }
    .pt_freelanding #signupPopupContent .content {
      text-align: center; }
      .pt_freelanding #signupPopupContent .content #signupPopupForm {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: center;
            justify-content: center; }
        .pt_freelanding #signupPopupContent .content #signupPopupForm > input {
          width: 254px;
          background: #fff;
          padding: 0 8px;
          margin: 0;
          height: 39px; }
        .pt_freelanding #signupPopupContent .content #signupPopupForm button {
          width: 82px;
          text-align: center;
          padding: 0;
          margin: 0;
          letter-spacing: -0.01em; }
        @media screen and (max-width: 480px) {
          .pt_freelanding #signupPopupContent .content #signupPopupForm {
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
            .pt_freelanding #signupPopupContent .content #signupPopupForm > input {
              width: 100%; }
            .pt_freelanding #signupPopupContent .content #signupPopupForm button {
              margin-top: 12px;
              padding: 8px 0;
              width: 120px;
              -ms-flex-order: 3;
                  order: 3;
              -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
                  align-self: center; } }
      .pt_freelanding #signupPopupContent .content .popup-title {
        font-size: 45px;
        line-height: 42px;
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
        max-width: 420px;
        margin: auto; }
        @media screen and (max-width: 480px) {
          .pt_freelanding #signupPopupContent .content .popup-title {
            line-height: 36px;
            letter-spacing: -0.01em; }
            .pt_freelanding #signupPopupContent .content .popup-title span {
              display: block; }
              .pt_freelanding #signupPopupContent .content .popup-title span.row-1 {
                font-size: 38px;
                margin-bottom: 3px; }
              .pt_freelanding #signupPopupContent .content .popup-title span.row-2 {
                font-size: 52px; }
              .pt_freelanding #signupPopupContent .content .popup-title span.row-3 {
                font-size: 28px; } }
      .pt_freelanding #signupPopupContent .content .popup-p {
        font-size: 18px; }
      .pt_freelanding #signupPopupContent .content .popup-confirmation {
        font-size: 15px;
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif; }
        .pt_freelanding #signupPopupContent .content .popup-confirmation:before {
          content: "\2713";
          font-size: 15px;
          color: transparent;
          text-shadow: 0 0 0 #393c43; }
      .pt_freelanding #signupPopupContent .content .checkboxError,
      .pt_freelanding #signupPopupContent .content .emailError {
        display: none;
        font-size: 10px;
        color: #ff0033;
        width: 335px;
        text-align: left;
        padding: 2px; }
      .pt_freelanding #signupPopupContent .content .checkboxError {
        text-align: center;
        margin: auto;
        font-family: "Univers LT W01_55 Roman1475956", sans-serif;
        clear: both;
        width: 100%; }
      .pt_freelanding #signupPopupContent .content .terms {
        font-size: 10px;
        font-family: "Univers LT W01_65 Bold1475968", sans-serif;
        color: #fff; }
        .pt_freelanding #signupPopupContent .content .terms a, .pt_freelanding #signupPopupContent .content .terms .top-banner.b2b input[type=submit], .top-banner.b2b .pt_freelanding #signupPopupContent .content .terms input[type=submit] {
          color: #fff; }
      .pt_freelanding #signupPopupContent .content input[type=checkbox] {
        margin: 0 4px 0 0;
        vertical-align: top; }
      .pt_freelanding #signupPopupContent .content label {
        display: inline;
        white-space: normal; }
      @media screen and (max-width: 480px) {
        .pt_freelanding #signupPopupContent .content .popup-p {
          font-size: 14px; }
        .pt_freelanding #signupPopupContent .content .emailError {
          -ms-flex-order: 2;
              order: 2;
          text-align: center;
          width: 100%; }
        .pt_freelanding #signupPopupContent .content .popup-confirmation {
          margin-top: 36px; }
        .pt_freelanding #signupPopupContent .content .terms {
          -ms-flex-order: -1;
              order: -1;
          margin-top: 0;
          padding: 0; }
        .pt_freelanding #signupPopupContent .content .terms-confirmation {
          display: block;
          margin-top: 66px; }
        .pt_freelanding #signupPopupContent .content input[type=checkbox] {
          display: block;
          float: left;
          width: 8%;
          margin: 0.6em 0 0 0; }
        .pt_freelanding #signupPopupContent .content label {
          display: block;
          float: right;
          width: 92%;
          text-align: left; } }
    @media screen and (max-width: 768px) {
      .pt_freelanding #signupPopupContent {
        min-width: 300px; } }
  .pt_freelanding #freelanding-cta {
    position: relative; }
    .pt_freelanding #freelanding-cta .cta-black-fill {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      min-width: 230px; }
    .pt_freelanding #freelanding-cta img {
      width: 100%;
      height: auto; }
  .pt_freelanding .cta-black-fill {
    background: none;
    border-color: #a2d0cd;
    color: #393c43;
    margin: 26px auto 32px; }
    @media screen and (min-width: 769px) {
      .pt_freelanding .cta-black-fill {
        font-size: 17px; } }
    .pt_freelanding .cta-black-fill:hover {
      animation: ctahoverblack .2s forwards; }
  .pt_freelanding .page-content {
    background: #f8f3e9; }
  .pt_freelanding footer {
    margin-top: 0; }
    .pt_freelanding footer .newsletter-signup {
      display: none; }
  .pt_freelanding #freelanding-hero nav {
    display: none;
    top: 0;
    z-index: 99;
    background-color: rgba(162, 208, 205, 0.9);
    width: 100vw;
    height: 38px;
    position: relative;
    font-size: 15px;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    text-transform: uppercase; }
    .pt_freelanding #freelanding-hero nav.sticky {
      position: fixed;
      display: block;
      animation-name: stickyNav;
      animation-duration: 0.3s;
      animation-fill-mode: forwards; }

@keyframes stickyNav {
  0% {
    opacity: 0.7;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
    .pt_freelanding #freelanding-hero nav .nav-mobile {
      display: none; }
    .pt_freelanding #freelanding-hero nav ul {
      margin: auto;
      padding: 0;
      text-align: center; }
      .pt_freelanding #freelanding-hero nav ul li {
        display: inline-block;
        position: relative;
        text-align: center;
        padding: 10px 0 8px;
        width: 237px; }
        .pt_freelanding #freelanding-hero nav ul li ul {
          position: absolute;
          z-index: 99;
          top: 36px;
          left: 0;
          padding: 2px 0 0;
          width: 100%;
          display: none; }
          .pt_freelanding #freelanding-hero nav ul li ul li {
            display: block;
            text-align: center;
            width: 100%;
            padding: 0; }
            .pt_freelanding #freelanding-hero nav ul li ul li a, .pt_freelanding #freelanding-hero nav ul li ul li .top-banner.b2b input[type=submit], .top-banner.b2b .pt_freelanding #freelanding-hero nav ul li ul li input[type=submit] {
              font-size: 15px;
              font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
              text-transform: uppercase;
              padding: 10px;
              display: block;
              background-color: rgba(162, 208, 205, 0.9); }
          .pt_freelanding #freelanding-hero nav ul li ul.inactive {
            display: none; }
        .pt_freelanding #freelanding-hero nav ul li:hover {
          cursor: pointer; }
          .pt_freelanding #freelanding-hero nav ul li:hover ul {
            display: block; }
            .pt_freelanding #freelanding-hero nav ul li:hover ul.inactive {
              display: none; }
        @media screen and (max-width: 1024px) {
          .pt_freelanding #freelanding-hero nav ul li {
            width: 130px; } }
    .pt_freelanding #freelanding-hero nav #nav-logo {
      position: absolute;
      display: block;
      top: 6px;
      left: 13px;
      width: 147px;
      height: auto; }
    .pt_freelanding #freelanding-hero nav #nav-line {
      position: absolute;
      z-index: 10;
      bottom: 0;
      height: 2px;
      background-color: #393c43;
      transition: all .3s ease; }
    @media screen and (max-width: 768px) {
      .pt_freelanding #freelanding-hero nav {
        background-color: #a2d0cd;
        height: 58px; }
        .pt_freelanding #freelanding-hero nav #nav-logo {
          display: none; }
        .pt_freelanding #freelanding-hero nav .nav-mobile {
          display: block; }
          .pt_freelanding #freelanding-hero nav .nav-mobile img {
            width: 32px;
            height: auto; }
          .pt_freelanding #freelanding-hero nav .nav-mobile span {
            display: block;
            height: 32px;
            padding-top: 4px;
            position: relative;
            background-color: rgba(162, 208, 205, 0.9); }
            .pt_freelanding #freelanding-hero nav .nav-mobile span:after {
              content: "\274c";
              font-size: 16px;
              color: transparent;
              text-shadow: 0 0 0 #393c43;
              display: block;
              text-align: center; }
        .pt_freelanding #freelanding-hero nav ul {
          padding-top: 20px; }
          .pt_freelanding #freelanding-hero nav ul li {
            width: 32%; }
            .pt_freelanding #freelanding-hero nav ul li:first-child {
              width: 33%; }
            .pt_freelanding #freelanding-hero nav ul li:hover ul {
              display: block; }
            .pt_freelanding #freelanding-hero nav ul li ul {
              position: fixed;
              top: 56px;
              display: none; }
              .pt_freelanding #freelanding-hero nav ul li ul li {
                width: 100vw; }
                .pt_freelanding #freelanding-hero nav ul li ul li:first-child {
                  width: 100vw; } }
  .pt_freelanding #freelanding-cta {
    position: relative; }
    .pt_freelanding #freelanding-cta .cta-black-fill {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff; }
    .pt_freelanding #freelanding-cta img {
      width: 100%;
      height: auto; }
  .pt_freelanding .cta-black-fill {
    background: none;
    border-color: #a2d0cd;
    color: #393c43;
    margin: 26px auto 32px; }
    .pt_freelanding .cta-black-fill:hover {
      animation: ctahoverblack .2s forwards; }
  .pt_freelanding .page-content {
    background: #f8f3e9; }
  .pt_freelanding footer {
    margin-top: 0; }
    .pt_freelanding footer .newsletter-signup {
      display: none; }
  .pt_freelanding .intro {
    position: relative;
    max-width: 1080px;
    margin: auto; }
    .pt_freelanding .intro .intro-copy {
      position: absolute;
      z-index: 10;
      top: 87px;
      width: 100%;
      text-align: center; }
      .pt_freelanding .intro .intro-copy h1 {
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
        font-size: 47px;
        line-height: 45px;
        text-transform: uppercase;
        max-width: 310px;
        margin: 30px auto 26px; }
      .pt_freelanding .intro .intro-copy p {
        font-size: 11px;
        line-height: 30px;
        max-width: 326px;
        margin: auto; }
      .pt_freelanding .intro .intro-copy .fm-trigger {
        text-decoration: underline;
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
        font-size: 12px;
        display: block; }
        .pt_freelanding .intro .intro-copy .fm-trigger img {
          border: 4px solid #a2d0cd;
          display: block;
          margin: 0 auto 16px;
          width: 103px;
          height: auto; }
      .pt_freelanding .intro .intro-copy .intro-logo {
        width: 316px;
        height: auto; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .intro .intro-copy {
          top: 180px; } }
      @media screen and (max-width: 480px) {
        .pt_freelanding .intro .intro-copy {
          top: 210px; } }
    .pt_freelanding .intro .intro-tools {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
      .pt_freelanding .intro .intro-tools > div {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .pt_freelanding .intro .intro-tools > div:first-child {
          text-align: left;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
          .pt_freelanding .intro .intro-tools > div:first-child img {
            width: 274px;
            height: auto; }
            @media screen and (max-width: 768px) {
              .pt_freelanding .intro .intro-tools > div:first-child img {
                margin-left: -60px;
                margin-top: 160px; } }
            @media screen and (max-width: 480px) {
              .pt_freelanding .intro .intro-tools > div:first-child img {
                margin-top: 420px; } }
        .pt_freelanding .intro .intro-tools > div:last-child {
          -ms-flex-align: end;
              align-items: flex-end; }
          .pt_freelanding .intro .intro-tools > div:last-child img {
            width: 232px;
            height: auto; }
          .pt_freelanding .intro .intro-tools > div:last-child img:first-child {
            width: 260px;
            margin-top: -60px;
            margin-bottom: 160px; }
            @media screen and (max-width: 768px) {
              .pt_freelanding .intro .intro-tools > div:last-child img:first-child {
                margin-bottom: 420px; } }
            @media screen and (max-width: 480px) {
              .pt_freelanding .intro .intro-tools > div:last-child img:first-child {
                margin-top: -115px; } }
          @media screen and (max-width: 480px) {
            .pt_freelanding .intro .intro-tools > div:last-child img:last-child {
              margin-bottom: 200px;
              margin-right: -60px;
              width: 210px; } }
  .pt_freelanding .hero-poster {
    display: block;
    position: relative;
    background: #000; }
    .pt_freelanding .hero-poster img {
      width: 100%;
      height: auto;
      display: none; }
    .pt_freelanding .hero-poster video {
      display: block; }
    .pt_freelanding .hero-poster:before {
      color: #fff;
      content: "\f04b";
      display: block;
      font-family: fontawesome;
      font-size: 8vw;
      left: 50%;
      position: absolute;
      opacity: .7;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: color .25s; }
    .pt_freelanding .hero-poster:hover:before {
      opacity: 1; }
    @media screen and (max-width: 480px) {
      .pt_freelanding .hero-poster img {
        display: block; }
      .pt_freelanding .hero-poster video {
        display: none; } }
  .pt_freelanding .feature-focus {
    position: relative;
    background-color: #f7f3ea; }
    .pt_freelanding .feature-focus .feature-scrollholder {
      height: 100vh; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .feature-focus .feature-scrollholder {
          height: 150vh; } }
    .pt_freelanding .feature-focus .feature-section {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 50vw;
      transform: translateX(-50%);
      visibility: hidden; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .feature-focus .feature-section {
          bottom: 0; } }
      .pt_freelanding .feature-focus .feature-section .feature-background img,
      .pt_freelanding .feature-focus .feature-section .feature-focus-box div,
      .pt_freelanding .feature-focus .feature-section .feature-tool img,
      .pt_freelanding .feature-focus .feature-section .feature-video video {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 1s; }
      .pt_freelanding .feature-focus .feature-section .feature-tool img {
        transition: visibility 0s, opacity 0s; }
      .pt_freelanding .feature-focus .feature-section.init-sizing {
        left: 999%;
        display: block; }
        .pt_freelanding .feature-focus .feature-section.init-sizing .feature-focus-box {
          display: block; }
      .pt_freelanding .feature-focus .feature-section.active {
        position: fixed;
        top: 0;
        left: 50vw;
        transform: translateX(-50%);
        height: 100vh;
        visibility: visible; }
        .pt_freelanding .feature-focus .feature-section.active .feature-background img,
        .pt_freelanding .feature-focus .feature-section.active .feature-focus-box div,
        .pt_freelanding .feature-focus .feature-section.active .feature-tool img {
          visibility: visible;
          opacity: 1; }
      .pt_freelanding .feature-focus .feature-section.video-playing .feature-video video {
        visibility: visible;
        opacity: 1; }
      .pt_freelanding .feature-focus .feature-section.video-transition .feature-background img,
      .pt_freelanding .feature-focus .feature-section.video-transition .feature-focus-box div,
      .pt_freelanding .feature-focus .feature-section.video-transition .feature-tool img {
        visibility: hidden;
        opacity: 0; }
      .pt_freelanding .feature-focus .feature-section.active-transition {
        visibility: visible; }
        .pt_freelanding .feature-focus .feature-section.active-transition .feature-focus-box div {
          visibility: visible;
          opacity: 0;
          transition: opacity 0.3s; }
        .pt_freelanding .feature-focus .feature-section.active-transition .feature-tool img {
          visibility: visible;
          opacity: 1; }
        .pt_freelanding .feature-focus .feature-section.active-transition .feature-background img {
          visibility: visible;
          opacity: 0.8; }
    .pt_freelanding .feature-focus .feature-section,
    .pt_freelanding .feature-focus .feature-bottom-spacer {
      width: 100vw;
      height: 100vh;
      margin-bottom: 80px; }
    .pt_freelanding .feature-focus.below .feature-1.feature-section {
      visibility: visible;
      position: absolute;
      top: 0; }
      .pt_freelanding .feature-focus.below .feature-1.feature-section .feature-tool img {
        visibility: visible;
        opacity: 1;
        transition: 0s; }
    .pt_freelanding .feature-focus.below.intro-active .feature-1.feature-section .feature-background img,
    .pt_freelanding .feature-focus.below.intro-active .feature-1.feature-section .feature-focus-box div {
      visibility: visible;
      opacity: 1;
      transition: 1s; }
    .pt_freelanding .feature-focus.above .feature-4.feature-section {
      visibility: visible;
      position: absolute;
      top: unset;
      bottom: 0;
      height: 100vh; }
      .pt_freelanding .feature-focus.above .feature-4.feature-section .feature-background img,
      .pt_freelanding .feature-focus.above .feature-4.feature-section .feature-focus-box div,
      .pt_freelanding .feature-focus.above .feature-4.feature-section .feature-tool img {
        visibility: visible;
        opacity: 1; }
    .pt_freelanding .feature-focus .feature-video video,
    .pt_freelanding .feature-focus .focus-static-tool {
      width: calc(100vh * 1.2);
      max-width: 1064px;
      min-width: 725px;
      height: auto;
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      transition: 250ms;
      z-index: 3; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .feature-focus .feature-video video,
        .pt_freelanding .feature-focus .focus-static-tool {
          top: -40px;
          width: 95vw;
          max-width: 680px;
          min-width: 480px; } }
    .pt_freelanding .feature-focus .focus-box {
      border: 3px solid #82b4bd;
      padding: 10px;
      width: 300px;
      position: absolute;
      background-color: rgba(248, 243, 233, 0.95);
      z-index: 4; }
      .pt_freelanding .feature-focus .focus-box.pointer-placeholder {
        border: none;
        padding: 0;
        z-index: 2; }
        .pt_freelanding .feature-focus .focus-box.pointer-placeholder:after {
          border: 3px solid #82b4bd;
          position: fixed;
          content: ''; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .feature-focus .focus-box {
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          width: calc(100% - 60px);
          max-width: 440px; }
          .pt_freelanding .feature-focus .focus-box.pointer-placeholder:after {
            display: none; } }
      .pt_freelanding .feature-focus .focus-box .fm-trigger {
        text-decoration: underline;
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
        font-size: 12px;
        display: block; }
        .pt_freelanding .feature-focus .focus-box .fm-trigger img {
          border: 4px solid #82b4bd;
          display: block;
          margin: 0 auto 16px;
          width: 100px;
          height: auto; }
    .pt_freelanding .feature-focus .focus-headline {
      font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
      text-transform: uppercase;
      font-size: 46px;
      color: #393c43;
      line-height: 1.2;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .feature-focus .focus-headline {
          font-size: 30px; } }
    .pt_freelanding .feature-focus .focus-copy {
      font-family: "Univers LT W01_55 Roman1475956", sans-serif;
      line-height: 1.3;
      letter-spacing: 0.5px;
      font-size: 12px;
      color: #393c43;
      line-height: 30px;
      text-align: center;
      margin-bottom: 1em; }
    .pt_freelanding .feature-focus .focus-video-thumb {
      text-align: center; }
    .pt_freelanding .feature-focus .focus-background {
      width: 400px;
      height: auto;
      position: absolute;
      z-index: 1; }
    @media screen and (min-width: 769px) {
      .pt_freelanding .feature-focus .focus-1 {
        top: 20px;
        left: 50%;
        transform: translateX(-120%); }
        .pt_freelanding .feature-focus .focus-1.pointer-placeholder:after {
          width: 200px;
          height: calc(100vh * .38);
          min-height: 210px;
          top: 50%;
          left: calc(100% - 3px);
          border-left-color: transparent;
          border-bottom-color: transparent; }
      .pt_freelanding .feature-focus .focus-bg-1 {
        top: 330px;
        left: 50%;
        transform: translateX(-50%); }
      .pt_freelanding .feature-focus .focus-2 {
        top: 10%;
        left: 50%;
        transform: translateX(35%); }
        .pt_freelanding .feature-focus .focus-2.pointer-placeholder:after {
          width: 340px;
          height: calc(100vh * .07);
          top: calc(100% - 3px);
          right: 50%;
          border-top-color: transparent;
          border-left-color: transparent; }
      .pt_freelanding .feature-focus .focus-bg-2 {
        top: 210px;
        left: 50%;
        transform: translateX(-38%); }
      .pt_freelanding .feature-focus .focus-3 {
        top: 50px;
        left: 50%;
        transform: translateX(-120%); }
        .pt_freelanding .feature-focus .focus-3.pointer-placeholder:after {
          width: 250px;
          height: calc(100vh * .09);
          top: 50%;
          left: calc(100% - 3px);
          border-bottom-color: transparent;
          border-left-color: transparent; }
      .pt_freelanding .feature-focus .focus-bg-3 {
        top: 310px;
        left: 50%;
        transform: translateX(25%); }
      .pt_freelanding .feature-focus .focus-4 {
        top: 90px;
        left: 50%;
        transform: translateX(35%); }
        .pt_freelanding .feature-focus .focus-4.pointer-placeholder:after {
          width: 290px;
          height: calc(100vh * .12);
          top: calc(100% - 3px);
          right: 50%;
          border-top-color: transparent;
          border-left-color: transparent; }
      .pt_freelanding .feature-focus .focus-bg-4 {
        top: 210px;
        left: 50%;
        transform: translateX(-38%); } }
    @media screen and (max-width: 768px) {
      .pt_freelanding .feature-focus .focus-bg-1 {
        top: 30px;
        left: 50%;
        transform: translateX(-50%); }
      .pt_freelanding .feature-focus .focus-bg-2 {
        top: 10px;
        left: 50%;
        transform: translateX(-50%); }
      .pt_freelanding .feature-focus .focus-bg-3 {
        top: 10px;
        left: 50%;
        transform: translateX(-50%); }
      .pt_freelanding .feature-focus .focus-bg-4 {
        top: 10px;
        left: 50%;
        transform: translateX(-50%); } }
  .pt_freelanding .series-detail .series-tool {
    position: relative;
    overflow: hidden; }
  .pt_freelanding .series-detail .tool-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    .pt_freelanding .series-detail .tool-image img {
      transition: 100ms; }
  .pt_freelanding .series-detail .motion-box {
    position: absolute;
    opacity: 0;
    transition: 1s; }
  .pt_freelanding .series-detail .lifestyle-box {
    position: absolute;
    opacity: 0;
    transition: 1s; }
  .pt_freelanding .series-detail .tool-content {
    position: absolute;
    width: 300px;
    opacity: 0;
    transition: 1s;
    z-index: 2;
    text-align: center; }
    .pt_freelanding .series-detail .tool-content .series-headline {
      font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
      text-transform: uppercase;
      font-size: 46px;
      color: #393c43;
      line-height: 1.2;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .pt_freelanding .series-detail .tool-content .series-headline {
          font-size: 30px; } }
      @media screen and (min-width: 769px) {
        .pt_freelanding .series-detail .tool-content .series-headline {
          font-size: 43px; } }
    .pt_freelanding .series-detail .tool-content .series-copy {
      font-family: "Univers LT W01_55 Roman1475956", sans-serif;
      line-height: 1.3;
      letter-spacing: 0.5px;
      font-size: 12px;
      color: #393c43;
      margin: 20px 0 60px;
      line-height: 30px; }
      @media screen and (min-width: 769px) {
        .pt_freelanding .series-detail .tool-content .series-copy {
          font-size: 11px; } }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .tool-content {
        width: 100%;
        max-width: 540px;
        margin: 50px auto 0;
        padding: 0 30px; }
        .pt_freelanding .series-detail .tool-content .series-headline {
          font-size: 57px; }
        .pt_freelanding .series-detail .tool-content .series-copy {
          max-width: 300px; } }
  .pt_freelanding .series-detail .detail-section[data-position='above'] .motion-box,
  .pt_freelanding .series-detail .detail-section[data-position='above'] .lifestyle-box,
  .pt_freelanding .series-detail .detail-section[data-position='above'] .tool-content {
    opacity: 1; }
  .pt_freelanding .series-detail .p-series .series-tool {
    height: 550px;
    background: url("../freelanding/p-series-bg.png") no-repeat #44474d;
    background-size: 450px;
    background-position: 39% 50px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .p-series .series-tool {
        height: 1280px; } }
  @media screen and (max-width: 768px) {
    .pt_freelanding .series-detail .p-series .tool-image {
      top: 280px; } }
  .pt_freelanding .series-detail .p-series .motion-box {
    top: 81px;
    left: 50px;
    z-index: 1; }
    .pt_freelanding .series-detail .p-series .motion-box video {
      width: 217px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .p-series .motion-box {
        top: unset;
        left: unset;
        bottom: 42px;
        right: 20%;
        z-index: 3; }
        .pt_freelanding .series-detail .p-series .motion-box video {
          width: 285px; } }
    @media screen and (max-width: 480px) {
      .pt_freelanding .series-detail .p-series .motion-box {
        right: 30px; }
        .pt_freelanding .series-detail .p-series .motion-box video {
          width: 200px; } }
  .pt_freelanding .series-detail .p-series .lifestyle-box {
    top: 280px;
    left: 156px;
    z-index: 2; }
    .pt_freelanding .series-detail .p-series .lifestyle-box img {
      width: 178px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .p-series .lifestyle-box {
        top: unset;
        left: 21%;
        bottom: 197px;
        right: unset; } }
    @media screen and (max-width: 480px) {
      .pt_freelanding .series-detail .p-series .lifestyle-box {
        left: 30px; } }
  .pt_freelanding .series-detail .p-series .tool-content {
    top: 100px;
    right: 50px; }
    .pt_freelanding .series-detail .p-series .tool-content .series-headline,
    .pt_freelanding .series-detail .p-series .tool-content .series-copy {
      color: #fff; }
    .pt_freelanding .series-detail .p-series .tool-content .series-cta {
      color: #fff;
      margin: 0; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .p-series .tool-content {
        position: static;
        text-align: left; }
        .pt_freelanding .series-detail .p-series .tool-content .series-headline {
          text-align: right;
          margin-bottom: 500px; } }
  .pt_freelanding .series-detail .t-series .series-tool {
    height: 550px;
    background: url("../freelanding/t-series-bg.png") no-repeat #f7f3ea;
    background-size: 500px;
    background-position: 68% 0; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .t-series .series-tool {
        height: 1180px;
        background-position: 50% 31%; } }
  @media screen and (max-width: 768px) {
    .pt_freelanding .series-detail .t-series .tool-image {
      top: 280px; } }
  .pt_freelanding .series-detail .t-series .lifestyle-box {
    top: 86px;
    right: 113px;
    z-index: 2; }
    .pt_freelanding .series-detail .t-series .lifestyle-box img {
      width: 212px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .t-series .lifestyle-box {
        top: unset;
        right: 20%;
        bottom: 189px; }
        .pt_freelanding .series-detail .t-series .lifestyle-box img {
          width: 246px; } }
    @media screen and (max-width: 480px) {
      .pt_freelanding .series-detail .t-series .lifestyle-box {
        right: 30px; } }
  .pt_freelanding .series-detail .t-series .motion-box {
    top: 220px;
    right: 62px;
    z-index: 1; }
    .pt_freelanding .series-detail .t-series .motion-box video {
      width: 198px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .t-series .motion-box {
        top: unset;
        left: 20%;
        bottom: 33px;
        z-index: 3; }
        .pt_freelanding .series-detail .t-series .motion-box video {
          width: 248px; } }
    @media screen and (max-width: 480px) {
      .pt_freelanding .series-detail .t-series .motion-box {
        left: 30px; }
        .pt_freelanding .series-detail .t-series .motion-box video {
          width: 200px; } }
  .pt_freelanding .series-detail .t-series .tool-content {
    top: 75px;
    left: 50px; }
    .pt_freelanding .series-detail .t-series .tool-content .series-headline,
    .pt_freelanding .series-detail .t-series .tool-content .series-copy {
      color: #393c43; }
    .pt_freelanding .series-detail .t-series .tool-content .series-cta {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .t-series .tool-content {
        position: static;
        text-align: right; }
        .pt_freelanding .series-detail .t-series .tool-content .series-headline {
          text-align: left;
          margin-bottom: 400px; }
        .pt_freelanding .series-detail .t-series .tool-content .series-copy {
          margin: 20px 0 60px auto; } }
  .pt_freelanding .series-detail .k-series .series-tool {
    height: 550px;
    background: url("../freelanding/k-series-bg.png") no-repeat #44474d;
    background-size: 550px;
    background-position: 57% -10px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .k-series .series-tool {
        height: 1180px;
        background-position: 57% 17%; } }
  @media screen and (max-width: 768px) {
    .pt_freelanding .series-detail .k-series .tool-image {
      top: 280px; } }
  .pt_freelanding .series-detail .k-series .lifestyle-box {
    top: 220px;
    left: 73px;
    z-index: 2; }
    .pt_freelanding .series-detail .k-series .lifestyle-box img {
      width: 189px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .k-series .lifestyle-box {
        top: unset;
        left: unset;
        bottom: 162px;
        right: 20%; }
        .pt_freelanding .series-detail .k-series .lifestyle-box img {
          width: 287px; } }
    @media screen and (max-width: 480px) {
      .pt_freelanding .series-detail .k-series .lifestyle-box {
        bottom: 200px;
        right: 30px; }
        .pt_freelanding .series-detail .k-series .lifestyle-box img {
          width: 246px; } }
  .pt_freelanding .series-detail .k-series .motion-box {
    top: 70px;
    left: 154px;
    z-index: 1; }
    .pt_freelanding .series-detail .k-series .motion-box video {
      width: 176px; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .k-series .motion-box {
        top: unset;
        left: 20%;
        bottom: 76px;
        z-index: 3; }
        .pt_freelanding .series-detail .k-series .motion-box video {
          width: 224px; } }
    @media screen and (max-width: 480px) {
      .pt_freelanding .series-detail .k-series .motion-box {
        left: 30px;
        bottom: 25px; }
        .pt_freelanding .series-detail .k-series .motion-box video {
          width: 200px; } }
  .pt_freelanding .series-detail .k-series .tool-content {
    top: 80px;
    right: 50px; }
    .pt_freelanding .series-detail .k-series .tool-content .series-headline,
    .pt_freelanding .series-detail .k-series .tool-content .series-copy {
      color: #fff; }
    .pt_freelanding .series-detail .k-series .tool-content .series-cta {
      color: #fff;
      margin: 0; }
    @media screen and (max-width: 768px) {
      .pt_freelanding .series-detail .k-series .tool-content {
        position: static;
        text-align: left; }
        .pt_freelanding .series-detail .k-series .tool-content .series-headline {
          text-align: right;
          margin-bottom: 400px; } }
  .pt_freelanding .series-detail .series-lifestyle picture {
    display: -ms-flexbox;
    display: flex; }
    .pt_freelanding .series-detail .series-lifestyle picture img {
      width: 100%;
      height: 100% !important; }
