textarea.form-control {
  min-height: 124px; }

body {
  background-color: white;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #495057;
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden; }

.privacy .main-content {
  padding: 0 24px;
  margin: 0; }

.section {
  padding: 2rem 0;
  z-index: 1; }
  @media (min-width: 992px) {
    .section {
      padding: 150px 0; } }

.section--image-detail {
  position: relative; }
  .section--image-detail:after {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    top: 0;
    height: 25%; }
    @media (min-width: 992px) {
      .section--image-detail:after {
        width: 0;
        height: auto;
        top: 100px;
        bottom: 100px; } }
  .section--image-detail.is-visible:after {
    animation: openSection 1s forwards; }
@keyframes openSection {
  100% {
    width: 33.3%; } }
.section-content {
  padding: 1rem; }
  @media (min-width: 992px) {
    .section-content {
      padding: 0; } }
  @media (min-width: 992px) {
    .section-content p {
      padding-right: 75px;
      font-size: 18px; } }

.section-image-wrapper {
  order: -1; }
  @media (min-width: 992px) {
    .section-image-wrapper {
      order: 0; } }

.section-image {
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .section-image {
      margin-bottom: 0; } }
  .section-image::after {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    mix-blend-mode: saturation;
    opacity: .75;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%; }

.navbar {
  justify-content: space-between;
  transition: all .5s ease-in-out; }
  .navbar.bg-dark {
    background: rgba(52, 58, 64, 0.95) !important; }
  .navbar .navbar-brand img {
    width: 30px; }
    @media (min-width: 768px) {
      .navbar .navbar-brand img {
        width: 40px; } }

.navbar-nav {
  padding: 1rem; }
  @media (min-width: 992px) {
    .navbar-nav {
      transform: translateY(-125%);
      transition: all .5s ease-in-out; }
      .active .navbar-nav {
        transform: none; } }

.header {
  min-height: 100vh;
  padding: 150px 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #019def url(../images/header-bg.jpg) 0 0 no-repeat;
  -webkit-background-size: auto 130%;
  background-size: auto 130%;
  color: white; }
  @media (min-width: 992px) {
    .header {
      padding: 0;
      -webkit-background-size: cover;
      background-size: cover; } }
  .privacy .header {
    min-height: 50vh; }
  .header .header-content {
    padding: 0 2rem; }
  .header .header-title {
    margin-top: 3rem;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px; }
    @media (min-width: 992px) {
      .header .header-title {
        font-size: 3rem;
        letter-spacing: 7px; } }

