@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 100; }
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400; }
/** raleway font collection goes here*/
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("opentype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("opentype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("opentype");
  font-weight: 900;
  font-style: italic; }
html {
  font-size: 62.65%; }

/* See https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */
body {
  font-size: 1.6rem;
  font-weight: 300; }

/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 2.5rem; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 4px;
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 890px) {
    h1 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 3px; }

h4 {
  font-size: 1.2rem; }

.subheading {
  font-weight: 300;
  font-size: 1.9rem; }

.section-heading {
  text-transform: uppercase;
  text-align: center; }
  .section-heading:after {
    content: "";
    width: 180px;
    height: 0px;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    margin: auto;
    margin-top: 2.5rem; }

.who-are-we-header .section-heading:after {
  max-width: 30vw; }

.section--heading-no-copy-text {
  margin-top: 2.5rem; }

.heardigits-international-brands.section-heading:after {
  content: "";
  position: relative;
  right: 2px; }

.lead-text-header.section-heading {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.section--title-subheading {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

div.popup-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: unset;
  background-color: rgba(50, 50, 50, 0.8); }
  div.popup-form .contact-form {
    max-width: none; }
    div.popup-form .contact-form .form-group {
      margin-bottom: 10px; }
      div.popup-form .contact-form .form-group input {
        font-family: "Raleway" !important;
        font-size: 18px !important;
        color: #343f45 !important; }
        div.popup-form .contact-form .form-group input::-webkit-input-placeholder {
          color: #343f45 !important;
          font-size: 18px !important;
          font-family: "Raleway"; }
        div.popup-form .contact-form .form-group input::-moz-placeholder {
          color: #343f45 !important;
          font-size: 18px !important;
          font-family: "Raleway"; }
        div.popup-form .contact-form .form-group input:-ms-input-placeholder {
          color: #343f45 !important;
          font-size: 18px !important;
          font-family: "Raleway"; }
        div.popup-form .contact-form .form-group input::-ms-input-placeholder {
          color: #343f45 !important;
          font-size: 18px !important;
          font-family: "Raleway"; }
        div.popup-form .contact-form .form-group input::placeholder {
          color: #343f45 !important;
          font-size: 18px !important;
          font-family: "Raleway"; }
  div.popup-form .popup-form-container {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 24px;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 25px;
    max-width: 448px;
    -webkit-box-shadow: 0px 1px 2px rgba(113, 125, 127, 0.4);
            box-shadow: 0px 1px 2px rgba(113, 125, 127, 0.4);
    text-align: center; }
    div.popup-form .popup-form-container .popia {
      font-weight: 300;
      font-family: "Raleway";
      font-style: italic;
      font-size: 12px;
      margin: 10px auto 30px;
      color: #343f45 !important;
      text-align: left;
      width: 100%; }
      div.popup-form .popup-form-container .popia a {
        color: #80deea;
        font-size: 12px;
        padding: 0px;
        display: inline; }
    div.popup-form .popup-form-container .headline {
      position: relative;
      font-family: "Raleway";
      font-weight: 900;
      color: #343f45;
      margin-top: 50px !important;
      font-size: 30px !important;
      background-color: #fff !important;
      border: none;
      text-transform: none;
      z-index: 1;
      width: auto;
      display: inline-block; }
      div.popup-form .popup-form-container .headline::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 16px);
        background-color: rgba(128, 222, 234, 0.5);
        z-index: -1;
        left: 20px;
        top: 15px; }
    div.popup-form .popup-form-container .subheading {
      font-size: 15px !important;
      text-align: center;
      margin-top: 25px !important;
      margin-bottom: 25px !important; }
    div.popup-form .popup-form-container input {
      display: block;
      background-color: #ececec;
      height: 40px;
      border: none;
      -webkit-box-shadow: inset 0px 0px 0px 0px red;
              box-shadow: inset 0px 0px 0px 0px red;
      padding: 8px 10px;
      border-radius: 6px;
      width: 100%; }
    div.popup-form .popup-form-container textarea {
      background-color: #ececec;
      height: 40px;
      border: none;
      -webkit-box-shadow: inset 0px 0px 0px 0px red;
              box-shadow: inset 0px 0px 0px 0px red; }
    div.popup-form .popup-form-container textarea::-webkit-input-placeholder {
      color: #000;
      font-weight: lighter; }
    div.popup-form .popup-form-container textarea::-moz-placeholder {
      color: #000;
      font-weight: lighter; }
    div.popup-form .popup-form-container textarea:-ms-input-placeholder {
      color: #000;
      font-weight: lighter; }
    div.popup-form .popup-form-container textarea::-ms-input-placeholder {
      color: #000;
      font-weight: lighter; }
    div.popup-form .popup-form-container textarea::placeholder {
      color: #000;
      font-weight: lighter; }
    div.popup-form .popup-form-container button {
      font-family: "Raleway";
      background-color: #80deea !important;
      font-size: 18px !important;
      width: 100%;
      max-width: 240px;
      margin: auto;
      height: 50px;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      border: none;
      -webkit-box-shadow: inset 0px 0px 0px 0px red;
              box-shadow: inset 0px 0px 0px 0px red; }

.popup-form-container .input.invalid {
  border: 2px solid red; }

#agileThankYou #app {
  background-color: #fff;
  padding: 0 70px 0;
  border-radius: 25px;
  max-width: 500px; }

#agileThankYou #app .headline {
  padding-top: 50px !important;
  font-size: 37px !important;
  line-height: 35px !important;
  background-color: #fff !important;
  color: #848586 !important;
  border: none; }
  #agileThankYou #app .headline::after {
    content: "";
    width: 100px;
    margin-top: 1.5rem; }
#agileThankYou #app .subheading {
  font-size: 15px !important;
  text-align: center;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  max-width: 210px; }
#agileThankYou #app button {
  background-color: #5be1ec;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 0px red;
          box-shadow: inset 0px 0px 0px 0px red;
  margin: 50px 0 40px 0;
  min-width: 220px; }

.overlay .overlay-close--button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  z-index: 1999;
  line-height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  padding: 1px 8px;
  color: #343f44; }

.popup-form-container .response-message {
  font-family: "Raleway";
  color: #343f45;
  min-height: unset;
  margin-top: 10px;
  background-color: transparent !important; }