.intro {
  margin-top: -100px;
  background: #6a2e86;
  background: -moz-linear-gradient(45deg, #6a2e86 0%, #4050a7 100%);
  background: -webkit-linear-gradient(45deg, #6a2e86 0%, #4050a7 100%);
  background: linear-gradient(45deg, #6a2e86 0%, #4050a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a2e86', endColorstr='#4050a7', GradientType=1);
  color: white; }
  @media (min-width: 992px) {
    .intro {
      margin-bottom: 50px;
      -webkit-clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0 5%);
      clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0 5%); } }
  .intro::before, .intro:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    display: block;
    margin: 25px auto 50px; }
    @media (min-width: 992px) {
      .intro::before, .intro:after {
        margin: 50px auto; } }
  .intro::after {
    margin-bottom: 0; }
  .intro .intro-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .intro .intro-title {
        font-size: 5rem; } }
    .intro .intro-title > span {
      display: block;
      line-height: 1;
      font-weight: 800; }
      .intro .intro-title > span:nth-of-type(1) {
        font-size: .8em;
        letter-spacing: 7px;
        margin-bottom: 8px; }
      .intro .intro-title > span:nth-of-type(2) {
        font-size: 1em;
        letter-spacing: 16px;
        text-indent: 9px;
        margin-bottom: 8px; }
        @media (min-width: 992px) {
          .intro .intro-title > span:nth-of-type(2) {
            letter-spacing: 25px;
            text-indent: 13px;
            margin-bottom: 0; } }
      .intro .intro-title > span:nth-of-type(3) {
        font-size: 1.6em;
        letter-spacing: 16px;
        text-indent: 8px;
        margin-bottom: 8px; }
      .intro .intro-title > span:nth-of-type(4) {
        font-size: .75em;
        letter-spacing: 6px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .intro .intro-title > span:nth-of-type(4):before, .intro .intro-title > span:nth-of-type(4):after {
          content: '';
          height: 5px;
          background: white;
          flex: 0 0 30px;
          margin: 0 1rem; }
          @media (min-width: 992px) {
            .intro .intro-title > span:nth-of-type(4):before, .intro .intro-title > span:nth-of-type(4):after {
              flex-basis: 100px; } }
      .intro .intro-title > span:nth-of-type(5) {
        font-size: 1.4em;
        letter-spacing: 11px;
        text-indent: 11px; }
        @media (min-width: 992px) {
          .intro .intro-title > span:nth-of-type(5) {
            letter-spacing: 8px;
            text-indent: 6px; } }
  .intro .intro-text {
    padding: 0 20px; }
    @media (min-width: 992px) {
      .intro .intro-text {
        line-height: 2;
        font-size: 23px; } }

.new-revenue.section--image-detail:after {
  background: #01c5ef;
  background: -moz-linear-gradient(-45deg, #019def 0%, #01c5ef 100%);
  background: -webkit-linear-gradient(-45deg, #019def 0%, #01c5ef 100%);
  background: linear-gradient(-45deg, #019def 0%, #01c5ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01c5ef', endColorstr='#019eef', GradientType=1);
  right: 0; }
@media (min-width: 992px) {
  .new-revenue .section-image-wrapper {
    display: flex;
    align-items: center; } }

.bidder.section--image-detail:after {
  background: #fc851d;
  background: -moz-linear-gradient(-45deg, #fd631d 0%, #fd861d 100%);
  background: -webkit-linear-gradient(-45deg, #fd631d 0%, #fd861d 100%);
  background: linear-gradient(-45deg, #fd631d 0%, #fd861d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc851d', endColorstr='#fd631d', GradientType=1);
  left: 0; }
@media (min-width: 992px) {
  .bidder .section-content {
    padding-left: 50px; } }
.bidder .section-image {
  margin-top: -60px; }
  @media (min-width: 992px) {
    .bidder .section-image {
      margin-top: -90px; } }
  .bidder .section-image:after {
    top: 100px;
    height: calc(100% - 100px + 10px); }

.max-revenue.section--image-detail:after {
  background: #a22231;
  background: -moz-linear-gradient(135deg, #bd2335 0%, #a22231 100%);
  background: -webkit-linear-gradient(135deg, #bd2335 0%, #a22231 100%);
  background: linear-gradient(135deg, #bd2335 0%, #a22231 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a22231', endColorstr='#be2335', GradientType=1);
  right: 0; }
.max-revenue .section-image {
  margin-top: -65px; }
  @media (min-width: 992px) {
    .max-revenue .section-image {
      margin-top: -100px; } }
  .max-revenue .section-image:after {
    top: 115px;
    height: calc(100% - 115px + 10px); }

.testimonials {
  background: #5a3c8e;
  background: -moz-linear-gradient(45deg, #5a3c8e 0%, #009af2 100%);
  background: -webkit-linear-gradient(45deg, #5a3c8e 0%, #009af2 100%);
  background: linear-gradient(45deg, #5a3c8e 0%, #009af2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#593e8f', endColorstr='#009af2', GradientType=1); }
  @media (min-width: 992px) {
    .testimonials {
      margin-top: 50px; } }
  .testimonials .section-title {
    margin: 25px 0 100px; }
  .testimonials .testimonial-box {
    padding: 0 25px 50px;
    height: 100%;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .testimonials .testimonial-box {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        padding: 0 50px; } }
  .testimonials blockquote {
    flex: 1;
    line-height: 1.75;
    letter-spacing: 2px; }
    .testimonials blockquote::before, .testimonials blockquote::after {
      content: ' " ';
      font-family: SERIF;
      font-size: 40px;
      line-height: 20px;
      vertical-align: middle;
      display: inline-block; }
  .testimonials cite {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    font-style: normal; }
    .testimonials cite .cite-name {
      font-size: 18px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .testimonials cite .cite-title {
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 600;
      margin-bottom: 1rem; }

.footer {
  padding: 50px 0;
  background: #000000 url(../images/footer-bg.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .footer .footer-meta {
    padding: 50px 0 0;
    color: white; }

p {
  font-weight: 400; }
  .home p {
    letter-spacing: 2px; }
  p strong {
    font-weight: 700; }

.section-title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .section-title {
      font-size: 3.75rem; } }
  .privacy .section-title {
    letter-spacing: 0;
    padding-top: 50px;
    margin-top: -50px; }

.privacy h3 + h5 {
  margin-top: 2rem; }
.privacy h4 {
  margin-bottom: 1.5rem; }

img {
  max-width: 100%; }

.btn {
  text-transform: uppercase;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  letter-spacing: 1px; }

/*# sourceMappingURL=app.css.map */
